mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Add missing thirdparty files
This commit is contained in:
36
thirdparty/capstone/suite/MC/ARM/fpv8.s.cs
vendored
Normal file
36
thirdparty/capstone/suite/MC/ARM/fpv8.s.cs
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# CS_ARCH_ARM, CS_MODE_ARM+CS_MODE_V8, None
|
||||
0xa0,0x0b,0x71,0xee = vadd.f64 d16, d17, d16
|
||||
0xe0,0x0b,0x71,0xee = vsub.f64 d16, d17, d16
|
||||
0xa0,0x0b,0xc1,0xee = vdiv.f64 d16, d17, d16
|
||||
0x07,0x5b,0x85,0xee = vdiv.f64 d5, d5, d7
|
||||
0xa0,0x0b,0x61,0xee = vmul.f64 d16, d17, d16
|
||||
0xa1,0x4b,0x64,0xee = vmul.f64 d20, d20, d17
|
||||
0xe0,0x0b,0x61,0xee = vnmul.f64 d16, d17, d16
|
||||
0xe0,0x1b,0xf4,0xee = vcmpe.f64 d17, d16
|
||||
0xc0,0x0b,0xf5,0xee = vcmpe.f64 d16, #0
|
||||
0xe0,0x0b,0xf0,0xee = vabs.f64 d16, d16
|
||||
0xe0,0x0b,0xb7,0xee = vcvt.f32.f64 s0, d16
|
||||
0xc0,0x0a,0xf7,0xee = vcvt.f64.f32 d16, s0
|
||||
0x60,0x0b,0xf1,0xee = vneg.f64 d16, d16
|
||||
0xe0,0x0b,0xf1,0xee = vsqrt.f64 d16, d16
|
||||
0xc0,0x0b,0xf8,0xee = vcvt.f64.s32 d16, s0
|
||||
0x40,0x0b,0xf8,0xee = vcvt.f64.u32 d16, s0
|
||||
0xe0,0x0b,0xbd,0xee = vcvt.s32.f64 s0, d16
|
||||
0xe0,0x0b,0xbc,0xee = vcvt.u32.f64 s0, d16
|
||||
0xa1,0x0b,0x42,0xee = vmla.f64 d16, d18, d17
|
||||
0xe1,0x0b,0x42,0xee = vmls.f64 d16, d18, d17
|
||||
0xe1,0x0b,0x52,0xee = vnmla.f64 d16, d18, d17
|
||||
0xa1,0x0b,0x52,0xee = vnmls.f64 d16, d18, d17
|
||||
0x60,0x0b,0xf1,0x1e = vnegne.f64 d16, d16
|
||||
0x08,0x0b,0xf0,0xee = vmov.f64 d16, #3.000000e+00
|
||||
0x08,0x0b,0xf8,0xee = vmov.f64 d16, #-3.000000e+00
|
||||
0x40,0x0b,0xbd,0xee = vcvtr.s32.f64 s0, d0
|
||||
0x40,0x0b,0xbc,0xee = vcvtr.u32.f64 s0, d0
|
||||
0xc0,0x0b,0xba,0xee = vcvt.f64.s32 d0, d0, #32
|
||||
0x40,0x0b,0xba,0xee = vcvt.f64.s16 d0, d0, #16
|
||||
0xc0,0x4b,0xfb,0xee = vcvt.f64.u32 d20, d20, #32
|
||||
0x40,0x7b,0xfb,0xee = vcvt.f64.u16 d23, d23, #16
|
||||
0xc0,0x2b,0xbe,0xee = vcvt.s32.f64 d2, d2, #32
|
||||
0x40,0xfb,0xbe,0xee = vcvt.s16.f64 d15, d15, #16
|
||||
0xc0,0x4b,0xff,0xee = vcvt.u32.f64 d20, d20, #32
|
||||
0x40,0x7b,0xff,0xee = vcvt.u16.f64 d23, d23, #16
|
Reference in New Issue
Block a user