Home
last modified time | relevance | path

Searched refs:Single (Results 1 – 25 of 147) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMScheduleV6.td198 // Single-precision FP Unary
204 // Single-precision FP Compare
210 // Single to Double FP Convert
213 // Double to Single FP Convert
228 // Single-precision FP ALU
234 // Single-precision FP Multiply
240 // Single-precision FP MAC
252 // Single-precision FP DIV
258 // Single-precision FP SQRT
276 // Single-precision FP Load
[all …]
H A DARMScheduleA8.td257 // Single-precision FP Unary
266 // Single-precision FP Compare
275 // Single to Double FP Convert
280 // Double to Single FP Convert
303 // Single-precision FP ALU
312 // Single-precision FP Multiply
321 // Single-precision FP MAC
339 // Single-precision FP DIV
349 // Single-precision FP SQRT
381 // Single-precision FP Load
[all …]
H A DARMScheduleA9.td465 // Single-precision FP Unary
484 // Single-precision FP Compare
502 // Single to Double FP Convert
519 // Single to Half FP Convert
527 // Half to Single FP Convert
568 // Single-precision FP ALU
600 // Single-precision FP MAC
632 // Single-precision FP DIV
648 // Single-precision FP SQRT
699 // Single-precision FP Load
[all …]
H A DARMScheduleSwift.td324 // 4.2.19 Integer Load Single Element
490 // 4.2.23 Integer Store, Single Element
674 // 4.2.39 Advanced SIMD and VFP, Load Single Element
677 // 4.2.40 Advanced SIMD and VFP, Store Single Element
879 // Single element structure loads.
881 // Single/two register.
931 // Single all/lane loads.
977 // Single element structure store.
1013 // Single/all lane store.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1194 NamedDecl *Single = nullptr; variable
1202 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() argument
1203 : Result(SingleElementDummyList), Single(Single) {} in DeclContextLookupResult()
1216 explicit iterator(pointer Pos, value_type Single = nullptr)
1217 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase()
1232 pointer data() const { return Single ? &Single : Result.data(); } in data()
1233 size_t size() const { return Single ? 1 : Result.size(); } in size()
1234 reference front() const { return Single ? Single : Result.front(); } in front()
1235 reference back() const { return Single ? Single : Result.back(); } in back()
1236 reference operator[](size_t N) const { return Single ? Single : Result[N]; }
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h340 Single, enumerator
364 explicit Variant(float V) : Type(PDB_VariantType::Single) { in Variant()
365 Value.Single = V; in Variant()
399 float Single; member
421 VARIANT_EQUAL_CASE(Single)
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h42 Single, // Use a single table for all indirect jumptable calls. enumerator
54 Single // Single Threaded Environment enumerator
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest_.cc146 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
165 INSTANTIATE_TYPED_TEST_CASE_P(Single,
/freebsd-12.1/contrib/sendmail/libmilter/docs/
H A Dfigure1.fig7 Single
H A Dfigure2.fig7 Single
/freebsd-12.1/share/doc/papers/jail/
H A Djail01.fig8 Single
/freebsd-12.1/contrib/ngatm/libngatm/
H A Dnet_in.fig7 Single
H A Dnet_out.fig7 Single
/freebsd-12.1/sys/teken/
H A Dsequences58 DECDWL Single Height Double Width Line ^[ # 6
69 DECSWL Single Height Single Width Line ^[ # 5
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips-ps-3d.md1 ;; 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
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h131 enum class QuotingType { None, Single, Double }; enumerator
655 return QuotingType::Single;
657 return QuotingType::Single;
659 return QuotingType::Single;
661 return QuotingType::Single;
663 return QuotingType::Single;
/freebsd-12.1/share/examples/BSD_daemon/
H A Dbeastie.fig18 Single
/freebsd-12.1/sys/gnu/dts/arm64/marvell/
H A Darmada-8040-mcbin-singleshot.dts11 model = "Marvell 8040 MACCHIATOBin Single-shot";
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h63 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DREADME.txt10 SUS - code that is specific to the Single Unix Specification
/freebsd-12.1/sys/gnu/dts/arm/
H A Dimx7d-sbc-imx7.dts2 * Support for CompuLab SBC-iMX7 Single Board Computer
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<()
331 case PDB_VariantType::Single: in operator <<()
332 OS << Value.Value.Single; in operator <<()
/freebsd-12.1/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts48 -r, --host=str Single remote host
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCV.td30 "'F' (Single-Precision Floating-Point)">;
/freebsd-12.1/share/examples/bootforth/
H A Dframes.4th15 \ Single frames

123456