Searched refs:R4 (Results 1 - 7 of 7) 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, ShifterOperand(R4, RR
[all...]
/art/runtime/arch/arm/
H A Dregisters_arm.h31 R4 = 4, enumerator in enum:art::arm::Register
H A Dquick_method_frame_info_arm.h36 (1 << art::arm::R4) | (1 << art::arm::R9);
/art/compiler/utils/arm/
H A Dassembler_arm32_test.cc72 new arm::Register(arm::R4),
87 new arm::Register(arm::R4),
149 shifter_operands_.push_back(arm::ShifterOperand(arm::R4));
162 shifter_operands_.push_back(arm::ShifterOperand(arm::R4));
H A Dmanaged_register_arm_test.cc271 EXPECT_EQ(R4, reg.AsRegisterPairLow());
273 EXPECT_TRUE(reg.Equals(ArmManagedRegister::FromCoreRegisterPair(R4)));
H A Dassembler_thumb2_test.cc53 new arm::Register(arm::R4),
/art/compiler/optimizing/
H A Dcodegen_test.cc60 // are preserved. Currently, ART and C do not match as R4 is caller-save
76 blocked_core_registers_[arm::R4] = true;

Completed in 391 milliseconds