Home
last modified time | relevance | path

Searched refs:Neon (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/tools/
H A Dexp10.sollya8 N = 1; // Neon 1, SVE 64
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.def36 ARM_FPU("neon", FK_NEON, FPUVersion::VFPV3, NeonSupportLevel::Neon, FPURestriction::None)
37 ARM_FPU("neon-fp16", FK_NEON_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::Neon, FPURestriction::…
38 ARM_FPU("neon-vfpv4", FK_NEON_VFPV4, FPUVersion::VFPV4, NeonSupportLevel::Neon, FPURestriction::Non…
39 ARM_FPU("neon-fp-armv8", FK_NEON_FP_ARMV8, FPUVersion::VFPV5, NeonSupportLevel::Neon, FPURestrictio…
H A DARMTargetParser.h157 Neon, ///< Neon enumerator
/freebsd-14.2/contrib/cortex-strings/
H A DREADME7 implementations for ARMv7-A cores with/without Neon, Thumb2 implementations
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp204 {"+neon", "-neon", NeonSupportLevel::Neon}, in getFPUFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td3312 // Neon 2-register comparisons.
3372 // Neon 3-register comparisons.
3426 // Neon 2-register vector intrinsics,
3498 // Neon 3-register vector operations.
3553 // Neon 3-register vector intrinsics.
3801 // Neon Multiply-Op vector operations,
3840 // Neon Intrinsic-Op vector operations,
3863 // Neon 3-argument intrinsics,
3920 // Neon Long 3-argument intrinsics.
4204 // Neon Shift Long operations,
[all …]
H A DARMInstrFormats.td133 def NeonDomain : Domain<2>; // Instructions in Neon domain only
134 def VFPNeonDomain : Domain<3>; // Instructions in both VFP & Neon domains
135 def VFPNeonA8Domain : Domain<5>; // Instructions in VFP & Neon under A8
H A DARMScheduleR52.td539 // Neon Support
H A DARM.td36 // Floating Point, HW Division and Neon Support
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX3T110.td57 // Port 6: FP/Neon/SIMD/Crypto.
60 // Port 7: FP/Neon/SIMD/Crypto.
63 // Port 8: FP/Neon/SIMD/Crypto.
66 // Port 9: FP/Neon/SIMD/Crypto.
/freebsd-14.2/sys/dts/arm/
H A Dimx51x.dtsi433 /* irq76 Neon Monitor Interrupt */
H A Dimx53x.dtsi518 /* irq76 Neon Monitor Interrupt */
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp656 case VectorKind::Neon: in printVectorBefore()
731 case VectorKind::Neon: in printDependentVectorBefore()
H A DJSONNodeDumper.cpp691 case VectorKind::Neon: in VisitVectorType()
H A DTextNodeDumper.cpp1611 case VectorKind::Neon: in VisitVectorType()
H A DItaniumMangle.cpp4089 if ((T->getVectorKind() == VectorKind::Neon || in mangleType()
4119 if ((T->getVectorKind() == VectorKind::Neon || in mangleType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp643 bool Neon = Name.consume_front("neon."); in upgradeArmOrAarch64IntrinsicFunction() local
644 if (Neon) { in upgradeArmOrAarch64IntrinsicFunction()
698 if (Neon) { in upgradeArmOrAarch64IntrinsicFunction()
800 if (Neon) { in upgradeArmOrAarch64IntrinsicFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8470 VecKind == VectorKind::Neon) { in HandleNeonVectorTypeAttr()
8590 if (!VT || VT->getVectorKind() != VectorKind::Neon) { in HandleArmMveStrictPolymorphismAttr()
8918 HandleNeonVectorTypeAttr(type, attr, state.getSema(), VectorKind::Neon); in processTypeAttrs()
H A DSemaInit.cpp1813 if (isBigEndian && (T->getVectorKind() == VectorKind::Neon || in CheckVectorType()
H A DSemaExpr.cpp15580 if (VT->getVectorKind() == VectorKind::Neon) in needsConversionOfHalfVec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3485 Neon,
/freebsd-14.2/share/misc/
H A Dpci_vendors6283 0067 PowerVR Neon 250 Chipset
6284 1010 0020 PowerVR Neon 250 AGP 32Mb
6285 1010 0080 PowerVR Neon 250 AGP 16Mb
6286 1010 0088 PowerVR Neon 250 16Mb
6287 1010 0090 PowerVR Neon 250 AGP 16Mb
6288 1010 0098 PowerVR Neon 250 16Mb
6289 1010 00a0 PowerVR Neon 250 AGP 32Mb
6290 1010 00a8 PowerVR Neon 250 32Mb
6291 1010 0120 PowerVR Neon 250 AGP 32Mb
H A Dusb_vendors6645 050e Neon Technology, Inc.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td3158 "Neon vector size must be 64 or 128 bits">;