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:GetShiftAmount
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_insn.cpp
255
DEBUG_ASSERT(v->
GetShiftAmount
() <= k4BitSize && v->
GetShiftAmount
() >= 0,
in Visit()
259
if (v->
GetShiftAmount
() != 0) {
in Visit()
260
(void)emitter.Emit(" #").Emit(v->
GetShiftAmount
());
in Visit()
300
.Emit(v->
GetShiftAmount
());
in Visit()
504
uint32 shiftAmount = v->
GetShiftAmount
();
in Visit()
516
if (v->
GetShiftAmount
() != 0) {
in Visit()
517
LogInfo::MapleLogger() << " : " << v->
GetShiftAmount
();
in Visit()
H
A
D
aarch64_obj_emitter.cpp
454
uint32 shift = exendOpnd.
GetShiftAmount
();
in GetOpndMachineValue()
724
if (lslOpnd.
GetShiftAmount
() > 0) {
793
opnd |= bitShiftOpnd->
GetShiftAmount
() << kShiftTen;
1493
opnd |= bitShiftOpnd.
GetShiftAmount
() << kShiftTen;
1538
uint32 shift = lslOpnd.
GetShiftAmount
() / mod;
H
A
D
aarch64_peep.cpp
372
CHECK_FATAL(shiftOpnd.
GetShiftAmount
() == 12, "invalid shiftAmount");
in GetInsnAddOrSubNewOffset()
373
val = (immOpnd.GetValue() << shiftOpnd.
GetShiftAmount
());
in GetInsnAddOrSubNewOffset()
481
MemOperand::kAddrModeBOrX, memOpnd.GetSize(), newBase, newIndex, shift.
GetShiftAmount
());
in OptimizeWithAddrrrs()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.h
204
inline uint8_t
GetShiftAmount
() const
in GetShiftAmount()
function in panda::ecmascript::aarch64::Operand
275
uint8_t
GetShiftAmount
() const
in GetShiftAmount()
function in panda::ecmascript::aarch64::MemoryOperand
H
A
D
assembler_aarch64.cpp
724
uint32_t shift_amount = (operand.
GetShiftAmount
() << BITWISE_OP_ShiftAmount_LOWBITS) & BITWISE_OP_ShiftAmount_MASK;
in BitWiseOpShift()
877
uint32_t shift_amount = ((operand.
GetShiftAmount
()) << ADD_SUB_ShiftAmount_LOWBITS) & ADD_SUB_ShiftAmount_MASK;
in AddSubReg()
885
uint32_t extend_shift = (operand.
GetShiftAmount
() << ADD_SUB_ExtendShift_LOWBITS) & ADD_SUB_ExtendShift_MASK;
in AddSubReg()
1236
shift = operand.
GetShiftAmount
();
in GetShiftOfLdr()
1240
shift = operand.
GetShiftAmount
();
in GetShiftOfLdr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
operand.h
1727
uint32
GetShiftAmount
() const
in GetShiftAmount()
function in maplebe::MemOperand::ExtendShiftOperand
1802
uint32
GetShiftAmount
() const
in GetShiftAmount()
function in maplebe::MemOperand::BitShiftOperand
1814
return
GetShiftAmount
();
in GetValue()
Completed in 15 milliseconds