Home
last modified time | relevance | path

Searched refs:history (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c792 static struct mips_cl_insn history[1 + MAX_NOPS]; variable
2349 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 …]
/toolchain/binutils/binutils-2.25/gas/
DCONTRIBUTORS109 want to be, let us know. Some of the history has been lost; we aren't
DChangeLog-20053355 (history): Resize to 1 + MAX_NOPS.
3365 arbitrary history length. Insert nops into the history buffer
3383 them in the history buffer. Use add_fixed_insn or add_relaxed_insn
3386 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[]
DChangeLog-2011952 * config/tc-mips.c (append_insn): Always clear the history after an
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2004273 Revise code holding history of various orphan section placements.
279 (mmo_place_orphan): Revise code holding history of orphan placement.
/toolchain/binutils/binutils-2.25/gas/doc/
Das.texinfo7844 want to be, let us know. Some of the history has been lost; we are not