Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h318 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
321 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
Dstack.cc360 const bool is_float = (location_kind == DexRegisterLocation::Kind::kInFpuRegister) || in GetRegisterIfAccessible() local
/art/oatdump/
Doatdump.cc1309 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc3895 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()
3918 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local
Dcode_generator_x86.cc3859 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local