Home
last modified time | relevance | path

Searched refs:FX (Results 1 – 25 of 38) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td272 // A FX pipeline may take from 2 to 3 cycles to complete.
373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2.
385 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM.
388 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM.
391 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2.
397 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM.
400 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM.
403 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM.
H A DPPCScheduleP7.td53 // Executing simple FX, complex FX, permute and 4-way SIMD single-precision FP ops
H A DPPCScheduleP8.td195 // Instructions of FX, LU or LS pipeline
199 // TODO: Pipeline of logical instructions might be LS or FX
/src/contrib/file/magic/Magdir/
H A Dalliant4 # alliant: file(1) magic for Alliant FX series a.out files
6 # If the FX series is the one that had a processor with a 68K-derived
H A Dsysex198 >>>4 byte 0x05 EFXR (FX Parameter Request)
199 >>>4 byte 0x15 EFXD (FX Parameter Dump)
200 >>>4 byte 0x25 EFXP (FX Parameter Parameter Change)
201 >>>4 byte 0x35 EFXQ (FX Parameter Parameter Inquiry)
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h66 OptionalDiagnostic &operator<<(const llvm::APFixedPoint &FX) {
69 FX.toString(Buffer);
H A DAPValue.h324 explicit APValue(APFixedPoint FX) : Kind(None) {
325 MakeFixedPoint(std::move(FX));
596 void setFixedPoint(APFixedPoint FX) {
598 *(APFixedPoint *)(char *)&Data = std::move(FX);
643 void MakeFixedPoint(APFixedPoint &&FX) {
645 new ((void *)(char *)&Data) APFixedPoint(std::move(FX));
H A DType.h4868 FunctionEffectsRef(ArrayRef<FunctionEffect> FX,
4870 : Effects(FX), Conditions(Conds) {}
4878 static FunctionEffectsRef create(ArrayRef<FunctionEffect> FX,
4917 explicit FunctionEffectSet(const FunctionEffectsRef &FX)
4918 : Effects(FX.effects()), Conditions(FX.conditions()) {}
/src/sys/dev/sound/pci/
H A Demu10kx.c99 #define FX(i) (i) macro
1739 EFX_ROUTE("pcm_front_l", FX(0), M_FX0_FRONT_L, C_FRONT_L, 100); in emu_initefx()
1740 EFX_ROUTE("pcm_front_r", FX(1), M_FX1_FRONT_R, C_FRONT_R, 100); in emu_initefx()
1741 EFX_ROUTE(NULL, FX(0), M_FX0_REC_L, C_REC_L, 0); in emu_initefx()
1742 EFX_ROUTE(NULL, FX(1), M_FX1_REC_R, C_REC_R, 0); in emu_initefx()
1820 EFX_ROUTE(NULL, FX(2), M_FX2_REAR_L, C_REAR_L, 100); in emu_initefx()
1821 EFX_ROUTE(NULL, FX(3), M_FX3_REAR_R, C_REAR_R, 100); in emu_initefx()
1828 EFX_ROUTE(NULL, FX(4), M_FX4_CENTER, C_CENTER, 100); in emu_initefx()
1838 EFX_ROUTE(NULL, FX(5), M_FX5_SUBWOOFER, C_SUB, 100); in emu_initefx()
1925 EFX_COPY(FX2(i+2), FX(i)); in emu_initefx()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h293 inline raw_ostream &operator<<(raw_ostream &OS, const APFixedPoint &FX) {
294 OS << FX.toString();
/src/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1161 KRB5-PADATA-FX-COOKIE(133), -- krb-wg-preauth-framework
164 KRB5-PADATA-FX-FAST(136), -- krb-wg-preauth-framework
165 KRB5-PADATA-FX-ERROR(137), -- krb-wg-preauth-framework
791 PA-FX-FAST-REQUEST ::= CHOICE {
818 PA-FX-FAST-REPLY ::= CHOICE {
/src/contrib/tcsh/
H A DPorted616 MODELS : FX/2800 series
712 MODELS : FX/8X series
723 MODELS : FX/8X series
866 MODELS : FX/8X series
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp764 int FX = cast<FrameIndexSDNode>(N)->getIndex(); in SelectFrameIndex() local
767 SDValue FI = CurDAG->getTargetFrameIndex(FX, MVT::i32); in SelectFrameIndex()
777 if (FX < 0 || MaxA <= StkA || !MFI.hasVarSizedObjects()) { in SelectFrameIndex()
1459 int FX = cast<FrameIndexSDNode>(N)->getIndex(); in SelectAddrFI() local
1460 if (!MFI.isFixedObjectIndex(FX) && HFI.needsAligna(*MF)) in SelectAddrFI()
1462 R = CurDAG->getTargetFrameIndex(FX, MVT::i32); in SelectAddrFI()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td424 defm f.FX # "V" : VPseudoVC_XV<m, f.fprclass, payload1>;
425 defm f.FX # "VV" : VPseudoVC_XVV<m, f.fprclass, payload1>;
435 defm f.FX # "VW" : VPseudoVC_XVW<m, f.fprclass, payload1>;
H A DRISCVInstrInfoVPseudos.td196 string FX = "FPR" # sew;
2254 defm "_V" # f.FX : VPseudoBinary<m.vrclass, m.vrclass,
2259 defm "_V" # f.FX : VPseudoBinaryRoundingMode<m.vrclass, m.vrclass,
2267 defm "_V" #f.FX
2323 defm "_V" # f.FX : VPseudoBinaryRoundingMode<m.wvrclass, m.vrclass,
2351 defm "_W" # f.FX : VPseudoBinaryRoundingMode<m.wvrclass, m.wvrclass,
2444 def "_V" # f.FX # "M_" # mx
2492 def "_" # f.FX # "_" # mx :
2644 defm "_V" # f.FX :
3242 defm "_V" # f.FX : VPseudoTernaryWithPolicyRoundingMode<m.vrclass, f.fprclass,
[all …]
/src/share/misc/
H A Dpci_vendors2353 # FX-779A-CDB4 / FX-779A-CDBC
2916 # FX-797A-TNBC
5662 1259 2701 AT-2700FX 100Mb Ethernet
5664 1259 2703 AT-2701FX
6585 0661 661FX/M661FX/M661MX Host
6603 1043 8035 CUSI-FX motherboard
6629 1043 8035 CUSI-FX motherboard
6646 1043 8035 CUSI-FX motherboard
6687 15bd 1001 DFI 661FX motherboard
6726 1008 Visualize FX
[all …]
H A Diso3166346 # France, Metropolitan (FX) added (European part of France thus excluding:
H A Dusb_vendors882 b9b0 Fujitsu SK-16FX-100PMC V1.1
1240 340b FX-Audio DAC-X6
3139 c403 Turbo TrackMan Marble FX
6880 2235 AN2235 EZUSB-FX Microcontroller
7868 004b EDIROL M-100FX
7873 0050 EDIROL UA-3FX
7906 00a3 EDIROL UA-4FX
9177 262a 3dfx HammerHead FX
9355 800d TASCAM Portastudio DP-01FX
10130 0284 FX-USB-AW/-BD RS482 Converters
[all …]
/src/contrib/ntp/ntpq/
H A Dntpq.c125 #define FX 6 /* test flags */ macro
146 { "flash", FX },
3776 case FX: in cookedprint()
/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5315 FunctionEffectsRef::create(ArrayRef<FunctionEffect> FX, in create() argument
5317 assert(std::is_sorted(FX.begin(), FX.end()) && "effects should be sorted"); in create()
5318 assert((Conds.empty() || Conds.size() == FX.size()) && in create()
5320 return FunctionEffectsRef(FX, Conds); in create()
H A DTypePrinter.cpp1019 const FunctionEffectsRef FX = T->getFunctionEffects(); in printFunctionProtoAfter() local
1020 for (const auto &CFE : FX) { in printFunctionProtoAfter()
H A DASTContext.cpp13307 const auto *FX = cast<FunctionNoProtoType>(X), in getCommonNonSugarTypeNode() local
13309 assert(FX->getExtInfo() == FY->getExtInfo()); in getCommonNonSugarTypeNode()
13311 Ctx.getCommonSugaredType(FX->getReturnType(), FY->getReturnType()), in getCommonNonSugarTypeNode()
13312 FX->getExtInfo()); in getCommonNonSugarTypeNode()
13315 const auto *FX = cast<FunctionProtoType>(X), in getCommonNonSugarTypeNode() local
13317 FunctionProtoType::ExtProtoInfo EPIX = FX->getExtProtoInfo(), in getCommonNonSugarTypeNode()
13331 Ctx.getCommonSugaredType(FX->getReturnType(), FY->getReturnType()); in getCommonNonSugarTypeNode()
13332 auto P = getCommonTypes(Ctx, FX->param_types(), FY->param_types(), in getCommonNonSugarTypeNode()
/src/contrib/ncurses/include/
H A DCaps-ncurses86 #key_f43 kf43 str FX - - ----- F43 function key
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7580 FunctionEffectSet FX(EPI.FunctionEffects); in handleNonBlockingNonAllocatingTypeAttr() local
7582 [[maybe_unused]] bool Success = FX.insert(NewEC, Errs); in handleNonBlockingNonAllocatingTypeAttr()
7584 EPI.FunctionEffects = FunctionEffectsRef(FX); in handleNonBlockingNonAllocatingTypeAttr()
/src/contrib/libdiff/test/
H A Dtest010.left.txt4138 "Smart Power Strip FX-5204PS",
4142 "Base Station FX-5251WB",

12