Home
last modified time | relevance | path

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

/art/runtime/
Dstack.h781 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
784 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
Dstack.cc325 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetRegisterIfAccessible() local
404 const bool is_float = (kind_lo == kDoubleLoVReg); in GetRegisterPairIfAccessible() local
/art/oatdump/
Doatdump.cc975 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc3204 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()
3227 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local
Dcode_generator_x86.cc3177 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local