Searched defs:adds (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 231 __ adds(R0, R1, ShifterOperand(R2)); in TEST_F() local 257 __ adds(R0, R1, ShifterOperand(R2)); in TEST_F() local 289 __ adds(R0, R1, ShifterOperand(R8)); in TEST_F() local 306 __ adds(R0, R1, ShifterOperand(R2), arm::EQ); in TEST_F() local 394 __ adds(R0, R1, ShifterOperand(5)); in TEST_F() local
|
| /art/compiler/utils/arm/ |
| D | assembler_thumb2_test.cc | 253 __ adds(arm::R1, arm::R0, arm::ShifterOperand(42)); in TEST_F() local 255 __ adds(arm::R1, arm::R0, arm::ShifterOperand(arm::R2, arm::ASR, 31)); in TEST_F() local
|
| /art/compiler/optimizing/ |
| D | intrinsics_arm.cc | 298 __ adds(out_reg_lo, in_reg_lo, ShifterOperand(mask)); in GenAbsInteger() local
|
| D | code_generator_arm.cc | 2505 __ adds(out.AsRegisterPairLow<Register>(), in VisitAdd() local
|