We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 261d549 + 5296569 commit 5a7c12aCopy full SHA for 5a7c12a
amd64/amd64_defs.M1
@@ -165,3 +165,9 @@ DEFINE test_rax,rax 4885C0
165
DEFINE wrmsr 0F30
166
DEFINE xchg_rbx,rax 4893
167
DEFINE xor_rax,rbx 4831D8
168
+DEFINE xor_eax,eax 31C0
169
+DEFINE xor_ebx,ebx 31DB
170
+DEFINE xor_ecx,ecx 31C9
171
+DEFINE xor_edx,edx 31D2
172
+DEFINE xor_edi,edi 31FF
173
+DEFINE xor_esi,esi 31F6
x86/x86_defs.M1
@@ -100,3 +100,9 @@ DEFINE sub_ebx,eax 29C3
100
DEFINE test_eax,eax 85C0
101
DEFINE xchg_ebx,eax 93
102
DEFINE xor_eax,ebx 31D8
103
104
105
106
107
108
0 commit comments