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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c712 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8
861 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8);
923 case Iop_Add8: ccOp += X86G_CC_OP_ADDB; break;
1130 IROp plus = mkSizedOp(ty, Iop_Add8);
1842 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
1858 if (addSubCarry && op8 == Iop_Add8) {
1887 if (addSubCarry && op8 == Iop_Add8) {
1955 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
1971 if (addSubCarry && op8 == Iop_Add8) {
2002 if (addSubCarry && op8 == Iop_Add8) {
[all...]
H A Dguest_ppc_toIR.c902 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8 || op8 == Iop_Mul8 ||
1450 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA), getIReg(rB));
1458 return binop(mkSzOp(ty, Iop_Add8), getIReg(rA),
3017 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3026 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3043 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3055 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexpr(rA),
3092 assign( rD, binop( mkSzOp(ty, Iop_Add8),
3104 assign( rD, binop( mkSzOp(ty, Iop_Add8),
3122 assign( rD, binop( mkSzOp(ty, Iop_Add8), mkexp
[all...]
H A Dguest_amd64_toIR.c314 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8
1679 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8);
1753 case Iop_Add8: ccOp += AMD64G_CC_OP_ADDB; break;
1964 IROp plus = mkSizedOp(ty, Iop_Add8);
2809 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
2828 if (addSubCarry && op8 == Iop_Add8) {
2857 if (addSubCarry && op8 == Iop_Add8) {
2925 vassert(op8 == Iop_Add8 || op8 == Iop_Sub8);
2942 if (addSubCarry && op8 == Iop_Add8) {
2973 if (addSubCarry && op8 == Iop_Add8) {
[all...]
H A Dir_defs.c124 case Iop_Add8 ... Iop_Add64:
125 str = "Add"; base = Iop_Add8; break;
2134 case Iop_Add8: case Iop_Sub8: case Iop_Mul8:
H A Dhost_s390_isel.c1027 case Iop_Add8:
H A Dir_opt.c1676 case Iop_Add8:
2013 case Iop_Add8:
H A Dhost_amd64_isel.c882 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64:
H A Dhost_x86_isel.c835 case Iop_Add8: case Iop_Add16: case Iop_Add32:
H A Dhost_ppc_isel.c1273 case Iop_Add8: case Iop_Add16: case Iop_Add32: case Iop_Add64:
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h416 Iop_Add8, Iop_Add16, Iop_Add32, Iop_Add64, enumerator in enum:__anon27017
/external/valgrind/main/VEX/
H A Dtest_main.c1822 case Iop_Add8:
/external/valgrind/main/memcheck/
H A Dmc_translate.c3415 case Iop_Add8:

Completed in 165 milliseconds