Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h50 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local
74 void Clear(size_t bitSize) in Clear()
83 void SetAllBits(size_t bitSize) in SetAllBits()
128 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits()
148 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst()
165 void Merge(GCBitset *bitset, size_t bitSize) in Merge()
Dregion-inl.h27 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()
173 static size_t SizeOf(size_t bitSize) in SizeOf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp98 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local
122 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
Daarch64_reg_info.cpp123 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Daarch64_fixshortbranch.cpp142 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
Daarch64_cgfunc.cpp97 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdStInsn()
229 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdInsn()
234 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickStInsn()
2726 auto bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local
2889 uint32 bitSize = 0; in SelectIread() local
4769 uint32 bitSize = GetPrimTypeBitSize(dtype); in SelectBnot() local
4819 uint8 bitSize = node.GetBitsSize(); in SelectRegularBitFieldLoad() local
4831 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local
4898 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable()
4917 uint32 bitSize = node.GetBitsSize(); in SelectDepositBits() local
[all …]
Daarch64_global.cpp2319 uint32 bitSize = static_cast<RegOperand &>(destOpnd).GetSize(); in Optimize() local
Daarch64_peep.cpp5500 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
5656 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/x86_64/
Dx64_reg_info.cpp150 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.cpp999 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAddrofLabel() local
1141 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local
1178 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local
1245 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local
1280 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local
1443 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectSelect() local
1627 auto bitSize = GetPrimTypeBitSize(dtype); in SelectSqrt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local
662 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize()
802 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDassignoff() local
836 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIassignoff() local
1027 …d MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits()
1058 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local
1337 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local
1347 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1()
1363 uint8 bitSize = node.GetBitsSize(); in SelectDepositBits() local
1430 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAbs() local
Dcg_stackmap_computation.cpp52 bool &isOutOfRange, uint32 bitSize) in GetSpillMem()
Dcgfunc.cpp344 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() 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/mpl2mpl/src/
Dsimplify.cpp52 uint8 bitSize = bitFieldType->GetFieldSize(); in TruncateUnionConstant() local
Dconstantfold.cpp1378 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp335 uint8 bitSize = static_cast<uint8>(lexer.GetTheIntVal()) & 0xFFU; in ParseBitFieldType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h523 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp581 auto bitSize = fieldType->GetFieldSize(); in WriteBitField() local
622 auto bitSize = fieldType->GetFieldSize(); in ReadBitField() local