Searched refs:history (Results 1 – 11 of 11) sorted by relevance
5 - **TODO - Add history**
792 static struct mips_cl_insn history[1 + MAX_NOPS]; variable2338 for (i = ARRAY_SIZE (history); i-- > first;) in insert_into_history()2340 history[i] = history[i - n]; in insert_into_history()2342 history[i] = *insn; in insert_into_history()3297 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; in is_delay_slot_valid()3298 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in is_delay_slot_valid()3301 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 in is_delay_slot_valid()6063 prev_pinfo = history[0].insn_mo->pinfo; in reg_needs_delay()6067 && (gpr_write_mask (&history[0]) & (1 << reg))) in reg_needs_delay()6641 if (history[0].fixed_p) in can_swap_branch_p()[all …]
2 ChangeLog history of changes
117 the file ChangeLog history information documenting your changes. Please read
1170 - suppress history buffer provided by application to simplify the interface1465 user-provided history buffer. This is supported only in deflateInit2
102 the file ChangeLog history information documenting your changes. Please read
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.
8164 want to be, let us know. Some of the history has been lost; we are not