Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpu_features_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vixl/src/
H
A
D
cpu-features.h
422
:
cpu_features_
(cpu_features), feature_(start) {
in CPUFeaturesConstIterator()
446
const CPUFeatures*
cpu_features_
;
member in vixl::CPUFeaturesConstIterator
450
if (
cpu_features_
== NULL) {
in IsValid()
453
return
cpu_features_
->Has(feature_);
in IsValid()
477
:
cpu_features_
(cpu_features_wrapper->GetCPUFeatures()),
in CPUFeaturesScope()
478
old_features_(*
cpu_features_
) {}
in CPUFeaturesScope()
484
:
cpu_features_
(cpu_features_wrapper->GetCPUFeatures()),
in CPUFeaturesScope()
485
old_features_(*
cpu_features_
) {
in CPUFeaturesScope()
486
cpu_features_
->Combine(first, features...);
in CPUFeaturesScope()
489
~CPUFeaturesScope() { *
cpu_features_
501
CPUFeatures* const
cpu_features_
;
global()
member in vixl::CPUFeaturesScope
[all...]
H
A
D
cpu-features.cc
134
return (
cpu_features_
== other.
cpu_features_
) && (feature_ == other.feature_);
in operator ==()
148
//
cpu_features_
->Has(kNone) is always true, so this will terminate even if
in operator ++()
150
} while (!
cpu_features_
->Has(feature_));
in operator ++()
/third_party/vixl/test/
H
A
D
test-api.cc
435
:
cpu_features_
(cpu_features) {}
in GetCPUFeaturesWrapper()
437
CPUFeatures* GetCPUFeatures() const { return
cpu_features_
; }
in GetCPUFeatures()
440
CPUFeatures*
cpu_features_
;
member in vixl::GetCPUFeaturesWrapper
/third_party/vixl/src/aarch64/
H
A
D
assembler-aarch64.h
426
: pic_(pic),
cpu_features_
(CPUFeatures::AArch64LegacyBaseline()) {}
in Assembler()
438
cpu_features_
(CPUFeatures::AArch64LegacyBaseline()) {}
in Assembler()
445
cpu_features_
(CPUFeatures::AArch64LegacyBaseline()) {}
in Assembler()
7823
CPUFeatures* GetCPUFeatures() { return &
cpu_features_
; }
7826
cpu_features_
= cpu_features;
8127
return
cpu_features_
.Has(feature0, feature1, feature2, feature3);
8320
CPUFeatures
cpu_features_
;
Completed in 10 milliseconds