Home
last modified time | relevance | path

Searched defs:bitLen (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_imm_valid.h22 inline bool IsBitSizeImmediate(uint64 val, uint32 bitLen, uint32 nLowerZeroBits) in IsBitSizeImmediate()
33 inline bool IsMoveWidableImmediateCopy(uint64 val, uint32 bitLen) in IsMoveWidableImmediateCopy()
72 constexpr uint32 bitLen = 32; in IsSingleInstructionMovable32() local
80 constexpr uint32 bitLen = 64; in IsSingleInstructionMovable64() local
Daarch64_mop_split.h42 inline ImmOperand &SplitGetRemained(const MemOperand &memOpnd, uint32 bitLen, int64 ofstVal, bool f… in SplitGetRemained()
167 uint32 bitLen = is64Bits ? k6BitSize : k5BitSize; in AddInsnSplit() local
269 uint32 bitLen = is64Bits ? k6BitSize : k5BitSize; in SubInsnSplit() local
357 inline MemOperand &MemOfstSplitWithAdd(const MemOperand &memOpnd, uint32 bitLen, bool isAfterRegAll… in MemOfstSplitWithAdd()
395 uint32 bitLen = insn->GetDesc()->GetOpndDes(idx)->GetSize(); in LoadStoreInsnSplit() local
Daarch64_cgfunc.h316 …BitShiftOperand &CreateBitShiftOperand(BitShiftOperand::ShiftOp op, uint32 amount, int32 bitLen) c… in CreateBitShiftOperand()
321 …erand &CreateExtendShiftOperand(ExtendShiftOperand::ExtendOp op, uint32 amount, int32 bitLen) const in CreateExtendShiftOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_imm_valid.cpp28 bool IsBitmaskImmediate(uint64 val, uint32 bitLen) in IsBitmaskImmediate()
Daarch64_cgfunc.cpp491 bool AArch64CGFunc::IsImmediateOffsetOutOfRange(const MemOperand &memOpnd, uint32 bitLen) in IsImmediateOffsetOutOfRange()
558 MemOperand &AArch64CGFunc::CreateReplacementMemOperand(uint32 bitLen, RegOperand &baseReg, int64 of… in CreateReplacementMemOperand()
594 ImmOperand &AArch64CGFunc::SplitAndGetRemained(const MemOperand &memOpnd, uint32 bitLen, RegOperand… in SplitAndGetRemained()
645 MemOperand &AArch64CGFunc::SplitOffsetWithAddInstruction(const MemOperand &memOpnd, uint32 bitLen, … in SplitOffsetWithAddInstruction()
1411 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectAdd() local
1500 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectSub() local
1645 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectDiv() local
1895 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectCmpOp() local
2166 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectRelationOperator() local
3043 RegOperand &AArch64CGFunc::GetZeroOpnd(uint32 bitLen) in GetZeroOpnd()
[all …]
Daarch64_proepilog.cpp64uint32 bitLen, AArch64reg baseRegNum) in SplitStpLdpOffsetForCalleeSavedWithAddInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp214 bool MacroAssemblerAArch64::IsMoveWidableImmediate(uint64_t val, uint32_t bitLen) in IsMoveWidableImmediate()
231 bool MacroAssemblerAArch64::IsBitmaskImmediate(uint64_t val, uint32_t bitLen) in IsBitmaskImmediate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_aarch64_aarch64_operand_test.cpp52 uint32 amount, int32 bitLen) in MyCreateExtendShiftOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp19 bool IsMoveWidableImmediate(uint64 val, uint32 bitLen) in IsMoveWidableImmediate()
Dcg_irbuilder.cpp145 …randBuilder::CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 bitLen, MemPool *mp) in CreateBitShift()
Disel.cpp773 uint32 bitLen = GetPrimTypeSize(preg->GetPrimType()) * kBitsPerByte; in SelectRegassign() local
793 uint32 bitLen = GetPrimTypeSize(preg->GetPrimType()) * kBitsPerByte; in SelectRegread() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h54 T AtomicGetValue(size_t pos, size_t bitLen) const in AtomicGetValue()
61 void AtomicSetValue(size_t pos, size_t bitLen, T newValue) in AtomicSetValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1709 ExtendShiftOperand(ExtendOp op, uint32 amt, int32 bitLen) in ExtendShiftOperand()
1764 BitShiftOperand(ShiftOp op, uint32 amt, int32 bitLen) in BitShiftOperand()