Home
last modified time | relevance | path

Searched refs:fused (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-9-stable/sys/dev/e1000/
De1000_82541.c1178 u16 fused, fine, coarse; in e1000_phy_init_script_82541() local
1183 &fused); in e1000_phy_init_script_82541()
1185 if (!(fused & IGP01E1000_ANALOG_SPARE_FUSE_ENABLED)) { in e1000_phy_init_script_82541()
1188 &fused); in e1000_phy_init_script_82541()
1190 fine = fused & IGP01E1000_ANALOG_FUSE_FINE_MASK; in e1000_phy_init_script_82541()
1191 coarse = fused & IGP01E1000_ANALOG_FUSE_COARSE_MASK; in e1000_phy_init_script_82541()
1200 fused = (fused & IGP01E1000_ANALOG_FUSE_POLY_MASK) | in e1000_phy_init_script_82541()
1206 fused); in e1000_phy_init_script_82541()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.opt111 mno-fused-madd
113 Do not generate fused multiply/add instructions
117 Generate fused multiply/add instructions
Daltivec.md536 ;; We do multiply as a fused multiply-add with an add of a -0.0 vector.
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86SchedSandyBridge.td18 // FIXME: Identify instructions that aren't a single fused micro-op.
65 // Instructions with folded loads are usually micro-fused, so they only appear
DX86.td106 "Enable three-operand fused multiple-add",
109 "Enable four-operand fused multiple-add",
DX86SchedHaswell.td70 // Instructions with folded loads are usually micro-fused, so they only appear
/freebsd-9-stable/contrib/gcc/config/s390/
Ds390.opt48 Enable fused multiply/add instructions
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
Darm_neon.td536 // Vector fused multiply-add operations
634 // Vector fused multiply-add operations
1305 // Scalar Floating Point fused multiply-add (scalar, by element)
1309 // Scalar Floating Point fused multiply-subtract (scalar, by element)
/freebsd-9-stable/contrib/gcc/config/mips/
Dsr71k.md237 ;; Latencies for MADD,MSUB, NMADD, NMSUB assume the Multiply is fused
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV5.td476 // Floating point fused multiply-add.
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp1606 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result)) in emitAutoreleaseOfResult() local
1607 return fused; in emitAutoreleaseOfResult()
/freebsd-9-stable/contrib/gcc/doc/
Dinvoke.texi602 -mmad -mno-mad -mfused-madd -mno-fused-madd -nocpp @gol
654 -mfused-madd -mno-fused-madd -mbit-align -mno-bit-align @gol
683 -mtpf-trace -mno-tpf-trace -mfused-madd -mno-fused-madd @gol
752 -mfused-madd -mno-fused-madd @gol
10779 @itemx -mno-fused-madd
10781 @opindex mno-fused-madd
11587 @itemx -mno-fused-madd
11589 @opindex mno-fused-madd
12106 @itemx -mno-fused-madd
12108 @opindex mno-fused-madd
[all …]
Dpasses.texi442 @code{VF} copies of each scalar operation are fused to form a vector operation.
Dextend.texi7681 using the command-line option @code{-mno-fused-madd}.
/freebsd-9-stable/contrib/gcc/
DONEWS200 -mfused-madd, -mno-fused-madd
DChangeLog-19973422 * rs6000.md: Make DF fused-add operations pay attention to
3423 -mno-fused-add.
DFSFChangeLog.112945 * rs6000.md (fma patterns): Extend previous -mno-fused-madd
4802 -m{,no-}fused-madd to suppress the generation of fused add and
4839 (add/subtract + multiply instructions): Take -mno-fused-madd into
DChangeLog-20035717 fused-madd and no-fused-madd.
5718 * doc/invoke.texi: Documented the new options fused-madd and
5719 no-fused-madd for S/390.
DChangeLog-19996822 * pa.md (fused multiply): Add variants which reduce height for the
6823 fused multiply, but which still generate 2 insns.
DChangeLog-200425630 fused-multiply-add, fused-multiply-sub, negation, absolute value
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/
DOptions.td521 Flags<[CC1Option]>, HelpText<"Form fused FP ops (e.g. FMAs): fast (everywhere)"
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrNEON.td5451 // Scalar Floating Point fused multiply-add (scalar, by element)
5465 // Scalar Floating Point fused multiply-subtract (scalar, by element)
5548 // Scalar Floating Point fused multiply-add and
DAArch64InstrInfo.td24 // Use fused MAC if more precision in FP computation is allowed.
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMInstrInfo.td275 // Prefer fused MAC for fp mul + add over fp VMLA / VMLS if they are available.
/freebsd-9-stable/contrib/cvs/
DFAQ618 fused together the <branch_tag> branch and the Main Branch for this

12