Home | History | Annotate | Download | only in cris
      1 ; Check that push and pop builtin "macros" aren't recognized for
      2 ; v32.
      3  .text
      4 start:
      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
     11 end:
     12