Searched refs:xplus0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.h | 950 rtx xplus0 = XEXP (xinsn, 0); \ 955 while (GET_CODE (xplus0) == SUBREG) \ 956 xplus0 = SUBREG_REG (xplus0); \ 957 code0 = GET_CODE (xplus0); \ 966 xplus0 = XEXP (xinsn, 1); \ 968 code0 = GET_CODE (xplus0); \ 972 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.h | 1140 rtx xplus0 = XEXP (xinsn, 0); \ 1145 while (GET_CODE (xplus0) == SUBREG) \ 1146 xplus0 = SUBREG_REG (xplus0); \ 1147 code0 = GET_CODE (xplus0); \ 1156 xplus0 = XEXP (xinsn, 1); \ 1158 code0 = GET_CODE (xplus0); \ 1162 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) \
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.h | 583 rtx xplus0 = XEXP (xinsn, 0); \ 585 enum rtx_code code0 = GET_CODE (xplus0); \ 590 xplus0 = XEXP (xinsn, 1); \ 592 code0 = GET_CODE (xplus0); \ 596 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE) \ 607 gen_rtx_PLUS (Pmode, xplus0, int_reg))); \
|
| H A D | iq2000.c | 291 rtx xplus0 = XEXP (xinsn, 0); in iq2000_legitimate_address_p() local 296 while (GET_CODE (xplus0) == SUBREG) in iq2000_legitimate_address_p() 297 xplus0 = SUBREG_REG (xplus0); in iq2000_legitimate_address_p() 298 code0 = GET_CODE (xplus0); in iq2000_legitimate_address_p() 305 && iq2000_reg_mode_ok_for_base_p (xplus0, mode, strict)) in iq2000_legitimate_address_p()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 3227 register rtx xplus0 = XEXP (xinsn, 0); \ 3229 register enum rtx_code code0 = GET_CODE (xplus0); \ 3234 xplus0 = XEXP (xinsn, 1); \ 3236 code0 = GET_CODE (xplus0); \ 3240 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE) \ 3251 gen_rtx_PLUS (Pmode, xplus0, int_reg))); \
|
| H A D | mips.c | 1516 register rtx xplus0 = XEXP (xinsn, 0); local 1521 while (GET_CODE (xplus0) == SUBREG) 1522 xplus0 = SUBREG_REG (xplus0); 1523 code0 = GET_CODE (xplus0); 1532 && mips_reg_mode_ok_for_base_p (xplus0, mode, strict))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.0 | 10270 * mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and 10271 xplus1 when xplus0 is not a register.
|