Home
last modified time | relevance | path

Searched refs:kOpSbc (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h411 kOpSbc, enumerator
/art/compiler/dex/quick/arm/
Dutility_arm.cc344 case kOpSbc: in OpRegRegShift()
477 case kOpSbc: in OpRegRegRegShift()
586 case kOpSbc: in OpRegRegImm()
Dint_arm.cc1234 OpRegRegReg(kOpSbc, rl_result.reg.GetHigh(), z_reg, t_reg); in GenNegLong()
1238 OpRegRegReg(kOpSbc, rl_result.reg.GetHigh(), z_reg, rl_src.reg.GetHigh()); in GenNegLong()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc727 case kOpSbc: in OpRegRegRegShift()
857 case kOpSbc: in OpRegRegImm64()
/art/compiler/dex/quick/x86/
Dutility_x86.cc222 case kOpSbc: opcode = is64Bit ? kX86Sbb64RR : kX86Sbb32RR; break; in OpRegReg()
480 case kOpSbc: in OpRegRegReg()
Dint_x86.cc63 OpRegReg(kOpSbc, rs_r1, rs_r3); // r1 = r1 - r3 - CF in GenCmpLong()
425 OpRegReg(kOpSbc, rs_r3, rs_r1); // r3 = r3 - r1 - CF in GenFusedLongCmpBranch()
429 OpRegReg(kOpSbc, rs_r1, rs_r3); // r1 = r1 - r3 - CF in GenFusedLongCmpBranch()
507 OpRegReg(kOpSbc, tmp.GetHigh(), high_reg); in GenFusedLongCmpImmBranch()
965 OpRegReg(kOpSbc, tmp, rl_src2.reg.GetHigh()); in GenInlinedMinMax()
/art/compiler/dex/quick/mips/
Dutility_mips.cc336 case kOpSbc: in OpRegRegReg()
/art/compiler/dex/quick/
Dgen_common.cc1990 second_op = kOpSbc; in GenArithOpLong()