[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / pc2210.s
1 # Test R_SPARC_PC22 and R_SPARC_PC10 relocations
2 .data
3 sym: .word 0
4 .text
5 sethi %pc22(sym), %o1
6 or %o1, %pc10(sym), %o1
This page took 0.031676 seconds and 4 git commands to generate.