bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / cfr.s
1 # Test read/write %cfr instructions
2 .text
3 wr %o1, %l6, %cfr
4 wr %g1, 0x234, %cfr
5 rd %cfr, %g5
6 rd %cfr, %o3
7 rd %cfr, %i2
8 rd %cfr, %l4
This page took 0.02886 seconds and 4 git commands to generate.