mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 11:10:06 +01:00
added ICX architecture
This commit is contained in:
@@ -260,7 +260,7 @@ def _create_db_operand_aarch64(operand):
|
||||
|
||||
def _create_db_operand_x86(operand):
|
||||
"""Get DB operand for AArch64 by operand string."""
|
||||
if operand == "r":
|
||||
if operand.startswith("r"):
|
||||
return {"class": "register", "name": "gpr"}
|
||||
elif operand in "xyz":
|
||||
return {"class": "register", "name": operand + "mm"}
|
||||
|
||||
Reference in New Issue
Block a user