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

/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-ia64.c64 #define NUM_SLOTS 4 macro
65 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
300 slot[NUM_SLOTS];
6693 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS;
6694 know (first >= 0 && first < NUM_SLOTS);
6712 curr = (curr + 1) % NUM_SLOTS;
6754 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record;
7086 curr = (curr + 1) % NUM_SLOTS;
[all...]

Completed in 70 milliseconds