On 27 April 2018 at 01:26, Richard Henderson
<richard.hender...@linaro.org> wrote:
> These operations are re-invented by several targets so far.
> Several supported hosts have insns for these, so place the
> expanders out-of-line for a future introduction of tcg opcodes.
>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  tcg/tcg-op.h | 16 ++++++++++++++++
>  tcg/tcg-op.c | 40 ++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 56 insertions(+)

I think these new operations ought to be documented somewhere,
but they fall into the awkward gap between what we document
(the TCG opcodes) and what the frontends actually use (the
tcg_gen_* functions)...

Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

thanks
-- PMM

Reply via email to