| /src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| microblaze.cc | 737 rtx xplus1; local 761 xplus1 = XEXP (x, 1); 768 if (GET_CODE (xplus1) == CONST_INT) 770 info->offset = xplus1; 773 else if (GET_CODE (xplus1) == UNSPEC) 779 return microblaze_classify_unspec (info, xplus1); 781 else if ((GET_CODE (xplus1) == SYMBOL_REF || 782 GET_CODE (xplus1) == LABEL_REF)) 784 if (flag_pic == 2 || microblaze_tls_symbol_p(xplus1)) 787 info->symbol = xplus1; 1016 rtx xplus1 = XEXP (xinsn, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| microblaze.cc | 738 rtx xplus1; local 762 xplus1 = XEXP (x, 1); 769 if (GET_CODE (xplus1) == CONST_INT) 771 info->offset = xplus1; 774 else if (GET_CODE (xplus1) == UNSPEC) 780 return microblaze_classify_unspec (info, xplus1); 782 else if ((GET_CODE (xplus1) == SYMBOL_REF || 783 GET_CODE (xplus1) == LABEL_REF)) 785 if (flag_pic == 2 || microblaze_tls_symbol_p(xplus1)) 788 info->symbol = xplus1; 1016 rtx xplus1 = XEXP (xinsn, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| iq2000.cc | 351 rtx xplus1 = XEXP (xinsn, 1); 359 while (GET_CODE (xplus1) == SUBREG) 360 xplus1 = SUBREG_REG (xplus1); 361 code1 = GET_CODE (xplus1); 366 if (code1 == CONST_INT && SMALL_INT (xplus1) 367 && SMALL_INT_UNSIGNED (xplus1) /* No negative offsets */) 3273 rtx xplus1 = XEXP (xinsn, 1); 3275 enum rtx_code code1 = GET_CODE (xplus1); 3280 xplus1 = XEXP (xinsn, 0) 348 rtx xplus1 = XEXP (xinsn, 1); local 3246 rtx xplus1 = XEXP (xinsn, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 352 rtx xplus1 = XEXP (xinsn, 1); 360 while (GET_CODE (xplus1) == SUBREG) 361 xplus1 = SUBREG_REG (xplus1); 362 code1 = GET_CODE (xplus1); 367 if (code1 == CONST_INT && SMALL_INT (xplus1) 368 && SMALL_INT_UNSIGNED (xplus1) /* No negative offsets */) 3276 rtx xplus1 = XEXP (xinsn, 1); 3278 enum rtx_code code1 = GET_CODE (xplus1); 3283 xplus1 = XEXP (xinsn, 0) 349 rtx xplus1 = XEXP (xinsn, 1); local 3249 rtx xplus1 = XEXP (xinsn, 1); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| xtensa.cc | 2346 rtx xplus1 = XEXP (addr, 1); 2354 while (GET_CODE (xplus1) == SUBREG) 2355 xplus1 = SUBREG_REG (xplus1); 2356 code1 = GET_CODE (xplus1); 2362 xplus1 = XEXP (addr, 0); 2364 code1 = GET_CODE (xplus1); 2369 && xtensa_mem_offset (INTVAL (xplus1), mode)) 2344 rtx xplus1 = XEXP (addr, 1); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| xtensa.cc | 1872 rtx xplus1 = XEXP (addr, 1); 1880 while (GET_CODE (xplus1) == SUBREG) 1881 xplus1 = SUBREG_REG (xplus1); 1882 code1 = GET_CODE (xplus1); 1888 xplus1 = XEXP (addr, 0); 1890 code1 = GET_CODE (xplus1); 1895 && xtensa_mem_offset (INTVAL (xplus1), mode)) 1870 rtx xplus1 = XEXP (addr, 1); local
|