/[qemu]/qemu/target-arm/nwfpe/fpopcode.c
ViewVC logotype

Diff of /qemu/target-arm/nwfpe/fpopcode.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Mon Feb 16 21:43:58 2004 UTC revision 1.2 by bellard, Sun Mar 13 16:55:58 2005 UTC
# Line 27  Line 27 
27  //#include "fpmodule.inl"  //#include "fpmodule.inl"
28    
29  const floatx80 floatx80Constant[] = {  const floatx80 floatx80Constant[] = {
30    { 0x0000, 0x0000000000000000ULL},     /* extended 0.0 */    { 0x0000000000000000ULL, 0x0000},     /* extended 0.0 */
31    { 0x3fff, 0x8000000000000000ULL},     /* extended 1.0 */    { 0x8000000000000000ULL, 0x3fff},     /* extended 1.0 */
32    { 0x4000, 0x8000000000000000ULL},     /* extended 2.0 */    { 0x8000000000000000ULL, 0x4000},     /* extended 2.0 */
33    { 0x4000, 0xc000000000000000ULL},     /* extended 3.0 */    { 0xc000000000000000ULL, 0x4000},     /* extended 3.0 */
34    { 0x4001, 0x8000000000000000ULL},     /* extended 4.0 */    { 0x8000000000000000ULL, 0x4001},     /* extended 4.0 */
35    { 0x4001, 0xa000000000000000ULL},     /* extended 5.0 */    { 0xa000000000000000ULL, 0x4001},     /* extended 5.0 */
36    { 0x3ffe, 0x8000000000000000ULL},     /* extended 0.5 */    { 0x8000000000000000ULL, 0x3ffe},     /* extended 0.5 */
37    { 0x4002, 0xa000000000000000ULL}      /* extended 10.0 */    { 0xa000000000000000ULL, 0x4002}      /* extended 10.0 */
38  };    };  
39    
40  const float64 float64Constant[] = {  const float64 float64Constant[] = {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26