| /arkcompiler/runtime_core/runtime/tests/ |
| D | math_helpers_test.cpp | 33 size_t shift = 5; in TestBitShl() local 40 size_t shift = std::numeric_limits<unsigned_type>::digits - 1; in TestBitShl() local 47 size_t shift = std::numeric_limits<unsigned_type>::digits; in TestBitShl() local 54 size_t shift = std::numeric_limits<unsigned_type>::digits + 2; in TestBitShl() local 71 T shift = 5; in TestBitShr() local 78 T shift = std::numeric_limits<unsigned_type>::digits - 1; in TestBitShr() local 85 T shift = std::numeric_limits<unsigned_type>::digits; in TestBitShr() local 92 T shift = std::numeric_limits<unsigned_type>::digits + 2; in TestBitShr() local 109 T shift = 5; in TestBitAshr() local 116 T shift = std::numeric_limits<unsigned_type>::digits - 1; in TestBitAshr() local [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region.h | 133 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
|
| D | leb128.h | 45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local 109 size_t shift = i * PAYLOAD_WIDTH; in DecodeSigned() local
|
| D | murmur3_hash.h | 72 static uint32_t Rotl(uint32_t word, uint8_t shift) in Rotl()
|
| D | cframe_layout.h | 195 size_t shift = Is64BitsArch(arch_) ? 0 : 1; // in arm32 one slot is 2 word and shifted by 1 in GetSpillOffset() local
|
| D | bit_utils.h | 176 uint64_t shift = index << OFFSET_BYTE; in GetByteFrom() local
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | math_helpers.h | 33 size_t shift = static_cast<unsigned_type>(y) & mask; in operator() local 44 size_t shift = static_cast<unsigned_type>(y) & mask; in operator() local 55 size_t shift = static_cast<unsigned_type>(y) & mask; in operator() local
|
| D | interpreter-inl.h | 2857 constexpr size_t shift = initobj ? 1U : 0; in CopyCallShortArguments() local 2875 constexpr size_t shift = initobj ? 1U : 0; in CopyCallArguments() local 2895 constexpr size_t shift = initobj ? 1U : 0; in CopyCallArguments() local 2911 constexpr size_t shift = initobj ? 1U : 0; in CopyRangeArguments() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | proto_data_accessor-inl.h | 45 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
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 278 uint32_t shift = GetShiftOfLdr(operand, scale, regX); in Ldr() local 377 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local 404 for (unsigned int shift = 0; shift < regSize; shift += HWORDSIZE) { in Mov() local 495 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local 527 for (int shift = 0; shift < RegXSize; shift += HWORDSIZE) { in TrySequenceOfOnes() local 578 int shift = 0; in TryReplicateHWords() local 644 void AssemblerAarch64::Movz(const Register &rd, uint64_t imm, int shift) in Movz() 649 void AssemblerAarch64::Movk(const Register &rd, uint64_t imm, int shift) in Movk() 654 void AssemblerAarch64::Movn(const Register &rd, uint64_t imm, int shift) in Movn() 659 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() [all …]
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler_queue_aged_counter_priority.h | 51 uint64_t shift = duration / epoch_duration_; in UpdateCounterAndCheck() local
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/ |
| D | object.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | union.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | function.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | array.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | primitives.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| D | class.test.ts | 27 let shift = userDefinedTypeStartIndex; variable
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 290 uint32_t shift = in ShlWithTSType() local 306 uint32_t shift = in ShrWithTSType() local 320 uint32_t shift = in AshrWithTSType() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 181 static inline vixl::aarch64::Operand VixlShift(Shift shift) in VixlShift() 230 bool shift = mem.HasScale(); in ConvertMem() local
|
| D | encode.cpp | 616 auto shift = Shift(src, LSR, SHIFT_WORD_BITS); in EncodeSignum() local 619 ScopedTmpRegU64 shift(this); in EncodeSignum() local 1335 uint32_t shift) in EncodeCompressedStringCharAt() 1355 uint32_t shift) in EncodeCompressedStringCharAtI()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 645 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shl() local 732 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Shr() local 827 GateRef shift = Int32And(*opNumber1, Int32(0x1f)); in Ashr() local
|
| D | circuit.cpp | 149 Gate *Circuit::LoadGatePtr(GateRef shift) in LoadGatePtr()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 807 auto shift = mem.GetScale(); in ConvertMem() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 327 bool shift = mem.HasScale(); in ArchMem() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 314 [[maybe_unused]] uint32_t shift) in EncodeCompressedStringCharAt() 321 … [[maybe_unused]] uint32_t index, [[maybe_unused]] uint32_t shift) in EncodeCompressedStringCharAtI()
|