Home
last modified time | relevance | path

Searched refs:opcodeXPossibleShiftTypes_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.h297 std::map<Opcode, std::vector<ShiftType>> opcodeXPossibleShiftTypes_ = { variable
Dinst_generator.cpp913 for (auto &shiftType : opcodeXPossibleShiftTypes_[opCode]) { in GenerateOperationsShiftedRegister()