Home
last modified time | relevance | path

Searched refs:Extended (Results 1 – 25 of 186) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBlocks.txt16 # For example, "Latin Extended-A" and "latin extended a" are equivalent.
37 0100..017F; Latin Extended-A
38 0180..024F; Latin Extended-B
55 0870..089F; Arabic Extended-B
56 08A0..08FF; Arabic Extended-A
85 18B0..18FF; Unified Canadian Aboriginal Syllabics Extended
92 1AB0..1AFF; Combining Diacritical Marks Extended
98 1C80..1C8F; Cyrillic Extended-C
99 1C90..1CBF; Georgian Extended
105 1E00..1EFF; Latin Extended Additional
[all …]
H A DIndex.txt33 Aboriginal Syllabics Extended, Unified Canadian 18B0
261 Arabic Extended-A 08A0
271 Arabic Letters, Extended 0671
272 Arabic Letters, Extended 0750
273 Arabic Letters, Extended 10EC0
759 Canadian Aboriginal Syllabics Extended, Unified 18B0
1039 Combining Diacritical Marks Extended 1AB0
1254 Coptic, Extended 2CB2
1376 Cyrillic Extended-A 2DE0
1377 Cyrillic Extended-B A640
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp285 changeset_ty Extended(Required); in GetTestResult() local
286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
288 Extended.insert(pred_closure_begin(Change), pred_closure_end(Change)); in GetTestResult()
290 if (FailedTestsCache.count(Extended)) in GetTestResult()
293 bool Result = ExecuteOneTest(Extended); in GetTestResult()
295 FailedTestsCache.insert(Extended); in GetTestResult()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp301 G.Init.Extended = Global.InitExpr.Extended; in dump()
302 if (Global.InitExpr.Extended) { in dump()
337 Seg.Offset.Extended = Segment.Offset.Extended; in dump()
338 if (Seg.Offset.Extended) { in dump()
373 Seg.Offset.Extended = Segment.Data.Offset.Extended; in dump()
374 if (Seg.Offset.Extended) { in dump()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended)
547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended)
554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended)
596 // Purpose: Branch on Equal to Zero (Extended)
603 // Purpose: Unconditional Branch (Extended)
624 // Purpose: Branch on Not Equal to Zero (Extended)
638 // Purpose: Branch on T Equal to Zero (Extended)
665 // Purpose: Branch on T Not Equal to Zero (Extended)
710 // Purpose: Compare Immediate (Extended)
787 // Purpose: Load Byte (Extended)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp375 State.Extended = false; in encodeInstruction()
384 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction()
588 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue()
632 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue()
663 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue()
668 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue()
673 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue()
683 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue()
H A DHexagonMCCodeEmitter.h41 bool Extended = false; member
H A DHexagonMCTargetDesc.cpp640 auto const &Extended(HexagonMCInstrInfo::getExtendableOperand(*Info, Inst)); in evaluateBranch() local
641 assert(Extended.isExpr()); in evaluateBranch()
643 if (!Extended.getExpr()->evaluateAsAbsolute(Value)) in evaluateBranch()
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DNoexceptPolicy.rst5 Extended applications of ``noexcept``
H A DExtendedCXX03Support.rst2 Extended C++03 Support
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td26 def WriteIEReg : SchedWrite; // ALU of Extended-Reg
29 def ReadIEReg : SchedRead; // ALU of Extended-Reg
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dconstraints.md4 "A register form the 88110 Extended Register File.")
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dpredicates.md104 ;; Extended precision register R0-R1.
116 ;; Extended precision register R2-R3.
140 ;; Extended precision register.
/openbsd-src/usr.bin/file/magdir/
H A Dspectrum45 0 string EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
H A Daudio109 # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
111 0 string EMOD Extended MOD sound data,
170 0 string Extended\ Module: Fasttracker II module sound data
438 0 string Extended\40Instrument: Fast Tracker II Instrument
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputElement.h48 ie.Extended = false; in intConst()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp89 int64_t Extended = SignExtend64<32>(FullValue); in signedDecoder() local
90 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder()
770 uint32_t Extended = FullValue + Address; in brtargetDecoder() local
771 if (!Disassembler.tryAddingSymbolicOperand(MI, Extended, Address, true, 0, 0, in brtargetDecoder()
773 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DFormatIssues.csv4 `P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::forma…
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst275 See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>` for more information.
311 …``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodi…
354 Extended applications of ``[[nodiscard]]``
371 2. Extended applications of ``[[nodiscard]]``, at the library's discretion,
489 Extended integral type support
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm-modes.def25 /* Extended precision floating point.
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp169 Expr.Extended = false; in readInitExpr()
196 Expr.Extended = true; in readInitExpr()
199 if (!Expr.Extended) { in readInitExpr()
202 Expr.Extended = true; in readInitExpr()
205 if (Expr.Extended) { in readInitExpr()
1459 Segment.Offset.Extended = false; in parseElemSection()
1520 Segment.Data.Offset.Extended = false; in parseDataSection()
1620 if (Segment.Offset.Extended) { in getWasmSymbolValue()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5221delta.pod187 L<perlrecharclass/Extended Bracketed Character Classes> caused panics instead
199 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes> constructs
207 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes>
/openbsd-src/share/locale/ctype/
H A Den_US.UTF-8.src97 * U+0100 - U+017F : Latin Extended-A
249 * U+0180 - U+024F : Latin Extended-B
1008 * U+0870 - U+089F : Arabic Extended-B
1021 * U+08A0 - U+08FF : Arabic Extended-A
1593 * U+18B0 - U+18FF : Unified Canadian Aboriginal Syllabics Extended
1688 * U+1AB0 - U+1AFF : Combining Diacritical Marks Extended
1772 * U+1C80 - U+1C8F : Cyrillic Extended-C
1791 * U+1C90 - U+1CBF : Georgian Extended
1865 * U+1E00 - U+1EFF : Latin Extended Additional
2151 * U+1F00 - U+1FFF : Greek Extended
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h103 Extended, // --attribute=extended enumerator
333 ATTRIBUTE_OPTION(Extended);
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/
H A Dos2_ea.t40 # Standard Extended Attributes (SEAs) have a dot (.) as a prefix.

12345678