3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 09:45:55 +00:00

24 lines
583 B
JSON
Raw Normal View History

2021-05-27 00:09:36 +05:00
[
{
"ArchStdEvent": "BR_IMMED_SPEC"
},
{
"ArchStdEvent": "BR_RETURN_SPEC"
},
{
"ArchStdEvent": "BR_INDIRECT_SPEC"
},
{
2021-09-23 21:59:15 +05:00
"PublicDescription": "Mispredicted or not predicted branch speculatively executed",
"EventCode": "0x10",
"EventName": "BR_MIS_PRED",
2021-05-27 00:09:36 +05:00
"BriefDescription": "Branch mispredicted"
},
{
2021-09-23 21:59:15 +05:00
"PublicDescription": "Predictable branch speculatively executed",
"EventCode": "0x12",
"EventName": "BR_PRED",
2021-05-27 00:09:36 +05:00
"BriefDescription": "Predictable branch"
}
]