Searched refs:CONCAT1 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | lib1.asm | 30 #define CONCAT1(a, b) CONCAT2(a, b) macro 35 #define SYM(x) CONCAT1 (__, x)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | lib1.asm | 30 #define CONCAT1(a, b) CONCAT2(a, b) macro 35 #define SYM(x) CONCAT1 (__, x)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | lib1funcs.asm | 39 #define CONCAT1(a, b) CONCAT2(a, b) macro 44 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | lib1funcs.asm | 40 #define CONCAT1(a, b) CONCAT2(a, b) macro 45 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | lb1sf68.asm | 57 #define CONCAT1(a, b) CONCAT2(a, b) macro 62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x)
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | lb1sf68.asm | 57 #define CONCAT1(a, b) CONCAT2(a, b) macro 62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 2865 (CONCAT1,CONCAT2,SYM): Define.
|