summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/cmpx.scm
blob: c9dc76056296055f1487e222b4a02e4d02b8a0b9 (plain)
1
2
3
4
5
6
7
8
(
(cmpxchg al bh)
(xadd    (& eax) bh)
(cmpxchg ax bx)
(xadd    (& eax) bx)
(cmpxchg eax ebx)
(xadd    (& eax) ebx)
)