/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | Make-lang.in | 166 check-f95-subtargets : check-gfortran-subtargets 167 check-fortran-subtargets : check-gfortran-subtargets
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | Make-lang.in | 181 check-f95-subtargets : check-gfortran-subtargets 182 check-fortran-subtargets : check-gfortran-subtargets
|
H A D | ChangeLog-2008 | 578 * Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New 579 aliases for check-gfortran-subtargets.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86SchedPredicates.td | 10 // all X86 subtargets.
|
H A D | X86PfmCounters.td | 9 // This describes the available hardware counters for various subtargets.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 12 // The SchedMachineModel is defined by subtargets for three categories of data: 18 // class. Target hooks allow subtargets to associate opcodes with 72 // Target hooks allow subtargets to associate LoadLatency and 128 // similar subtargets. 265 // MCA for in-order subtargets, and is ignored for other targets.
|
H A D | Target.td | 1619 // ProcessorModel allows subtargets to specify the more general
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | Make-lang.in | 213 check-c++-subtargets : check-g++-subtargets
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | Make-lang.in | 241 check-c++-subtargets : check-g++-subtargets
|
H A D | ChangeLog-2008 | 359 * Make-lang.in (check-c++-subtargets): New alias for 360 check-g++-subtargets.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrFormats.td | 190 subtargets. We currently handle this in R600MCCodeEmitter, but we may
|
H A D | SOPInstructions.td | 488 // This pattern is restricted to certain subtargets (practically GFX8Plus) 490 // of this pattern, and only for subtargets with hasScalarCompareEq64
|
H A D | VOP3Instructions.td | 488 // instruction still exists and should decode on subtargets with
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 4576 HOST_WIDE_INT val, rtx target, rtx source, int subtargets) in arm_split_constant() argument 4585 if (subtargets || code == SET in arm_split_constant() 4618 rtx temp = subtargets ? gen_reg_rtx (mode) : target; in arm_split_constant() 4637 return arm_gen_constant (code, mode, cond, val, target, source, subtargets, in arm_split_constant() 4877 int subtargets, int generate) in arm_gen_constant() argument 5083 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5099 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5132 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5160 rtx new_src = (subtargets in arm_gen_constant() 5164 source, subtargets, generate); in arm_gen_constant() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 4649 HOST_WIDE_INT val, rtx target, rtx source, int subtargets) in arm_split_constant() argument 4658 if (subtargets || code == SET in arm_split_constant() 4691 rtx temp = subtargets ? gen_reg_rtx (mode) : target; in arm_split_constant() 4710 return arm_gen_constant (code, mode, cond, val, target, source, subtargets, in arm_split_constant() 4950 int subtargets, int generate) in arm_gen_constant() argument 5156 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5172 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5205 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() 5233 rtx new_src = (subtargets in arm_gen_constant() 5237 source, subtargets, generate); in arm_gen_constant() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedPredicates.td | 10 // AArch64 subtargets.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | Makefile.in | 4147 check-subtargets: $(patsubst %,%-subtargets,$(CHECK_TARGETS)) 4188 $(patsubst %,%-subtargets,$(lang_checks)): check-%-subtargets:
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | Makefile.in | 4046 check-subtargets: $(patsubst %,%-subtargets,$(CHECK_TARGETS)) 4087 $(patsubst %,%-subtargets,$(lang_checks)): check-%-subtargets:
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrVSX.td | 37 // ** - Predicate definitions: predicates to specify the subtargets for ** 2442 // ISA 3.0 (Power9). However, the granularity of features on later subtargets 3137 // order regardless of endianness. This is really pre-Power9 subtargets. 3148 // load in big endian order. Really big endian pre-Power9 subtargets. 4075 // Little endian Power10 subtargets produce a shorter pattern but require a 4078 // The NoP10Vector predicate excludes these patterns from Power10 VSX subtargets. 4092 // Power10 VSX subtargets produce a shorter pattern for little endian targets 4623 // Big endian Power9 64Bit VSX subtargets with P9 Altivec support. 4759 // Little endian Power9 VSX subtargets with P9 Altivec support.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 114 * Optionally, add support for subtargets (i.e., variants with different 690 its contents are only directly important for subtargets.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-2004 | 635 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-2004 | 635 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 265 // intended for use on subtargets that have the v_fma_legacy_f32 and/or
|
/netbsd-src/external/gpl2/gmake/dist/doc/ |
H A D | make-stds.texi | 140 subtargets) work correctly with a parallel @code{make}.
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | make-stds.texi | 143 subtargets) work correctly with a parallel @code{make}.
|