Searched refs:CONST_OK_FOR_CONSTRAINT_P (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | defaults.h | 729 && !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
|
| HD | recog.c | 1723 && 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()
|
| HD | regclass.c | 1651 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (op), c, p)) in record_reg_classes()
|
| HD | reload.c | 3307 && CONST_OK_FOR_CONSTRAINT_P (INTVAL (operand), c, p)) in find_reloads()
|
| HD | ChangeLog-2003 | 2044 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.
|
| HD | ChangeLog-2006 | 809 * config/s390/s390.h (REG_CLASS_FROM_LETTER, CONST_OK_FOR_CONSTRAINT_P,
|
| HD | ChangeLog-2005 | 9031 s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
|
| /freebsd-11-stable/contrib/gcc/config/s390/ |
| HD | s390.c | 324 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")
|
| HD | s390.md | 3800 && (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/ |
| HD | tm.texi | 2776 @defmac CONST_OK_FOR_CONSTRAINT_P (@var{value}, @var{c}, @var{str})
|