Re: [PATCH v2 1/3] tcg: Export tcg_gen_ussub_i{32,64,tl}
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel,org.nongnu.qemu-arm |
|---|---|
| Message-ID | <[email protected]> |
On 11/8/26 21:15, Richard Henderson wrote: > Move from tcg-op-gvec.c to tcg-op.c. > Use a temporary, to cover the possibility of operand overlap. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/tcg/tcg-op-common.h | 2 ++ > include/tcg/tcg-op.h | 2 ++ > tcg/tcg-op-gvec.c | 14 -------------- > tcg/tcg-op.c | 20 ++++++++++++++++++++ > 4 files changed, 24 insertions(+), 14 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>