Home
last modified time | relevance | path

Searched refs:Iop_GetMSBs8x8 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h1050 Iop_GetMSBs8x8, /* I64 -> I8 */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c619 case Iop_GetMSBs8x8: vex_printf("GetMSBs8x8"); return; in ppIROp()
2736 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
Dguest_x86_toIR.c9017 assign(t1, unop(Iop_8Uto32, unop(Iop_GetMSBs8x8, mkexpr(t0)))); in disInstr_X86_WRK()
11136 unop(Iop_GetMSBs8x8, mkexpr(t1)), in disInstr_X86_WRK()
11137 unop(Iop_GetMSBs8x8, mkexpr(t0))))); in disInstr_X86_WRK()
Dhost_x86_isel.c1396 case Iop_GetMSBs8x8: { in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1691 case Iop_GetMSBs8x8: { in iselIntExpr_R_wrk()
Dguest_amd64_toIR.c14660 assign(t1, unop(Iop_8Uto32, unop(Iop_GetMSBs8x8, mkexpr(t0)))); in dis_ESC_0F__SSE2()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c527 { DEFOP(Iop_GetMSBs8x8, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c4540 case Iop_GetMSBs8x8: in expr2vbits_Unop()