x87.isa (4825:93a992aa87f6) x87.isa (4827:d4ea1bbfdbc3)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

98 0x0: fld1();
99 0x1: fldl2t();
100 0x2: fldl2e();
101 0x3: fldpi();
102 0x4: fldlg2();
103 0x5: fldln2();
104 0x6: fldz();
105 }
1// Copyright (c) 2007 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any

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

98 0x0: fld1();
99 0x1: fldl2t();
100 0x2: fldl2e();
101 0x3: fldpi();
102 0x4: fldlg2();
103 0x5: fldln2();
104 0x6: fldz();
105 }
106 default: fldcw();
106 default: fldcw_Mw();
107 }
108 0x6: decode MODRM_MOD {
109 0x3: decode MODRM_RM {
110 0x0: f2xm1();
111 0x1: fyl2x();
112 0x2: fptan();
113 0x3: fpatan();
114 0x4: fxtract();

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

124 0x1: fyl2xp1();
125 0x2: fsqrt();
126 0x3: fsincos();
127 0x4: frndint();
128 0x5: fscale();
129 0x6: fsin();
130 0x7: fcos();
131 }
107 }
108 0x6: decode MODRM_MOD {
109 0x3: decode MODRM_RM {
110 0x0: f2xm1();
111 0x1: fyl2x();
112 0x2: fptan();
113 0x3: fpatan();
114 0x4: fxtract();

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

124 0x1: fyl2xp1();
125 0x2: fsqrt();
126 0x3: fsincos();
127 0x4: frndint();
128 0x5: fscale();
129 0x6: fsin();
130 0x7: fcos();
131 }
132 default: fnstcw();
132 default: fnstcw_Mw();
133 }
134 }
135 //0x2: esc2();
136 0x2: decode MODRM_REG {
137 0x0: decode MODRM_MOD {
138 0x3: fcmovb();
139 default: fiadd();
140 }

--- 206 unchanged lines hidden ---
133 }
134 }
135 //0x2: esc2();
136 0x2: decode MODRM_REG {
137 0x0: decode MODRM_MOD {
138 0x3: fcmovb();
139 default: fiadd();
140 }

--- 206 unchanged lines hidden ---