[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel12.s
CommitLineData
5919d012
RS
1 .ent foo
2foo:
3 lui $4,%hi(l2)
4 la $3,l1
5 addiu $4,$4,%lo(l2)
6
7 .space 64
8 .end foo
9
10 .globl l1
11 .globl l2
12 .data
13l1: .word 1
14l2: .word 2
This page took 0.598911 seconds and 4 git commands to generate.