[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel-got64.s
1 .text
2 .intel_syntax noprefix
3 _start:
4 movabs eax, [x1@GOTOFF + x2]
5 push [rip + x1@GOTPCREL + x2]
6 ret
7
8 .equ x2, 8
This page took 0.033914 seconds and 4 git commands to generate.