Lines Matching defs:Loc
300 static X86Operand *CreateToken(StringRef Str, SMLoc Loc) {
301 X86Operand *Res = new X86Operand(Token, Loc, Loc);
591 SMLoc Loc = Parser.getTok().getLoc();
599 Error(Loc, "scale factor in address must be 1, 2, 4 or 8");
608 SMLoc Loc = Parser.getTok().getLoc();
615 Warning(Loc, "scale factor without index register is ignored");
722 SMLoc Loc = Parser.getTok().getLoc();
723 Operands.push_back(X86Operand::CreateToken("*", Loc));
748 SMLoc Loc = getLexer().getLoc();
750 return Error(Loc, "unexpected token in argument list");
769 SMLoc Loc = Op.getEndLoc();
770 Operands.back() = X86Operand::CreateReg(Op.Mem.BaseReg, Loc, Loc);
782 SMLoc Loc = Op.getEndLoc();
783 Operands.begin()[1] = X86Operand::CreateReg(Op.Mem.BaseReg, Loc, Loc);