Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c65 #define NUM_SLOTS 4 macro
66 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
309 slot[NUM_SLOTS];
6575 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS; in emit_one_bundle()
6576 know (first >= 0 && first < NUM_SLOTS); in emit_one_bundle()
6594 curr = (curr + 1) % NUM_SLOTS; in emit_one_bundle()
6636 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()
6970 curr = (curr + 1) % NUM_SLOTS; in emit_one_bundle()
7015 know (md.num_slots_in_use < NUM_SLOTS); in emit_one_bundle()
7447 for (i = 0; i < NUM_SLOTS; ++i) in md_begin()
[all …]