Lines Matching defs:SUBREG_BYTE
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. */