Searched refs:history (Results 1 – 6 of 6) sorted by relevance
792 static struct mips_cl_insn history[1 + MAX_NOPS]; variable2349 for (i = ARRAY_SIZE (history); i-- > first;) in insert_into_history()2351 history[i] = history[i - n]; in insert_into_history()2353 history[i] = *insn; in insert_into_history()3328 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; in is_delay_slot_valid()3329 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in is_delay_slot_valid()3332 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 in is_delay_slot_valid()6169 prev_pinfo = history[0].insn_mo->pinfo; in reg_needs_delay()6173 && (gpr_write_mask (&history[0]) & (1 << reg))) in reg_needs_delay()6747 if (history[0].fixed_p) in can_swap_branch_p()[all …]
109 want to be, let us know. Some of the history has been lost; we aren't
3355 (history): Resize to 1 + MAX_NOPS.3365 arbitrary history length. Insert nops into the history buffer3383 them in the history buffer. Use add_fixed_insn or add_relaxed_insn3386 the history buffer. Use move_insn to do delay slot filling.3417 (history): New variable.3423 (macro_start): Replace uses of prev_insn* with the equivalent history[]
952 * config/tc-mips.c (append_insn): Always clear the history after an
273 Revise code holding history of various orphan section placements.279 (mmo_place_orphan): Revise code holding history of orphan placement.
7844 want to be, let us know. Some of the history has been lost; we are not