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:Is128Bits
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
132
bool
Is128Bits
() const {
in Is128Bits()
function in v8::internal::CPURegister
171
bool IsQ() const { return IsV() &&
Is128Bits
(); }
in IsQ()
372
bool Is16B() const { return (
Is128Bits
() && (lane_count_ == 16)); }
in Is16B()
374
bool Is8H() const { return (
Is128Bits
() && (lane_count_ == 8)); }
in Is8H()
376
bool Is4S() const { return (
Is128Bits
() && (lane_count_ == 4)); }
in Is4S()
378
bool Is2D() const { return (
Is128Bits
() && (lane_count_ == 2)); }
in Is2D()
H
A
D
assembler-arm64.h
2220
DCHECK(vd.
Is128Bits
());
2247
DCHECK(vd.Is64Bits() || vd.
Is128Bits
());
2248
return vd.
Is128Bits
() ? NEON_FP_2D : NEON_FP_2S;
2252
DCHECK((vd.LaneCount() == 4) && vd.
Is128Bits
());
2272
DCHECK(vd.
Is128Bits
());
H
A
D
macro-assembler-arm64.cc
569
DCHECK(vd.
Is128Bits
());
in Movi()
/third_party/vixl/src/aarch64/
H
A
D
registers-aarch64.h
166
bool
Is128Bits
() const { return size_ == kEncodedQRegSize; }
351
bool IsQ() const { return IsVRegister() &&
Is128Bits
(); }
H
A
D
assembler-aarch64.h
7578
VIXL_ASSERT(vd.
Is128Bits
());
7635
VIXL_ASSERT(vd.
Is128Bits
());
7661
VIXL_ASSERT(vd.
Is128Bits
());
H
A
D
macro-assembler-aarch64.cc
1189
VIXL_ASSERT(vd.
Is128Bits
());
in Emit()
H
A
D
disasm-aarch64.cc
6138
VIXL_ASSERT(reg.
Is128Bits
());
in Disassembler()
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.cc
216
VIXL_ASSERT(vreg.
Is128Bits
());
in Equal128()
/third_party/vixl/src/aarch32/
H
A
D
instructions-aarch32.h
129
bool
Is128Bits
() const { return GetSizeInBits() == 128; }
/third_party/node/deps/v8/src/diagnostics/arm64/
H
A
D
disasm-arm64.cc
3608
DCHECK(reg.
Is128Bits
());
in AppendRegisterNameToOutput()
Completed in 42 milliseconds