Searched refs:FPU_REGS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.h | 190 COPY_HARD_REG_SET (x, reg_class_contents[(int)FPU_REGS]); \ 299 enum reg_class { NO_REGS, MUL_REGS, GENERAL_REGS, LOAD_FPU_REGS, NO_LOAD_FPU_REGS, FPU_REGS, ALL_RE… enumerator 337 ((C) == 'f' ? FPU_REGS : \ 398 (((CLASS) != FPU_REGS)?(CLASS):LOAD_FPU_REGS)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| D | pdp11.h | 254 COPY_HARD_REG_SET (x, reg_class_contents[(int)FPU_REGS]); \ 370 enum reg_class { NO_REGS, MUL_REGS, GENERAL_REGS, LOAD_FPU_REGS, NO_LOAD_FPU_REGS, FPU_REGS, ALL_RE… enumerator 408 ((C) == 'f' ? FPU_REGS : \ 469 (((CLASS) != FPU_REGS)?(CLASS):LOAD_FPU_REGS)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.h | 1027 FPU_REGS, enumerator 1099 ( (C) == 'f' ? FPU_REGS \ 1309 ((CLASS) == FPU_REGS ? 1 : ARM_NUM_REGS (MODE)) 1314 ((FROM) == FPU_REGS && (TO) != FPU_REGS ? 20 : \ 1315 (FROM) != FPU_REGS && (TO) == FPU_REGS ? 20 : 2) \
|
| D | arm.c | 3333 || REGNO_REG_CLASS (REGNO (op)) == FPU_REGS)); 9392 return FPU_REGS;
|