Home
last modified time | relevance | path

Searched refs:op_alt1 (Results 1 – 22 of 22) sorted by relevance

/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dira-lives.c729 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
731 if (op_alt1[use].matches == def in check_and_make_def_conflict()
734 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
737 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
740 && !op_alt1[def].earlyclobber in check_and_make_def_conflict()
741 && op_alt1[def].matched < 0 in check_and_make_def_conflict()
742 && alternative_class (op_alt1, def) != NO_REGS in check_and_make_def_conflict()
743 && alternative_class (op_alt1, use) != NO_REGS) in check_and_make_def_conflict()
/dports/emulators/mednafen/mednafen/src/snes/src/chip/superfx/core/
H A Dcore.hpp15 void op_alt1();
H A Dopcodes.cpp156 alwaysinline void SuperFX::op_alt1() { in op_alt1() function in SuperFX
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/chip/superfx/core/
H A Dcore.hpp16 void op_alt1();
H A Dopcodes.cpp156 void SuperFX::op_alt1() { in op_alt1() function in SuperFX
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dira-lives.c682 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
684 if (op_alt1[use].matches == def in check_and_make_def_conflict()
687 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
690 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dira-lives.c646 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
648 if (op_alt1[use].matches == def in check_and_make_def_conflict()
651 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
654 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dira-lives.c682 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
684 if (op_alt1[use].matches == def in check_and_make_def_conflict()
687 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
690 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dira-lives.c682 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
684 if (op_alt1[use].matches == def in check_and_make_def_conflict()
687 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
690 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dira-lives.c647 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
649 if (op_alt1[use].matches == def in check_and_make_def_conflict()
652 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
655 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dira-lives.c646 const operand_alternative *op_alt1 in check_and_make_def_conflict() local
648 if (op_alt1[use].matches == def in check_and_make_def_conflict()
651 && op_alt1[use + 1].matches == def) in check_and_make_def_conflict()
654 && op_alt1[use - 1].matches == def)) in check_and_make_def_conflict()