| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_imm_valid.h | 22 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
|
| D | aarch64_mop_split.h | 42 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
|
| D | aarch64_cgfunc.h | 316 …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/ |
| D | aarch64_imm_valid.cpp | 28 bool IsBitmaskImmediate(uint64 val, uint32 bitLen) in IsBitmaskImmediate()
|
| D | aarch64_cgfunc.cpp | 491 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 …]
|
| D | aarch64_proepilog.cpp | 64 … uint32 bitLen, AArch64reg baseRegNum) in SplitStpLdpOffsetForCalleeSavedWithAddInstruction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | macro_assembler_aarch64.cpp | 214 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/ |
| D | cg_aarch64_aarch64_operand_test.cpp | 52 uint32 amount, int32 bitLen) in MyCreateExtendShiftOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | operand.cpp | 19 bool IsMoveWidableImmediate(uint64 val, uint32 bitLen) in IsMoveWidableImmediate()
|
| D | cg_irbuilder.cpp | 145 …randBuilder::CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 bitLen, MemPool *mp) in CreateBitShift()
|
| D | isel.cpp | 773 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/ |
| D | region_desc.h | 54 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/ |
| D | operand.h | 1709 ExtendShiftOperand(ExtendOp op, uint32 amt, int32 bitLen) in ExtendShiftOperand() 1764 BitShiftOperand(ShiftOp op, uint32 amt, int32 bitLen) in BitShiftOperand()
|