Searched defs:shift_type (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 326 auto shift_type = ShiftType::INVALID_SHIFT; in Generate() local 491 T DoShift(T value, ShiftType shift_type, uint64_t scale, uint8_t type_size) in DoShift() 516 [[maybe_unused]] ShiftType shift_type, [[maybe_unused]] uint8_t type_size) in DoLogic()
|
| D | inst_generator.cpp | 829 for (auto &shift_type : opcode_x_possible_shift_types_[OpCode]) { in GenerateOperationsShiftedRegister() local
|
| D | codegen_test.cpp | 711 …:TestBinaryOperationWithShiftedOperand(Opcode opcode, uint32_t l, uint32_t r, ShiftType shift_type, in TestBinaryOperationWithShiftedOperand()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 1979 explicit ShiftTypeMixin(ShiftType shift_type) : shift_type_(shift_type) {} in ShiftTypeMixin() 1984 void SetShiftType(ShiftType shift_type) in SetShiftType() 2317 explicit UnaryShiftedRegisterOperation(Opcode opcode, ShiftType shift_type, uint64_t imm) in UnaryShiftedRegisterOperation() 2321 …naryShiftedRegisterOperation(Opcode opcode, DataType::Type type, uint32_t pc, ShiftType shift_type, in UnaryShiftedRegisterOperation() 2347 explicit BinaryShiftedRegisterOperation(Opcode opcode, ShiftType shift_type, uint64_t imm) in BinaryShiftedRegisterOperation() 2351 …naryShiftedRegisterOperation(Opcode opcode, DataType::Type type, uint32_t pc, ShiftType shift_type, in BinaryShiftedRegisterOperation()
|
| D | ir_constructor.h | 461 IrConstructor &Shift(ShiftType shift_type, uint64_t imm) in Shift()
|
| D | graph_checker.cpp | 2111 …[[maybe_unused]] auto shift_type = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftTyp… in CheckDataFlow() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 594 …CanEncodeShiftedOperand([[maybe_unused]] ShiftOpcode opcode, [[maybe_unused]] ShiftType shift_type) in CanEncodeShiftedOperand()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 2887 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shift_type) in CanEncodeShiftedOperand()
|