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:ofstOpnd
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_offset_adjust.cpp
142
OfstOperand *
ofstOpnd
= currMemOpnd.GetOffsetImmediate();
in AdjustMemOfstVary()
local
143
CHECK_NULL_FATAL(
ofstOpnd
);
in AdjustMemOfstVary()
144
if (
ofstOpnd
->GetVary() == kUnAdjustVary) {
in AdjustMemOfstVary()
146
ofstOpnd
->AdjustOffset(static_cast<int32>(static_cast<AArch64MemLayout *>(memLayout)->RealStackFrameSize() -
in AdjustMemOfstVary()
150
ofstOpnd
->SetVary(kAdjustVary);
in AdjustMemOfstVary()
194
ImmOperand *
ofstOpnd
= memOpnd->GetOffsetOperand();
in AdjustmentStackPointer()
local
195
CHECK_NULL_FATAL(
ofstOpnd
);
in AdjustmentStackPointer()
197
&aarchCGFunc->GetOrCreateOfstOpnd(static_cast<uint64>(
ofstOpnd
->GetValue() + offset),
ofstOpnd
->GetSize());
in AdjustmentStackPointer()
H
A
D
aarch64_args.cpp
57
OfstOperand &
ofstOpnd
=
in MoveRegisterArgs()
61
ofstOpnd
.SetVary(kUnAdjustVary);
in MoveRegisterArgs()
63
auto *memOpnd = aarFunc->CreateMemOperand(GetPrimTypeBitSize(primType), *baseOpnd,
ofstOpnd
, false);
in MoveRegisterArgs()
H
A
D
aarch64_obj_emitter.cpp
1071
OfstOperand *
ofstOpnd
= static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1073
int32 offsetValue =
ofstOpnd
->GetOffsetValue();
1177
OfstOperand *
ofstOpnd
= static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1179
int32 offsetValue =
ofstOpnd
!= nullptr ?
ofstOpnd
->GetOffsetValue() : 0;
1307
OfstOperand *
ofstOpnd
= static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1308
int32 offsetValue =
ofstOpnd
->GetOffsetValue();
1344
OfstOperand *
ofstOpnd
= static_cast<OfstOperand *>(memOpnd.GetOffsetImmediate());
1345
int32 offsetValue =
ofstOpnd
->GetOffsetValue();
1386
OfstOperand *
ofstOpnd
[all...]
H
A
D
aarch64_cgfunc.cpp
516
OfstOperand *
ofstOpnd
= memOpnd.GetOffsetImmediate();
in IsImmediateOffsetOutOfRange()
local
517
int32 offsetValue =
ofstOpnd
? static_cast<int32>(
ofstOpnd
->GetOffsetValue()) : 0;
in IsImmediateOffsetOutOfRange()
518
if (
ofstOpnd
&&
ofstOpnd
->GetVary() == kUnAdjustVary) {
in IsImmediateOffsetOutOfRange()
581
OfstOperand *
ofstOpnd
= memOpnd.GetOffsetImmediate();
in CheckIfSplitOffsetWithAdd()
local
582
int32 opndVal = static_cast<int32>(
ofstOpnd
->GetOffsetValue());
in CheckIfSplitOffsetWithAdd()
663
OfstOperand *
ofstOpnd
= memOpnd.GetOffsetImmediate();
in SplitOffsetWithAddInstruction()
local
664
int64 ofstVal =
ofstOpnd
->GetOffsetValue();
in SplitOffsetWithAddInstruction()
3987
OfstOperand &
ofstOpnd
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
operand.cpp
170
Operand *
ofstOpnd
= GetOffsetOperand();
in Less()
local
172
return
ofstOpnd
->Less(*rofstOpnd);
in Less()
194
Operand *
ofstOpnd
= GetOffsetOperand();
in Less()
local
196
return
ofstOpnd
->Less(*rofstOpnd);
in Less()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
operand.h
1261
OfstOperand *
ofstOpnd
= GetOffsetImmediate();
in IsOffsetMisaligned()
local
1262
if (!
ofstOpnd
) {
in IsOffsetMisaligned()
1265
int64 ofstVal =
ofstOpnd
->GetOffsetValue();
in IsOffsetMisaligned()
1270
return ((static_cast<uint32>(
ofstOpnd
->GetOffsetValue()) &
in IsOffsetMisaligned()
1334
Operand *
ofstOpnd
= GetOffsetOperand();
in GetMemVaryType()
local
1335
if (
ofstOpnd
!= nullptr) {
in GetMemVaryType()
1336
auto *opnd = static_cast<OfstOperand *>(
ofstOpnd
);
in GetMemVaryType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H
A
D
aarch64_mop_split.h
363
OfstOperand *
ofstOpnd
= memOpnd.GetOffsetImmediate();
in MemOfstSplitWithAdd()
local
364
int64 ofstVal =
ofstOpnd
->GetOffsetValue();
in MemOfstSplitWithAdd()
Completed in 15 milliseconds