Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: src/ia32/assembler-ia32.h

Issue 294022: Add optimized ICs for new CanvasArray types. This is a follow-on CL to... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/ia32/assembler-ia32.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 void fprem(); 695 void fprem();
696 void fprem1(); 696 void fprem1();
697 697
698 void fxch(int i = 1); 698 void fxch(int i = 1);
699 void fincstp(); 699 void fincstp();
700 void ffree(int i = 0); 700 void ffree(int i = 0);
701 701
702 void ftst(); 702 void ftst();
703 void fucomp(int i); 703 void fucomp(int i);
704 void fucompp(); 704 void fucompp();
705 void fucomi(int i);
705 void fucomip(); 706 void fucomip();
706 void fcompp(); 707 void fcompp();
707 void fnstsw_ax(); 708 void fnstsw_ax();
708 void fwait(); 709 void fwait();
709 void fnclex(); 710 void fnclex();
710 711
711 void frndint(); 712 void frndint();
712 713
713 void sahf(); 714 void sahf();
714 void setcc(Condition cc, Register reg); 715 void setcc(Condition cc, Register reg);
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 private: 875 private:
875 Assembler* assembler_; 876 Assembler* assembler_;
876 #ifdef DEBUG 877 #ifdef DEBUG
877 int space_before_; 878 int space_before_;
878 #endif 879 #endif
879 }; 880 };
880 881
881 } } // namespace v8::internal 882 } } // namespace v8::internal
882 883
883 #endif // V8_IA32_ASSEMBLER_IA32_H_ 884 #endif // V8_IA32_ASSEMBLER_IA32_H_
OLDNEW
« no previous file with comments | « no previous file | src/ia32/assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698