x87.isa (9470:68f7e0bcf4aa) x87.isa (9472:8a2175fa7fa0)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 95 unchanged lines hidden (view full) ---

104 0x7: decode MODRM_MOD {
105 0x3: decode MODRM_RM {
106 0x0: fprem();
107 0x1: fyl2xp1();
108 0x2: fsqrt();
109 0x3: Inst::FSINCOS();
110 0x4: frndint();
111 0x5: fscale();
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

--- 95 unchanged lines hidden (view full) ---

104 0x7: decode MODRM_MOD {
105 0x3: decode MODRM_RM {
106 0x0: fprem();
107 0x1: fyl2xp1();
108 0x2: fsqrt();
109 0x3: Inst::FSINCOS();
110 0x4: frndint();
111 0x5: fscale();
112 0x6: fsin();
113 0x7: fcos();
112 0x6: Inst::FSIN();
113 0x7: Inst::FCOS();
114 }
115 default: Inst::FNSTCW(Mw);
116 }
117 }
118 //0x2: esc2();
119 0x2: decode MODRM_REG {
120 0x0: decode MODRM_MOD {
121 0x3: fcmovb();

--- 211 unchanged lines hidden ---
114 }
115 default: Inst::FNSTCW(Mw);
116 }
117 }
118 //0x2: esc2();
119 0x2: decode MODRM_REG {
120 0x0: decode MODRM_MOD {
121 0x3: fcmovb();

--- 211 unchanged lines hidden ---