Lines Matching defs:events
81 // "store" or "modify" events. Some instructions do more than one load or
113 // the pre_mem_read/post_mem_write events. For example, if you call
141 // events together for processing into twos and threes so that fewer C calls
420 /* Up to this many unnotified events are allowed. Must be at least two,
426 /* Maintain an ordered list of memory events which are outstanding, in
428 helper calls. The SB is scanned top to bottom and memory events
453 static Event events[N_EVENTS];
489 ev = &events[i];
525 // the Ir events to the events list so that merging of paired load/store
526 // events into modify events works correctly.
536 evt = &events[events_used];
555 evt = &events[events_used];
582 evt = &events[events_used];
603 lastEvt = &events[events_used-1];
618 evt = &events[events_used];
913 /* flush events before LL, helps SC to succeed */