]> git.proxmox.com Git - qemu.git/commit
target-i386: use floatx80 constants in helper_fld*_ST0()
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 15 May 2011 12:09:18 +0000 (14:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 14:07:52 +0000 (16:07 +0200)
commit66fcf8ffcfb538dda612bfa57d28d502e83ff795
treebd51da37ca9aeb4adcdd436c6af914740588e643
parentbe22a9abc0dd02aa99726b656482b64e2aa4af80
target-i386: use floatx80 constants in helper_fld*_ST0()

Instead of using a table which doesn't correspond to anything from
physical in the CPU, use directly the constants in helper_fld*_ST0().

Cc: Andreas Färber <andreas.faerber@web.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/op_helper.c