Home | History | Annotate | Download | only in pub

Lines Matching refs:oldLo

2046      original value at .addr is copied into .oldLo.
2048 Types: .expdLo, .dataLo and .oldLo must all have the same type.
2065 .oldHi:.oldLo.
2067 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
2088 * if .oldLo == .expdLo (resp. .oldHi:.oldLo == .expdHi:.expdLo),
2090 stored at .addr, and the original value there was .oldLo (resp
2091 .oldHi:.oldLo).
2093 * if .oldLo != .expdLo (resp. .oldHi:.oldLo != .expdHi:.expdLo),
2094 then the CAS failed, and the original value at .addr was .oldLo
2095 (resp. .oldHi:.oldLo).
2102 IRTemp oldLo;
2114 extern IRCAS* mkIRCAS ( IRTemp oldHi, IRTemp oldLo,