[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_pop.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the pop.n instruction
2
3foo:
4 pop.n {ra}
5 pop.n {fp,ra}
6 pop.n {r16,ra}
7 pop.n {r16,fp,ra}
8 pop.n {r16,r17,r18,r19,r20,r21,r22,r23,fp,ra}
9 pop.n {ra},0x0
10 pop.n {ra},0x3c
11 pop.n {r16,r17,r18,r19,r20,r21,r22,r23,fp,ra},0x3c
This page took 0.051566 seconds and 4 git commands to generate.