Searched defs:r8 (Results 1 - 2 of 2) sorted by path

/art/compiler/dex/quick/arm/
H A Darm_lir.h39 * r8 : Callee save (promotion target)
127 r8 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 8, enumerator in enum:art::ArmNativeRegisterPool
221 constexpr RegStorage rs_r8(RegStorage::kValid | r8);
/art/compiler/dex/quick/x86/
H A Dx86_lir.h47 * r8: caller save, arg5 | caller, arg4, scratch
148 r8 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 8, enumerator in enum:art::X86NativeRegisterPool
252 constexpr RegStorage rs_r8(RegStorage::kValid | r8);

Completed in 48 milliseconds