Searched refs:A1 (Results 1 - 15 of 15) sorted by relevance

/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc86 registers_.push_back(new mips64::GpuRegister(mips64::A1));
119 secondary_register_names_.emplace(mips64::GpuRegister(mips64::A1), "a1");
227 (Base::GetAssembler()->*f)(mips64::A1, &label);
246 (Base::GetAssembler()->*f)(mips64::A0, mips64::A1, &label);
788 __ Beqc(mips64::A0, mips64::A1, &label);
1009 __ LoadFromOffset(mips64::kLoadSignedByte, mips64::A0, mips64::A1, 0);
1010 __ LoadFromOffset(mips64::kLoadSignedByte, mips64::A0, mips64::A1, 1);
1011 __ LoadFromOffset(mips64::kLoadSignedByte, mips64::A0, mips64::A1, 256);
1012 __ LoadFromOffset(mips64::kLoadSignedByte, mips64::A0, mips64::A1, 1000);
1013 __ LoadFromOffset(mips64::kLoadSignedByte, mips64::A0, mips64::A1,
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc62 registers_.push_back(new mips::Register(mips::A1));
95 secondary_register_names_.emplace(mips::Register(mips::A1), "a1");
203 (Base::GetAssembler()->*f)(mips::A1, &label);
222 (Base::GetAssembler()->*f)(mips::A0, mips::A1, &label);
728 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1, 0);
729 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1, 256);
730 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1, 1000);
731 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1, 0x8000);
732 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1, 0x10000);
733 __ LoadFromOffset(mips::kLoadSignedByte, mips::A0, mips::A1,
[all...]
/art/runtime/arch/mips/
H A Dregisters_mips.h35 A1 = 5, enumerator in enum:art::mips::Register
H A Dcontext_mips.cc75 gprs_[A1] = nullptr;
H A Dquick_method_frame_info_mips.h34 (1 << art::mips::A1) | (1 << art::mips::A2) | (1 << art::mips::A3);
H A Dquick_entrypoints_mips.S665 li $t3, 2 # t3 = gpr_index = 2 (skip A0 and A1)
/art/runtime/arch/mips64/
H A Dregisters_mips64.h35 A1 = 5, enumerator in enum:art::mips64::GpuRegister
H A Dquick_method_frame_info_mips64.h33 (1 << art::mips64::A1) | (1 << art::mips64::A2) | (1 << art::mips64::A3) |
H A Dcontext_mips64.cc75 gprs_[A1] = nullptr;
/art/compiler/optimizing/
H A Dcode_generator_mips.h33 { A1, A2, A3 };
44 { A0, A1, A2, A3 };
110 return Location::RegisterLocation(A1);
123 : (is_instance ? Location::RegisterLocation(A2) : Location::RegisterLocation(A1));
H A Dcode_generator_mips64.h33 { A1, A2, A3, A4, A5, A6, A7 };
44 { A0, A1, A2, A3, A4, A5, A6, A7 };
110 return Location::RegisterLocation(A1);
123 : Location::RegisterLocation(A1));
H A Doptimizing_cfi_test.cc233 __ Beqc(mips64::A1, mips64::A2, &target);
H A Dcode_generator_mips.cc97 if (calling_convention.GetRegisterAt(gp_index) == A1) {
98 gp_index_++; // Skip A1, and use A2_A3 instead.
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc26 static const Register kCoreArgumentRegisters[] = { A0, A1, A2, A3 };
223 A0, A1, A2, A3
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc27 A0, A1, A2, A3, A4, A5, A6, A7
97 int reg_index = 1; // we start from A1, A0 holds ArtMethod*.
114 // e.g. A1, A2, F3, A4, F5, F6, A7

Completed in 83 milliseconds