diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs')
-rw-r--r-- | capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs b/capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs new file mode 100644 index 000000000..a8d6fccd2 --- /dev/null +++ b/capstone/suite/MC/X86/x86_64-tbm-encoding.s.cs @@ -0,0 +1,40 @@ +# CS_ARCH_X86, CS_MODE_64, CS_OPT_SYNTAX_ATT +0x8f,0xea,0x78,0x10,0xc7,0xfe,0x0a,0x00,0x00 = bextrl $2814, %edi, %eax +0x8f,0xea,0x78,0x10,0x07,0xfe,0x0a,0x00,0x00 = bextrl $2814, (%rdi), %eax +0x8f,0xea,0xf8,0x10,0xc7,0xfe,0x0a,0x00,0x00 = bextrq $2814, %rdi, %rax +0x8f,0xea,0xf8,0x10,0x07,0xfe,0x0a,0x00,0x00 = bextrq $2814, (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xcf = blcfilll %edi, %eax +0x8f,0xe9,0x78,0x01,0x0f = blcfilll (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xcf = blcfillq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x0f = blcfillq (%rdi), %rax +0x8f,0xe9,0x78,0x02,0xf7 = blcil %edi, %eax +0x8f,0xe9,0x78,0x02,0x37 = blcil (%rdi), %eax +0x8f,0xe9,0xf8,0x02,0xf7 = blciq %rdi, %rax +0x8f,0xe9,0xf8,0x02,0x37 = blciq (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xef = blcicl %edi, %eax +0x8f,0xe9,0x78,0x01,0x2f = blcicl (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xef = blcicq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x2f = blcicq (%rdi), %rax +0x8f,0xe9,0x78,0x02,0xcf = blcmskl %edi, %eax +0x8f,0xe9,0x78,0x02,0x0f = blcmskl (%rdi), %eax +0x8f,0xe9,0xf8,0x02,0xcf = blcmskq %rdi, %rax +0x8f,0xe9,0xf8,0x02,0x0f = blcmskq (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xdf = blcsl %edi, %eax +0x8f,0xe9,0x78,0x01,0x1f = blcsl (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xdf = blcsq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x1f = blcsq (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xd7 = blsfilll %edi, %eax +0x8f,0xe9,0x78,0x01,0x17 = blsfilll (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xd7 = blsfillq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x17 = blsfillq (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xf7 = blsicl %edi, %eax +0x8f,0xe9,0x78,0x01,0x37 = blsicl (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xf7 = blsicq %rdi, %rax +0x8f,0xe9,0x78,0x01,0xff = t1mskcl %edi, %eax +0x8f,0xe9,0x78,0x01,0x3f = t1mskcl (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xff = t1mskcq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x3f = t1mskcq (%rdi), %rax +0x8f,0xe9,0x78,0x01,0xe7 = tzmskl %edi, %eax +0x8f,0xe9,0x78,0x01,0x27 = tzmskl (%rdi), %eax +0x8f,0xe9,0xf8,0x01,0xe7 = tzmskq %rdi, %rax +0x8f,0xe9,0xf8,0x01,0x27 = tzmskq (%rdi), %rax |