Home
last modified time | relevance | path

Searched defs:sbc (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc252 __ sbc(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local
336 __ sbc(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local
353 __ sbc(R0, R0, ShifterOperand(R1)); in TEST_F() local
384 __ sbc(R0, R1, ShifterOperand(0x55)); in TEST_F() local
415 __ sbc(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_arm.cc1447 __ sbc(out_hi, first_hi, second_hi); in GenerateDataProc() local
3299 __ sbc(out.AsRegisterPairHigh<Register>(), in VisitNeg() local
3917 __ sbc(out.AsRegisterPairHigh<Register>(), in VisitSub() local
7774 __ sbc(out_high, first_high, so); in GenerateAddLongConst() local
Dintrinsics_arm.cc1302 __ sbc(temp0, temp0, ShifterOperand(0)); // Complete the move of the compression flag. in VisitStringCompareTo() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc578 void Thumb2Assembler::sbc(Register rd, Register rn, const ShifterOperand& so, in sbc() function in art::arm::Thumb2Assembler