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