Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/sys/ufs/ufs/
H A DREADME.extattr2 UFS Extended Attributes Copyright
4 The UFS Extended Attributes implementation is copyright Robert Watson, and
7 About UFS Extended Attributes
9 Extended attributes allow the association of additional arbitrary
10 meta-data with files and directories. Extended attributes are defined in
24 Using UFS Extended Attributes
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h42 APInt Extended; in truncateCast() local
44 Extended = V.sext(BitSize); in truncateCast()
46 Extended = V.zext(BitSize); in truncateCast()
47 return std::is_signed_v<T> ? Extended.getSExtValue() in truncateCast()
48 : Extended.getZExtValue(); in truncateCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td603 // Purpose: Unconditional Branch (Extended)
710 // Purpose: Compare Immediate (Extended)
787 // Purpose: Load Byte (Extended)
796 // Purpose: Load Byte Unsigned (Extended)
806 // Purpose: Load Halfword signed (Extended)
815 // Purpose: Load Halfword unsigned (Extended)
832 // Purpose: Load Immediate (Extended)
843 // Purpose: Load Word (Extended)
1008 // Purpose: Store Byte (Extended)
1147 // Purpose: Store Halfword (Extended)
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dedid6 0 quad 0x00ffffffffffff00 Extended display identification data dump
H A Ddataone15 # onedcx (DataONE Dublin Core Extended v1.0)
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6sx-udoo-neo-extended.dts11 model = "UDOO Neo Extended";
H A Dam335x-sancloud-bbe-extended-wifi.dts15 model = "SanCloud BeagleBone Enhanced Extended WiFi";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp376 State.Extended = false; in encodeInstruction()
385 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction()
589 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue()
633 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue()
664 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue()
669 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue()
674 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue()
684 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td26 def WriteIEReg : SchedWrite; // ALU of Extended-Reg
29 def ReadIEReg : SchedRead; // ALU of Extended-Reg
/freebsd-14.2/contrib/dialog/samples/install/
H A DFDISK.TEST25 /dev/sdb4 604 604 4106 3587072 5 Extended
/freebsd-14.2/sys/contrib/device-tree/Bindings/cpufreq/
H A Dimx-cpufreq-dt.txt16 1: Extended Consumer
/freebsd-14.2/secure/caroot/trusted/
H A DUCA_Extended_Validation_Root.pem2 ## UCA Extended Validation Root
20 Issuer: C = CN, O = UniTrust, CN = UCA Extended Validation Root
24 Subject: C = CN, O = UniTrust, CN = UCA Extended Validation Root
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml47 interrupts, 2 for interrupts in the Extended SPI range, 3 for the
48 Extended PPI range. Other values are reserved for future use.
53 Extended PPI interrupts are in the range [0-127].
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmscc,ocelot-pinctrl.yaml27 - description: Extended pin configuration registers
/freebsd-14.2/contrib/llvm-project/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()
772 uint32_t Extended = FullValue + Address; in brtargetDecoder() local
773 if (!Disassembler.tryAddingSymbolicOperand(MI, Extended, Address, true, 0, 0, in brtargetDecoder()
775 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder()
/freebsd-14.2/share/i18n/csmapper/KOI/
H A DKOI8-CyrillicOld%UCS.src18 # Extended Cyrillic Character Set
H A DUCS%KOI8-CyrillicOld.src18 # Extended Cyrillic Character Set
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h856 static Waitcnt allZero(bool Extended, bool HasStorecnt) { in allZero()
857 return Extended ? Waitcnt(0, 0, 0, 0, 0, 0, 0) in allZero()
861 static Waitcnt allZeroExceptVsCnt(bool Extended) { in allZeroExceptVsCnt()
862 return Extended ? Waitcnt(0, 0, 0, ~0u, 0, 0, 0) : Waitcnt(0, 0, 0, ~0u); in allZeroExceptVsCnt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp180 Expr.Extended = false; in readInitExpr()
207 Expr.Extended = true; in readInitExpr()
210 if (!Expr.Extended) { in readInitExpr()
213 Expr.Extended = true; in readInitExpr()
216 if (Expr.Extended) { in readInitExpr()
1331 if (!Global.InitExpr.Extended) { in parseExportSection()
1528 Segment.Offset.Extended = false; in parseElemSection()
1590 Segment.Data.Offset.Extended = false; in parseDataSection()
1698 if (Segment.Offset.Extended) { in getWasmSymbolValue()
/freebsd-14.2/lib/libfetch/
H A Dftp.errors21 229 OK Entering Extended Passive Mode
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dnxp,imx8-jpeg.yaml15 and Extended Sequential DCT modes.

123456