Searched refs:Iop_And16 (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 235 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeof_primop()
|
D | irops.c | 30 …{ DEFOP(Iop_And16, UNDEF_AND), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 =…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 425 Iop_And8, Iop_And16, Iop_And32, Iop_And64, enumerator
|
/external/valgrind/main/VEX/ |
D | test_main.c | 749 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2)); in mkDifD16() 1889 case Iop_And16: in expr2vbits_Binop()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 499 return assignNew('V', mce, Ity_I16, binop(Iop_And16, a1, a2)); in mkDifD16() 922 opDIFD = Iop_And16; in expensiveCmpEQorNE() 3856 case Iop_And16: in expr2vbits_Binop()
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1729 case Iop_And16: in fold_Expr() 2187 case Iop_And16: in fold_Expr()
|
D | host_s390_isel.c | 1443 case Iop_And16: in s390_isel_int_expr_wrk()
|
D | ir_defs.c | 2414 case Iop_Or16: case Iop_And16: case Iop_Xor16: in typeOfPrimop()
|
D | host_mips_isel.c | 844 case Iop_And16: in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 939 case Iop_And8: case Iop_And16: case Iop_And32: in iselIntExpr_R_wrk()
|
D | guest_s390_toIR.c | 3508 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NIHH() 3524 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NIHL() 3556 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NILH() 3572 assign(result, binop(Iop_And16, mkexpr(op1), mkU16(op2))); in s390_irgen_NILL()
|
D | host_amd64_isel.c | 988 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1406 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()
|