Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF)
123 #define LDXR GLUE4(ld, A, xr, S)
125 #define STXR GLUE4(st, L, xr, S)
149 #define CAS GLUE4(cas, A, L, S) s(0), s(1), [x2]
201 #define SWP GLUE4(swp, A, L, S) s(0), s(0), [x1]
244 #define LDOP GLUE4(LDNM, A, L, S) s(0), s(0), [x1]
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h208 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d) macro