Home
last modified time | relevance | path

Searched refs:CONST_OK_FOR_LETTER_P (Results 1 – 25 of 110) sorted by relevance

12345

/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.c202 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 Dscore-mdaux.c265 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 Dscore.h454 #define CONST_OK_FOR_LETTER_P(VALUE, C) score_const_ok_for_letter_p (VALUE, C) macro
/openbsd/gnu/gcc/gcc/
H A Ddefaults.h728 && !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 Dcris.md510 || 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 Dcris.h749 #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 Dcris.md519 || 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 Dmt.c754 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 Dmt.h377 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dpredicates.md57 (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 Drecog.c1790 && 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 Ds390.c1496 && 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 Dh8300.h439 : 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 Dmmix.c1123 && 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 Dcrx.h249 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.c1022 && 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 Dpredicates.md151 (match_test "CONST_OK_FOR_LETTER_P (INTVAL (op), 'I')"))))
H A Dmmix.h522 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h317 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/fr30/
H A Dfr30.h420 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.h267 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h437 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.h734 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.h423 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h318 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ macro

12345