Searched refs:STRINGIFY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h70 /* STRINGIFY -- perform all possible substitutions, then stringify */
72 #define STRINGIFY(x) __STR(x) macro
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dbasic_regs.h274 __asm__ volatile ("mfspr %0, " STRINGIFY(spr) : "=r" (__spr_tmp)); \
291 __asm__ volatile ("mtspr "STRINGIFY(spr) ", %0" : : "r" (__spr_tmp)); \
H A Dreg_help.h220 /* STRINGIFY -- perform all possible substitutions, then stringify */
222 #define STRINGIFY(x) __STR(x) macro

Completed in 71 milliseconds