Lines Matching defs:Lane
1278 // A lane attached to a NEON register. "[N]", which should yield three tokens:
1290 Error(Parser.getTok().getLoc(), "expected lane number");
1295 Error(Parser.getTok().getLoc(), "lane number incompatible with layout");
1299 const MCExpr *Lane = MCConstantExpr::Create(Parser.getTok().getIntVal(),
1302 Parser.Lex(); // Eat actual lane
1304 Operands.push_back(AArch64Operand::CreateImm(Lane, S, E));
1308 Error(Parser.getTok().getLoc(), "expected ']' after lane");
2128 "expected lane specifier '[1]'");