Searched refs:Iop_Left32 (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h470 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c388 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32);
H A Dirops.c104 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/main/VEX/priv/
H A Dir_opt.c1574 case Iop_Left32: {
5190 if (is_Unop(aa, Iop_Left32))
5204 case Iop_Left32:
5206 if (is_Unop(aa, Iop_Left32))
5207 return IRExpr_Unop( Iop_Left32, aa->Iex.Unop.arg );
H A Dir_defs.c216 case Iop_Left32: vex_printf("Left32"); return;
2567 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32);
H A Dhost_arm64_isel.c2068 case Iop_Left32:
H A Dhost_s390_isel.c1756 case Iop_Left32:
H A Dhost_mips_isel.c1658 case Iop_Left32:
H A Dhost_x86_isel.c1347 case Iop_Left32: {
H A Dhost_amd64_isel.c1593 case Iop_Left32:
H A Dhost_ppc_isel.c2024 case Iop_Left32:
H A Dhost_arm_isel.c1723 case Iop_Left32: {
/external/valgrind/main/memcheck/
H A Dmc_translate.c607 return assignNew('V', mce, Ity_I32, unop(Iop_Left32, a1));

Completed in 369 milliseconds