Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / cmp-opr-inc.s
CommitLineData
7b4ae824
JD
1;; Pre/Post increment/decrement xys
2 cmp d2, (+x)
3 cmp d3, (+y)
4 cmp d4, (-x)
5 cmp d5, (-y)
6 cmp d0, (-s)
7 cmp d6, (s+)
8 cmp x, (y-)
9 cmp x, (x-)
10 cmp y, (y+)
11 cmp y, (x+)
This page took 0.068818 seconds and 4 git commands to generate.