| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsSME.def | 1 //===--- BuiltinsSME.def - SME Builtin function database --------*- C++ -*-===// 9 // This file defines the SME-specific builtin function database. Users of
|
| H A D | TargetBuiltins.h | 57 namespace SME { 75 LastSMEBuiltin = SME::FirstTSBuiltin - 1,
|
| H A D | arm_sve_sme_incl.td | 1 //===--- arm_sve_sme_incl.td - ARM SVE/SME compiler interface -------------===// 10 // SVE and SME intrinsics. 228 … : FlagType<0x40000000000>; // Use for intrinsics that are common between SVE and SME.
|
| H A D | arm_sme.td | 1 //===--- arm_sme.td - ARM SME compiler interface ------------------------===// 9 // This file defines the TableGen definitions from which the ARM SME header 141 // SME - Zero 171 // SME - Counting elements in a streaming vector 187 // SME - ADDHA/ADDVA 207 // SME - SMOPA, SMOPS, UMOPA, UMOPS 233 // SME - SUMOPA, SUMOPS, USMOPA, USMOPS 261 // SME - FMOPA, FMOPS
|
| H A D | BuiltinsAArch64.def | 75 // SME state function
|
| H A D | AttrDocs.td | 6996 def DocCatArmSmeAttributes : DocumentationCategory<"AArch64 SME Attributes"> { 6999 added by the Scalable Matrix Extension (SME). This state includes the 7005 * The SME declaration attributes can appear anywhere that a standard 7008 * The SME type attributes apply only to prototyped functions and can appear 7009 anywhere that a standard ``[[...]]`` type attribute can appear. The SME 7014 for more details about the features related to the SME extension. 7029 Extension (SME). 7080 * ``"za"`` for Matrix Storage (requires SME) 7097 * ``"za"`` for Matrix Storage (requires SME) 7114 * ``"za"`` for Matrix Storage (requires SME) [all …]
|
| H A D | DiagnosticGroups.td | 1442 // A warning group related to AArch64 SME function attribues.
|
| H A D | arm_sve.td | 2113 // SME intrinsics which operate only on vectors and do not require ZA should be added here,
|
| H A D | DiagnosticSemaKinds.td | 3785 "function declared %0 was previously declared %1, which has different SME function attributes">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Features.td | 409 def FeatureSME : ExtensionWithMArch<"sme", "SME", "FEAT_SME", 410 "Enable Scalable Matrix Extension (SME)", [FeatureBF16, FeatureUseScalarIncVL]>; 413 "Enable Scalable Matrix Extension (SME) F64F64 instructions", [FeatureSME]>; 416 "Enable Scalable Matrix Extension (SME) I16I64 instructions", [FeatureSME]>; 451 "Enable SME non-widening Float16 instructions", [FeatureSME2]>; 509 "Enable Scalable Matrix Extension (SME) LUTv2 instructions">; 512 "Enable Scalable Matrix Extension (SME) F8F32 instructions", [FeatureSME2, FeatureFP8]>; 515 "Enable Scalable Matrix Extension (SME) F8F16 instructions", [FeatureSMEF8F32]>;
|
| H A D | AArch64SMEInstrInfo.td | 1 //=- AArch64SMEInstrInfo.td - AArch64 SME Instructions -*- tablegen -*-----=// 9 // AArch64 Scalable Matrix Extension (SME) Instruction definitions. 59 // M = SME array register (ZA) 224 // This pseudo and corresponding patterns don't need to be predicated by SME, 226 // in a non-SME context the generated code-paths will never execute any 227 // SME instructions.
|
| H A D | SMEInstrFormats.td | 1 //=-- SMEInstrFormats.td - AArch64 SME Instruction classes -*- tablegen -*--=// 9 // AArch64 Scalable Matrix Extension (SME) Instruction Class Definitions. 44 // SME Pseudo Classes 130 // SME pattern match helpers. 223 // SME pattern match helpers. 232 // SME smstart/smstop 235 // SME defines three pstate fields to set or clear PSTATE.SM, PSTATE.ZA, or 268 // SME Outer Products 437 // SME Add Vector to Tile 500 // SME Contiguous Loads [all …]
|
| H A D | AArch64CallingConvention.td | 605 // SME ABI support routines such as __arm_tpidr2_save/restore preserve most registers. 613 // SME ABI support routines such as __arm_get_current_vg preserve most registers. 621 // SME ABI support routines __arm_sme_state preserves most registers.
|
| H A D | AArch64RegisterInfo.td | 1656 // SME Register Classes 1686 // SME Register Operands 1687 // There are three types of SME matrix register operands:
|
| H A D | AArch64SystemOperands.td | 878 // v9-a Scalable Matrix Extension (SME) registers 1754 // Scalable Matrix Extension (SME) 1768 // v8.4a MPAM and SME registers
|
| H A D | AArch64InstrFormats.td | 7882 // SMOV with vector index of 0 are legal in Scalable Matrix Extension (SME) 7929 // UMOV with vector index of 0 are legal in Scalable Matrix Extension (SME)
|
| H A D | AArch64SVEInstrInfo.td | 3916 // SME or SVE2.1 instructions
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 47 enum class ACLEKind { SVE, SME }; enumerator 1095 case ACLEKind::SME: in emitIntrinsic() 1640 createCoreHeaderIntrinsics(OS, *this, ACLEKind::SME); in createSMEHeader() 1795 case ACLEKind::SME: in createStreamingAttrs() 1882 SVEEmitter(Records).createStreamingAttrs(OS, ACLEKind::SME); in EmitSmeStreamingAttrs()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_common.c | 291 DF2S(SME); in driver_flag_to_string()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-HS20 | 478 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 519 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
|
| H A D | ChangeLog | 27 * improve cross-AKM roaming with driver-based SME/BSS selection 772 - FT (IEEE 802.11r) with driver-based SME 882 - additional information for driver-based AP SME 889 frames (only with drivers using wpa_supplicant AP mode SME/MLME) 979 * SME: do not use reassociation after explicit disconnection request 1346 nl80211; SME in wpa_supplicant); this allows over-the-air FT protocol
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 7516 #NameBase, SME::BI__builtin_sme_##NameBase, Intrinsic::LLVMIntrinsic, 0, \ 7521 { #NameBase, SME::BI__builtin_sme_##NameBase, 0, 0, TypeModifier } 10837 case SME::BI__builtin_sme_svsumla_za32_s8_vg4x1: in swapCommutativeSMEOperands() 10840 case SME::BI__builtin_sme_svsumla_za32_s8_vg4x2: in swapCommutativeSMEOperands() 10841 case SME::BI__builtin_sme_svsudot_za32_s8_vg1x2: in swapCommutativeSMEOperands() 10844 case SME::BI__builtin_sme_svsudot_za32_s8_vg1x4: in swapCommutativeSMEOperands() 10845 case SME::BI__builtin_sme_svsumla_za32_s8_vg4x4: in swapCommutativeSMEOperands() 10868 else if (BuiltinID == SME::BI__builtin_sme_svzero_mask_za || in EmitAArch64SMEBuiltinExpr() 10869 BuiltinID == SME::BI__builtin_sme_svzero_za) in EmitAArch64SMEBuiltinExpr() 10871 else if (BuiltinID == SME::BI__builtin_sme_svldr_vnum_za || in EmitAArch64SMEBuiltinExpr() [all …]
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 524 - additional information for driver-based AP SME 530 frames (only with drivers using hostapd SME/MLME)
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 1816 MRS_FIELD_VALUE(ID_AA64PFR1_SME_SME, "SME"), 1876 MRS_FIELD(ID_AA64PFR1, SME, false, MRS_LOWER, 0, id_aa64pfr1_sme), 3365 * - ID_AA64PFR1_EL1.SME is non-zero in identify_cpu()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 2809 // Scalable Matrix Extension (SME) Intrinsics
|