Home
last modified time | relevance | path

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

/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc131 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(T5)); in MipsJniCallingConvention()
140 result = 1 << T0 | 1 << T1 | 1 << T2 | 1 << T3 | 1 << T4 | 1 << T5 | 1 << T6 | in CoreSpillMask()
/art/runtime/arch/mips/
Dregisters_mips.h43 T5 = 13, enumerator
/art/compiler/utils/arm/
Dassembler_arm32_test.cc416 template <typename T1, typename T2, typename T3, typename T4, typename T5>
417 std::function<void(T1, T2, T3, T4, T5)> GetBoundFunction5( in GetBoundFunction5() argument
418 void (arm::Arm32Assembler::*f)(T1, T2, T3, T4, T5)) { in GetBoundFunction5()