Searched defs:r2 (Results 1 - 4 of 4) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.h703 static constexpr uint32_t r2 = 13; local
720 hash = ((hash << r2) | (hash >> (32 - r2))) * m + n;
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc737 GpuRegister r2 = loc2.AsRegister<GpuRegister>(); local
738 __ Move(TMP, r2);
739 __ Move(r2, r1);
744 FpuRegister r2 = loc2.AsFpuRegister<FpuRegister>(); local
747 __ Dmfc1(TMP, r2);
750 __ Dmtc1(AT, r2);
/art/compiler/dex/quick/arm/
H A Darm_lir.h48 * 5 core temps that codegen can use (r0, r1, r2, r3, r12)
117 r2 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 2, enumerator in enum:art::ArmNativeRegisterPool
211 constexpr RegStorage rs_r2(RegStorage::kValid | r2);
/art/compiler/dex/quick/x86/
H A Dx86_lir.h39 * r2/edx: caller | caller, arg3 | caller, arg2, scratch, high half of long return | caller, arg2, scratch
128 r2 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 2, enumerator in enum:art::X86NativeRegisterPool
130 rDX = r2,
233 constexpr RegStorage rs_r2(RegStorage::kValid | r2);

Completed in 116 milliseconds