Searched defs:is_float (Results 1 – 6 of 6) sorted by relevance
62 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in IsInContext() local98 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in ComputeRegister() local
216 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetVRegFromQuickCode() local274 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in GetRegisterIfAccessible() local329 bool is_float = (kind_lo == kDoubleLoVReg); in GetVRegPairFromQuickCode() local361 const bool is_float = (kind_lo == kDoubleLoVReg); in GetRegisterPairIfAccessible() local405 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetVRegFromQuickCode() local422 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); in SetRegisterIfAccessible() local486 bool is_float = (kind_lo == kDoubleLoVReg); in SetVRegPairFromQuickCode() local504 uint64_t new_value, bool is_float) { in SetRegisterPairIfAccessible()
612 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()
989 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
2388 uint32_t stack_adjustment, bool is_float) { in PushOntoFPStack()2411 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local
2281 bool is_float = type == Primitive::kPrimFloat; in GenerateRemFP() local