diff options
author | Tom Musta <tommusta@gmail.com> | 2014-05-14 12:14:42 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-06-16 13:24:38 +0200 |
commit | 6ab39b1bd3474aab57e10cc90377b9a3b94a72d4 (patch) | |
tree | ed6a6026cc4777d48d1f646178508496868c827c /spice-qemu-char.c | |
parent | 00d4f525ec8d9394c4e86e36f01ac68d30128dd6 (diff) |
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 'spice-qemu-char.c')
0 files changed, 0 insertions, 0 deletions