| OLD | NEW |
| 1 // Copyright (c) 1994-2006 Sun Microsystems Inc. | 1 // Copyright (c) 1994-2006 Sun Microsystems Inc. |
| 2 // All Rights Reserved. | 2 // All Rights Reserved. |
| 3 // | 3 // |
| 4 // Redistribution and use in source and binary forms, with or without | 4 // Redistribution and use in source and binary forms, with or without |
| 5 // modification, are permitted provided that the following conditions are | 5 // modification, are permitted provided that the following conditions are |
| 6 // met: | 6 // met: |
| 7 // | 7 // |
| 8 // - Redistributions of source code must retain the above copyright notice, | 8 // - Redistributions of source code must retain the above copyright notice, |
| 9 // this list of conditions and the following disclaimer. | 9 // this list of conditions and the following disclaimer. |
| 10 // | 10 // |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 void fprem(); | 970 void fprem(); |
| 971 void fprem1(); | 971 void fprem1(); |
| 972 | 972 |
| 973 void fxch(int i = 1); | 973 void fxch(int i = 1); |
| 974 void fincstp(); | 974 void fincstp(); |
| 975 void ffree(int i = 0); | 975 void ffree(int i = 0); |
| 976 | 976 |
| 977 void ftst(); | 977 void ftst(); |
| 978 void fucomp(int i); | 978 void fucomp(int i); |
| 979 void fucompp(); | 979 void fucompp(); |
| 980 void fucomip(); |
| 981 |
| 980 void fcompp(); | 982 void fcompp(); |
| 981 void fnstsw_ax(); | 983 void fnstsw_ax(); |
| 982 void fwait(); | 984 void fwait(); |
| 983 void fnclex(); | 985 void fnclex(); |
| 984 | 986 |
| 985 void fsin(); | 987 void fsin(); |
| 986 void fcos(); | 988 void fcos(); |
| 987 | 989 |
| 988 void frndint(); | 990 void frndint(); |
| 989 | 991 |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1295 private: | 1297 private: |
| 1296 Assembler* assembler_; | 1298 Assembler* assembler_; |
| 1297 #ifdef DEBUG | 1299 #ifdef DEBUG |
| 1298 int space_before_; | 1300 int space_before_; |
| 1299 #endif | 1301 #endif |
| 1300 }; | 1302 }; |
| 1301 | 1303 |
| 1302 } } // namespace v8::internal | 1304 } } // namespace v8::internal |
| 1303 | 1305 |
| 1304 #endif // V8_X64_ASSEMBLER_X64_H_ | 1306 #endif // V8_X64_ASSEMBLER_X64_H_ |
| OLD | NEW |