Lines Matching refs:load
8 based on the value returned by an earlier load, an "address
9 dependency" extends from that load extending to the later access.
29 a special operation that includes a load and which orders that
30 load before later memory references running on that same CPU.
35 When an acquire load returns the value stored by a release store
36 to that same variable, (in other words, the acquire load "reads
38 store "happen before" any operations following that load acquire.
55 of a value computed from a value returned by an earlier load,
56 a "control dependency" extends from that load to that store.
89 on the value returned by an earlier load, a "data dependency"
90 extends from that load to that later store. For example:
107 load from that same variable, there is said to be a from-reads
108 link from the load to the store.
143 Reads-From (rf): When one CPU's load returns the value stored by some other
145 CPU's store to the first CPU's load. Reads-from links have the
146 nice property that time must advance from the store to the load,