Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp330 auto shiftType = ShiftType::INVALID_SHIFT; in Generate() local
486 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
513 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
Dinst_generator.cpp795 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister() local
Dcodegen_test.cpp658 …::TestBinaryOperationWithShiftedOperand(Opcode opcode, uint32_t l, uint32_t r, ShiftType shiftType, in TestBinaryOperationWithShiftedOperand()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h551 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift()
Dinst.h2311 explicit ShiftTypeMixin(ShiftType shiftType) : shiftType_(shiftType) {} in ShiftTypeMixin()
2316 void SetShiftType(ShiftType shiftType) in SetShiftType()
2748 explicit UnaryShiftedRegisterOperation(Opcode opcode, ShiftType shiftType, uint64_t imm) in UnaryShiftedRegisterOperation()
2753 ShiftType shiftType) in UnaryShiftedRegisterOperation()
2778 explicit BinaryShiftedRegisterOperation(Opcode opcode, ShiftType shiftType, uint64_t imm) in BinaryShiftedRegisterOperation()
2783 uint64_t imm, ShiftType shiftType) in BinaryShiftedRegisterOperation()
Dgraph_checker.cpp2510 …[[maybe_unused]] auto shiftType = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftType… in CheckInstUsers() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp819 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h618 … CanEncodeShiftedOperand([[maybe_unused]] ShiftOpcode opcode, [[maybe_unused]] ShiftType shiftType) in CanEncodeShiftedOperand()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2483 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shiftType) in CanEncodeShiftedOperand()