Lines Matching refs:old
7 %old = atomicrmw add i64* %addr, i64 %inc seq_cst
8 ret i64 %old
14 %old = atomicrmw sub i64* %addr, i64 %inc seq_cst
15 ret i64 %old
21 %old = atomicrmw and i64* %andr, i64 %inc seq_cst
22 ret i64 %old
28 %old = atomicrmw or i64* %orr, i64 %inc seq_cst
29 ret i64 %old
35 %old = atomicrmw xor i64* %xorr, i64 %inc seq_cst
36 ret i64 %old
42 %old = atomicrmw nand i64* %nandr, i64 %inc seq_cst
43 ret i64 %old