* gas/cris: Adjust all files for testing target
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / pushpopv32.s
CommitLineData
05e6b315
HPN
1; Check that push and pop builtin "macros" aren't recognized for
2; v32.
3 .text
4start:
5 subq 4,sp
6 move.d r10,[sp]
7 subq 4,sp
8 move srp,[sp]
9 move.d [sp+],r10
10 move [sp+],srp
11end:
This page took 0.05465 seconds and 4 git commands to generate.