Searched refs:subreg_lsb (Results 1 – 7 of 7) sorted by relevance
1050 extern unsigned int subreg_lsb (rtx);
2907 subreg_lsb (rtx x) in subreg_lsb() function
3446 && subreg_lsb (x) in fold_rtx_subreg()
5830 pos = GEN_INT (subreg_lsb (XEXP (SET_DEST (x), 0))); in expand_field_assignment()
498 * rtl.h (subreg_lsb): Declare.499 * rtlanal.c (subreg_lsb): Implement.
45758 * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.45759 (subreg_lsb): Change to call new subreg_lsb_1 helper function.
34792 * combine.c (expand_field_assignment): Use subreg_lsb().