HomeSort by: relevance | last modified time | path
    Searched defs:SUBREG_BYTE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 192 SUBREG_BYTE. For example, if a big-endian target stores a byte
2056 SUBREG_BYTE extracts the byte-number. */
2059 #define SUBREG_BYTE(RTX) XCSUBREG (RTX, 1, SUBREG)
2129 offset == the SUBREG_BYTE
2187 SUBREG_BYTE (x), GET_MODE (x));
2445 /* Given a subreg's OUTER_MODE, INNER_MODE, and SUBREG_BYTE, return the
2451 poly_uint64 subreg_byte)
2454 GET_MODE_SIZE (inner_mode), subreg_byte);
3231 /* Return the SUBREG_BYTE for an OUTERMODE lowpart of an INNERMODE value. */
3270 /* Return the SUBREG_BYTE for an OUTERMODE highpart of an INNERMODE value. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 190 SUBREG_BYTE. For example, if a big-endian target stores a byte
2047 SUBREG_BYTE extracts the byte-number. */
2050 #define SUBREG_BYTE(RTX) XCSUBREG (RTX, 1, SUBREG)
2120 offset == the SUBREG_BYTE
2178 SUBREG_BYTE (x), GET_MODE (x));
2435 /* Given a subreg's OUTER_MODE, INNER_MODE, and SUBREG_BYTE, return the
2441 poly_uint64 subreg_byte)
2444 GET_MODE_SIZE (inner_mode), subreg_byte);
3216 /* Return the SUBREG_BYTE for an OUTERMODE lowpart of an INNERMODE value. */
3255 /* Return the SUBREG_BYTE for an OUTERMODE highpart of an INNERMODE value. *
    [all...]

Completed in 31 milliseconds