Searched refs:CONST_OK_FOR_CONSTRAINT_P (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Ddefaults.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
H A Drecog.c1731 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'I', constraint))
1736 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'J', constraint))
1741 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'K', constraint))
1746 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'L', constraint))
1751 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'M', constraint))
1756 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'N', constraint))
1761 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'O', constraint))
1766 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), 'P', constraint))
2542 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p))
H A Dregclass.c1657 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p))
H A Dreload.c3320 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (operand), c, p))
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.h408 #define CONST_OK_FOR_CONSTRAINT_P(VALUE,C,STR) \ macro
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.h1094 #define CONST_OK_FOR_CONSTRAINT_P(VALUE, C, STR) \
1092 #define CONST_OK_FOR_CONSTRAINT_P macro
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h440 #define CONST_OK_FOR_CONSTRAINT_P(VALUE, C, STR) \
437 #define CONST_OK_FOR_CONSTRAINT_P macro
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.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")
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dsh.h1396 #define CONST_OK_FOR_CONSTRAINT_P(VALUE, C, STR) \
1391 #define CONST_OK_FOR_CONSTRAINT_P macro

Completed in 151 milliseconds