mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-14 23:36:45 +00:00
Initial Commit
This commit is contained in:
20
thirdparty/capstone/tests/MC/AArch64/SVE2/histcnt.s.yaml
vendored
Normal file
20
thirdparty/capstone/tests/MC/AArch64/SVE2/histcnt.s.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0xc0, 0xa2, 0x45 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "histcnt z0.s, p0/z, z1.s, z2.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xdd, 0xdf, 0xff, 0x45 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "histcnt z29.d, p7/z, z30.d, z31.d"
|
Reference in New Issue
Block a user