Searched refs:Q_REGS (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | constraints.md | 32 (define_register_constraint "q" "TARGET_64BIT ? GENERAL_REGS : Q_REGS" 36 (define_register_constraint "Q" "Q_REGS"
|
| D | i386.h | 1071 Q_REGS, /* %eax %ebx %ecx %edx */ enumerator 1109 reg_class_subset_p ((CLASS), Q_REGS) 1239 ? Q_REGS : (CLASS)) 1275 ? Q_REGS : NO_REGS)
|
| D | predicates.md | 46 ;; True if the operand is a Q_REGS class register.
|
| D | i386.c | 16831 if (reg_class_subset_p (class, Q_REGS)) in ix86_preferred_reload_class() 16833 if (reg_class_subset_p (Q_REGS, class)) in ix86_preferred_reload_class() 16834 return Q_REGS; in ix86_preferred_reload_class()
|
| /openbsd/src/gnu/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 469 Q_REGS, /* 8-bit (byte (QI)) data (A, B or D) */ enumerator 699 (C) == 'q' ? Q_REGS : \ 751 || (CLASS) == D8_REGS || (CLASS) == Q_REGS) ? GET_MODE_SIZE (MODE) \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | i386.h | 1226 Q_REGS, /* %eax %ebx %ecx %edx */ enumerator 1264 reg_class_subset_p ((CLASS), Q_REGS) 1393 (C) == 'q' ? TARGET_64BIT ? GENERAL_REGS : Q_REGS : \ 1394 (C) == 'Q' ? Q_REGS : \ 1473 ? Q_REGS : (CLASS)) 1503 ? Q_REGS : NO_REGS)
|
| D | i386.c | 14212 if (GET_MODE (x) == QImode && ! reg_class_subset_p (class, Q_REGS)) 14213 return Q_REGS;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 560 Q_REGS, /* 8-bit (byte (QI)) data (A, B or D) */ enumerator 790 (C) == 'q' ? Q_REGS : \ 842 || (CLASS) == D8_REGS || (CLASS) == Q_REGS) ? GET_MODE_SIZE (MODE) \
|