Home
last modified time | relevance | path

Searched refs:GLUE3 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S121 #define LDXR GLUE3(ld, xr, S)
171 #define LDXP GLUE3(ld, A, xp)
173 #define STXP GLUE3(st, L, xp)
175 #define CASP GLUE3(casp, A, L) x0, x1, x2, x3, [x4]
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h206 #define GLUE3(a, b, c) GLUE3_(a, b, c) macro