Searched defs:r3 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Darm_lir.h29 * r0-r3: Argument registers in both Dalvik and C/C++ conventions.
48 * 5 core temps that codegen can use (r0, r1, r2, r3, r12)
63 * o r1-r3 will be used for up to the first 3 words of arguments
118 r3 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 3, enumerator in enum:art::ArmNativeRegisterPool
212 constexpr RegStorage rs_r3(RegStorage::kValid | r3);
/art/compiler/dex/quick/x86/
H A Dx86_lir.h40 * r3/ebx: callEE | callEE | callER, arg3, scratch | callee, promotable
131 r3 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 3, enumerator in enum:art::X86NativeRegisterPool
133 rBX = r3,
236 constexpr RegStorage rs_r3(RegStorage::kValid | r3);

Completed in 36 milliseconds