Searched refs:CONCAT1 (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/machine/m68k/ |
D | m68kasm.h | 14 #define CONCAT1(a, b) CONCAT2(a, b) macro 19 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 23 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
|
/picolibc-latest/newlib/libc/machine/x86/ |
D | i386mach.h | 35 #define CONCAT1(a, b) CONCAT2(a, b) macro 40 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x) 44 #define REG(x) CONCAT1(__REG_PREFIX__, x)
|
D | x86_64mach.h | 21 #define CONCAT1(a, b) CONCAT2(a, b) macro 26 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x) 30 #define REG(x) CONCAT1(__REG_PREFIX__, x)
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | i386mach.h | 26 #define CONCAT1(a, b) CONCAT2(a, b) macro 31 #define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x) 35 #define REG(x) CONCAT1(__REG_PREFIX__, x)
|
/picolibc-latest/newlib/libc/machine/tic80/ |
D | setjmp.S | 27 #define CONCAT1(a, b) CONCAT2(a, b) macro 32 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
|
/picolibc-latest/newlib/libc/machine/sparc/ |
D | setjmp.S | 67 #define CONCAT1(a, b) CONCAT2(a, b) macro 72 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | macros.inc | 54 #define CONCAT1(a, b) CONCAT2(a, b) 57 #define _U(x) CONCAT1(__USER_LABEL_PREFIX__, x) 59 #define _R(x) CONCAT1(__REGISTER_PREFIX__, x)
|