1*44739490SJames Clark[
2*44739490SJames Clark    {
3*44739490SJames Clark        "ArchStdEvent": "SVE_INST_SPEC",
4*44739490SJames Clark        "PublicDescription": "Counts speculatively executed operations that are SVE operations."
5*44739490SJames Clark    },
6*44739490SJames Clark    {
7*44739490SJames Clark        "ArchStdEvent": "SVE_PRED_SPEC",
8*44739490SJames Clark        "PublicDescription": "Counts speculatively executed predicated SVE operations."
9*44739490SJames Clark    },
10*44739490SJames Clark    {
11*44739490SJames Clark        "ArchStdEvent": "SVE_PRED_EMPTY_SPEC",
12*44739490SJames Clark        "PublicDescription": "Counts speculatively executed predicated SVE operations with no active predicate elements."
13*44739490SJames Clark    },
14*44739490SJames Clark    {
15*44739490SJames Clark        "ArchStdEvent": "SVE_PRED_FULL_SPEC",
16*44739490SJames Clark        "PublicDescription": "Counts speculatively executed predicated SVE operations with all predicate elements active."
17*44739490SJames Clark    },
18*44739490SJames Clark    {
19*44739490SJames Clark        "ArchStdEvent": "SVE_PRED_PARTIAL_SPEC",
20*44739490SJames Clark        "PublicDescription": "Counts speculatively executed predicated SVE operations with at least one but not all active predicate elements."
21*44739490SJames Clark    },
22*44739490SJames Clark    {
23*44739490SJames Clark        "ArchStdEvent": "SVE_PRED_NOT_FULL_SPEC",
24*44739490SJames Clark        "PublicDescription": "Counts speculatively executed predicated SVE operations with at least one non active predicate elements."
25*44739490SJames Clark    },
26*44739490SJames Clark    {
27*44739490SJames Clark        "ArchStdEvent": "SVE_LDFF_SPEC",
28*44739490SJames Clark        "PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations."
29*44739490SJames Clark    },
30*44739490SJames Clark    {
31*44739490SJames Clark        "ArchStdEvent": "SVE_LDFF_FAULT_SPEC",
32*44739490SJames Clark        "PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations that clear at least one bit in the FFR."
33*44739490SJames Clark    },
34*44739490SJames Clark    {
35*44739490SJames Clark        "ArchStdEvent": "ASE_SVE_INT8_SPEC",
36*44739490SJames Clark        "PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type an 8-bit integer."
37*44739490SJames Clark    },
38*44739490SJames Clark    {
39*44739490SJames Clark        "ArchStdEvent": "ASE_SVE_INT16_SPEC",
40*44739490SJames Clark        "PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 16-bit integer."
41*44739490SJames Clark    },
42*44739490SJames Clark    {
43*44739490SJames Clark        "ArchStdEvent": "ASE_SVE_INT32_SPEC",
44*44739490SJames Clark        "PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 32-bit integer."
45*44739490SJames Clark    },
46*44739490SJames Clark    {
47*44739490SJames Clark        "ArchStdEvent": "ASE_SVE_INT64_SPEC",
48*44739490SJames Clark        "PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 64-bit integer."
49*44739490SJames Clark    }
50*44739490SJames Clark]
51