Home
last modified time | relevance | path

Searched refs:T0 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc125 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(T0)); in MipsJniCallingConvention()
139 result = 1 << T0 | 1 << T1 | 1 << T2 | 1 << T3 | 1 << T4 | 1 << T5 | 1 << T6 | in CoreSpillMask()
/art/runtime/arch/mips/
Dregisters_mips.h38 T0 = 8, // Temporaries. enumerator
/art/compiler/utils/mips/
Dmanaged_register_mips.cc28 static const int kNumberOfAvailableCoreRegisters = (S7 - T0) + 1;