Searched refs:R3 (Results 1 - 10 of 10) sorted by relevance

/art/compiler/utils/
H A Dassembler_thumb_test.cc437 __ movs(R3, ShifterOperand(R4, LSL, 4));
438 __ movs(R3, ShifterOperand(R4, LSR, 5));
439 __ movs(R3, ShifterOperand(R4, ASR, 6));
442 __ movs(R3, ShifterOperand(R4, ROR, 7));
445 __ movs(R3, ShifterOperand(R4, RRX));
448 __ mov(R3, ShifterOperand(R4, LSL, 4), AL, kCcKeep);
449 __ mov(R3, ShifterOperand(R4, LSR, 5), AL, kCcKeep);
450 __ mov(R3, ShifterOperand(R4, ASR, 6), AL, kCcKeep);
451 __ mov(R3, ShifterOperand(R4, ROR, 7), AL, kCcKeep);
452 __ mov(R3, ShifterOperan
[all...]
/art/runtime/arch/arm/
H A Dregisters_arm.h30 R3 = 3, enumerator in enum:art::arm::Register
H A Dcontext_arm.cc79 gprs_[R3] = nullptr;
H A Dquick_method_frame_info_arm.h34 (1 << art::arm::R1) | (1 << art::arm::R2) | (1 << art::arm::R3);
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc27 R0, R1, R2, R3
137 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R3));
144 uint32_t gpr_index = 1; // R0 ~ R3. Reserve r0 for ArtMethod*.
296 R0, R1, R2, R3
/art/compiler/optimizing/
H A Dcode_generator_arm.h37 static constexpr Register kParameterCoreRegisters[] = { R1, R2, R3 };
45 static constexpr Register kRuntimeParameterCoreRegisters[] = { R0, R1, R2, R3 };
117 ? Location::RegisterPairLocation(R2, R3)
H A Dcode_generator_arm.cc2994 // The runtime helper puts the output in R2,R3.
2995 locations->SetOut(Location::RegisterPairLocation(R2, R3));
3805 locations->AddTemp(Location::RegisterLocation(R3));
/art/compiler/utils/arm/
H A Dassembler_thumb2_test.cc52 new arm::Register(arm::R3),
186 __ ldrexd(arm::R5, arm::R3, arm::R7);
200 __ strexd(arm::R9, arm::R5, arm::R3, arm::R7);
267 __ umull(arm::R0, arm::R1, arm::R2, arm::R3);
275 __ smull(arm::R0, arm::R1, arm::R2, arm::R3);
839 __ LoadLiteral(arm::R1, arm::R3, literal);
863 __ LoadLiteral(arm::R1, arm::R3, literal);
H A Dassembler_arm32_test.cc86 new arm::Register(arm::R3),
148 shifter_operands_.push_back(arm::ShifterOperand(arm::R3));
H A Dmanaged_register_arm_test.cc260 EXPECT_EQ(R3, reg.AsRegisterPairHigh());

Completed in 280 milliseconds