Home
last modified time | relevance | path

Searched refs:subreg_off (Results 1 – 21 of 21) sorted by relevance

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexpmed.c746 unsigned HOST_WIDE_INT subreg_off; in store_bit_field_1() local
759 subreg_off = bitnum / BITS_PER_UNIT; in store_bit_field_1()
760 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
762 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_bit_field_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexpmed.c861 unsigned HOST_WIDE_INT subreg_off; in store_bit_field_1() local
874 subreg_off = bitnum / BITS_PER_UNIT; in store_bit_field_1()
875 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
877 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_bit_field_1()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexpmed.c676 unsigned HOST_WIDE_INT subreg_off; in store_bit_field_1() local
689 subreg_off = bitnum / BITS_PER_UNIT; in store_bit_field_1()
690 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
692 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_bit_field_1()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexpmed.c676 unsigned HOST_WIDE_INT subreg_off; in store_bit_field_1() local
689 subreg_off = bitnum / BITS_PER_UNIT; in store_bit_field_1()
690 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
692 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_bit_field_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexpmed.c861 unsigned HOST_WIDE_INT subreg_off; in store_bit_field_1() local
874 subreg_off = bitnum / BITS_PER_UNIT; in store_bit_field_1()
875 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
877 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_bit_field_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c897 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
910 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
911 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
913 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexpmed.c911 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
924 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
925 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off) in store_integral_bit_field()
930 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexpmed.c904 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
917 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
918 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
920 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexpmed.c876 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
889 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
890 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
892 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexpmed.c899 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
912 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
913 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
915 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexpmed.c910 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
923 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
924 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off) in store_integral_bit_field()
929 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexpmed.c906 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
919 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
920 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
922 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c897 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
910 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
911 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
913 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexpmed.c910 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
923 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
924 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
926 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c897 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
910 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
911 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
913 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c897 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
910 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
911 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
913 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexpmed.c876 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
889 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
890 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
892 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexpmed.c906 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
919 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
920 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
922 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexpmed.c904 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
917 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
918 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
920 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexpmed.c904 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
917 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
918 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
920 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexpmed.c910 unsigned HOST_WIDE_INT subreg_off; in store_integral_bit_field() local
923 subreg_off = bitnum / BITS_PER_UNIT; in store_integral_bit_field()
924 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
926 arg0 = gen_rtx_SUBREG (fieldmode, arg0, subreg_off); in store_integral_bit_field()