Searched refs:WTF_THUMB_ARCH_VERSION (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DPlatform.h239 /* Set WTF_THUMB_ARCH_VERSION */
241 #define WTF_THUMB_ARCH_VERSION 1 macro
246 #define WTF_THUMB_ARCH_VERSION 2 macro
253 #define WTF_THUMB_ARCH_VERSION 3 macro
262 #define WTF_THUMB_ARCH_VERSION 4 macro
266 #define WTF_THUMB_ARCH_VERSION __TARGET_ARCH_THUMB macro
269 #define WTF_THUMB_ARCH_VERSION 0 macro
286 || ((defined(__thumb) || defined(__thumb__)) && WTF_THUMB_ARCH_VERSION == 4)

Completed in 64 milliseconds