Don't handle lret/iret when -mlfence-before-ret=[or|not|shl|yes] since they are inval...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / macroat.s
CommitLineData
a471a06b
HPN
1; Test that an "@" does do TRT in a macro, and does not break up
2; lines.
0465aa2f 3 .syntax no_register_prefix
a471a06b
HPN
4 .macro test_h_gr val reg
5 cmp.d \val,\reg
6 beq test_gr\@
7 nop
8test_gr\@:
9 .endm
10
11start:
12 test_h_gr 5,r0
13 nop
This page took 1.094181 seconds and 4 git commands to generate.