]> xenbits.xensource.com Git - xen.git/commit
x86_emulate: Emulate certain FPU instructions by building the opcode
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 16 Apr 2008 15:42:47 +0000 (16:42 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 16 Apr 2008 15:42:47 +0000 (16:42 +0100)
commitf66e0a53eedb87de61c11049c4907058a9f43058
tree8d9512bf27b9c2df3e4c7e255829530f1acf3594
parenta6836b4fdd40e84ef453a23fc298486049d26ef7
x86_emulate: Emulate certain FPU instructions by building the opcode
on the stack. This allows us to add emulation for a number of extra
FPU opcodes without inflating the executable code size.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c