Home
last modified time | relevance | path

Searched defs:shift_type (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp326 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()
Dinst_generator.cpp829 for (auto &shift_type : opcode_x_possible_shift_types_[OpCode]) { in GenerateOperationsShiftedRegister() local
Dcodegen_test.cpp711 …:TestBinaryOperationWithShiftedOperand(Opcode opcode, uint32_t l, uint32_t r, ShiftType shift_type, in TestBinaryOperationWithShiftedOperand()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1979 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()
Dir_constructor.h461 IrConstructor &Shift(ShiftType shift_type, uint64_t imm) in Shift()
Dgraph_checker.cpp2111 …[[maybe_unused]] auto shift_type = static_cast<UnaryShiftedRegisterOperation *>(inst)->GetShiftTyp… in CheckDataFlow() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h594 …CanEncodeShiftedOperand([[maybe_unused]] ShiftOpcode opcode, [[maybe_unused]] ShiftType shift_type) in CanEncodeShiftedOperand()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2887 bool Aarch64Encoder::CanEncodeShiftedOperand(ShiftOpcode opcode, ShiftType shift_type) in CanEncodeShiftedOperand()