Searched refs:A6 (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/mips64/ |
D | registers_mips64.h | 38 A6 = 10, enumerator
|
D | callee_save_frame_mips64.h | 39 (1 << art::mips64::A4) | (1 << art::mips64::A5) | (1 << art::mips64::A6) | 47 (1 << art::mips64::A6) | (1 << art::mips64::A7) | (1 << art::mips64::T0) |
|
D | context_mips64.cc | 82 gprs_[A6] = nullptr; in SmashCallerSaves()
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 32 A0, A1, A2, A3, A4, A5, A6, A7
|
/art/compiler/optimizing/ |
D | code_generator_mips64.h | 33 { A1, A2, A3, A4, A5, A6, A7 }; 44 { A0, A1, A2, A3, A4, A5, A6, A7 };
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 112 registers_.push_back(new mips64::GpuRegister(mips64::A6)); in SetUpHelpers() 145 secondary_register_names_.emplace(mips64::GpuRegister(mips64::A6), "a6"); in SetUpHelpers()
|