mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-08 04:00:05 +01:00
implemented new CP calculation for x86
This commit is contained in:
@@ -50,6 +50,9 @@ class BaseParser(object):
|
||||
def is_vector_register(self, register):
|
||||
raise NotImplementedError
|
||||
|
||||
def get_reg_type(self, register):
|
||||
raise NotImplementedError
|
||||
|
||||
def construct_parser(self):
|
||||
return
|
||||
# raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user