Home
last modified time | relevance | path

Searched refs:Iop_And16 (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c235 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeof_primop()
Dirops.c31 …{ DEFOP(Iop_And16, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
/external/valgrind/VEX/pub/
Dlibvex_ir.h426 Iop_And8, Iop_And16, Iop_And32, Iop_And64, enumerator
/external/valgrind/VEX/useful/
Dtest_main.c770 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2)); in mkDifD16()
1910 case Iop_And16: in expr2vbits_Binop()
/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c498 case Iop_And16: in iselWordExpr_R_wrk()
Dir_opt.c1762 case Iop_And16: in fold_Expr()
2198 case Iop_And16: in fold_Expr()
6189 opOR = Iop_Or16; opAND = Iop_And16; in do_XOR_TRANSFORMS_IRExpr()
Dhost_s390_isel.c1446 case Iop_And16: in s390_isel_int_expr_wrk()
Dhost_mips_isel.c845 case Iop_And16: in iselWordExpr_R_wrk()
Dir_defs.c2511 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeOfPrimop()
Dhost_x86_isel.c939 case Iop_And8: case Iop_And16: case Iop_And32: in iselIntExpr_R_wrk()
Dguest_s390_toIR.c3515 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NIHH()
3531 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NIHL()
3563 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NILH()
3579 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NILL()
Dhost_amd64_isel.c987 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1440 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselWordExpr_R_wrk()
Dguest_amd64_toIR.c4779 binop(Iop_And16, in gen_POPCOUNT()
4782 binop(Iop_And16, in gen_POPCOUNT()
/external/valgrind/memcheck/
Dmc_translate.c507 return assignNew('V', mce, Ity_I16, binop(Iop_And16, a1, a2)); in mkDifD16()
991 opDIFD = Iop_And16; in expensiveCmpEQorNE()
4085 case Iop_And16: in expr2vbits_Binop()