git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007a3b5
)
KVM: x86 emulator: covert SETCC to fastop
author
Avi Kivity
<avi.kivity@gmail.com>
Sat, 19 Jan 2013 17:51:52 +0000
(19:51 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 24 Jan 2013 00:15:36 +0000
(22:15 -0200)
This is a bit of a special case since we don't have the usual
byte/word/long/quad switch; instead we switch on the condition code embedded
in the instruction.
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi.kivity@gmail.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found