Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S141 #define LDXP GLUE3(ld, A, xp)
142 #define STXP GLUE3(st, L, xp)
144 #define CASP GLUE3(casp, A, L) x0, x1, x2, x3, [x4]
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h206 #define GLUE3(a, b, c) GLUE3_(a, b, c) macro