Searched refs:fused (Results 1 – 25 of 28) sorted by relevance
12
| /freebsd-9-stable/sys/dev/e1000/ |
| D | e1000_82541.c | 1178 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/ |
| D | rs6000.opt | 111 mno-fused-madd 113 Do not generate fused multiply/add instructions 117 Generate fused multiply/add instructions
|
| D | altivec.md | 536 ;; We do multiply as a fused multiply-add with an add of a -0.0 vector.
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86SchedSandyBridge.td | 18 // FIXME: Identify instructions that aren't a single fused micro-op. 65 // Instructions with folded loads are usually micro-fused, so they only appear
|
| D | X86.td | 106 "Enable three-operand fused multiple-add", 109 "Enable four-operand fused multiple-add",
|
| D | X86SchedHaswell.td | 70 // Instructions with folded loads are usually micro-fused, so they only appear
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390.opt | 48 Enable fused multiply/add instructions
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | arm_neon.td | 536 // 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/ |
| D | sr71k.md | 237 ;; Latencies for MADD,MSUB, NMADD, NMSUB assume the Multiply is fused
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfoV5.td | 476 // Floating point fused multiply-add.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCall.cpp | 1606 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result)) in emitAutoreleaseOfResult() local 1607 return fused; in emitAutoreleaseOfResult()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | invoke.texi | 602 -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 …]
|
| D | passes.texi | 442 @code{VF} copies of each scalar operation are fused to form a vector operation.
|
| D | extend.texi | 7681 using the command-line option @code{-mno-fused-madd}.
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ONEWS | 200 -mfused-madd, -mno-fused-madd
|
| D | ChangeLog-1997 | 3422 * rs6000.md: Make DF fused-add operations pay attention to 3423 -mno-fused-add.
|
| D | FSFChangeLog.11 | 2945 * 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
|
| D | ChangeLog-2003 | 5717 fused-madd and no-fused-madd. 5718 * doc/invoke.texi: Documented the new options fused-madd and 5719 no-fused-madd for S/390.
|
| D | ChangeLog-1999 | 6822 * pa.md (fused multiply): Add variants which reduce height for the 6823 fused multiply, but which still generate 2 insns.
|
| D | ChangeLog-2004 | 25630 fused-multiply-add, fused-multiply-sub, negation, absolute value
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/ |
| D | Options.td | 521 Flags<[CC1Option]>, HelpText<"Form fused FP ops (e.g. FMAs): fast (everywhere)"
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64InstrNEON.td | 5451 // 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
|
| D | AArch64InstrInfo.td | 24 // Use fused MAC if more precision in FP computation is allowed.
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.td | 275 // Prefer fused MAC for fp mul + add over fp VMLA / VMLS if they are available.
|
| /freebsd-9-stable/contrib/cvs/ |
| D | FAQ | 618 fused together the <branch_tag> branch and the Main Branch for this
|
12