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
408 /* Up to this many unnotified events are allowed. Must be at least two,
414 /* Maintain an ordered list of memory events which are outstanding, in
416 helper calls. The SB is scanned top to bottom and memory events
440 static Event events[N_EVENTS];
476 ev = &events[i];
509 // the Ir events to the events list so that merging of paired load/store
510 // events into modify events works correctly.
520 evt = &events[events_used];
537 evt = &events[events_used];
554 lastEvt = &events[events_used-1];
568 evt = &events[events_used];