[GAS][ARM]Generate unpredictable warning for pc used in data processing instructions...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr20429.s
1 .syntax unified
2 .arm
3
4 .text
5 vpush {d0-d31} // 32 > 16, not catched.
6 vpush {d1-d17} // 17 > 16, not catched.
7 vpop {d1-d17} // 17 > 16, not catched.
8 vpop {d0-d31} // 32 > 16, not catched.
9
10 vpush {q0-q15} // 32 > 16, not catched.
11 vpush {q1-q9} // 18 > 16, not catched.
12 vpop {q1-q9} // 18 > 16, not catched.
13 vpop {q0-q15} // 32 > 16, not catched.
This page took 0.029095 seconds and 4 git commands to generate.