On 5/3/21 1:57 AM, Richard Henderson wrote: > When this opcode is not available in the backend, tcg middle-end > will expand this as a series of 5 opcodes. So implementing this > saves bytecode space. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci/tcg-target.h | 4 ++-- > tcg/tci.c | 16 +++++++++++++++- > tcg/tci/tcg-target.c.inc | 10 +++++++--- > 3 files changed, 24 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>