Searched refs:FloatSolo32 (Results 1 – 6 of 6) sorted by relevance
113 dest_reg = RegStorage::FloatSolo32(lir->operands[0]); in EliminateLoad()114 src_reg = RegStorage::FloatSolo32(reg_id); in EliminateLoad()
1331 reg = wide ? RegStorage::FloatSolo64(reg_num) : RegStorage::FloatSolo32(reg_num); in DoPromotion()
293 static constexpr RegStorage FloatSolo32(int reg_num) { in FloatSolo32() function
773 RegisterInfo* p = GetRegInfo(RegStorage::FloatSolo32(high_reg - 1)); in AllocPreservedDouble()
809 result = is_wide ? RegStorage::FloatSolo64(res_reg) : RegStorage::FloatSolo32(res_reg); in GetNextReg()
602 res = LoadConstantNoClobber(RegStorage::FloatSolo32(low_reg_val), val_lo); in LoadConstantWide()