Home
last modified time | relevance | path

Searched defs:bitSize (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h51 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local
75 void Clear(size_t bitSize) in Clear() argument
84 void SetAllBits(size_t bitSize) in SetAllBits() argument
131 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() argument
[all...]
H A Dregion-inl.h27 auto bitSize = GCBitset::SizeOfGCBitset(GetCapacity()); in CreateRememberedSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Dbit_set.h33 explicit BitSet(Chunk* chunk, size_t bitSize) in BitSet() argument
173 static size_t SizeOf(size_t bitSize) in SizeOf() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_fixshortbranch.cpp139 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
H A Daarch64_reg_info.cpp102 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() argument
H A Daarch64_args.cpp93 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local
117 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
H A Daarch64_cgfunc.cpp80 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType) in PickLdStInsn() argument
122 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType) const in PickLdInsn() argument
127 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType) const in PickStInsn() argument
946 uint32 bitSize = GetPrimTypeBitSize(destType); SelectIread() local
[all...]
H A Daarch64_peep.cpp1861 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_standardize.cpp126 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
H A Dx64_reg_info.cpp132 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() argument
H A Dx64_MPIsel.cpp522 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local
553 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local
610 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local
645 uint32 bitSize = GetPrimTypeBitSize(primType); SelectDivRem() local
773 uint32 bitSize = GetPrimTypeBitSize(primType); SelectSelect() local
900 auto bitSize = GetPrimTypeBitSize(dtype); SelectSqrt() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp140 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
H A Disel.cpp70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local
534 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() argument
828 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits() argument
859 uint8 bitSize = node.GetBitsSize(); SelectExtractbits() local
1128 uint32 bitSize = GetPrimTypeBitSize(primType); SelectAbs() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1186 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp() argument

Completed in 20 milliseconds