Home
last modified time | relevance | path

Searched refs:Iop_Left16 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h445 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c203 case Iop_Left16: vex_printf("Left16"); return; in ppIROp()
2081 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop()
Dhost_amd64_isel.c1575 case Iop_Left16: in iselIntExpr_R_wrk()
Dhost_x86_isel.c1227 case Iop_Left16: in iselIntExpr_R_wrk()
/external/valgrind/main/memcheck/
Dmc_translate.c530 return assignNew('V', mce, Ity_I16, unop(Iop_Left16, a1)); in mkLeft16()