Searched refs:fpr_index (Results 1 – 2 of 2) sorted by relevance
34 uint32_t fpr_index = 0; // Index into float registers. in quick_invoke_reg_setup() local55 fpr_double_index = std::max(fpr_double_index, RoundUp(fpr_index, 2)); in quick_invoke_reg_setup()70 if (fpr_index % 2 == 0) { in quick_invoke_reg_setup()71 fpr_index = std::max(fpr_double_index, fpr_index); in quick_invoke_reg_setup()73 if (fpr_index < arraysize(fp_reg_args)) { in quick_invoke_reg_setup()74 fp_reg_args[fpr_index++] = args[arg_index]; in quick_invoke_reg_setup()
145 uint32_t fpr_index = 0; // S0 ~ S15. in EntrySpills() local153 fpr_double_index = (std::max(fpr_double_index * 2, RoundUp(fpr_index, 2))) / 2; in EntrySpills()162 if (fpr_index % 2 == 0) { in EntrySpills()163 fpr_index = std::max(fpr_double_index * 2, fpr_index); in EntrySpills()165 if (fpr_index < arraysize(kHFSArgumentRegisters)) { in EntrySpills()167 ArmManagedRegister::FromSRegister(kHFSArgumentRegisters[fpr_index++])); in EntrySpills()