Searched refs:num_fp_spills (Results 1 – 1 of 1) sorted by relevance
1746 const int num_fp_spills = POPCOUNT(fp_reg_mask); in UnspillRegs() local1755 early_drop = frame_size - kArm64PointerSize * (num_fp_spills + num_core_spills); in UnspillRegs()1769 int offset = frame_size - early_drop - kArm64PointerSize * (num_fp_spills + num_core_spills); in UnspillRegs()