]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/cpu.h
target/ppc: move Vsr* macros from internal.h to cpu.h
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 7 Mar 2019 18:05:16 +0000 (18:05 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2019 03:33:04 +0000 (14:33 +1100)
commitda7815ef31ff371427991cc90a3beef2ce0cc861
tree8b41ebcaad021d0ed4c3feb29700705d8ac7c912
parent45141dfd2372bd07532417e27b713ef6edbca12e
target/ppc: move Vsr* macros from internal.h to cpu.h

It isn't possible to include internal.h from cpu.h so move the Vsr* macros
into cpu.h alongside the other VMX/VSX register access functions.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20190307180520.13868-4-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h
target/ppc/internal.h