Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S110 #define x(N) GLUE2(x, N)
111 #define w(N) GLUE2(w, N)
169 #define LDXP GLUE2(ld, xp)
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h129 #define GLUE2(a, b) a ## b macro
130 #define GLUE(a, b) GLUE2(a, b)