/dports/shells/bash/bash-5.1/ |
H A D | copy_cmd.c | 295 ARITH_COM *new_arith; local 297 new_arith = (ARITH_COM *)xmalloc (sizeof (ARITH_COM)); 298 new_arith->flags = com->flags; 299 new_arith->exp = copy_word_list (com->exp); 300 new_arith->line = com->line; 302 return (new_arith);
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | reorg.c | 2714 rtx new_arith; in fill_slots_from_thread() local 2721 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2724 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | reorg.c | 2674 rtx new_arith; in fill_slots_from_thread() local 2681 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2684 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2687 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/ |
H A D | reorg.c | 2874 rtx new_arith; in fill_slots_from_thread() local 2881 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2884 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2887 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | reorg.c | 2727 rtx new_arith; in fill_slots_from_thread() local 2734 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2737 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2740 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | reorg.c | 2726 rtx new_arith; in fill_slots_from_thread() local 2733 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2736 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2739 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ |
H A D | reorg.c | 2714 rtx new_arith; in fill_slots_from_thread() local 2721 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2724 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | reorg.c | 2694 rtx new_arith; in fill_slots_from_thread() local 2701 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2704 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2707 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | reorg.c | 2761 rtx new_arith; in fill_slots_from_thread() local 2768 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2771 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2774 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc48/gcc-4.8.5/gcc/ |
H A D | reorg.c | 2754 rtx new_arith; in fill_slots_from_thread() local 2761 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2764 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2767 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ |
H A D | reorg.c | 2714 rtx new_arith; in fill_slots_from_thread() local 2721 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2724 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | reorg.c | 2849 rtx new_arith; in fill_slots_from_thread() local 2856 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2859 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2862 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ |
H A D | reorg.c | 2714 rtx new_arith; in fill_slots_from_thread() local 2721 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2724 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | reorg.c | 2714 rtx new_arith; in fill_slots_from_thread() local 2721 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2724 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2727 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | reorg.c | 2735 rtx new_arith; in fill_slots_from_thread() local 2742 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2745 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2748 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | reorg.c | 2761 rtx new_arith; in fill_slots_from_thread() local 2768 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2771 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2774 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | reorg.c | 2726 rtx new_arith; in fill_slots_from_thread() local 2733 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2736 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2739 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | reorg.c | 2736 rtx new_arith; in fill_slots_from_thread() local 2743 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2746 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2749 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/ |
H A D | reorg.c | 2728 rtx new_arith; in fill_slots_from_thread() local 2735 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2738 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2741 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | reorg.c | 2761 rtx new_arith; in fill_slots_from_thread() local 2768 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2771 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2774 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | reorg.c | 2726 rtx new_arith; in fill_slots_from_thread() local 2733 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2736 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2739 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ |
H A D | reorg.c | 2849 rtx new_arith; in fill_slots_from_thread() local 2856 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2859 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2862 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | reorg.c | 2736 rtx new_arith; in fill_slots_from_thread() local 2743 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2746 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2749 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ |
H A D | reorg.c | 2744 rtx new_arith; in fill_slots_from_thread() local 2751 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2754 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2757 ninsn = emit_insn_after (gen_rtx_SET (VOIDmode, dest, new_arith), in fill_slots_from_thread()
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ |
H A D | reorg.c | 2694 rtx new_arith; in fill_slots_from_thread() local 2701 new_arith = gen_rtx_fmt_ee (GET_CODE (src), GET_MODE (src), dest, in fill_slots_from_thread() 2704 new_arith = gen_rtx_fmt_ee (GET_CODE (src) == PLUS ? MINUS : PLUS, in fill_slots_from_thread() 2707 ninsn = emit_insn_after (gen_rtx_SET (dest, new_arith), insn); in fill_slots_from_thread()
|