Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc340 __ mov(R3, ShifterOperand(R4, LSL, 4)); in TEST()
341 __ mov(R3, ShifterOperand(R4, LSR, 5)); in TEST()
342 __ mov(R3, ShifterOperand(R4, ASR, 6)); in TEST()
343 __ mov(R3, ShifterOperand(R4, ROR, 7)); in TEST()
344 __ mov(R3, ShifterOperand(R4, ROR)); in TEST()
365 __ ldr(R3, Address(R4, 24)); in TEST()
366 __ ldrb(R3, Address(R4, 24)); in TEST()
367 __ ldrh(R3, Address(R4, 24)); in TEST()
368 __ ldrsb(R3, Address(R4, 24)); in TEST()
369 __ ldrsh(R3, Address(R4, 24)); in TEST()
[all …]
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc27 R0, R1, R2, R3
137 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R3)); in EntrySpills()
296 R0, R1, R2, R3
/art/runtime/arch/arm/
Dregisters_arm.h30 R3 = 3, enumerator
Dcontext_arm.cc79 gprs_[R3] = nullptr; in SmashCallerSaves()
Dquick_method_frame_info_arm.h34 (1 << art::arm::R1) | (1 << art::arm::R2) | (1 << art::arm::R3);
/art/compiler/utils/arm/
Dassembler_thumb2_test.cc51 new arm::Register(arm::R3), in SetUpHelpers()
177 GetAssembler()->ldrexd(arm::R5, arm::R3, arm::R7); in TEST_F()
191 GetAssembler()->strexd(arm::R9, arm::R5, arm::R3, arm::R7); in TEST_F()
Dassembler_arm32_test.cc85 new arm::Register(arm::R3), in SetUpHelpers()
143 shifter_operands_.push_back(arm::ShifterOperand(arm::R3)); in SetUpHelpers()
Dmanaged_register_arm_test.cc260 EXPECT_EQ(R3, reg.AsRegisterPairHigh()); in TEST()
/art/compiler/optimizing/
Dcode_generator_arm.h37 static constexpr Register kParameterCoreRegisters[] = { R1, R2, R3 };
45 static constexpr Register kRuntimeParameterCoreRegisters[] = { R0, R1, R2, R3 };
Dcode_generator_arm.cc2326 locations->SetOut(Location::RegisterPairLocation(R2, R3)); in VisitRem()
2874 locations->AddTemp(Location::RegisterLocation(R3)); in HandleFieldSet()