Searched refs:Iop_Shl8 (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h427 Iop_Shl8, Iop_Shl16, Iop_Shl32, Iop_Shl64, enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c327 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8:
H A Dirops.c37 { DEFOP(Iop_Shl8, UNDEF_SHL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 0 },
/external/valgrind/main/VEX/priv/
H A Dir_defs.c136 case Iop_Shl8 ... Iop_Shl64:
137 str = "Shl"; base = Iop_Shl8; break;
2506 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8:
H A Dguest_ppc_toIR.c938 op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8 ||
1888 binop(Iop_Shl8, mkexpr(rOnes), mkU8(3)),
1889 binop(Iop_Shl8, mkexpr(rZeros), mkU8(1))) );
1891 putCR321( 6, binop(Iop_Shl8, mkexpr(rZeros), mkU8(1)) );
6178 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1)));
6271 putCR321(0, binop(Iop_Shl8, unop(Iop_1Uto8, mkexpr(resSC)), mkU8(1)));
6349 putCR321(0, binop( Iop_Shl8,
15567 assign( idx, binop(Iop_Shl8,
15580 assign( idx, binop(Iop_Shl8,
15593 assign( idx, binop(Iop_Shl8,
[all...]
H A Dhost_amd64_isel.c1012 case Iop_Shl64: case Iop_Shl32: case Iop_Shl16: case Iop_Shl8:
1032 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8:
H A Dguest_x86_toIR.c712 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8
2537 binop( mkSizedOp(ty,Iop_Shl8),
2558 binop( mkSizedOp(ty,Iop_Shl8),
6390 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) );
H A Dhost_s390_isel.c1463 case Iop_Shl8:
H A Dguest_amd64_toIR.c312 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8
3689 binop( mkSizedOp(ty,Iop_Shl8),
3710 binop( mkSizedOp(ty,Iop_Shl8),
8046 assign( t_mask, binop(Iop_Shl8, mkU8(1), mkexpr(t_bitno2)) );
[all...]
H A Dhost_x86_isel.c980 case Iop_Shl32: case Iop_Shl16: case Iop_Shl8:
H A Dhost_ppc_isel.c1440 case Iop_Shl8: case Iop_Shl16: case Iop_Shl32: case Iop_Shl64:
H A Dir_opt.c2112 e2 = IRExpr_Binop(Iop_Shl8, e->Iex.Binop.arg1,
H A Dguest_mips_toIR.c1692 || op8 == Iop_Shl8 || op8 == Iop_Shr8 || op8 == Iop_Sar8
H A Dguest_s390_toIR.c13087 assign(op, binop(Iop_Shl8, load(Ity_I8, mkexpr(src_addr)), mkU8(1)));
/external/valgrind/main/VEX/
H A Dtest_main.c1870 case Iop_Shl8: case Iop_Shr8:
/external/valgrind/main/memcheck/
H A Dmc_translate.c3841 case Iop_Shl8: case Iop_Shr8: case Iop_Sar8:

Completed in 423 milliseconds