Changeset 48445 in webkit for trunk/JavaScriptCore/assembler/ARMv7Assembler.h
- Timestamp:
- Sep 16, 2009, 4:23:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r47530 r48445 200 200 } PatternBytes; 201 201 202 ALWAYS_INLINE static int32_tcountLeadingZerosPartial(uint32_t& value, int32_t& zeros, const int N)202 ALWAYS_INLINE static void countLeadingZerosPartial(uint32_t& value, int32_t& zeros, const int N) 203 203 { 204 204 if (value & ~((1<<N)-1)) /* check for any of the top N bits (of 2N bits) are set */ \
Note:
See TracChangeset
for help on using the changeset viewer.