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

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc68 struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures = { variable in typeref:struct:AtomicOps_x86CPUFeatureStruct
74 // Initialize the AtomicOps_Internalx86CPUFeatures struct.
107 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = true;
109 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = false;
113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
116 AtomicOps_Internalx86CPUFeatures.has_cmpxchg16b = ((ecx >> 13) & 1);
H A Datomicops-internals-x86.h59 extern struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures;
109 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
119 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
233 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
352 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
411 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
H A Datomicops-internals-windows.h436 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-x86.cc68 struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures = { variable in typeref:struct:AtomicOps_x86CPUFeatureStruct
74 // Initialize the AtomicOps_Internalx86CPUFeatures struct.
107 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = true;
109 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = false;
113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
116 AtomicOps_Internalx86CPUFeatures.has_cmpxchg16b = ((ecx >> 13) & 1);
H A Datomicops-internals-x86.h59 extern struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures;
109 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
119 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
233 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
352 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
411 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
H A Datomicops-internals-windows.h427 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
/external/chromium_org/v8/src/base/
H A Datomicops_internals_x86_gcc.cc43 struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures = { member in namespace:v8::base
54 // Initialize the AtomicOps_Internalx86CPUFeatures struct.
56 using v8::base::AtomicOps_Internalx86CPUFeatures;
89 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = true;
91 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = false;
96 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
H A Datomicops_internals_x86_gcc.h24 extern struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures;
67 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
77 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
113 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
122 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
199 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
256 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc70 struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures = { member in namespace:google::protobuf::internal
77 // Initialize the AtomicOps_Internalx86CPUFeatures struct.
110 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = true;
112 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = false;
116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
H A Datomicops_internals_x86_gcc.h49 extern struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures;
92 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
102 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
216 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
273 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc41 struct AtomicOps_x86CPUFeatureStruct AtomicOps_Internalx86CPUFeatures = { variable in typeref:struct:AtomicOps_x86CPUFeatureStruct
47 // Initialize the AtomicOps_Internalx86CPUFeatures struct.
80 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = true;
82 AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug = false;
H A Datomicops_internals_x86_gcc.h22 AtomicOps_Internalx86CPUFeatures;
68 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
78 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
166 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {
223 if (AtomicOps_Internalx86CPUFeatures.has_amd_lock_mb_bug) {

Completed in 186 milliseconds