Home
last modified time | relevance | path

Searched refs:GetNumberOfFpuRegisters (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h483 size_t GetNumberOfFpuRegisters() const { return number_of_fpu_registers_; } in GetNumberOfFpuRegisters() function
Dcode_generator_arm.cc651 if (float_index_ < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
662 if (double_index_ + 1 < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
Dcode_generator_x86.cc591 if (index < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
601 if (index < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
Dcode_generator_x86_64.cc1279 if (index < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
1289 if (index < calling_convention.GetNumberOfFpuRegisters()) { in GetNextLocation()
Dcode_generator_arm64.cc385 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) { in GetNextLocation()
Dcode_generator_mips64.cc77 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) { in GetNextLocation()