Searched defs:sbc (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 252 __ 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/ |
D | code_generator_arm.cc | 1447 __ 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
|
D | intrinsics_arm.cc | 1302 __ sbc(temp0, temp0, ShifterOperand(0)); // Complete the move of the compression flag. in VisitStringCompareTo() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 578 void Thumb2Assembler::sbc(Register rd, Register rn, const ShifterOperand& so, in sbc() function in art::arm::Thumb2Assembler
|