Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c66 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
67 #define CURR_SLOT md.slot[md.curr_slot]
277 int curr_slot; member
6575 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS; in emit_one_bundle()
10330 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()
10352 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in remove_marked_resource()
10907 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS; in md_assemble()