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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c709 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8
859 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8);
921 case Iop_Add8: ccOp += X86G_CC_OP_ADDB; break;
1132 IROp plus = mkSizedOp(ty, Iop_Add8);
1844 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
1860 if (addSubCarry && op8 == Iop_Add8) {
1889 if (addSubCarry && op8 == Iop_Add8) {
1957 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
1973 if (addSubCarry && op8 == Iop_Add8) {
2004 if (addSubCarry && op8 == Iop_Add8) {
[all...]
H A Dguest_ppc_toIR.c936 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 || op8 == Iop_Mul8 ||
1556 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB));
1564 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA),
3235 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3244 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3261 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3273 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3310 assign( rD, binop( mkSzOp(ty, Iop_Add8),
3322 assign( rD, binop( mkSzOp(ty, Iop_Add8),
3340 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexp
[all...]
H A Dguest_amd64_toIR.c309 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8
1712 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8);
1787 case Iop_Add8: ccOp += AMD64G_CC_OP_ADDB; break;
2002 IROp plus = mkSizedOp(ty, Iop_Add8);
2929 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
2948 if (addSubCarry && op8 == Iop_Add8) {
2977 if (addSubCarry && op8 == Iop_Add8) {
3045 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
3062 if (addSubCarry && op8 == Iop_Add8) {
3093 if (addSubCarry && op8 == Iop_Add8) {
[all...]
H A Dir_defs.c124 case Iop_Add8 ... Iop_Add64:
125 str = "Add"; base = Iop_Add8; break;
2409 case Iop_Add8: case Iop_Sub8: case Iop_Mul8:
H A Dir_opt.c1751 case Iop_Add8:
2105 case Iop_Add8:
H A Dhost_s390_isel.c1427 case Iop_Add8:
H A Dguest_mips_toIR.c1690 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 || op8 == Iop_Mul8
2545 binop(Iop_Add8,
2570 binop(Iop_Add8,
2595 binop(Iop_Add8,
2620 binop(Iop_Add8,
H A Dhost_mips_isel.c827 case Iop_Add8:
H A Dhost_x86_isel.c935 case Iop_Add8: case Iop_Add16: case Iop_Add32:
H A Dhost_amd64_isel.c984 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64:
H A Dhost_ppc_isel.c1402 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64:
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h420 Iop_Add8, Iop_Add16, Iop_Add32, Iop_Add64, enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c230 case Iop_Add8: case Iop_Sub8: case Iop_Mul8:
H A Dirops.c13 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
/external/valgrind/main/VEX/
H A Dtest_main.c1845 case Iop_Add8:
/external/valgrind/main/memcheck/
H A Dmc_translate.c3780 case Iop_Add8:

Completed in 333 milliseconds