Home
last modified time | relevance | path

Searched refs:WidthOp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/games/atc/
H A Dlex.l54 width { return(WidthOp); }
H A Dgrammar.y46 %token <ival> WidthOp
127 WidthOp '=' ConstOp ';'
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6184 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
6186 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()
6188 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction()
6205 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
6217 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
6230 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
6231 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()