Re: [RFC v5 05/10] tcg: Add tcg opcodes and helpers for native library calls

2023-08-25 Thread Richard Henderson
On 8/25/23 03:45, Yeqi Fu wrote: This commit implements tcg opcodes and helpers for native library calls. A table is used to store the parameter types and return value types for each native library function. In terms of types, only three types are of real concern: the two base sizes int and intpt

[RFC v5 05/10] tcg: Add tcg opcodes and helpers for native library calls

2023-08-25 Thread Yeqi Fu
This commit implements tcg opcodes and helpers for native library calls. A table is used to store the parameter types and return value types for each native library function. In terms of types, only three types are of real concern: the two base sizes int and intptr_t, and if the value is a pointer,