x87.isa (8106:4a194d4f6fb0) x87.isa (9371:7c1484cc9b10)
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

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

101 }
102 default: fnstenv();
103 }
104 0x7: decode MODRM_MOD {
105 0x3: decode MODRM_RM {
106 0x0: fprem();
107 0x1: fyl2xp1();
108 0x2: fsqrt();
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

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

101 }
102 default: fnstenv();
103 }
104 0x7: decode MODRM_MOD {
105 0x3: decode MODRM_RM {
106 0x0: fprem();
107 0x1: fyl2xp1();
108 0x2: fsqrt();
109 0x3: fsincos();
109 0x3: Inst::FSINCOS();
110 0x4: frndint();
111 0x5: fscale();
112 0x6: fsin();
113 0x7: fcos();
114 }
115 default: fnstcw_Mw();
116 }
117 }

--- 215 unchanged lines hidden ---
110 0x4: frndint();
111 0x5: fscale();
112 0x6: fsin();
113 0x7: fcos();
114 }
115 default: fnstcw_Mw();
116 }
117 }

--- 215 unchanged lines hidden ---