Searched refs:PRINT_REG (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarfout.c | 598 #ifndef PRINT_REG 599 #define PRINT_REG(RTX, CODE, FILE) \ macro 2074 PRINT_REG (rtl, 0, asm_out_file);
|
H A D | ChangeLog.5 | 1981 (PRINT_REG): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 3189 #define PRINT_REG(X, CODE, FILE) \ macro
|
H A D | i386.c | 7078 PRINT_REG (x, code, file); 7261 PRINT_REG (base, 0, file); 7265 PRINT_REG (index, 0, file); 7300 PRINT_REG (base, 0, file); 7316 PRINT_REG (index, 0, file);
|