Re: [PATCH v3 14/24] disas/nanomips: Delete wrapper functions

2022-09-13 Thread Richard Henderson
On 9/12/22 13:26, Milica Lazarevic wrote: Following functions just wrap the decode_gpr_gpr3() function: - encode_rs3_and_check_rs3_ge_rt3() - encode_rs3_and_check_rs3_lt_rt3() Therefore those have been deleted. Calls to these two functions have been replaced with calls to decode_gpr_gpr3.

[PATCH v3 14/24] disas/nanomips: Delete wrapper functions

2022-09-12 Thread Milica Lazarevic
Following functions just wrap the decode_gpr_gpr3() function: - encode_rs3_and_check_rs3_ge_rt3() - encode_rs3_and_check_rs3_lt_rt3() Therefore those have been deleted. Calls to these two functions have been replaced with calls to decode_gpr_gpr3. Signed-off-by: Milica Lazarevic ---