mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 11:10:06 +01:00
added fallback search in arch/ISA model for ARM instructions with shape/cc suffixes
This commit is contained in:
@@ -159,6 +159,10 @@ class TestSemanticTools(unittest.TestCase):
|
||||
test_mm_arm.get_instruction("b.ne", [{"class": "identifier"}]),
|
||||
test_mm_arm.get_instruction("b.ne", [{"class": "identifier"}]),
|
||||
)
|
||||
self.assertEqual(
|
||||
test_mm_arm.get_instruction("b.someNameThatDoesNotExist", [{"class": "identifier"}]),
|
||||
test_mm_arm.get_instruction("b.someOtherName", [{"class": "identifier"}]),
|
||||
)
|
||||
|
||||
# test full instruction name
|
||||
self.assertEqual(
|
||||
|
||||
Reference in New Issue
Block a user