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:Imm
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
operands.h
147
constexpr explicit
Imm
(T value) : value_(static_cast<int64_t>(value))
in Imm()
function in ark::compiler::final
154
constexpr explicit
Imm
(int64_t value) : value_(value) {};
in Imm()
function in ark::compiler::final
156
constexpr explicit
Imm
(double value) : value_(value) {};
in Imm()
function in ark::compiler::final
157
constexpr explicit
Imm
(float value) : value_(value) {};
in Imm()
function in ark::compiler::final
159
explicit
Imm
(double value) : value_(bit_cast<uint64_t>(value)) {};
in Imm()
function in ark::compiler::final
160
explicit
Imm
(float value) : value_(bit_cast<uint32_t>(value)) {};
in Imm()
function in ark::compiler::final
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
382
IrConstructor &
Imm
(uint64_t imm)
in Imm()
function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
487
IrConstructor &
Imm
(uint64_t imm)
in Imm()
function in ark::compiler::final
Completed in 5 milliseconds