]> xenbits.xensource.com Git - people/royger/xen.git/commit
x86emul: use DstEax also for {,I}{MUL,DIV}
authorJan Beulich <jbeulich@suse.com>
Wed, 17 Aug 2016 13:32:51 +0000 (15:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Aug 2016 13:32:51 +0000 (15:32 +0200)
commita3db233edec1a253f8f47ebf1b89c0a309ef1e39
tree0dd0b1e7d1b063dfa24063586c2e96b178ae5089
parentd9c91ccdcd90f36418f2672c33063b9c2adfe118
x86emul: use DstEax also for {,I}{MUL,DIV}

Just like said in commit c0bc0adf24 ("x86emul: use DstEax where
possible"): While it avoids just a few instructions, we should
nevertheless make use of generic code as much as possible.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c