Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp293 changeset_ty Extended(Required); in GetTestResult() local
294 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
297 Extended.insert(pred_closure_begin(*it), pred_closure_end(*it)); in GetTestResult()
299 if (FailedTestsCache.count(Extended)) in GetTestResult()
302 bool Result = ExecuteOneTest(Extended); in GetTestResult()
304 FailedTestsCache.insert(Extended); in GetTestResult()
/freebsd-12.1/sys/ufs/ufs/
H A DREADME.extattr3 UFS Extended Attributes Copyright
5 The UFS Extended Attributes implementation is copyright Robert Watson, and
8 About UFS Extended Attributes
10 Extended attributes allow the association of additional arbitrary
11 meta-data with files and directories. Extended attributes are defined in
25 Using UFS Extended Attributes
H A DREADME.acls68 for directories. If you're using UFS1 Extended Attributes, the following
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td605 // Purpose: Unconditional Branch (Extended)
712 // Purpose: Compare Immediate (Extended)
788 // Purpose: Load Byte (Extended)
797 // Purpose: Load Byte Unsigned (Extended)
807 // Purpose: Load Halfword signed (Extended)
816 // Purpose: Load Halfword unsigned (Extended)
833 // Purpose: Load Immediate (Extended)
844 // Purpose: Load Word (Extended)
1006 // Purpose: Store Byte (Extended)
1144 // Purpose: Store Halfword (Extended)
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp377 State.Extended = false; in encodeInstruction()
388 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction()
599 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue()
643 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue()
677 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue()
682 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue()
687 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue()
697 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue()
H A DHexagonMCTargetDesc.cpp444 auto const &Extended(HexagonMCInstrInfo::getExtendableOperand(*Info, Inst)); in evaluateBranch() local
445 assert(Extended.isExpr()); in evaluateBranch()
447 if(!Extended.getExpr()->evaluateAsAbsolute(Value)) in evaluateBranch()
H A DHexagonMCCodeEmitter.h42 bool Extended = false; member
/freebsd-12.1/stand/arm/uboot/
H A Dversion6 1.2: Extended with NAND FS support.
/freebsd-12.1/stand/mips/uboot/
H A Dversion6 1.2: Extended with NAND FS support.
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td27 def WriteIEReg : SchedWrite; // ALU of Extended-Reg
30 def ReadIEReg : SchedRead; // ALU of Extended-Reg
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp90 int64_t Extended = SignExtend64<32>(FullValue); in signedDecoder() local
91 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder()
747 uint32_t Extended = FullValue + Address; in brtargetDecoder() local
748 if (!Disassembler.tryAddingSymbolicOperand(MI, Extended, Address, true, 0, 4)) in brtargetDecoder()
749 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Ddataone15 # onedcx (DataONE Dublin Core Extended v1.0)
H A Dspectrum49 0 string EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
H A Daudio109 # Extended MOD format (*.emd) (Greg Roelofs, [email protected]); NOT TESTED
111 0 string EMOD Extended MOD sound data,
170 0 string Extended\ Module: Fasttracker II module sound data
316 # NSFE (Extended NES sound file) magic
319 0 string NSFE Extended NES Sound File
438 0 string Extended\40Instrument: Fast Tracker II Instrument
H A Dvorbis7 # Extended by Beni Cherniavsky <[email protected]>
/freebsd-12.1/share/i18n/csmapper/KOI/
H A DUCS%KOI8-CyrillicOld.src19 # Extended Cyrillic Character Set
H A DKOI8-CyrillicOld%UCS.src19 # Extended Cyrillic Character Set
/freebsd-12.1/lib/libfetch/
H A Dftp.errors22 229 OK Entering Extended Passive Mode
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm-modes.def25 /* Extended precision floating point.
/freebsd-12.1/sys/gnu/dts/arm/
H A Dimx6sx-udoo-neo-extended.dts48 model = "UDOO Neo Extended";
/freebsd-12.1/crypto/openssl/
H A DNEWS182 o Extended SSL_CONF support using configuration files
524 o Extended Windows CE support
702 o Extended support for some platforms: VxWorks
723 o Extended and corrected OID (object identifier) table.
930 o Extended support for DSA certificate/keys.
931 o Extended support for Certificate Signing Requests (CSR)
933 o Extended support for compression inside the SSL record layer
948 o Extended Big Number (BN) library
951 o Extended ASN.1 parser routines
/freebsd-12.1/share/misc/
H A Dscsi_modes82 {Extended Self-Test Completion Time} i2
110 0x15 "Extended";
112 0x16 "Extended Device-Type Specific";
/freebsd-12.1/share/i18n/csmapper/APPLE/
H A DGAELIC%UCS.src107 # a "currency sign" variant of the Latin 8 Extended encoding that still
110 # versions, Latin 8 Extended 0xDB may be mapped to private-use
H A DUCS%GAELIC.src107 # a "currency sign" variant of the Latin 8 Extended encoding that still
110 # versions, Latin 8 Extended 0xDB may be mapped to private-use
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td159 // Extended mnemonics

1234