]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
target-i386: Implement ANDN
authorRichard Henderson <rth@twiddle.net>
Thu, 24 Jan 2013 00:17:10 +0000 (16:17 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:39:39 +0000 (15:39 -0800)
commit7073fbada733c8d10992f00772c9b9299d740e9b
tree84a742dbc6dad10feacaa6f586d9ce2341b9116f
parent111994ee05b810d81dc6abea7fac5280e48dc198
target-i386: Implement ANDN

As this is the first of the BMI insns to be implemented,
this carries quite a bit more baggage than normal.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/cpu.c
target-i386/translate.c