Searched refs:CONST_OK_FOR_Os (Results 1 – 2 of 2) sorted by relevance
327 #define CONST_OK_FOR_Os(x) \ macro2539 && (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()
8640 (CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.