Home | History | Annotate | Download | only in pub

Lines Matching refs:oldLo

2306      original value at .addr is copied into .oldLo.
2308 Types: .expdLo, .dataLo and .oldLo must all have the same type.
2325 .oldHi:.oldLo.
2327 Types: .expdHi, .expdLo, .dataHi, .dataLo, .oldHi, .oldLo must
2348 * if .oldLo == .expdLo (resp. .oldHi:.oldLo == .expdHi:.expdLo),
2350 stored at .addr, and the original value there was .oldLo (resp
2351 .oldHi:.oldLo).
2353 * if .oldLo != .expdLo (resp. .oldHi:.oldLo != .expdHi:.expdLo),
2354 then the CAS failed, and the original value at .addr was .oldLo
2355 (resp. .oldHi:.oldLo).
2362 IRTemp oldLo;
2374 extern IRCAS* mkIRCAS ( IRTemp oldHi, IRTemp oldLo,