2024-09-07 18:15:29 +06:00

20 lines
444 B
YAML

test_cases:
-
input:
bytes: [ 0x4f, 0x96, 0x40, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfmaxa.s $xr15, $xr18, $xr5"
-
input:
bytes: [ 0x82, 0x76, 0x41, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfmaxa.d $xr2, $xr20, $xr29"