Home
last modified time | relevance | path

Searched refs:subreg_lowpart_offset (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Demit-rtl.c683 unsigned int low_off = subreg_lowpart_offset (omode, wmode); in validate_subreg()
709 subreg_lowpart_offset (mode, inmode)); in gen_lowpart_SUBREG()
1135 offset = subreg_lowpart_offset (mode, innermode); in gen_lowpart_common()
1210 subreg_lowpart_offset (enum machine_mode outermode, enum machine_mode innermode) in subreg_lowpart_offset() function
1259 return (subreg_lowpart_offset (GET_MODE (x), GET_MODE (SUBREG_REG (x))) in subreg_lowpart_p()
H A Dsimplify-rtx.c4579 && subreg_lowpart_offset (outermode, innermode) == byte) in simplify_subreg()
4640 if (subreg_lowpart_offset (outermode, innermode) == byte) in simplify_subreg()
4702 subreg_lowpart_offset (outermode, in simplify_subreg()
H A Drtlanal.c3032 if (offset == subreg_lowpart_offset (ymode, xmode)) in subreg_offset_representable_p()
3044 offset -= subreg_lowpart_offset (ymode, in subreg_offset_representable_p()
H A Drtl.h1490 extern unsigned int subreg_lowpart_offset (enum machine_mode,
H A Dloop-iv.c172 subreg_lowpart_offset (outer_mode, inner_mode)); in lowpart_subreg()
H A Dexpr.c1946 bytepos = subreg_lowpart_offset (inner, outer); in emit_group_store()
1965 bytepos = subreg_lowpart_offset (inner, outer); in emit_group_store()
7761 subreg_lowpart_offset (mode, in expand_expr_real_1()
H A Dcombine.c4386 && subreg_lowpart_offset (mode, op0_mode) == SUBREG_BYTE (x) in combine_simplify_rtx()
9501 offset = subreg_lowpart_offset (omode, imode); in gen_lowpart_for_combine()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c616 subreg_lowpart_offset (mode, inmode));
979 offset = subreg_lowpart_offset (mode, GET_MODE (x));
1298 subreg_lowpart_offset (outermode, innermode) in subreg_lowpart_offset() function
1351 return (subreg_lowpart_offset (GET_MODE (x), GET_MODE (SUBREG_REG (x)))
H A Drtlanal.c3198 if (offset == subreg_lowpart_offset (ymode, xmode))
3214 offset -= subreg_lowpart_offset (ymode,
H A Dsimplify-rtx.c2542 if (subreg_lowpart_offset (outermode, innermode) == byte
2746 if (subreg_lowpart_offset (outermode, innermode) == byte)
H A Drtl.h1424 extern unsigned int subreg_lowpart_offset PARAMS ((enum machine_mode,
H A DChangeLog.52196 use subreg_lowpart_offset instead of subreg_lowpart_p
2197 (gen_lowpart_for_combine): Use subreg_lowpart_offset.
2199 (subreg_lowpart_offset, subreg_highpart_offset): Declare.
2200 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset.
2201 * emit-rtl.c (gen_lowpart_SUBREG): Use subreg_lowpart_offset;
2205 (subreg_lowpart_offset, subreg_highpart_offset): New function.
H A Dcombine.c3931 && subreg_lowpart_offset (mode, op0_mode) == SUBREG_BYTE (x)
10211 offset = subreg_lowpart_offset (mode, sub_mode);
H A Dexpr.c7919 subreg_lowpart_offset (mode,
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.md4425 subreg_lowpart_offset (SImode, GET_MODE (op1)));
4578 subreg_lowpart_offset (SImode, GET_MODE (op1)));
4622 subreg_lowpart_offset (SImode, GET_MODE (op1)));
12544 subreg_lowpart_offset (outer_mode, inner_mode));
H A Dsh.c10775 subreg_lowpart_offset (DImode, reg_mode)); in shmedia_cleanup_truncate()