Home
last modified time | relevance | path

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

/external/vixl/src/
Dcpu-features.h323 class CPUFeaturesScope {
328 explicit CPUFeaturesScope(T* cpu_features_wrapper,
339 CPUFeaturesScope(T* cpu_features_wrapper, const CPUFeatures& other) in CPUFeaturesScope() function
345 ~CPUFeaturesScope() { *cpu_features_ = old_features_; } in ~CPUFeaturesScope()
/external/vixl/test/
Dtest-api.cc456 TEST(CPUFeaturesScope) { in TEST() argument
465 CPUFeaturesScope outer(&top_level, CPUFeatures::kSHA2, CPUFeatures::kAES); in TEST()
502 CPUFeaturesScope inner(&outer, auth); in TEST()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3883 CPUFeaturesScope cpu_features_scope_;
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc243 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \
255 CPUFeaturesScope cpu(&masm, kInfrastructureCPUFeatures); \