Searched defs:bitLen (Results 1 – 11 of 11) sorted by relevance
| /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 | 509 …BitShiftOperand &CreateBitShiftOperand(BitShiftOperand::ShiftOp op, uint32 amount, int32 bitLen) c… in CreateBitShiftOperand() 514 …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 | 29 bool IsBitmaskImmediate(uint64 val, uint32 bitLen) in IsBitmaskImmediate()
|
| D | aarch64_cgfunc.cpp | 876 bool AArch64CGFunc::IsImmediateOffsetOutOfRange(const MemOperand &memOpnd, uint32 bitLen) in IsImmediateOffsetOutOfRange() 943 MemOperand &AArch64CGFunc::CreateReplacementMemOperand(uint32 bitLen, RegOperand &baseReg, int64 of… in CreateReplacementMemOperand() 984 MemOperand &AArch64CGFunc::ConstraintOffsetToSafeRegion(uint32 bitLen, const MemOperand &memOpnd, in ConstraintOffsetToSafeRegion() 1019 ImmOperand &AArch64CGFunc::SplitAndGetRemained(const MemOperand &memOpnd, uint32 bitLen, RegOperand… in SplitAndGetRemained() 1070 MemOperand &AArch64CGFunc::SplitOffsetWithAddInstruction(const MemOperand &memOpnd, uint32 bitLen, … in SplitOffsetWithAddInstruction() 2004 uint32 bitLen = byteLen * kBitsPerByte; in SelectIassignspoff() local 3551 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectAdd() local 3711 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectSub() local 3869 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectDiv() local 4182 int32 bitLen = is64Bits ? kBitLenOfShift64Bits : kBitLenOfShift32Bits; in SelectCmpOp() local [all …]
|
| D | aarch64_proepilog.cpp | 288 … 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/maple_be/src/cg/ |
| D | operand.cpp | 21 bool IsMoveWidableImmediate(uint64 val, uint32 bitLen) in IsMoveWidableImmediate()
|
| D | cg_irbuilder.cpp | 144 …randBuilder::CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 bitLen, MemPool *mp) in CreateBitShift()
|
| D | isel.cpp | 927 uint32 bitLen = GetPrimTypeSize(preg->GetPrimType()) * kBitsPerByte; in SelectRegassign() local 956 uint32 bitLen = GetPrimTypeSize(preg->GetPrimType()) * kBitsPerByte; in SelectRegread() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 1759 ExtendShiftOperand(ExtendOp op, uint32 amt, int32 bitLen) in ExtendShiftOperand() 1814 BitShiftOperand(ShiftOp op, uint32 amt, int32 bitLen) in BitShiftOperand()
|