Lines Matching refs:WS
24 Statement <- WS? (Label / ((GlobalDirective /
29 Comment / ) WS? ((Comment? '\n') / ';')))
30 GlobalDirective <- (".global" / ".globl") WS SymbolName
31 Directive <- '.' DirectiveName (WS Args)?
33 LocationDirective <- (".file" / ".loc") WS [^#\n]+
34 Args <- Arg ((WS? ',' WS?) Arg)*
38 LabelContainingDirective <- LabelContainingDirectiveName WS SymbolArgs
40 SymbolArgs <- SymbolArg ((WS? ',' WS?) SymbolArg)*
43 … (Offset / LocalSymbol / SymbolName / Dot) WS? Operator WS? (Offset / LocalSymbol / SymbolName) /
51 WS <- [ \t]+
58 Instruction <- InstructionName (WS InstructionArg ((WS? ',' WS?) InstructionArg)*)? (WS? '{' Instru…
76 BaseIndexScale <- '(' RegisterOrConstant? WS? (',' WS? RegisterOrConstant WS? (',' [0-9]+)? )? ')'