Searched defs:shiftType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 394 auto shiftType = ShiftType::INVALID_SHIFT; in Generate() local 526 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() 553 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
|
| D | inst_generator.cpp | 913 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 551 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift()
|
| D | inst.h | 2276 explicit ShiftTypeMixin(ShiftType shiftType) : shiftType_(shiftType) {} in ShiftTypeMixin() 2281 void SetShiftType(ShiftType shiftType) in SetShiftType() 2622 UnaryShiftedRegisterOperation(Initializer t, uint64_t imm, ShiftType shiftType) in UnaryShiftedRegisterOperation() 2644 BinaryShiftedRegisterOperation(Initializer t, uint64_t imm, ShiftType shiftType) in BinaryShiftedRegisterOperation()
|
| D | graph_checker.cpp | 2691 …[[maybe_unused]] auto shiftType = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftType… in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 961 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.cpp | 517 …:CanEncodeShiftedOperand([[maybe_unused]] ShiftOpcode opcode, [[maybe_unused]] ShiftType shiftType) in CanEncodeShiftedOperand()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 2889 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shiftType) in CanEncodeShiftedOperand()
|