Searched refs:strict_p (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| D | d30v.c | 3101 d30v_legitimate_address_p (mode, x, strict_p) in d30v_legitimate_address_p() argument 3104 int strict_p; 3122 ret = XREGNO_OK_FOR_BASE_P (REGNO (x), strict_p); 3135 if (GET_CODE (x0) != REG || !XREGNO_OK_FOR_BASE_P (REGNO (x0), strict_p)) 3151 ret = XREGNO_OK_FOR_BASE_P (REGNO (x1), strict_p); 3179 if (GET_CODE (x0) == REG && XREGNO_OK_FOR_BASE_P (REGNO (x0), strict_p)) 3187 GET_MODE_NAME (mode), ret, (strict_p) ? "" : "not "); 3216 d30v_legitimize_address (x, oldx, mode, strict_p) in d30v_legitimize_address() argument 3220 int strict_p ATTRIBUTE_UNUSED;
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 3472 arm_address_register_rtx_p (rtx x, int strict_p) in arm_address_register_rtx_p() argument 3481 if (strict_p) in arm_address_register_rtx_p() 3506 int strict_p) in arm_legitimate_address_p() argument 3511 if (arm_address_register_rtx_p (x, strict_p)) in arm_legitimate_address_p() 3521 return arm_address_register_rtx_p (XEXP (x, 0), strict_p); in arm_legitimate_address_p() 3524 && arm_address_register_rtx_p (XEXP (x, 0), strict_p) in arm_legitimate_address_p() 3538 && arm_legitimate_index_p (mode, addend, outer, strict_p)); in arm_legitimate_address_p() 3559 return ((arm_address_register_rtx_p (xop0, strict_p) in arm_legitimate_address_p() 3560 && arm_legitimate_index_p (mode, xop1, outer, strict_p)) in arm_legitimate_address_p() 3561 || (arm_address_register_rtx_p (xop1, strict_p) in arm_legitimate_address_p() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.c | 3329 frv_regno_ok_for_base_p (regno, strict_p) in frv_regno_ok_for_base_p() argument 3331 int strict_p; 3336 if (strict_p) 3403 frv_legitimate_address_p (mode, x, strict_p, condexec_p) in frv_legitimate_address_p() argument 3406 int strict_p; 3427 ret = frv_regno_ok_for_base_p (REGNO (x), strict_p); 3434 || ! frv_regno_ok_for_base_p (REGNO (x0), strict_p) 3438 || ! frv_regno_ok_for_base_p (REGNO (XEXP (x1, 1)), strict_p)) 3471 if (!frv_regno_ok_for_base_p (regno0, strict_p)) 3492 ret = frv_regno_ok_for_base_p (REGNO (x1), strict_p); [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 3246 frv_regno_ok_for_base_p (int regno, int strict_p) in frv_regno_ok_for_base_p() argument 3251 if (strict_p) in frv_regno_ok_for_base_p() 3320 int strict_p, in frv_legitimate_address_p() argument 3345 ret = frv_regno_ok_for_base_p (REGNO (x), strict_p); in frv_legitimate_address_p() 3352 || ! frv_regno_ok_for_base_p (REGNO (x0), strict_p) in frv_legitimate_address_p() 3356 || ! frv_regno_ok_for_base_p (REGNO (XEXP (x1, 1)), strict_p)) in frv_legitimate_address_p() 3389 if (!frv_regno_ok_for_base_p (regno0, strict_p)) in frv_legitimate_address_p() 3410 ret = frv_regno_ok_for_base_p (REGNO (x1), strict_p); in frv_legitimate_address_p() 3441 GET_MODE_NAME (mode), ret, (strict_p) ? "" : "not ", in frv_legitimate_address_p()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | call.c | 2340 bool strict_p, in splice_viable() argument 2355 if (strict_p ? c->viable == 1 : c->viable) in splice_viable() 3663 bool strict_p; in build_new_op() local 3780 strict_p = true; in build_new_op() 3784 strict_p = pedantic; in build_new_op() 3788 candidates = splice_viable (candidates, strict_p, &any_viable_p); in build_new_op()
|