Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x12, 0x0d, 0x21, 0xfc, 0x02, 0x0d, 0x21, 0xfc, 0x58, 0x0d, 0x22, 0xfc, 0x48, 0x0d, 0x22, 0xfc, 0x12, 0x0d, 0x21, 0xfe, 0x22, 0x0d, 0x21, 0xfe, 0x54, 0x0d, 0x22, 0xfe, 0x64, 0x0d, 0x22, 0xfe ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "CS_MODE_ARM" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "vudot.u8 d0, d1, d2"
|
||||
-
|
||||
asm_text: "vsdot.s8 d0, d1, d2"
|
||||
-
|
||||
asm_text: "vudot.u8 q0, q1, q4"
|
||||
-
|
||||
asm_text: "vsdot.s8 q0, q1, q4"
|
||||
-
|
||||
asm_text: "vudot.u8 d0, d1, d2[0]"
|
||||
-
|
||||
asm_text: "vsdot.s8 d0, d1, d2[1]"
|
||||
-
|
||||
asm_text: "vudot.u8 q0, q1, d4[0]"
|
||||
-
|
||||
asm_text: "vsdot.s8 q0, q1, d4[1]"
|
||||
Reference in New Issue
Block a user