Searched refs:Iop_8HLto16 (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_mips_toIR.c | 2648 binop(Iop_8HLto16, mkexpr(t15), mkexpr(t11)), in disDSPInstr_MIPS_WRK() 2649 binop(Iop_8HLto16, mkexpr(t7), mkexpr(t3)))); in disDSPInstr_MIPS_WRK() 2671 binop(Iop_8HLto16, mkexpr(t0), mkexpr(t0)), in disDSPInstr_MIPS_WRK() 2672 binop(Iop_8HLto16, mkexpr(t0), mkexpr(t0)))); in disDSPInstr_MIPS_WRK() 4936 binop(Iop_8HLto16, in disDSPInstr_MIPS_WRK() 4939 binop(Iop_8HLto16, in disDSPInstr_MIPS_WRK() 5038 binop(Iop_8HLto16, in disDSPInstr_MIPS_WRK() 5041 binop(Iop_8HLto16, in disDSPInstr_MIPS_WRK() 5162 binop(Iop_8HLto16, mkexpr(t11), mkexpr(t8)), in disDSPInstr_MIPS_WRK() 5163 binop(Iop_8HLto16, mkexpr(t5), mkexpr(t2)))); in disDSPInstr_MIPS_WRK() [all …]
|
D | ir_defs.c | 245 case Iop_8HLto16: vex_printf("8HLto16"); return; in ppIROp() 2605 case Iop_8HLto16: in typeOfPrimop()
|
D | host_mips_isel.c | 1222 if (e->Iex.Binop.op == Iop_8HLto16 in iselWordExpr_R_wrk() 1232 case Iop_8HLto16: in iselWordExpr_R_wrk()
|
D | host_s390_isel.c | 1300 case Iop_8HLto16: in s390_isel_int_expr_wrk()
|
D | host_x86_isel.c | 1049 if (e->Iex.Binop.op == Iop_8HLto16) { in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1303 if (e->Iex.Binop.op == Iop_8HLto16) { in iselIntExpr_R_wrk()
|
D | guest_x86_toIR.c | 11073 binop(Iop_8HLto16, in disInstr_X86_WRK()
|
D | guest_amd64_toIR.c | 28655 assign(t16, binop(Iop_8HLto16, mkexpr(t8), mkexpr(t8))); in dis_ESC_0F38__VEX() 28681 assign(t16, binop(Iop_8HLto16, mkexpr(t8), mkexpr(t8))); in dis_ESC_0F38__VEX()
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 423 case Iop_8HLto16: in typeof_primop()
|
D | irops.c | 143 …{ DEFOP(Iop_8HLto16, UNDEF_CONCAT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 524 Iop_8HLto16, // :: (I8,I8) -> I16 enumerator
|
/external/valgrind/main/VEX/ |
D | test_main.c | 1828 return assignNew(mce, Ity_I16, binop(Iop_8HLto16, vHi8, vLo8)); in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3679 case Iop_8HLto16: in expr2vbits_Binop() 3715 return assignNew('V', mce, Ity_I16, binop(Iop_8HLto16, vHi8, vLo8)); in expr2vbits_Binop()
|