x86: optimize AND/OR with twice the same register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / epiphany / addr-syntax.s
CommitLineData
cfb8c092
NC
1; Check that we can do negative displacements
2 ldr r1,[r2,-2047]
3; Check postmodified immediate with positive and negative displacements
4 ldr r2,[r3],-8
5 strd r8,[r4],8
6
7; Check that zero displacements work
8 ldrd r10,[r12]
9 strd r10,[r14]
This page took 0.35794 seconds and 4 git commands to generate.