tcg: Add tcg_gen_bswap_tl alias
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 16 Dec 2020 17:59:06 +0000 (11:59 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 4 Jan 2021 16:32:58 +0000 (06:32 -1000)
commita66424ba17d661007dc13d78c9e3014ccbaf0efb
tree536f0b3a17ae11a382e40611220553a030500cdd
parentd2f3066eb2af5d6867974493833834e2aaa427f7
tcg: Add tcg_gen_bswap_tl alias

The alias is intended to indicate that the bswap is for the
entire target_long.  This should avoid ifdefs on some targets.

Reviewed-by: Frank Chang <frank.chang@sifive.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op.h