Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / shift-bad.s
1
2 asr r0, r1, r2, ror #5
3 ror r0, r1, r2, lsl r3
4
5 .thumb_func
6 foo:
7 ror r0, r0, r2, lsl #1
8 lsl r0, r0, r2, lsl #1
9 lsl r0, r0, r2, asr r0
10
11 .syntax unified
12
13 ror r0, r1, r2, lsl #1
14 lsl r0, r1, r2, lsl #1
15 lsl r0, r1, r2, asr r0
This page took 0.029656 seconds and 4 git commands to generate.