mirror of
https://github.com/Ed94/perfaware.git
synced 2026-09-14 03:39:23 +00:00
yet more progress
This commit is contained in:
+4
-1
@@ -93,7 +93,7 @@ typedef Enum_(U2, X8616_DecodePlanFlags) {
|
||||
Bit_(x8616_plan_is_prefix, 11),
|
||||
Bit_(x8616_plan_has_alu, 12),
|
||||
Bit_(x8616_plan_has_cc, 13),
|
||||
Bit_(x8616_plan_alu_modrm, 14),
|
||||
Bit_(x8616_plan_has_pair, 14),
|
||||
};
|
||||
|
||||
typedef Enum_(U1, X8616_DecodePayload) {
|
||||
@@ -140,6 +140,9 @@ typedef Struct_(X8616_DecodePlan) {
|
||||
|
||||
U1 alu_shift;
|
||||
U1 cc_shift;
|
||||
U1 pair_shift;
|
||||
X8616_DigitKind digit_kind;
|
||||
X8616_PairKind pair_kind;
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user