Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region.h133 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Read() local
142 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Write() local
167 size_t shift = (start_ + offset) % width; in Read() local
212 size_t shift = (start_ + offset) % BITS_PER_BYTE; in Write() local
Dleb128.h45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local
109 size_t shift = i * PAYLOAD_WIDTH; in DecodeSigned() local
Dmurmur3_hash.h73 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
Dcframe_layout.h195 size_t shift = Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1 in GetSpillOffset() local
Dbit_utils.h176 uint64_t shift = index << OFFSET_BYTE; in GetByteFrom() local
/arkcompiler/runtime_core/libpandafile/
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
Dfile_items.cpp512 size_t shift = (*n % SHORTY_ELEMS_COUNT) * SHORTY_ELEM_SIZE; in AddType() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp91 void Deoptimizier::CollectVregs(const std::vector<kungfu::ARKDeopt>& deoptBundle, size_t shift) in CollectVregs()
553 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex()
563 size_t shift = 0; in ComputeShift() local
570 int32_t Deoptimizier::DecodeVregIndex(OffsetType id, size_t shift) in DecodeVregIndex()
578 size_t Deoptimizier::DecodeDeoptDepth(OffsetType id, size_t shift) in DecodeDeoptDepth()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp289 uint32_t shift = GetShiftOfLdr(operand, scale, regX); in Ldr() local
390 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local
417 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local
508 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local
540 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local
591 int shift = 0; in TryReplicateHWords() local
657 void AssemblerAarch64::Movz(const Register &rd, uint64_t imm, int shift) in Movz()
662 void AssemblerAarch64::Movk(const Register &rd, uint64_t imm, int shift) in Movk()
667 void AssemblerAarch64::Movn(const Register &rd, uint64_t imm, int shift) in Movn()
672 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide()
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/types/
Dobject.test.ts27 let shift = userDefinedTypeStartIndex; variable
Dunion.test.ts27 let shift = userDefinedTypeStartIndex; variable
Dfunction.test.ts27 let shift = userDefinedTypeStartIndex; variable
Darray.test.ts27 let shift = userDefinedTypeStartIndex; variable
Dprimitives.test.ts27 let shift = userDefinedTypeStartIndex; variable
Dclass.test.ts27 let shift = userDefinedTypeStartIndex; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h198 int32_t shift = rhs.max_ & 0x1f; // 0x1f : shift bits in SHR() local
209 int32_t shift = rhs.max_ & 0x1f; // 0x1f : shift bits in ASHR() local
Drange_analysis.cpp205 auto shift = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfShift() local
Doperations_stub_builder.cpp727 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shl() local
820 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shr() local
922 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Ashr() local
Dnumber_speculative_lowering.cpp695 GateRef shift = builder_.Int32And(right, bitmask, GateType::NJSValue()); in ShiftInts() local
Dcircuit.cpp192 Gate *Circuit::LoadGatePtr(GateRef shift) in LoadGatePtr()
Dllvm_ir_builder.cpp2292 …:SaveDeoptVregInfo(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, size_t shift, in SaveDeoptVregInfo()
2301 size_t shift, GateRef gate) in SaveDeoptVregInfoWithI64()
2330 size_t shift = Deoptimizier::ComputeShift(maxDepth); in VisitDeoptCheck() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassPropertyInheritanceSpecialization.ts39 shift(): T; method
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h302 uint32_t shift = in ShlWithTSType() local
318 uint32_t shift = in ShrWithTSType() local
332 uint32_t shift = in AshrWithTSType() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1906 uint32_t shift = in RunInternal() local
1917 uint32_t shift = in RunInternal() local
1943 uint32_t shift = in RunInternal() local
1954 uint32_t shift = in RunInternal() local
1980 uint32_t shift = in RunInternal() local
1989 uint32_t shift = in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1225 JSHandle<BigInt> BigInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,… in FormatLeftShift()
1256 void BigInt::UnformattedRightShift(JSHandle<BigInt> bigint, uint32_t shift) in UnformattedRightShift()

12