aboutsummaryrefslogtreecommitdiff
path: root/crypto/xts.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-06-13 15:53:43 -0700
committerRichard Henderson <richard.henderson@linaro.org>2021-06-29 10:04:57 -0700
commitb53357acb4d2c96adaf4dbf1f21999b0e1cf5bda (patch)
treea66d463214d30e3a641cc71f5097d21f4f11deb1 /crypto/xts.c
parent359feba534b3473471d35934ffd66781aaff468d (diff)
downloadqemu-b53357acb4d2c96adaf4dbf1f21999b0e1cf5bda.zip
qemu-b53357acb4d2c96adaf4dbf1f21999b0e1cf5bda.tar.gz
qemu-b53357acb4d2c96adaf4dbf1f21999b0e1cf5bda.tar.bz2
tcg: Make use of bswap flags in tcg_gen_qemu_st_*
By removing TCG_BSWAP_IZ we indicate that the input is not zero-extended, and thus can remove an explicit extend. By removing TCG_BSWAP_OZ, we allow the implementation to leave high bits set, which will be ignored by the store. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'crypto/xts.c')
0 files changed, 0 insertions, 0 deletions