Home
last modified time | relevance | path

Searched refs:CONST_OK_FOR_Os (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c327 #define CONST_OK_FOR_Os(x) \ macro
2539 && (CONST_OK_FOR_K (INTVAL (op)) || CONST_OK_FOR_Os (INTVAL (op)))) in legitimate_reload_constant_p()
8491 && !CONST_OK_FOR_Os (delta)) in s390_output_mi_thunk()
8494 && !CONST_OK_FOR_Os (vcall_offset))) in s390_output_mi_thunk()
8509 else if (CONST_OK_FOR_Os (delta)) in s390_output_mi_thunk()
8532 else if (CONST_OK_FOR_Os (vcall_offset)) in s390_output_mi_thunk()
8576 && !CONST_OK_FOR_Os (delta)) in s390_output_mi_thunk()
8579 && !CONST_OK_FOR_Os (vcall_offset))) in s390_output_mi_thunk()
8596 else if (CONST_OK_FOR_Os (delta)) in s390_output_mi_thunk()
8624 else if (CONST_OK_FOR_Os (vcall_offset)) in s390_output_mi_thunk()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20058640 (CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.