Re: [PATCH v6 17/26] tcg/tci: Implement movcond

2021-05-15 Thread Philippe Mathieu-Daudé
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 > --- > tcg/tci/tcg-target.h | 4 ++-- > tcg/tci.c

[PATCH v6 17/26] tcg/tci: Implement movcond

2021-05-02 Thread Richard Henderson
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 --- tcg/tci/tcg-target.h | 4 ++-- tcg/tci.c| 16 +++- tcg/tci/tcg-target.c.in