Home
last modified time | relevance | path

Searched refs:Iop_Left16 (Results 1 – 10 of 10) 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/
Dhost_tilegx_isel.c961 case Iop_Left16: in iselWordExpr_R_wrk()
Dir_defs.c216 case Iop_Left16: vex_printf("Left16"); return; in ppIROp()
2667 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop()
Dhost_s390_isel.c1758 case Iop_Left16: in s390_isel_int_expr_wrk()
Dhost_mips_isel.c1662 case Iop_Left16: in iselWordExpr_R_wrk()
Dhost_x86_isel.c1346 case Iop_Left16: in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1591 case Iop_Left16: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c2064 case Iop_Left16: in iselWordExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c128 { DEFOP(Iop_Left16, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c610 return assignNew('V', mce, Ity_I16, unop(Iop_Left16, a1)); in mkLeft16()