#include "config.h"
#include "intsym.h"
Go to the source code of this file.
|
| #define | MOVUAPS movaps |
| |
| #define | ALIGN4 .balign 4 |
| |
| #define | ALIGN8 .balign 8 |
| |
| #define | ALIGN16 .balign 16 |
| |
| #define | ALIGN32 .balign 32 |
| |
| #define | ALIGN64 .balign 64 |
| |
| #define | MANGLE_MACROCAT_REALLY(a, b) a ## b |
| |
| #define | MANGLE_MACROCAT(a, b) MANGLE_MACROCAT_REALLY(a, b) |
| |
| #define | ASM_NAME(a) a |
| |
| #define | ASM_VALUE(a) MANGLE_MACROCAT($,a) |
| |
| #define | COMM(a, b, c) .comm a,b,c |
| |
| #define | BSS .bss |
| |
| #define | GLOBAL_SYMBOL .globl |
| |
| #define | NONEXEC_STACK |
| |
| #define | AARCH64_PCREL_HI(label) label |
| |
| #define | AARCH64_PCREL_LO(label) :lo12:label |
| |
| #define | AARCH64_DUP_4S(dst, src, elem) dup dst.4s, src.s[elem] |
| |
| #define | AARCH64_DUP_2D(dst, src, elem) dup dst.2d, src.d[elem] |
| |
| #define | AARCH64_SQXTN2_8H(dst, src) sqxtn2 dst.8h, src.4s |
| |
◆ AARCH64_DUP_2D
◆ AARCH64_DUP_4S
◆ AARCH64_PCREL_HI
◆ AARCH64_PCREL_LO
◆ AARCH64_SQXTN2_8H
| #define AARCH64_SQXTN2_8H |
( |
|
dst, |
|
|
|
src |
|
) |
| sqxtn2 dst.8h, src.4s |
◆ ALIGN16
◆ ALIGN32
◆ ALIGN4
◆ ALIGN64
◆ ALIGN8
◆ ASM_NAME
◆ ASM_VALUE
◆ BSS
◆ COMM
◆ GLOBAL_SYMBOL
◆ MANGLE_MACROCAT
◆ MANGLE_MACROCAT_REALLY
◆ MOVUAPS
◆ NONEXEC_STACK