Home
last modified time | relevance | path

Searched refs:last_slot (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c6565 int n, i, j, first, curr, last_slot; in emit_one_bundle() local
6617 last_slot = -1; in emit_one_bundle()
6958 last_slot = i; in emit_one_bundle()
6976 if (md.num_slots_in_use > 0 && last_slot < 0) in emit_one_bundle()
6992 if (last_slot >= 2) in emit_one_bundle()
7001 else if (last_slot == 0) in emit_one_bundle()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20131642 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
DChangeLog-2005205 * config/tc-ia64.c (emit_one_bundle): Perform last_slot < 0 check