Home
last modified time | relevance | path

Searched refs:CONST_OK_FOR_CONSTRAINT_P (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDdefaults.h729 && !defined CONST_OK_FOR_CONSTRAINT_P \
770 #if defined (CONST_OK_FOR_LETTER_P) && ! defined (CONST_OK_FOR_CONSTRAINT_P)
771 #define CONST_OK_FOR_CONSTRAINT_P(VAL,C,STR) CONST_OK_FOR_LETTER_P (VAL, C) macro
HDrecog.c1723 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'I', constraint)) in asm_operand_ok()
1728 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'J', constraint)) in asm_operand_ok()
1733 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'K', constraint)) in asm_operand_ok()
1738 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'L', constraint)) in asm_operand_ok()
1743 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'M', constraint)) in asm_operand_ok()
1748 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'N', constraint)) in asm_operand_ok()
1753 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'O', constraint)) in asm_operand_ok()
1758 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'P', constraint)) in asm_operand_ok()
2530 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p)) in constrain_operands()
HDregclass.c1651 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p)) in record_reg_classes()
HDreload.c3307 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (operand), c, p)) in find_reloads()
HDChangeLog-20032044 CONST_OK_FOR_CONSTRAINT_P.
18882 (CONST_OK_FOR_CONSTRAINT_P).
37132 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
37153 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
HDChangeLog-2006809 * config/s390/s390.h (REG_CLASS_FROM_LETTER, CONST_OK_FOR_CONSTRAINT_P,
HDChangeLog-20059031 s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.c324 CONST_OK_FOR_CONSTRAINT_P((x), 'J', "J")
326 CONST_OK_FOR_CONSTRAINT_P((x), 'K', "K")
328 CONST_OK_FOR_CONSTRAINT_P((x), 'O', "Os")
330 CONST_OK_FOR_CONSTRAINT_P((x), 'O', "Op")
332 CONST_OK_FOR_CONSTRAINT_P((x), 'O', "On")
HDs390.md3800 && (CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[2]), 'K', \"K\")
3801 || CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[2]), 'O', \"Os\"))
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi2776 @defmac CONST_OK_FOR_CONSTRAINT_P (@var{value}, @var{c}, @var{str})