mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 01:35:57 +00:00
20 lines
365 B
JSON
20 lines
365 B
JSON
|
[
|
||
|
{
|
||
|
"ArchStdEvent": "BR_IMMED_SPEC"
|
||
|
},
|
||
|
{
|
||
|
"ArchStdEvent": "BR_RETURN_SPEC"
|
||
|
},
|
||
|
{
|
||
|
"ArchStdEvent": "BR_INDIRECT_SPEC"
|
||
|
},
|
||
|
{
|
||
|
"ArchStdEvent": "BR_MIS_PRED",
|
||
|
"BriefDescription": "Branch mispredicted"
|
||
|
},
|
||
|
{
|
||
|
"ArchStdEvent": "BR_PRED",
|
||
|
"BriefDescription": "Predictable branch"
|
||
|
}
|
||
|
]
|