Searched refs:Iop_And16 (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 235 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeof_primop()
|
D | irops.c | 31 …{ DEFOP(Iop_And16, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 426 Iop_And8, Iop_And16, Iop_And32, Iop_And64, enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 770 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2)); in mkDifD16() 1910 case Iop_And16: in expr2vbits_Binop()
|
/external/valgrind/VEX/priv/ |
D | host_tilegx_isel.c | 498 case Iop_And16: in iselWordExpr_R_wrk()
|
D | ir_opt.c | 1762 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()
|
D | host_s390_isel.c | 1446 case Iop_And16: in s390_isel_int_expr_wrk()
|
D | host_mips_isel.c | 845 case Iop_And16: in iselWordExpr_R_wrk()
|
D | ir_defs.c | 2511 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeOfPrimop()
|
D | host_x86_isel.c | 939 case Iop_And8: case Iop_And16: case Iop_And32: in iselIntExpr_R_wrk()
|
D | guest_s390_toIR.c | 3515 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()
|
D | host_amd64_isel.c | 987 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1440 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselWordExpr_R_wrk()
|
D | guest_amd64_toIR.c | 4779 binop(Iop_And16, in gen_POPCOUNT() 4782 binop(Iop_And16, in gen_POPCOUNT()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 507 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()
|