File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1322,8 +1322,8 @@ def move_vec_shift : Operand<i32> {
13221322 let OperandNamespace = "AArch64";
13231323 let PrintMethod = "printShifter";
13241324 let OperandType = "OPERAND_MSL_SHIFT";
1325- let ParserMatchClass = MoveVecShifterOperand;
13261325 let EncoderMethod = "getMoveVecShifterOpValue";
1326+ let ParserMatchClass = MoveVecShifterOperand;
13271327}
13281328
13291329let DiagnosticType = "AddSubSecondSource" in {
@@ -1563,13 +1563,6 @@ let OperandNamespace = "AArch64" in {
15631563 defm VectorIndex032b : VectorIndex<i32, VectorIndex0Operand,
15641564 [{ return ((uint32_t)Imm) == 0; }]>;
15651565 }
1566- // MSL shift operand type
1567- let OperandType = "OPERAND_MSL_SHIFT" in {
1568- def msl_shift : Operand<i32> {
1569- let PrintMethod = "printImm";
1570- let ParserMatchClass = MoveVecShifterOperand;
1571- }
1572- }
15731566}
15741567defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand,
15751568 [{ return ((uint64_t)Imm) == 1; }]>;
You can’t perform that action at this time.
0 commit comments