Re: [PATCH v5 14/23] TCG: add tcg_constant_tl

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:16PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > Used in D/DS/X-form load/store implementation. > > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > include/tcg/tcg-op.h | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH v5 14/23] TCG: add tcg_constant_tl

2021-05-17 Thread matheus . ferst
From: Matheus Ferst Used in D/DS/X-form load/store implementation. Signed-off-by: Matheus Ferst --- include/tcg/tcg-op.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tcg/tcg-op.h b/include/tcg/tcg-op.h index 2cd1faf9c4..ef8a008ea7 100644 --- a/include/tcg/tcg-op.h +++