Home
last modified time | relevance | path

Searched defs:Shift (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h410 explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type) {} in Shift() function in ark::compiler::final
411 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift() function in ark::compiler::final
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h164 Operand(Register reg, Shift shift = Shift::LSL, uint8_t shift_amount = 0) in Operand() argument
233 MemoryOperand(Register base, Register offset, Shift shift = Shift in MemoryOperand() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h441 IrConstructor &Shift(ShiftType shift_type, uint64_t imm) in Shift() function in panda::compiler::final
/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.h80 void Shift(int shift_amount) in Shift() function in panda::ecmascript::base::UInt128
/arkcompiler/ets_runtime/ecmascript/
H A Djs_stable_array.cpp364 JSTaggedValue JSStableArray::Shift(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::JSStableArray
392 JSTaggedValue JSStableArray::Shift(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::JSStableArray
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h552 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift() function in ark::compiler::final
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp1594 JSTaggedValue BuiltinsSharedArray::Shift(EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::builtins::BuiltinsSharedArray
H A Dbuiltins_array.cpp2066 JSTaggedValue BuiltinsArray::Shift(EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp285 void BuiltinsArrayStubBuilder::Shift(GateRef glue, GateRef thisValue, in Shift() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder

Completed in 28 milliseconds