Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/iq2000/
Diq2000.c278 rtx xlow0 = XEXP (xinsn, 0); in iq2000_legitimate_address_p() local
281 while (GET_CODE (xlow0) == SUBREG) in iq2000_legitimate_address_p()
282 xlow0 = SUBREG_REG (xlow0); in iq2000_legitimate_address_p()
283 if (GET_CODE (xlow0) == REG in iq2000_legitimate_address_p()
284 && iq2000_reg_mode_ok_for_base_p (xlow0, mode, strict) in iq2000_legitimate_address_p()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c1503 register rtx xlow0 = XEXP (xinsn, 0); local
1506 while (GET_CODE (xlow0) == SUBREG)
1507 xlow0 = SUBREG_REG (xlow0);
1508 if (GET_CODE (xlow0) == REG
1509 && mips_reg_mode_ok_for_base_p (xlow0, mode, strict)