]> Git Repo - qemu.git/commit
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
authorRichard Henderson <[email protected]>
Thu, 8 Aug 2019 20:26:16 +0000 (13:26 -0700)
committerPeter Maydell <[email protected]>
Fri, 16 Aug 2019 13:02:53 +0000 (14:02 +0100)
commit664b7e3b97d6376f3329986c465b3782458b0f8b
treea9dcb87b1cb062383c141bdf1c55faeab52278e3
parent5f8cd06ebcf57420be8fea4574de2e074de46709
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word

Separate shift + extract low will result in one extra insn
for hosts like RISC-V, MIPS, and Sparc.

Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20190808202616[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.c
This page took 0.024214 seconds and 4 git commands to generate.