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:IsImmediate
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
insn.cpp
209
if (opnd.
IsImmediate
()) {
in CheckMD()
H
A
D
reg_alloc_lsra.cpp
2018
if (opnd->
IsImmediate
()) {
in CollectDeoptInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.cpp
779
if (operand.
IsImmediate
()) {
in Add()
797
if (operand.
IsImmediate
()) {
in Adds()
810
if (operand.
IsImmediate
()) {
in Sub()
828
if (operand.
IsImmediate
()) {
in Subs()
899
ASSERT(!operand.
IsImmediate
());
in CMov()
H
A
D
assembler_aarch64.h
174
inline bool
IsImmediate
() const
in IsImmediate()
function in panda::ecmascript::aarch64::Operand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_MPIsel.cpp
485
if (opnd0.
IsImmediate
()) {
in SelectCondGoto()
807
CHECK_FATAL(opnd0.
IsImmediate
() || opnd0.IsRegister(), "unhandled operand type here!");
in SelectCctz()
827
CHECK_FATAL(opnd0.
IsImmediate
() || opnd0.IsRegister(), "unhandled operand type here!");
in SelectCclz()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
operand.h
122
bool
IsImmediate
() const
in IsImmediate()
function in maplebe::Operand
736
if (!operand.
IsImmediate
()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_obj_emitter.cpp
447
} else if (opnd.
IsImmediate
()) {
in GetOpndMachineValue()
478
CHECK_FATAL(opnd.
IsImmediate
(), "check kind failed");
in GetAdrLabelOpndValue()
H
A
D
aarch64_cgfunc.cpp
1831
} else if (opnd1.
IsImmediate
()) {
in SelectRem()
1959
if ((opcode == OP_lt) && opnd0.IsRegister() && opnd1->
IsImmediate
() &&
2786
if (opnd0.
IsImmediate
()) {
3035
if (o1.
IsImmediate
()) {
4468
} else if (opnd->
IsImmediate
()) {
H
A
D
aarch64_peep.cpp
1901
if (andOpnd3.
IsImmediate
()) {
in Run()
Completed in 26 milliseconds