summaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events/arch/riscv/sifive/u74/instructions.json
blob: 5eab718c9256cc825a99fbff71f0370481b7eb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
  {
    "EventName": "EXCEPTION_TAKEN",
    "EventCode": "0x0000100",
    "BriefDescription": "Exception taken"
  },
  {
    "EventName": "INTEGER_LOAD_RETIRED",
    "EventCode": "0x0000200",
    "BriefDescription": "Integer load instruction retired"
  },
  {
    "EventName": "INTEGER_STORE_RETIRED",
    "EventCode": "0x0000400",
    "BriefDescription": "Integer store instruction retired"
  },
  {
    "EventName": "ATOMIC_MEMORY_RETIRED",
    "EventCode": "0x0000800",
    "BriefDescription": "Atomic memory operation retired"
  },
  {
    "EventName": "SYSTEM_INSTRUCTION_RETIRED",
    "EventCode": "0x0001000",
    "BriefDescription": "System instruction retired"
  },
  {
    "EventName": "INTEGER_ARITHMETIC_RETIRED",
    "EventCode": "0x0002000",
    "BriefDescription": "Integer arithmetic instruction retired"
  },
  {
    "EventName": "CONDITIONAL_BRANCH_RETIRED",
    "EventCode": "0x0004000",
    "BriefDescription": "Conditional branch retired"
  },
  {
    "EventName": "JAL_INSTRUCTION_RETIRED",
    "EventCode": "0x0008000",
    "BriefDescription": "JAL instruction retired"
  },
  {
    "EventName": "JALR_INSTRUCTION_RETIRED",
    "EventCode": "0x0010000",
    "BriefDescription": "JALR instruction retired"
  },
  {
    "EventName": "INTEGER_MULTIPLICATION_RETIRED",
    "EventCode": "0x0020000",
    "BriefDescription": "Integer multiplication instruction retired"
  },
  {
    "EventName": "INTEGER_DIVISION_RETIRED",
    "EventCode": "0x0040000",
    "BriefDescription": "Integer division instruction retired"
  },
  {
    "EventName": "FP_LOAD_RETIRED",
    "EventCode": "0x0080000",
    "BriefDescription": "Floating-point load instruction retired"
  },
  {
    "EventName": "FP_STORE_RETIRED",
    "EventCode": "0x0100000",
    "BriefDescription": "Floating-point store instruction retired"
  },
  {
    "EventName": "FP_ADDITION_RETIRED",
    "EventCode": "0x0200000",
    "BriefDescription": "Floating-point addition retired"
  },
  {
    "EventName": "FP_MULTIPLICATION_RETIRED",
    "EventCode": "0x0400000",
    "BriefDescription": "Floating-point multiplication retired"
  },
  {
    "EventName": "FP_FUSEDMADD_RETIRED",
    "EventCode": "0x0800000",
    "BriefDescription": "Floating-point fused multiply-add retired"
  },
  {
    "EventName": "FP_DIV_SQRT_RETIRED",
    "EventCode": "0x1000000",
    "BriefDescription": "Floating-point division or square-root retired"
  },
  {
    "EventName": "OTHER_FP_RETIRED",
    "EventCode": "0x2000000",
    "BriefDescription": "Other floating-point instruction retired"
  }
]