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
defs:immValue
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
loop_unroll.cpp
45
auto
immValue
= (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep;
in ConditionOverFlowImpl()
local
320
auto
immValue
= (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep;
in FixCompareInst()
local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H
A
D
encoder64_test_2.cpp
747
[[maybe_unused]] T
immValue
= RandomGen<T>();
in TestSelectTest()
local
885
[[maybe_unused]] T
immValue
= RandomGen<T>();
in TestJumpTest()
local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
encoder32_test_2.cpp
881
[[maybe_unused]] T
immValue
= RandomGen<T>() & MAX_IMM_VALUE;
in TestJumpTest()
local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
encoder64_test_2.cpp
918
[[maybe_unused]] T
immValue
= RandomMaskGen<T>();
in TestSelectTest()
local
1057
[[maybe_unused]] T
immValue
= RandomMaskGen<T>();
in TestJumpTest()
local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.cpp
385
uint64_t
immValue
= static_cast<uint64_t>(imm.Value());
in Mov()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H
A
D
encode.cpp
2401
int32_t
immValue
= value & (dst.GetSize() - 1);
in EncodeShl()
local
2427
int32_t
immValue
= value & (dst.GetSize() - 1);
in EncodeShr()
local
2431
GetMasm()->Lsr(VixlReg(dst), VixlReg(src),
immValue
);
in EncodeShr()
local
2455
int32_t
immValue
= value & (dst.GetSize() - 1);
EncodeAShr()
local
2458
GetMasm()->Asr(VixlReg(dst), VixlReg(src),
immValue
);
EncodeAShr()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cgfunc.cpp
1626
int64
immValue
= llabs(imm->GetValue());
in SelectMpy()
local
1696
int64
immValue
= llabs(imm->GetValue());
SelectDiv()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H
A
D
encode.cpp
1976
int64_t
immValue
= static_cast<uint64_t>(imm.GetAsInt()) & (dst.GetSize() - 1);
in EncodeShr()
local
1986
GetMasm()->Lsr(VixlReg(dst), VixlReg(src),
immValue
);
in EncodeShr()
local
Completed in 22 milliseconds