Implemented ROXL and DIVL for JIT

This commit is contained in:
Dimitris Panokostas 2018-02-16 14:29:48 +01:00
parent ddad4770e7
commit 2ed5859e5b
13 changed files with 1750 additions and 140 deletions

View file

@ -703,6 +703,17 @@ extern compop_func op_4c39_0_comp_ff;
extern compop_func op_4c3a_0_comp_ff;
extern compop_func op_4c3b_0_comp_ff;
extern compop_func op_4c3c_0_comp_ff;
extern compop_func op_4c40_0_comp_ff;
extern compop_func op_4c50_0_comp_ff;
extern compop_func op_4c58_0_comp_ff;
extern compop_func op_4c60_0_comp_ff;
extern compop_func op_4c68_0_comp_ff;
extern compop_func op_4c70_0_comp_ff;
extern compop_func op_4c78_0_comp_ff;
extern compop_func op_4c79_0_comp_ff;
extern compop_func op_4c7a_0_comp_ff;
extern compop_func op_4c7b_0_comp_ff;
extern compop_func op_4c7c_0_comp_ff;
extern compop_func op_4c90_0_comp_ff;
extern compop_func op_4c98_0_comp_ff;
extern compop_func op_4ca8_0_comp_ff;
@ -1417,21 +1428,27 @@ extern compop_func op_e0f8_0_comp_ff;
extern compop_func op_e0f9_0_comp_ff;
extern compop_func op_e100_0_comp_ff;
extern compop_func op_e108_0_comp_ff;
extern compop_func op_e110_0_comp_ff;
extern compop_func op_e118_0_comp_ff;
extern compop_func op_e120_0_comp_ff;
extern compop_func op_e128_0_comp_ff;
extern compop_func op_e130_0_comp_ff;
extern compop_func op_e138_0_comp_ff;
extern compop_func op_e140_0_comp_ff;
extern compop_func op_e148_0_comp_ff;
extern compop_func op_e150_0_comp_ff;
extern compop_func op_e158_0_comp_ff;
extern compop_func op_e160_0_comp_ff;
extern compop_func op_e168_0_comp_ff;
extern compop_func op_e170_0_comp_ff;
extern compop_func op_e178_0_comp_ff;
extern compop_func op_e180_0_comp_ff;
extern compop_func op_e188_0_comp_ff;
extern compop_func op_e190_0_comp_ff;
extern compop_func op_e198_0_comp_ff;
extern compop_func op_e1a0_0_comp_ff;
extern compop_func op_e1a8_0_comp_ff;
extern compop_func op_e1b0_0_comp_ff;
extern compop_func op_e1b8_0_comp_ff;
extern compop_func op_e1d0_0_comp_ff;
extern compop_func op_e1d8_0_comp_ff;
@ -2194,6 +2211,17 @@ extern compop_func op_4c39_0_comp_nf;
extern compop_func op_4c3a_0_comp_nf;
extern compop_func op_4c3b_0_comp_nf;
extern compop_func op_4c3c_0_comp_nf;
extern compop_func op_4c40_0_comp_nf;
extern compop_func op_4c50_0_comp_nf;
extern compop_func op_4c58_0_comp_nf;
extern compop_func op_4c60_0_comp_nf;
extern compop_func op_4c68_0_comp_nf;
extern compop_func op_4c70_0_comp_nf;
extern compop_func op_4c78_0_comp_nf;
extern compop_func op_4c79_0_comp_nf;
extern compop_func op_4c7a_0_comp_nf;
extern compop_func op_4c7b_0_comp_nf;
extern compop_func op_4c7c_0_comp_nf;
extern compop_func op_4c90_0_comp_nf;
extern compop_func op_4c98_0_comp_nf;
extern compop_func op_4ca8_0_comp_nf;
@ -2908,21 +2936,27 @@ extern compop_func op_e0f8_0_comp_nf;
extern compop_func op_e0f9_0_comp_nf;
extern compop_func op_e100_0_comp_nf;
extern compop_func op_e108_0_comp_nf;
extern compop_func op_e110_0_comp_nf;
extern compop_func op_e118_0_comp_nf;
extern compop_func op_e120_0_comp_nf;
extern compop_func op_e128_0_comp_nf;
extern compop_func op_e130_0_comp_nf;
extern compop_func op_e138_0_comp_nf;
extern compop_func op_e140_0_comp_nf;
extern compop_func op_e148_0_comp_nf;
extern compop_func op_e150_0_comp_nf;
extern compop_func op_e158_0_comp_nf;
extern compop_func op_e160_0_comp_nf;
extern compop_func op_e168_0_comp_nf;
extern compop_func op_e170_0_comp_nf;
extern compop_func op_e178_0_comp_nf;
extern compop_func op_e180_0_comp_nf;
extern compop_func op_e188_0_comp_nf;
extern compop_func op_e190_0_comp_nf;
extern compop_func op_e198_0_comp_nf;
extern compop_func op_e1a0_0_comp_nf;
extern compop_func op_e1a8_0_comp_nf;
extern compop_func op_e1b0_0_comp_nf;
extern compop_func op_e1b8_0_comp_nf;
extern compop_func op_e1d0_0_comp_nf;
extern compop_func op_e1d8_0_comp_nf;