Searched refs:A4 (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/mips64/ |
D | registers_mips64.h | 36 A4 = 8, enumerator
|
D | callee_save_frame_mips64.h | 39 (1 << art::mips64::A4) | (1 << art::mips64::A5) | (1 << art::mips64::A6) | 46 (1 << art::mips64::A3) | (1 << art::mips64::A4) | (1 << art::mips64::A5) |
|
D | context_mips64.cc | 80 gprs_[A4] = 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 };
|