Home
last modified time | relevance | path

Searched refs:Iop_Left8 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h471 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c215 case Iop_Left8: vex_printf("Left8"); return; in ppIROp()
2731 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
Dhost_s390_isel.c1757 case Iop_Left8: in s390_isel_int_expr_wrk()
Dhost_mips_isel.c1655 case Iop_Left8: in iselWordExpr_R_wrk()
Dhost_x86_isel.c1345 case Iop_Left8: in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1590 case Iop_Left8: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c2096 case Iop_Left8: in iselWordExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c128 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c605 return assignNew('V', mce, Ity_I8, unop(Iop_Left8, a1)); in mkLeft8()