Home
last modified time | relevance | path

Searched defs:shift (Results 1 - 25 of 53) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/regressdefineproperty/
H A Dregressdefineproperty.js
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmath_helpers_test.cpp35 size_t shift = 5; in TestBitShl() local
42 size_t shift = std::numeric_limits<UnsignedType>::digits - 1; in TestBitShl() local
49 size_t shift = std::numeric_limits<UnsignedType>::digits; in TestBitShl() local
56 size_t shift = std::numeric_limits<UnsignedType>::digits + 2; in TestBitShl() local
74 T shift = 5; TestBitShr() local
81 T shift = std::numeric_limits<UnsignedType>::digits - 1; TestBitShr() local
88 T shift = std::numeric_limits<UnsignedType>::digits; TestBitShr() local
96 T shift = std::numeric_limits<UnsignedType>::digits + 2; TestBitShr() local
114 T shift = 5; TestBitAshr() local
121 T shift = std::numeric_limits<UnsignedType>::digits - 1; TestBitAshr() local
128 T shift = std::numeric_limits<UnsignedType>::digits; TestBitAshr() local
136 T shift = std::numeric_limits<UnsignedType>::digits + 2; TestBitAshr() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/utils/
H A Dnumber-utils.h33 inline bool ValidateXToken(std::string_view token, size_t shift) in ValidateXToken() argument
46 inline bool ValidateBToken(std::string_view token, size_t shift) in ValidateBToken() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dir_build_intrinsics_ets.cpp46 auto shift = in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dleb128.h45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local
[all...]
H A Dbit_utils.h176 uint64_t shift = index << OFFSET_BYTE; in GetByteFrom() local
H A Dmurmur3_hash.h75 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
H A Dcframe_layout.h195 size_t shift = Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1 in GetSpillOffset() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dleb128.h45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local
[all...]
H A Dbit_utils.h178 uint64_t shift = index << OFFSET_BYTE; in GetByteFrom() local
H A Dmurmur3_hash.h72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl() argument
H A Dcframe_layout.h192 size_t shift = Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1 in GetSpillOffset() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dmath_helpers.h33 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
44 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
55 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.h200 auto shift = unsignedRightValue & mask; in HandleBitWiseArithmetic() local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H A Dlitecg_stackmap_type.cpp21 uint64_t shift = 0; in DecodeSLEB128() local
/arkcompiler/runtime_core/libpandafile/
H A Dproto_data_accessor-inl.h45 size_t shift = (elem_num_ % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in EnumerateTypes() local
81 size_t shift = (shorty_idx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in IsEqual() local
H A Ddata_protect.h176 uint8_t shift = (SHIFT8 * (empty_count - 1)); in Append() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor-inl.h46 size_t shift = (elemNum_ % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in EnumerateTypes() local
83 size_t shift = (shortyIdx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in IsEqual() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp72 size_t shift = superItableSize; in LinearizeITable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp454 uint32 shift = exendOpnd.GetShiftAmount(); in GetOpndMachineValue() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp107 size_t shift = Deoptimizier::ComputeShift(MAX_METHOD_OFFSET_NUM); in GetMethodOffsetInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h222 uint8_t shift; member
232 uint8_t shift; member
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp1069 uint32_t shift = m.Right().ResolvedValue() & 31; in ReduceWord32Lsr() local
[all...]
H A Drange_analysis.cpp236 auto shift = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfShift() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h302 uint32_t shift = in ShlWithTSType() local
318 uint32_t shift = in ShrWithTSType() local
332 uint32_t shift = in AshrWithTSType() local

Completed in 14 milliseconds

123