Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp304 TEST_F(LoweringTest, Shift) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Doperands.h820 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() function
821 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp208 HWTEST_F_L0(JSStableArrayTest, Shift) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h441 IrConstructor &Shift(ShiftType shift_type, uint64_t imm) in Shift() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h57 enum Shift : uint8_t { enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h551 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift() function
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp194 JSTaggedValue JSStableArray::Shift(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1958 JSTaggedValue BuiltinsArray::Shift(EcmaRuntimeCallInfo *argv) in Shift() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp1302 HWTEST_F_L0(BuiltinsArrayTest, Shift) in HWTEST_F_L0() argument