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:immI16
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
encoder_operands.cpp
292
Imm
immI16
(i16), immI16Z(i16Z), immI16Min(i16Min), immI16Max(i16Max);
in TEST()
293
ASSERT_EQ(
immI16
.GetAsInt(), i16);
in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
4609
int16_t
immI16
= READ_INST_16_1();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
4615
LOG_INST() << "
immI16
: " <<
immI16
;
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
4621
parameters.emplace_back(
immI16
);
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
4632
int16_t
immI16
= READ_INST_16_1();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
4640
parameters.emplace_back(
immI16
);
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
5376
int16_t
immI16
= READ_INST_16_1();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
5386
parameters.emplace_back(
immI16
);
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
H
A
D
baseline_stubs.cpp
3767
GateRef
immI16
= Int32Argument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, IMM_I16));
in GenerateCircuit()
local
3772
GateRef imm = ZExtInt16ToInt32(
immI16
);
in GenerateCircuit()
3818
GateRef
immI16
= Int32Argument(PARAM_INDEX(BaselineDeprecatedCreateobjectwithbufferPrefImm16, IMM_I16));
in GenerateCircuit()
local
3820
GateRef imm = ZExtInt16ToInt32(
immI16
);
in GenerateCircuit()
5360
GateRef
immI16
= Int32Argument(PARAM_INDEX(BaselineDeprecatedCreateobjecthavingmethodPrefImm16, IMM_I16));
in GenerateCircuit()
local
5361
GateRef imm = ZExtInt16ToInt32(
immI16
);
in GenerateCircuit()
Completed in 27 milliseconds