Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h300 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
303 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
Dstack.cc268 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetRegisterIfAccessible() local
358 const bool is_float = (kind_lo == kDoubleLoVReg); in GetRegisterPairIfAccessible() local
/art/oatdump/
Doatdump.cc1325 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc3446 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()
3469 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local
Dcode_generator_x86.cc3424 bool is_float = type == DataType::Type::kFloat32; in GenerateRemFP() local
/art/compiler/utils/mips/
Dassembler_mips.cc4519 bool is_float) { in AdjustBaseAndOffset()