Changeset 90177 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
- Timestamp:
- Jun 30, 2011, 4:08:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
r87356 r90177 568 568 return false; 569 569 } 570 bool supportsDoubleBitops() const { return false; } 570 571 571 572 void loadDouble(ImplicitAddress address, FPRegisterID dest) … … 644 645 645 646 void sqrtDouble(FPRegisterID, FPRegisterID) 647 { 648 ASSERT_NOT_REACHED(); 649 } 650 651 void andnotDouble(FPRegisterID, FPRegisterID) 646 652 { 647 653 ASSERT_NOT_REACHED();
Note:
See TracChangeset
for help on using the changeset viewer.