Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x91, 0x08, 0x20, 0xfc, 0x91, 0x08, 0xa0, 0xfc, 0x52, 0x08, 0x21, 0xfc, 0x52, 0x08, 0xa1, 0xfc, 0x99, 0x08, 0x00, 0xfe, 0x99, 0x08, 0x10, 0xfe, 0x7a, 0x08, 0x01, 0xfe, 0x7a, 0x08, 0x11, 0xfe ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "CS_MODE_ARM" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "vfmal.f16 d0, s1, s2"
|
||||
-
|
||||
asm_text: "vfmsl.f16 d0, s1, s2"
|
||||
-
|
||||
asm_text: "vfmal.f16 q0, d1, d2"
|
||||
-
|
||||
asm_text: "vfmsl.f16 q0, d1, d2"
|
||||
-
|
||||
asm_text: "vfmal.f16 d0, s1, s2[1]"
|
||||
-
|
||||
asm_text: "vfmsl.f16 d0, s1, s2[1]"
|
||||
-
|
||||
asm_text: "vfmal.f16 q0, d1, d2[3]"
|
||||
-
|
||||
asm_text: "vfmsl.f16 q0, d1, d2[3]"
|
||||
Reference in New Issue
Block a user