JIT: implemented BFINS

Merged from TomB's repo
This commit is contained in:
Dimitris Panokostas 2020-02-22 10:06:52 +01:00
parent d143b40692
commit b604306194
15 changed files with 2844 additions and 292 deletions

View file

@ -1493,6 +1493,12 @@ extern compop_func op_e7e8_0_comp_ff;
extern compop_func op_e7f0_0_comp_ff;
extern compop_func op_e7f8_0_comp_ff;
extern compop_func op_e7f9_0_comp_ff;
extern compop_func op_efc0_0_comp_ff;
extern compop_func op_efd0_0_comp_ff;
extern compop_func op_efe8_0_comp_ff;
extern compop_func op_eff0_0_comp_ff;
extern compop_func op_eff8_0_comp_ff;
extern compop_func op_eff9_0_comp_ff;
extern compop_func op_f200_0_comp_ff;
extern compop_func op_f208_0_comp_ff;
extern compop_func op_f210_0_comp_ff;
@ -3013,6 +3019,12 @@ extern compop_func op_e7e8_0_comp_nf;
extern compop_func op_e7f0_0_comp_nf;
extern compop_func op_e7f8_0_comp_nf;
extern compop_func op_e7f9_0_comp_nf;
extern compop_func op_efc0_0_comp_nf;
extern compop_func op_efd0_0_comp_nf;
extern compop_func op_efe8_0_comp_nf;
extern compop_func op_eff0_0_comp_nf;
extern compop_func op_eff8_0_comp_nf;
extern compop_func op_eff9_0_comp_nf;
extern compop_func op_f200_0_comp_nf;
extern compop_func op_f208_0_comp_nf;
extern compop_func op_f210_0_comp_nf;