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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCPU.h117 /* Set WTF_THUMB_ARCH_VERSION */
119 #define WTF_THUMB_ARCH_VERSION 1 macro
124 #define WTF_THUMB_ARCH_VERSION 2 macro
131 #define WTF_THUMB_ARCH_VERSION 3 macro
139 #define WTF_THUMB_ARCH_VERSION 4 macro
142 #define WTF_THUMB_ARCH_VERSION 0 macro
149 || ((defined(__thumb) || defined(__thumb__)) && WTF_THUMB_ARCH_VERSION == 4)

Completed in 931 milliseconds