Skip to content

Commit

Permalink
Add SYS ops test to cstest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjseitz committed Mar 22, 2022
1 parent ccf6e4d commit 1fd1584
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
8 changes: 8 additions & 0 deletions suite/cstest/issues.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
!# issue 1856 AArch64 SYS instruction operands
!# CS_ARCH_ARM64, CS_MODE_ARM, CS_OPT_DETAIL
0x1f,0x83,0x08,0xd5 == tlbi vmalle1is ; op_count: 1 ; operands[0].type: SYS = 0x3
0x22,0x87,0x08,0xd5 == tlbi vae1, x2 ; op_count: 2 ; operands[0].type: SYS = 0x16
0xc0,0x78,0x0c,0xd5 == at s12e0r ; op_count: 2 ; operands[0].type: SYS = 0x59
0x22,0x7b,0x0b,0xd5 == dc cvau, x2 ; op_count: 2 ; operands[0].type: SYS = 0x62
0x20,0x75,0x0b,0xd5 == ic cvau, x2 ; op_count: 2 ; operands[0].type: SYS = 0x68

!# issue 1839 AArch64 Incorrect detailed disassembly of ldr
!# CS_ARCH_ARM64, CS_MODE_ARM, CS_OPT_DETAIL
0x41,0x00,0x40,0xf9 == ldr x1, [x2] ; operands[0].access: WRITE ; operands[1].access: READ
Expand Down
37 changes: 0 additions & 37 deletions suite/regress/test_arm64_sys_op.py

This file was deleted.

0 comments on commit 1fd1584

Please sign in to comment.