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:IsS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vixl/src/aarch32/
H
A
D
macro-assembler-aarch32.h
12788
VIXL_ASSERT(rd.
IsS
() || rd.IsD());
in MacroAssembler()
12790
if (rd.
IsS
()) {
in MacroAssembler()
12798
VIXL_ASSERT(rd.
IsS
() || rd.IsD());
in MacroAssembler()
12801
if (rd.
IsS
()) {
in MacroAssembler()
12809
VIXL_ASSERT(rd.
IsS
() || rd.IsD());
in MacroAssembler()
12811
if (rd.
IsS
()) {
in MacroAssembler()
12819
VIXL_ASSERT(rd.
IsS
() || rd.IsD());
in MacroAssembler()
12821
if (rd.
IsS
()) {
in MacroAssembler()
12829
VIXL_ASSERT(rd.
IsS
() || rd.IsD());
in MacroAssembler()
12832
if (rd.
IsS
()) {
in MacroAssembler()
[all...]
H
A
D
instructions-aarch32.h
117
bool
IsS
() const { return GetType() == kSRegister; }
120
bool IsVRegister() const { return
IsS
() || IsD() || IsQ(); }
121
bool IsFPRegister() const { return
IsS
() || IsD(); }
/third_party/vixl/src/aarch64/
H
A
D
registers-aarch64.h
349
bool
IsS
() const { return IsVRegister() && Is32Bits(); }
358
bool Is1S() const { return
IsS
() && IsScalar(); }
365
bool Is2H() const { return
IsS
() && IsLaneSizeH(); }
H
A
D
assembler-aarch64.cc
4477
(vm.
IsS
() && vd.Is4S()));
6846
if (rt.IsH() || rt.
IsS
() || rt.IsD()) {
H
A
D
macro-assembler-aarch64.h
2025
if (vt.
IsS
()) {
in Ldr()
2035
if (vt.
IsS
()) {
in Ldr()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
155
bool IsFPRegister() const { return
IsS
() || IsD(); }
in IsFPRegister()
169
bool
IsS
() const { return IsV() && Is32Bits(); }
in IsS()
function in v8::internal::CPURegister
H
A
D
macro-assembler-arm64.cc
1525
if (lhs.
IsS
()) {
in Swap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
ScalarEvolution.cpp
11912
auto
IsS
= [&](const SCEV *X) { return S == X; };
11914
return !isa<SCEVCouldNotCompute>(X) && SCEVExprContains(X,
IsS
);
Completed in 69 milliseconds