Searched refs:Iop_16HLto32 (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 2993 binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 3016 binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 3163 assign(t9, binop(Iop_16HLto32, mkexpr(t7), mkexpr(t3))); in disDSPInstr_MIPS_WRK() 3180 putIReg(rd, binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 3196 putIReg(rd, binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 5281 putIReg(rd, binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 5383 putIReg(rd, binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 5507 binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 5656 binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() 5711 putIReg(rd, binop(Iop_16HLto32, in disDSPInstr_MIPS_WRK() [all …]
|
D | guest_x86_toIR.c | 2255 binop(Iop_16HLto32, in codegen_div() 6254 mkpair = Iop_16HLto32; in dis_SHLRD_Gv_Ev() 7620 binop(Iop_16HLto32, mkexpr(t3), mkexpr(t2)), in mk64from16s() 7621 binop(Iop_16HLto32, mkexpr(t1), mkexpr(t0)) in mk64from16s() 13153 binop(Iop_16HLto32, in disInstr_X86_WRK() 13204 binop(Iop_16HLto32, in disInstr_X86_WRK()
|
D | ir_defs.c | 250 case Iop_16HLto32: vex_printf("16HLto32"); return; in ppIROp() 2711 case Iop_16HLto32: in typeOfPrimop()
|
D | host_mips_isel.c | 1228 || e->Iex.Binop.op == Iop_16HLto32) { in iselWordExpr_R_wrk() 1241 case Iop_16HLto32: in iselWordExpr_R_wrk()
|
D | guest_amd64_toIR.c | 3370 binop(Iop_16HLto32, in codegen_div() 7885 binop(Iop_16HLto32, mkexpr(esrc), mkexpr(gsrc)), in dis_SHLRD_Gv_Ev() 7886 binop(Iop_16HLto32, mkexpr(gsrc), mkexpr(gsrc)) in dis_SHLRD_Gv_Ev() 7906 binop(Iop_16HLto32, mkexpr(gsrc), mkexpr(gsrc)), in dis_SHLRD_Gv_Ev() 7907 binop(Iop_16HLto32, mkexpr(gsrc), mkexpr(esrc)) in dis_SHLRD_Gv_Ev() 9512 binop(Iop_16HLto32, mkexpr(t3), mkexpr(t2)), in mk64from16s() 9513 binop(Iop_16HLto32, mkexpr(t1), mkexpr(t0)) in mk64from16s() 10886 putIReg32(rG, binop(Iop_16HLto32, mkexpr(t3), mkexpr(t2))); in dis_PMOVMSKB_256() 29224 assign(t32, binop(Iop_16HLto32, mkexpr(t16), mkexpr(t16))); in dis_ESC_0F38__VEX() 29251 assign(t32, binop(Iop_16HLto32, mkexpr(t16), mkexpr(t16))); in dis_ESC_0F38__VEX() [all …]
|
D | host_s390_isel.c | 1304 case Iop_16HLto32: in s390_isel_int_expr_wrk()
|
D | host_x86_isel.c | 1062 if (e->Iex.Binop.op == Iop_16HLto32) { in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1287 if (e->Iex.Binop.op == Iop_16HLto32) { in iselIntExpr_R_wrk()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 529 Iop_16HLto32, // :: (I16,I16) -> I32 enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1826 case Iop_16HLto32: in expr2vbits_Binop() 1842 return assignNew(mce, Ity_I32, binop(Iop_16HLto32, vHi16, vLo16)); in expr2vbits_Binop()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 171 …{ DEFOP(Iop_16HLto32, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3914 case Iop_16HLto32: in expr2vbits_Binop() 3941 binop(Iop_16HLto32, vHi16, vLo16)); in expr2vbits_Binop()
|