Searched refs:adc (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 292 __ adc(R0, R1, ShifterOperand(R2)); in TEST() local 303 __ adc(R0, R1, ShifterOperand()); in TEST() local 337 __ adc(R0, R1, ShifterOperand(0x55)); in TEST() local 371 __ adc(R0, R1, ShifterOperand(0x550055)); in TEST() local
|
D | assembler_thumb_test_expected.cc.inc | 28 " 18: eb41 0002 adc.w r0, r1, r2\n", 58 " 1e: f141 0055 adc.w r0, r1, #85 ; 0x55\n", 80 " 20: f141 1055 adc.w r0, r1, #5570645 ; 0x550055\n",
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 57 void adc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_thumb2.h | 79 void adc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 377 virtual void adc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 74 void Arm32Assembler::adc(Register rd, Register rn, const ShifterOperand& so, in adc() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 76 void Thumb2Assembler::adc(Register rd, Register rn, const ShifterOperand& so, in adc() function in art::arm::Thumb2Assembler
|
/art/disassembler/ |
D | disassembler_x86.cc | 234 DISASSEMBLER_ENTRY(adc, in DumpInstruction()
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 909 __ adc(locations->Out().AsArm().AsRegisterPairHigh(), in VisitAdd() local
|