Home
last modified time | relevance | path

Searched refs:Q_REGS (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/i386/
Dconstraints.md32 (define_register_constraint "q" "TARGET_64BIT ? GENERAL_REGS : Q_REGS"
36 (define_register_constraint "Q" "Q_REGS"
Di386.h1071 Q_REGS, /* %eax %ebx %ecx %edx */ enumerator
1109 reg_class_subset_p ((CLASS), Q_REGS)
1239 ? Q_REGS : (CLASS))
1275 ? Q_REGS : NO_REGS)
Dpredicates.md46 ;; True if the operand is a Q_REGS class register.
Di386.c16831 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/
Dm68hc11.h469 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/
Di386.h1226 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)
Di386.c14212 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/
Dm68hc11.h560 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) \