Home
last modified time | relevance | path

Searched defs:shiftType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp395 auto shiftType = ShiftType::INVALID_SHIFT; in Generate() local
527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
555 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
Dinst_generator.cpp918 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h552 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift()
Dinst.h2290 explicit ShiftTypeMixin(ShiftType shiftType) : shiftType_(shiftType) {} in ShiftTypeMixin()
2295 void SetShiftType(ShiftType shiftType) in SetShiftType()
2638 UnaryShiftedRegisterOperation(Initializer t, uint64_t imm, ShiftType shiftType) in UnaryShiftedRegisterOperation()
2662 BinaryShiftedRegisterOperation(Initializer t, uint64_t imm, ShiftType shiftType) in BinaryShiftedRegisterOperation()
Dgraph_checker.cpp2883 …[[maybe_unused]] auto shiftType = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftType… in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp984 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp533 …:CanEncodeShiftedOperand([[maybe_unused]] ShiftOpcode opcode, [[maybe_unused]] ShiftType shiftType) in CanEncodeShiftedOperand()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3147 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shiftType) in CanEncodeShiftedOperand()