Home
last modified time | relevance | path

Searched defs:X86Features (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64_test.cc23 TEST(X86_64InstructionSetFeaturesTest, X86Features) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/utils/
H A Dlist_cpu_features.c198 DEFINE_ADD_FLAGS(GetX86FeaturesEnumValue, GetX86FeaturesEnumName, X86Features, in DEFINE_ADD_FLAGS() argument
/aosp_15_r20/external/cpu_features/src/utils/
H A Dlist_cpu_features.c200 DEFINE_ADD_FLAGS(GetX86FeaturesEnumValue, GetX86FeaturesEnumName, X86Features, in DEFINE_ADD_FLAGS() argument
/aosp_15_r20/external/cpu_features/include/
H A Dcpuinfo_x86.h115 } X86Features; typedef
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/
H A Dcpuinfo_x86.h111 } X86Features; typedef
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp6762 enum X86Features { in EmitX86BuiltinExpr() enum