Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDemit-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()
HDsimplify-rtx.c4583 && subreg_lowpart_offset (outermode, innermode) == byte) in simplify_subreg()
4644 if (subreg_lowpart_offset (outermode, innermode) == byte) in simplify_subreg()
4706 subreg_lowpart_offset (outermode, in simplify_subreg()
HDrtlanal.c3032 if (offset == subreg_lowpart_offset (ymode, xmode)) in subreg_offset_representable_p()
3044 offset -= subreg_lowpart_offset (ymode, in subreg_offset_representable_p()
HDrtl.h1504 extern unsigned int subreg_lowpart_offset (enum machine_mode,
HDloop-iv.c172 subreg_lowpart_offset (outer_mode, inner_mode)); in lowpart_subreg()
HDexpr.c1945 bytepos = subreg_lowpart_offset (inner, outer); in emit_group_store()
1964 bytepos = subreg_lowpart_offset (inner, outer); in emit_group_store()
7806 subreg_lowpart_offset (mode, in expand_expr_real_1()
HDcombine.c4389 && subreg_lowpart_offset (mode, op0_mode) == SUBREG_BYTE (x) in combine_simplify_rtx()
9504 offset = subreg_lowpart_offset (omode, imode); in gen_lowpart_for_combine()
HDChangeLog-200121403 use subreg_lowpart_offset instead of subreg_lowpart_p
21404 (gen_lowpart_for_combine): Use subreg_lowpart_offset.
21406 (subreg_lowpart_offset, subreg_highpart_offset): Declare.
21407 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset.
21408 * emit-rtl.c (gen_lowpart_SUBREG): Use subreg_lowpart_offset;
21412 (subreg_lowpart_offset, subreg_highpart_offset): New function.
HDChangeLog-20067408 subreg_lowpart_offset. Always create paradoxical SUBREGs with
HDChangeLog-200445691 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to