Home
last modified time | relevance | path

Searched refs:compute_movmem_length (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/pa/
H A Dpa.c96 static int compute_movmem_length (rtx);
2644 compute_movmem_length (rtx insn) in compute_movmem_length() function
4663 return compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/pa/
H A Dpa.c105 static int compute_movmem_length (rtx);
2900 compute_movmem_length (rtx insn) in compute_movmem_length() function
4962 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2985 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5060 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/pa/
H A Dpa.c106 static int compute_movmem_length (rtx_insn *);
2969 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5083 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2985 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5060 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2989 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5095 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/pa/
H A Dpa.c106 static int compute_movmem_length (rtx_insn *);
2969 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5083 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/pa/
H A Dpa.c101 static int compute_movmem_length (rtx);
2907 compute_movmem_length (rtx insn) in compute_movmem_length() function
4978 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/pa/
H A Dpa.c101 static int compute_movmem_length (rtx);
2892 compute_movmem_length (rtx insn) in compute_movmem_length() function
4947 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2985 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5060 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2985 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5060 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2989 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5064 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2989 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5064 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2985 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5060 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/pa/
H A Dpa.c110 static int compute_movmem_length (rtx_insn *);
2989 compute_movmem_length (rtx_insn *insn) in compute_movmem_length() function
5064 length += compute_movmem_length (insn) - 4; in pa_adjust_insn_length()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
H A DChangeLog-201410713 (compute_movmem_length, compute_clrmem_length): Likewise.
10722 (compute_movmem_length, compute_clrmem_length): Likewise.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-201924334 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
24335 (pa_adjust_insn_length): Change call to compute_movmem_length.
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201410713 (compute_movmem_length, compute_clrmem_length): Likewise.
10722 (compute_movmem_length, compute_clrmem_length): Likewise.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201410713 (compute_movmem_length, compute_clrmem_length): Likewise.
10722 (compute_movmem_length, compute_clrmem_length): Likewise.

12