Home
last modified time | relevance | path

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

/netbsd-src/games/atc/
H A Dlex.l64 width { return(WidthOp); }
H A Dgrammar.y45 %token <ival> WidthOp
142 WidthOp '=' ConstOp ';'
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4786 AArch64Operand WidthOp = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4788 if (Op1.isScalarReg() && LSBOp.isImm() && WidthOp.isImm()) { in MatchAndEmitInstruction()
4790 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction()
4807 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4819 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4832 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4833 WidthOp.getEndLoc(), getContext())); in MatchAndEmitInstruction()