]> Git Repo - qemu.git/commit
target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for VSR regis...
authorMark Cave-Ayland <[email protected]>
Wed, 2 Jan 2019 09:14:19 +0000 (09:14 +0000)
committerDavid Gibson <[email protected]>
Tue, 8 Jan 2019 22:28:14 +0000 (09:28 +1100)
commit8b3b2d75c7c0481544e277dad226223245e058eb
tree45c0ffdb5fdba19f46c195b617c503c96c90f60e
parentc4a18dbf52261ec505214d55d8681deeb2e33524
target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for VSR register access

These helpers allow us to move VSR register values to/from the specified TCGv_i64
argument.

To prevent VSX helpers accessing the cpu_vsr array directly, add extra TCG
temporaries as required.

Signed-off-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Acked-by: David Gibson <[email protected]>
Signed-off-by: David Gibson <[email protected]>
target/ppc/translate/vsx-impl.inc.c
This page took 0.024156 seconds and 4 git commands to generate.