Searched defs:r3 (Results 1 - 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm/ |
H A D | arm_lir.h | 29 * 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 D | x86_lir.h | 40 * 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