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:LaneSizeInBits
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
register-arm64.h
396
bool IsLaneSizeB() const { return
LaneSizeInBits
() == kBRegSizeInBits; }
in IsLaneSizeB()
397
bool IsLaneSizeH() const { return
LaneSizeInBits
() == kHRegSizeInBits; }
in IsLaneSizeH()
398
bool IsLaneSizeS() const { return
LaneSizeInBits
() == kSRegSizeInBits; }
in IsLaneSizeS()
399
bool IsLaneSizeD() const { return
LaneSizeInBits
() == kDRegSizeInBits; }
in IsLaneSizeD()
412
unsigned
LaneSizeInBits
() const { return LaneSizeInBytes() * 8; }
in LaneSizeInBits()
function in v8::internal::VRegister
H
A
D
assembler-arm64.cc
1587
int laneSizeInBits = vn.
LaneSizeInBits
();
in NEONShiftLeftImmediate()
1595
int laneSizeInBits = vn.
LaneSizeInBits
();
in NEONShiftRightImmediate()
1602
int laneSizeInBits = vn.
LaneSizeInBits
();
in NEONShiftImmediateL()
1617
int laneSizeInBits = vd.
LaneSizeInBits
();
in NEONShiftImmediateN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86ISelLowering.cpp
10401
/// Test whether there are elements crossing
LaneSizeInBits
lanes in this
10406
static bool isLaneCrossingShuffleMask(unsigned
LaneSizeInBits
,
10409
assert(
LaneSizeInBits
&& ScalarSizeInBits &&
10410
(
LaneSizeInBits
% ScalarSizeInBits) == 0 &&
10412
int LaneSize =
LaneSizeInBits
/ ScalarSizeInBits;
10437
static bool isRepeatedShuffleMask(unsigned
LaneSizeInBits
, MVT VT,
10440
auto LaneSize =
LaneSizeInBits
/ VT.getScalarSizeInBits();
10487
static bool isRepeatedTargetShuffleMask(unsigned
LaneSizeInBits
, MVT VT,
10490
int LaneSize =
LaneSizeInBits
/ VT.getScalarSizeInBits();
[all...]
Completed in 39 milliseconds