Searched refs:sbc (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 293 __ sbc(R0, R1, ShifterOperand(R2)); in TEST() local 304 __ sbc(R0, R1, ShifterOperand()); in TEST() local 338 __ sbc(R0, R1, ShifterOperand(0x55)); in TEST() local 372 __ sbc(R0, R1, ShifterOperand(0x550055)); in TEST() local
|
D | assembler_thumb_test_expected.cc.inc | 29 " 1c: eb61 0002 sbc.w r0, r1, r2\n", 59 " 22: f161 0055 sbc.w r0, r1, #85 ; 0x55\n", 81 " 24: f161 1055 sbc.w r0, r1, #5570645 ; 0x550055\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 59 void sbc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 81 void sbc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 379 virtual void sbc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 80 void Arm32Assembler::sbc(Register rd, Register rn, const ShifterOperand& so, in sbc() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 82 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 | 970 __ sbc(locations->Out().AsArm().AsRegisterPairHigh(), in VisitSub() local
|