Home
last modified time | relevance | path

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

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c5459 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5496 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5561 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5562 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
5587 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c5514 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5551 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5616 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5617 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
5642 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c5477 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5514 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5579 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5580 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
5605 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5514 rtx (*gen_ashl3)(rtx, rtx, rtx);
5551 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3;
5616 emit_insn (gen_ashl3 (low[0], low[0], operands[2]));
5617 emit_insn (gen_ashl3 (high[0], high[0], operands[2]));
5642 emit_insn (gen_ashl3 (low[0], low[0], operands[2]));
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5514 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5551 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5616 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5617 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
5642 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c5477 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5514 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5579 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5580 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
5605 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c5882 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
5919 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
5984 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
5985 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
6010 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c21398 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
21433 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
21501 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
21502 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
21527 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c21339 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
21374 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
21442 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
21443 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
21468 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c22381 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
22416 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
22484 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
22485 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
22510 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c25953 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25988 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26057 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26082 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c25927 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25962 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26030 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26031 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c25953 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25988 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26057 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26082 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c25953 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25988 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26057 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26082 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c25953 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25988 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26057 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26082 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c26018 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
26053 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26121 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26122 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26147 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c25862 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25897 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
25965 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
25966 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
25991 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c25965 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
26000 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26068 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26069 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26094 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c25927 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25962 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
26030 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
26031 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
26056 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c25070 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25105 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
25173 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
25174 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
25199 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c25070 rtx (*gen_ashl3)(rtx, rtx, rtx); in ix86_split_ashl() local
25105 gen_ashl3 = mode == DImode ? gen_ashlsi3 : gen_ashldi3; in ix86_split_ashl()
25173 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()
25174 emit_insn (gen_ashl3 (high[0], high[0], operands[2])); in ix86_split_ashl()
25199 emit_insn (gen_ashl3 (low[0], low[0], operands[2])); in ix86_split_ashl()