Searched defs:sbc (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 248 __ sbc(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local 332 __ sbc(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local 349 __ sbc(R0, R0, ShifterOperand(R1)); in TEST_F() local 380 __ sbc(R0, R1, ShifterOperand(0x55)); in TEST_F() local 411 __ sbc(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32.cc | 99 void Arm32Assembler::sbc(Register rd, Register rn, const ShifterOperand& so, in sbc() function in art::arm::Arm32Assembler
|
| D | assembler_thumb2.cc | 578 void Thumb2Assembler::sbc(Register rd, Register rn, const ShifterOperand& so, in sbc() function in art::arm::Thumb2Assembler
|
| /art/compiler/optimizing/ |
| D | code_generator_arm.cc | 1963 __ sbc(out.AsRegisterPairHigh<Register>(), in VisitNeg() local 2584 __ sbc(out.AsRegisterPairHigh<Register>(), in VisitSub() local
|