Home
last modified time | relevance | path

Searched defs:bitSize (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h49 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local
68 void Clear(size_t bitSize) in Clear()
77 void SetAllBits(size_t bitSize) in SetAllBits()
121 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits()
141 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst()
158 void Merge(GCBitset *bitset, size_t bitSize) in Merge()
Dregion-inl.h28 auto bitSize = GCBitset::SizeOfGCBitset(GetCapacity()); in CreateRememberedSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h33 explicit BitSet(Chunk* chunk, size_t bitSize) in BitSet()
169 static size_t SizeOf(size_t bitSize) in SizeOf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp100 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
Daarch64_args.cpp352 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local
376 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
Daarch64_reg_info.cpp158 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Daarch64_cgfunc.cpp97 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdStInsn()
182 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdInsn()
187 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickStInsn()
3318 auto bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local
3475 uint32 bitSize = 0; in SelectIread() local
5354 uint32 bitSize = GetPrimTypeBitSize(dtype); in SelectBnot() local
5404 uint8 bitSize = node.GetBitsSize(); in SelectRegularBitFieldLoad() local
5416 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local
5483 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable()
5498 uint32 bitSize = node.GetBitsSize(); in SelectDepositBits() local
[all …]
Daarch64_global.cpp2308 uint32 bitSize = static_cast<RegOperand &>(destOpnd).GetSize(); in Optimize() local
Daarch64_peep.cpp4108 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa_tbl.h117 static inline X64MOP_t GetCMovCCMop(maple::Opcode opcode, int32 bitSize, bool isSigned) in GetCMovCCMop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local
658 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize()
796 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDassignoff() local
829 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIassignoff() local
1020 …d MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits()
1051 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local
1331 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local
1341 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1()
1357 uint8 bitSize = node.GetBitsSize(); in SelectDepositBits() local
1424 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAbs() local
Dcgfunc.cpp281 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp178 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Dx64_standardize.cpp126 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
Dx64_MPIsel.cpp997 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAddrofLabel() local
1139 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local
1176 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local
1242 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local
1279 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local
1442 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectSelect() local
1611 auto bitSize = GetPrimTypeBitSize(dtype); in SelectSqrt() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h444 size_t bitSize = heapSize / BYTESPERCHUNK; in GetBitMapSizeInByte() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h459 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp349 uint8 bitSize = static_cast<uint8>(lexer.GetTheIntVal()) & 0xFFU; in ParseBitFieldType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp766 auto bitSize = fieldType->GetFieldSize(); in WriteBitField() local
807 auto bitSize = fieldType->GetFieldSize(); in ReadBitField() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp66 uint8 bitSize = bitFieldType->GetFieldSize(); in TruncateUnionConstant() local
Dconstantfold.cpp1330 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()