Re: [PATCH 1/6] target/mips: Introduce register access helper functions

2022-10-24 Thread Richard Henderson
On 10/25/22 01:23, Jiaxun Yang wrote: Introduce register access functions with value extend capability to prepare for decodetree based translation implmentation. Signed-off-by: Jiaxun Yang --- target/mips/tcg/translate.c | 143 +++-

[PATCH 1/6] target/mips: Introduce register access helper functions

2022-10-24 Thread Jiaxun Yang
Introduce register access functions with value extend capability to prepare for decodetree based translation implmentation. Signed-off-by: Jiaxun Yang --- target/mips/tcg/translate.c | 143 +++- target/mips/tcg/translate.h | 54 ++ 2 files changed,