/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 169 int mod, rl, rh; in x86emuOp2_set_byte() local 293 int mod, rl, rh; in x86emuOp2_bt_R() local 356 int mod, rl, rh; in x86emuOp2_shld_IMM() local 427 int mod, rl, rh; in x86emuOp2_shld_CL() local 517 int mod, rl, rh; in x86emuOp2_bts_R() local 590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local 661 int mod, rl, rh; in x86emuOp2_shrd_CL() local 722 int mod, rl, rh; in x86emuOp2_imul_R_RM() local 814 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local 843 int mod, rl, rh; in x86emuOp2_btr_R() local [all …]
|
H A D | ops.c | 206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local 246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local 312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local 348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local 951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local 1075 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local 1271 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local 1352 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local 1464 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local 1543 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-mul64.c | 15 uint64_t rh, rl; member 43 uint64_t rl, rh; in test_u() local 55 uint64_t rl, rh; in test_s() local
|
/openbmc/qemu/target/riscv/ |
H A D | m128_helper.c | 48 target_ulong rl, rh; in HELPER() local 93 target_ulong rh, rl; in HELPER() local
|
H A D | translate.c | 428 gen_set_gpr128(DisasContext * ctx,int reg_num,TCGv rl,TCGv rh) gen_set_gpr128() argument
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 44 LL rl, rm, rn, rh, a0, b0; in mul64() local 75 uint64_t rh; in muls64() local
|
/openbmc/u-boot/include/linux/ |
H A D | math64.h | 194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 240 } u, rl, rh; in mul_u64_u32_div() local
|
/openbmc/qemu/crypto/ |
H A D | clmul.c | 98 uint64_t rl = 0, rh = 0; in clmul_64_gen() local
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 181 #define GEN_HELPER_RRR(name, rl, rh, al1, ah1, arg2) do { \ argument 190 #define GEN_HELPER_RR(name, rl, rh, arg1, arg2) do { \ argument 228 static void gen_st_2regs_64(TCGv rh, TCGv rl, TCGv address, DisasContext *ctx) in gen_st_2regs_64() 236 static void gen_offset_st_2regs(TCGv rh, TCGv rl, TCGv base, int16_t con, in gen_offset_st_2regs() 244 static void gen_ld_2regs_64(TCGv rh, TCGv rl, TCGv address, DisasContext *ctx) in gen_ld_2regs_64() 253 static void gen_offset_ld_2regs(TCGv rh, TCGv rl, TCGv base, int16_t con, in gen_offset_ld_2regs() 1069 gen_m16add64_q(TCGv rl, TCGv rh, TCGv arg1_low, TCGv arg1_high, TCGv arg2, in gen_m16add64_q() 1096 gen_m16adds64_q(TCGv rl, TCGv rh, TCGv arg1_low, TCGv arg1_high, TCGv arg2, in gen_m16adds64_q() 1122 gen_madd64_q(TCGv rl, TCGv rh, TCGv arg1_low, TCGv arg1_high, TCGv arg2, in gen_madd64_q() 1188 gen_madds64_q(TCGv rl, TCGv rh, TCGv arg1_low, TCGv arg1_high, TCGv arg2, in gen_madds64_q() [all …]
|
H A D | op_helper.c | 115 uint16_t rh, rl; in reverse16() local
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 234 uint32_t rh = 0; member in pldm::responder::FruImpl
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1084 void tcg_gen_add2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_add2_i32() 1133 void tcg_gen_sub2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_sub2_i32() 1155 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_mulu2_i32() 1179 void tcg_gen_muls2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_muls2_i32() 1219 void tcg_gen_mulsu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_mulsu2_i32() 2839 void tcg_gen_add2_i64(TCGv_i64 rl, TCGv_i64 rh, TCGv_i64 al, in tcg_gen_add2_i64() 2942 void tcg_gen_sub2_i64(TCGv_i64 rl, TCGv_i64 rh, TCGv_i64 al, in tcg_gen_sub2_i64() 2977 void tcg_gen_mulu2_i64(TCGv_i64 rl, TCGv_i64 rh, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_mulu2_i64() 2996 void tcg_gen_muls2_i64(TCGv_i64 rl, TCGv_i64 rh, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_muls2_i64() 3034 void tcg_gen_mulsu2_i64(TCGv_i64 rl, TCGv_i64 rh, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_mulsu2_i64()
|
H A D | optimize.c | 2193 TCGArg rl, rh; fold_multiply2() local
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 53 int rh, dm, dest_id, deliv_mode, trig_mode; in msi_gflags() local
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-uclass.c | 164 struct udevice *rh; in usb_stop() local
|
H A D | ohci.h | 404 struct virt_root_hub rh; member
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 104 uint64_t rl, rh; in muldiv64_rounding() local
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 490 uint32_t rh = 0; in processHostPDRs() local
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 1571 int rw, rh; in send_rect_simple() local
|