]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions
authorTom Musta <tommusta@gmail.com>
Mon, 10 Feb 2014 17:26:56 +0000 (11:26 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:49 +0000 (03:06 +0100)
commit38a853375e63ea7315e138d7016ed387d744e43d
tree6244bfa4a24647aaa3b6563b15bbd800b13e0972
parent52a4984d97a942f35debb1887cb53d7f09bf1e26
target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions

This patch adds a flag to identify the load/store quadword instructions
that are introduced with Power ISA 2.07.

The flag is added to the Power8 model since P8 supports these
instructions.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate_init.c