diff options
author | Tom Musta | 2014-05-14 19:14:42 +0200 |
---|---|---|
committer | Alexander Graf | 2014-06-16 13:24:38 +0200 |
commit | 6ab39b1bd3474aab57e10cc90377b9a3b94a72d4 (patch) | |
tree | ed6a6026cc4777d48d1f646178508496868c827c /include | |
parent | spapr_iommu: Replace @instance_id with LIOBN for migration (diff) | |
download | qemu-6ab39b1bd3474aab57e10cc90377b9a3b94a72d4.tar.gz qemu-6ab39b1bd3474aab57e10cc90377b9a3b94a72d4.tar.xz qemu-6ab39b1bd3474aab57e10cc90377b9a3b94a72d4.zip |
target-ppc: Fix popcntb Opcode Bug
The popcntb instruction is erroneously encoded with opcode extension (opc1,opc2) = (0x03,0x03).
Bits 21-30 of popcntb are 122 = 0b00011-0b11010 and therefore this should be encoded
as (opc1,opc2) = (0x1A, 0x03).
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions