Home
last modified time | relevance | path

Searched refs:CPUFeaturesScope (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/
Dcpu-features.h440 class CPUFeaturesScope {
445 explicit CPUFeaturesScope(T* cpu_features_wrapper) in CPUFeaturesScope() function
452 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope() function
458 ~CPUFeaturesScope() { *cpu_features_ = old_features_; } in ~CPUFeaturesScope()
/external/vixl/test/
Dtest-api.cc444 TEST(CPUFeaturesScope) { in TEST() argument
453 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST()
493 CPUFeaturesScope inner(&outer, auth); in TEST()
506 CPUFeaturesScope scope(&top_level); in TEST()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.h226 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \
238 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \
Dtest-trace-aarch64.cc2748 CPUFeaturesScope feature_guard(masm, CPUFeatures::kSVE); in GenerateTestSequenceSVE()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h7268 CPUFeaturesScope cpu_features_scope_;