]> Git Repo - qemu.git/commit
target/arm: Pass TCGMemOpIdx to sve memory helpers
authorRichard Henderson <[email protected]>
Mon, 8 Oct 2018 13:55:03 +0000 (14:55 +0100)
committerPeter Maydell <[email protected]>
Mon, 8 Oct 2018 13:55:03 +0000 (14:55 +0100)
commit500d04843ba953dc4560e44f04001efec38c14a6
tree1fc9b3567ed9a7397f12277e50187d26fbdd9e91
parent116347ce20bb7b5cac17bf2b0e6f607530b50862
target/arm: Pass TCGMemOpIdx to sve memory helpers

There is quite a lot of code required to compute cpu_mem_index,
or even put together the full TCGMemOpIdx.  This can easily be
done at translation time.

Reviewed-by: Peter Maydell <[email protected]>
Tested-by: Laurent Desnogues <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20181005175350[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/internals.h
target/arm/sve_helper.c
target/arm/translate-sve.c
This page took 0.024363 seconds and 4 git commands to generate.