Searched refs:fp_flag (Results 1 – 5 of 5) sorted by relevance
44 bool IsSoftFloat(uint32_t fp_flag) const;
760 uint32_t fp_flag = in GetReturnValueObjectImpl() local816 } else if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()1176 bool ABISysV_mips64::IsSoftFloat(uint32_t fp_flag) const { in IsSoftFloat()1177 return (fp_flag == lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT); in IsSoftFloat()
795 uint32_t fp_flag = in GetReturnValueObjectImpl() local867 if (IsSoftFloat(fp_flag)) { in GetReturnValueObjectImpl()
55 struct fp_flag { struct71 static const struct fp_flag flags_table[] = { argument