Home
last modified time | relevance | path

Searched defs:is_float (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dstack.h307 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
310 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
H A Dstack.cc360 const bool is_float = (location_kind == DexRegisterLocation::Kind::kInFpuRegister) || in GetRegisterIfAccessible() local
/aosp12/art/oatdump/
H A Doatdump.cc1305 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc3746 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()
3769 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local
H A Dcode_generator_x86.cc3781 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local