Added recompiled versions of immediate->reg and reg->reg versions of MOV, ADD, SUB, CMP, AND, OR and XOR.
This commit is contained in:
parent
67804322b6
commit
fc27be592c
17 changed files with 1150 additions and 52 deletions
|
|
@ -48,6 +48,8 @@ enum
|
|||
IREG_INVALID = 255
|
||||
};
|
||||
|
||||
#define IREG_32(reg) ((reg) + IREG_EAX)
|
||||
|
||||
extern uint8_t reg_last_version[IREG_COUNT];
|
||||
extern uint8_t reg_version_refcount[IREG_COUNT][256];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue