HomeSort by: relevance | last modified time | path
    Searched defs:_CONCAT3 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
cache_r4k_subr.S 57 #define _CONCAT3(a,b,c) a ## _ ## b ## _ ## c
60 #define _CONCAT3(a,b,c) a/**/_/**/b/**/_/**/c
64 #define _OPNAME(a,b,c) _CONCAT3(a,b,c)
  /src/common/lib/libc/arch/aarch64/atomic/
__aarch64_lse.S 110 #define _CONCAT3(A, B, C) __CONCAT3(A,B,C)
114 #define FUNC2 _CONCAT3(__aarch64_,OP,AR)
124 #define LDXP _CONCAT3(ld, ACQ, xp)
125 #define STXP _CONCAT3(st, REL, xp)
130 #define CASP _CONCAT3(casp, ACQ, REL)

Completed in 14 milliseconds