]> Git Repo - qemu.git/commit
target/arm: Introduce neon_full_reg_offset
authorRichard Henderson <[email protected]>
Mon, 2 Nov 2020 16:52:12 +0000 (16:52 +0000)
committerPeter Maydell <[email protected]>
Mon, 2 Nov 2020 16:52:12 +0000 (16:52 +0000)
commit015ee81a4c06b644969f621fd9965cc6372b879e
treec0d9ebec85f8ba68acdbf0759cc9a0cc5b985894
parentb149dea55cce97cb226683d06af61984a1c11e96
target/arm: Introduce neon_full_reg_offset

This function makes it clear that we're talking about the whole
register, and not the 32-bit piece at index 0.  This fixes a bug
when running on a big-endian host.

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