| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 197 // Single-precision FP Unary 203 // Single-precision FP Compare 209 // Single to Double FP Convert 212 // Double to Single FP Convert 215 // Single-Precision FP to Integer Convert 221 // Integer to Single-Precision FP Convert 227 // Single-precision FP ALU 233 // Single-precision FP Multiply 239 // Single-precision FP MAC 245 // Single-precision Fused FP MAC [all …]
|
| H A D | ARMScheduleA8.td | 256 // Single-precision FP Unary 265 // Single-precision FP Compare 274 // Single to Double FP Convert 279 // Double to Single FP Convert 284 // Single-Precision FP to Integer Convert 293 // Integer to Single-Precision FP Convert 302 // Single-precision FP ALU 311 // Single-precision FP Multiply 320 // Single-precision FP MAC 329 // Single-precision Fused FP MAC [all …]
|
| H A D | ARMScheduleA9.td | 464 // Single-precision FP Unary 483 // Single-precision FP Compare 501 // Single to Double FP Convert 509 // Double to Single FP Convert 518 // Single to Half FP Convert 526 // Half to Single FP Convert 535 // Single-Precision FP to Integer Convert 551 // Integer to Single-Precision FP Convert 567 // Single-precision FP ALU 583 // Single-precision FP Multiply [all …]
|
| H A D | ARMScheduleSwift.td | 323 // 4.2.19 Integer Load Single Element 489 // 4.2.23 Integer Store, Single Element 673 // 4.2.39 Advanced SIMD and VFP, Load Single Element 676 // 4.2.40 Advanced SIMD and VFP, Store Single Element 878 // Single element structure loads. 880 // Single/two register. 930 // Single all/lane loads. 976 // Single element structure store. 1012 // Single/all lane store.
|
| /openbsd-src/regress/usr.bin/mandoc/man/blank/ |
| H A D | line.out_ascii | 7 Single br: 8 Single PP: 10 Single sp: 12 Single blank:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/blank/ |
| H A D | line.out_ascii | 7 Single br: 8 Single Pp: 10 Single sp: 12 Single blank:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 176 // 11.1. Vector Single-Width Integer Add and Subtract 191 // 11.6. Vector Single-Width Bit Shift Instructions 204 // 11.10. Vector Single-Width Integer Multiply Instructions 213 // 11.13. Vector Single-Width Integer Multiply-Add Instructions 229 // 12.1. Vector Single-Width Saturating Add and Subtract 233 // 12.2. Vector Single-Width Averaging Add and Subtract 236 // 12.3. Vector Single-Width Fractional Multiply with Rounding and Saturation 239 // 12.4. Vector Single-Width Scaling Shift Instructions 249 // 13.2. Vector Single-Width Floating-Point Add/Subtract Instructions 255 // 13.4. Vector Single-Width Floating-Point Multiply/Divide Instructions [all …]
|
| H A D | RISCVFeatures.td | 39 "'F' (Single-Precision Floating-Point)">; 42 "'F' (Single-Precision Floating-Point)">; 165 "'Zbs' (Single-Bit Instructions)">; 168 "'Zbs' (Single-Bit Instructions)">; 314 "'Zcf' (Compressed Single-Precision Floating-Point Instructions)">; 320 … "'Zcf' (Compressed Single-Precision Floating-Point Instructions)">;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 401 Single, enumerator 425 explicit Variant(float V) : Type(PDB_VariantType::Single) { in Variant() 426 Value.Single = V; in Variant() 460 float Single; member 497 VARIANT_WIDTH(Single, 32u) in getBitWidth() 537 case PDB_VariantType::Single: in toAPFloat() 540 return APFloat(Value.Single); in toAPFloat() 564 VARIANT_EQUAL_CASE(Single)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 130 enum class QuotingType { None, Single, Double }; enumerator 678 return QuotingType::Single; 683 MaxQuotingNeeded = QuotingType::Single; 685 MaxQuotingNeeded = QuotingType::Single; 687 MaxQuotingNeeded = QuotingType::Single; 689 MaxQuotingNeeded = QuotingType::Single;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 167 Single = 1, enumerator 169 SingleAndDouble = static_cast<int>(Single) | static_cast<int>(Double), 180 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Single)) == 0)
|
| H A D | Specifiers.h | 375 Single = 0, enumerator
|
| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
| H A D | mkheader | 50 our %Single; # $codepoint => 1 : singletons 152 $Single{$u} = 1; 241 hash => \%Single,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 45 Single, // Use a single table for all indirect jumptable calls. enumerator 57 Single // Single Threaded Environment enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 35 // Single Precision floating point 38 "'F' (Single-Precision Floating-Point)">; 42 "'F' (Single-Precision Floating-Point)">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 846 // Single crack instructions 856 // Single crack instructions 1156 // Single crack instructions 1167 // Single crack instructions 1193 // Single crack instructions 1348 // Single crack instructions 1355 // Single crack instructions 1370 // Single crack instructions 1471 // Single crack instructions 1867 // Single crack instructions [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh4a.md | 82 ;; EX Group Single 174 ;; Single precision floating point computation FCMP/EQ, 188 ;; Single-precision FDIV/FSQRT
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.h | 62 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 1 ;; MIPS Paired-Single Floating and MIPS-3D Instructions. 193 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 209 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point 217 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point 248 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 258 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | README.txt | 10 SUS - code that is specific to the Single Unix Specification
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | locomotive | 5 2-2-2:Single
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh.cpu | 238 (comment "Single precision floating point registers") 249 (comment "Single precision floating point register pairs") 259 (comment "Single precision floating point vectors") 270 (comment "Single precision floating point matrices")
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | quoting.tml | 134 === Single Dash
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 373 case PDB_VariantType::Single: in operator <<() 374 OS << Value.Value.Single; in operator <<()
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | FeatureTestMacros.rst | 22 track all of these conditions correctly and easily, we want a Single Source of
|