Changeset 156780 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
- Timestamp:
- Oct 2, 2013, 11:17:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
r153197 r156780 776 776 } 777 777 778 #if ENABLE(JIT_CONSTANT_BLINDING)779 778 static bool shouldBlindForSpecificArch(uint32_t value) 780 779 { … … 794 793 return !immediate.isUInt12(); 795 794 } 796 #endif797 795 798 796 // Floating-point operations:
Note:
See TracChangeset
for help on using the changeset viewer.