Searched defs:adc (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 251 __ adc(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local 334 __ adc(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local 352 __ adc(R0, R0, ShifterOperand(R1)); in TEST_F() local 383 __ adc(R0, R1, ShifterOperand(0x55)); in TEST_F() local 414 __ adc(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 1444 __ adc(out_hi, first_hi, second_hi); in GenerateDataProc() local 3836 __ adc(out.AsRegisterPairHigh<Register>(), in VisitAdd() local 4756 __ adc(o_h, high, ShifterOperand(high)); in HandleShift() local 7772 __ adc(out_high, first_high, so); in GenerateAddLongConst() local
|
D | intrinsics_arm.cc | 434 __ adc(out_reg_hi, in_reg_hi, ShifterOperand(mask)); in GenAbsInteger() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 572 void Thumb2Assembler::adc(Register rd, Register rn, const ShifterOperand& so, in adc() function in art::arm::Thumb2Assembler
|