/openbsd/gnu/gcc/gcc/config/score/ |
H A D | score.c | 202 if (!CONST_OK_FOR_LETTER_P (delta, 'L')) in th_output_mi_thunk() 948 if (CONST_OK_FOR_LETTER_P (INTVAL (x), 'I') in score_rtx_costs() 949 || CONST_OK_FOR_LETTER_P (INTVAL (x), 'L')) in score_rtx_costs() 956 if (CONST_OK_FOR_LETTER_P (INTVAL (x), 'N')) in score_rtx_costs() 958 else if (CONST_OK_FOR_LETTER_P (INTVAL (x), 'I') in score_rtx_costs() 959 || CONST_OK_FOR_LETTER_P (INTVAL (x), 'L')) in score_rtx_costs() 966 if (CONST_OK_FOR_LETTER_P (INTVAL (x), 'M')) in score_rtx_costs() 968 else if (CONST_OK_FOR_LETTER_P (INTVAL (x), 'I') in score_rtx_costs() 969 || CONST_OK_FOR_LETTER_P (INTVAL (x), 'K')) in score_rtx_costs()
|
H A D | score-mdaux.c | 265 if (CONST_OK_FOR_LETTER_P (-size, 'L')) in mdx_prologue() 320 if (CONST_OK_FOR_LETTER_P (size, 'L')) in mdx_epilogue() 590 && CONST_OK_FOR_LETTER_P (offset >> unit, 'J')) in pr_addr_post()
|
H A D | score.h | 454 #define CONST_OK_FOR_LETTER_P(VALUE, C) score_const_ok_for_letter_p (VALUE, C) macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | defaults.h | 728 && !defined CONST_OK_FOR_LETTER_P \ 742 #pragma GCC poison REG_CLASS_FROM_LETTER CONST_OK_FOR_LETTER_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)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.md | 510 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 533 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 556 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 689 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 714 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 739 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 804 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 844 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 884 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 1144 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') [all …]
|
H A D | cris.h | 749 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro 1432 && !CONST_OK_FOR_LETTER_P (INTVAL (XEXP (X, 1)), 'I')) \
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | cris.md | 519 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 546 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 665 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 699 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 772 || CONST_OK_FOR_LETTER_P (INTVAL (operands[1]), 'N') 1053 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 1077 || CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'N') 1354 || CONST_OK_FOR_LETTER_P (INTVAL (operands[3]), 'N') 1412 || CONST_OK_FOR_LETTER_P (INTVAL (operands[3]), 'N') 1685 || CONST_OK_FOR_LETTER_P (INTVAL (operands[3]), 'N') [all …]
|
/openbsd/gnu/gcc/gcc/config/mt/ |
H A D | mt.c | 754 if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_LETTER_P (INTVAL (op), 'M')) in big_const_operand() 962 if (CONST_OK_FOR_LETTER_P(offset, 'O')) in mt_emit_save_fp() 1002 if (CONST_OK_FOR_LETTER_P(offset, 'O')) in mt_emit_save_regs() 1083 if (CONST_OK_FOR_LETTER_P(frame_size, 'O')) in mt_expand_prologue() 1118 && !CONST_OK_FOR_LETTER_P (frame_size, 'O')) in mt_expand_prologue() 1168 if (CONST_OK_FOR_LETTER_P(frame_size, 'O')) in mt_expand_epilogue() 1196 if (CONST_OK_FOR_LETTER_P(frame_size, 'O')) in mt_expand_epilogue()
|
H A D | mt.h | 377 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | predicates.md | 57 (match_test "CONST_OK_FOR_LETTER_P (INTVAL (op), 'K') 58 || CONST_OK_FOR_LETTER_P (INTVAL (op), 'L')") 65 (match_test "CONST_OK_FOR_LETTER_P (INTVAL (op), 'I') 66 || CONST_OK_FOR_LETTER_P (INTVAL (op), 'O')") 576 && CONST_OK_FOR_LETTER_P (INTVAL (XEXP (op, 1)), 'K')")))
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | recog.c | 1790 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'I')) 1795 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'J')) 1800 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'K')) 1805 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'L')) 1810 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'M')) 1815 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'N')) 1820 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'O')) 1825 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'P')) 2595 && CONST_OK_FOR_LETTER_P (INTVAL (op), c))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390.c | 1496 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'K')) 6480 if (!CONST_OK_FOR_LETTER_P (delta, 'K') 6481 || !CONST_OK_FOR_LETTER_P (vcall_offset, 'K')) 6490 if (CONST_OK_FOR_LETTER_P (delta, 'J')) 6492 else if (CONST_OK_FOR_LETTER_P (delta, 'K')) 6504 if (CONST_OK_FOR_LETTER_P (vcall_offset, 'J')) 6548 || !CONST_OK_FOR_LETTER_P (delta, 'K') 6549 || !CONST_OK_FOR_LETTER_P (vcall_offset, 'K')) 6559 if (CONST_OK_FOR_LETTER_P (delta, 'J')) 6561 else if (CONST_OK_FOR_LETTER_P (delta, 'K')) [all …]
|
/openbsd/gnu/gcc/gcc/config/h8300/ |
H A D | h8300.h | 439 : CONST_OK_FOR_LETTER_P ((VALUE), (C))) 441 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.c | 1123 && CONST_OK_FOR_LETTER_P (INTVAL (x2), 'I')) 1877 && CONST_OK_FOR_LETTER_P (INTVAL (x2), 'I')) 2684 && CONST_OK_FOR_LETTER_P (INTVAL (op), 'I')); 2749 || ! CONST_OK_FOR_LETTER_P (INTVAL (y), 'I'))) 2788 if (CONST_OK_FOR_LETTER_P (offset, 'L'))
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.h | 249 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.c | 1022 && CONST_OK_FOR_LETTER_P (INTVAL (x2), 'I')) in mmix_legitimate_address() 1703 && CONST_OK_FOR_LETTER_P (INTVAL (x2), 'I')) in mmix_print_operand_address() 2403 || ! CONST_OK_FOR_LETTER_P (INTVAL (y), 'I'))) in mmix_gen_compare_reg() 2441 if (CONST_OK_FOR_LETTER_P (offset, 'L')) in mmix_emit_sp_add()
|
H A D | predicates.md | 151 (match_test "CONST_OK_FOR_LETTER_P (INTVAL (op), 'I')"))))
|
H A D | mmix.h | 522 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 317 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/fr30/ |
H A D | fr30.h | 420 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.h | 267 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/ |
H A D | fr30.h | 437 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 734 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/gcc/gcc/config/arc/ |
H A D | arc.h | 423 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/ |
H A D | mn10200.h | 318 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
|