Re: [RFC v3 08/10] target/mips: Add support for native library calls

2023-06-25 Thread Philippe Mathieu-Daudé
On 25/6/23 23:27, Yeqi Fu wrote: Upon encountering specialized instructions reserved for native calls, store the function id and argument types, then invoke helper. Signed-off-by: Yeqi Fu --- target/mips/tcg/translate.c | 26 ++ target/mips/tcg/translate.h | 2 ++ 2

[RFC v3 08/10] target/mips: Add support for native library calls

2023-06-25 Thread Yeqi Fu
Upon encountering specialized instructions reserved for native calls, store the function id and argument types, then invoke helper. Signed-off-by: Yeqi Fu --- target/mips/tcg/translate.c | 26 ++ target/mips/tcg/translate.h | 2 ++ 2 files changed, 28 insertions(+) diff