Added code generation for MMX instructions

This commit is contained in:
TomW 2016-02-24 20:55:48 +00:00
commit 4011a246ff
9 changed files with 1020 additions and 8 deletions

View file

@ -160,6 +160,7 @@ extern uint32_t op_old_pc;
extern int codegen_flags_changed;
extern int codegen_fpu_entered;
extern int codegen_mmx_entered;
extern int codegen_fpu_loaded_iq[8];
extern int codegen_reg_loaded[8];