Home | History | Annotate | Download | only in pub

Lines Matching refs:oldLo

1800      original value at .addr is copied into .oldLo.
1802 Types: .expdLo, .dataLo and .oldLo must all have the same type.
1819 .oldHi:.oldLo.
1821 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
1842 * if .oldLo == .expdLo (resp. .oldHi:.oldLo == .expdHi:.expdLo),
1844 stored at .addr, and the original value there was .oldLo (resp
1845 .oldHi:.oldLo).
1847 * if .oldLo != .expdLo (resp. .oldHi:.oldLo != .expdHi:.expdLo),
1848 then the CAS failed, and the original value at .addr was .oldLo
1849 (resp. .oldHi:.oldLo).
1856 IRTemp oldLo;
1868 extern IRCAS* mkIRCAS ( IRTemp oldHi, IRTemp oldLo,