Home
last modified time | relevance | path

Searched refs:CONST_OK_FOR_K (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c325 #define CONST_OK_FOR_K(x) \ macro
2165 && CONST_OK_FOR_K (INTVAL (right))) in s390_rtx_costs()
2180 && CONST_OK_FOR_K (INTVAL (right))) in s390_rtx_costs()
6739 && !CONST_OK_FOR_K (frame_size)); in s390_init_frame_layout()
8490 && !CONST_OK_FOR_K (delta) in s390_output_mi_thunk()
8493 && !CONST_OK_FOR_K (vcall_offset) in s390_output_mi_thunk()
8507 else if (CONST_OK_FOR_K (delta)) in s390_output_mi_thunk()
8526 else if (CONST_OK_FOR_K (vcall_offset)) in s390_output_mi_thunk()
8575 && !CONST_OK_FOR_K (delta) in s390_output_mi_thunk()
8594 else if (CONST_OK_FOR_K (delta)) in s390_output_mi_thunk()
[all …]
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dpredicates.md443 (match_test "CONST_OK_FOR_K (INTVAL (op))"))))
449 (match_test "CONST_OK_FOR_K (INTVAL (op))"))))
464 (match_test "CONST_OK_FOR_K (INTVAL (op))
H A Dia64.h920 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) macro
H A Dia64.c610 return CONST_OK_FOR_K (value); in ia64_const_ok_for_letter_p()
4763 if (CONST_OK_FOR_K (INTVAL (x)) || CONST_OK_FOR_L (INTVAL (x))) in ia64_rtx_costs()
H A Dia64.md2805 "reload_completed && CONST_OK_FOR_K (INTVAL (operands[1]))"
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20061208 * config/bfin/bfin.h (CONST_OK_FOR_K): Handle "KN7".
16288 (CONST_OK_FOR_K): Add CONST_OK_FOR_K16 case.
H A DChangeLog-200318867 (CONST_OK_FOR_K): Rename to:
18876 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
H A DChangeLog-20059028 * config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
H A DChangeLog-20021072 (CONST_OK_FOR_K): Likewise.