Searched defs:shiftType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 395 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()
|
| D | inst_generator.cpp | 918 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 552 IrConstructor &Shift(ShiftType shiftType, uint64_t imm) in Shift()
|
| D | inst.h | 2290 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()
|
| D | graph_checker.cpp | 2883 …[[maybe_unused]] auto shiftType = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftType… in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 984 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.cpp | 533 …: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 | 3147 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shiftType) in CanEncodeShiftedOperand()
|