Searched refs:fp_reg (Results 1 – 12 of 12) sorted by relevance
55 int fp_reg = 0; in TestImpl() local65 for (; fp_reg < 32; fp_reg++) { in TestImpl()66 if (code_gen->IsFloatingPointCalleeSaveRegister(fp_reg)) { in TestImpl()67 auto location = Location::FpuRegisterLocation(fp_reg); in TestImpl()69 fp_reg++; in TestImpl()
55 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local57 fprs_[2 * fp_reg] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()59 fprs_[2 * fp_reg + 1] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()
51 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local52 fprs_[fp_reg] = fr.CalleeSaveAddress(spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
53 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local54 fprs_[fp_reg] = fr.CalleeSaveAddress(spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
55 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local56 fprs_[fp_reg] = reinterpret_cast<uint64_t*>( in FillCalleeSaves()
845 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in AllocPreservedDouble()878 promotion_map_[p_map_idx].fp_reg = in AllocPreservedDouble()881 promotion_map_[p_map_idx+1].fp_reg = in AllocPreservedDouble()898 promotion_map_[p_map_idx].fp_reg = res.GetReg(); in AllocPreservedSingle()
301 promotion_map_[p_map_idx].fp_reg = reg.GetReg(); in RecordFpPromotion()1450 int reg_num = curr->fp ? promotion_map_[p_map_idx].fp_reg : promotion_map_[p_map_idx].core_reg; in DoPromotion()1456 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in DoPromotion()
298 StringAppendF(&buf, " : s%d", RegStorage::RegNum(v_reg_map.fp_reg)); in DumpPromotionMap()
458 uint8_t fp_reg; member
398 int fp_reg = RegStorage::RegNum(operand); in BuildInsnString() local399 buf += StringPrintf("xmm%d", fp_reg); in BuildInsnString()