Home
last modified time | relevance | path

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

/art/runtime/
Dvmap_table.h62 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in IsInContext() local
98 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in ComputeRegister() local
Dstack.cc216 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetVRegFromQuickCode() local
274 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetRegisterIfAccessible() local
329 bool is_float = (kind_lo == kDoubleLoVReg); in GetVRegPairFromQuickCode() local
361 const bool is_float = (kind_lo == kDoubleLoVReg); in GetRegisterPairIfAccessible() local
405 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetVRegFromQuickCode() local
422 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetRegisterIfAccessible() local
486 bool is_float = (kind_lo == kDoubleLoVReg); in SetVRegPairFromQuickCode() local
504 uint64_t new_value, bool is_float) { in SetRegisterPairIfAccessible()
Dstack.h612 bool IsAccessibleRegister(uint32_t reg, bool is_float) const { in IsAccessibleRegister()
615 uintptr_t GetRegister(uint32_t reg, bool is_float) const { in GetRegister()
619 void SetRegister(uint32_t reg, uintptr_t value, bool is_float) { in SetRegister()
/art/oatdump/
Doatdump.cc989 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
1118 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in DescribeVReg() local
/art/compiler/optimizing/
Dcode_generator_x86_64.cc2388 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()
2411 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local
Dcode_generator_x86.cc2281 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local