might have finally finished reviewing the encoder.

This commit is contained in:
ed
2026-09-09 16:23:54 -04:00
parent 8912f3e0e9
commit f2a8f6d2cf
3 changed files with 112 additions and 97 deletions
+2 -2
View File
@@ -444,7 +444,7 @@ RO_ global X8616_Encoding x8616_encodings[] =
.header = x8616_opc_byte(x8616_opcode_aam),
.post_opcode = {
.bits = X8616_POST_OPCODE_AAM_AAD,
.mask = X8616_OPCODE_MASK,
.mask = X8616_BYTE_MASK,
},
.op = x8616_op_aam,
},
@@ -453,7 +453,7 @@ RO_ global X8616_Encoding x8616_encodings[] =
.header = x8616_opc_byte(x8616_opcode_aad),
.post_opcode = {
.bits = X8616_POST_OPCODE_AAM_AAD,
.mask = X8616_OPCODE_MASK,
.mask = X8616_BYTE_MASK,
},
.op = x8616_op_aad,
},