Searched refs:xlow0 (Results 1 – 2 of 2) sorted by relevance
278 rtx xlow0 = XEXP (xinsn, 0); in iq2000_legitimate_address_p() local281 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()
1503 register rtx xlow0 = XEXP (xinsn, 0); local1506 while (GET_CODE (xlow0) == SUBREG)1507 xlow0 = SUBREG_REG (xlow0);1508 if (GET_CODE (xlow0) == REG1509 && mips_reg_mode_ok_for_base_p (xlow0, mode, strict)