]> git.proxmox.com Git - qemu.git/commit
target-s390: Disassemble more z10 and z196 opcodes
authorRichard Henderson <rth@twiddle.net>
Fri, 31 Aug 2012 19:49:47 +0000 (12:49 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:00 +0000 (12:00 -0800)
commit0fd81617fad2cae099348877099f6cf4c3bbc5bd
tree2d3d52f3416a4a3e918deda0447cba34b057bedb
parent549db5c32bb025501e2eeb23d2e5cc669061eb71
target-s390: Disassemble more z10 and z196 opcodes

Also fix disassembly for COMPARE AND BRANCH.  The table must be
sorted by primary opcode, and several were out of place.

Signed-off-by: Richard Henderson <rth@twiddle.net>
disas/s390.c