Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h1024 Iop_GetMSBs8x8, /* I64 -> I8 */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c598 case Iop_GetMSBs8x8: vex_printf("GetMSBs8x8"); return; in ppIROp()
2668 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
Dguest_x86_toIR.c8964 assign(t1, unop(Iop_8Uto32, unop(Iop_GetMSBs8x8, mkexpr(t0)))); in disInstr_X86_WRK()
11083 unop(Iop_GetMSBs8x8, mkexpr(t1)), in disInstr_X86_WRK()
11084 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.c14080 assign(t1, unop(Iop_8Uto32, unop(Iop_GetMSBs8x8, mkexpr(t0)))); in dis_ESC_0F__SSE2()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c485 { DEFOP(Iop_GetMSBs8x8, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c4463 case Iop_GetMSBs8x8: in expr2vbits_Unop()