Searched defs:shiftType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 330 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()
|
| D | inst_generator.cpp | 795 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister() local
|
| D | codegen_test.cpp | 658 …::TestBinaryOperationWithShiftedOperand(Opcode opcode, uint32_t l, uint32_t r, ShiftType shiftType, in TestBinaryOperationWithShiftedOperand()
|
| /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 | 2311 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()
|
| D | graph_checker.cpp | 2510 …[[maybe_unused]] auto shiftType = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftType… in CheckInstUsers() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 819 ShiftType shiftType = GetShiftTypeByOpcode(shiftInst->GetOpcode()); in LowerOperationWithShiftedOperand() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 618 … 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 | 2483 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shiftType) in CanEncodeShiftedOperand()
|