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:
13
thirdparty/capstone/suite/MC/X86/x86_64-rand-encoding.s.cs
vendored
Normal file
13
thirdparty/capstone/suite/MC/X86/x86_64-rand-encoding.s.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# CS_ARCH_X86, CS_MODE_64, CS_OPT_SYNTAX_ATT
|
||||
0x66,0x0f,0xc7,0xf0 = rdrandw %ax
|
||||
0x0f,0xc7,0xf0 = rdrandl %eax
|
||||
0x48,0x0f,0xc7,0xf0 = rdrandq %rax
|
||||
0x66,0x41,0x0f,0xc7,0xf3 = rdrandw %r11w
|
||||
0x41,0x0f,0xc7,0xf3 = rdrandl %r11d
|
||||
0x49,0x0f,0xc7,0xf3 = rdrandq %r11
|
||||
0x66,0x0f,0xc7,0xf8 = rdseedw %ax
|
||||
0x0f,0xc7,0xf8 = rdseedl %eax
|
||||
0x48,0x0f,0xc7,0xf8 = rdseedq %rax
|
||||
0x66,0x41,0x0f,0xc7,0xfb = rdseedw %r11w
|
||||
0x41,0x0f,0xc7,0xfb = rdseedl %r11d
|
||||
0x49,0x0f,0xc7,0xfb = rdseedq %r11
|
Reference in New Issue
Block a user