Searched refs:GLUE4 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/aarch64/ |
D | lse.S | 94 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) 95 #define LDXR GLUE4(ld, A, xr, S) 96 #define STXR GLUE4(st, L, xr, S) 115 #define CAS GLUE4(cas, A, L, S) s(0), s(1), [x2] 160 #define SWP GLUE4(swp, A, L, S) s(0), s(0), [x1] 202 #define LDOP GLUE4(LDNM, A, L, S) s(0), s(0), [x1]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | assembly.h | 200 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d) macro
|