Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ class Instruction(CInstruction):
https://github.com/IntelLabs/hec-assembler-tools/blob/master/docsrc/inst_spec/cinst/cinst_csyncm.md
"""

@classmethod
def get_throughput(cls) -> int:
return cls._OP_DEFAULT_THROUGHPUT

@classmethod
def _get_OP_NAME_ASM(cls) -> str:
"""
Expand Down
Loading