Lines Matching refs:NameLoc
1293 SMLoc NameLoc, OperandVector &Operands) override;
3189 SMLoc NameLoc, OperandVector &Operands) { in ParseInstruction() argument
3229 return Error(NameLoc, "unknown prefix"); in ParseInstruction()
3231 NameLoc = Parser.getTok().getLoc(); in ParseInstruction()
3260 NameLoc = Parser.getTok().getLoc(); in ParseInstruction()
3286 NameLoc.getFromPointer(NameLoc.getPointer() + Name.size()); in ParseInstruction()
3500 return Error(NameLoc, "redundant data16 prefix"); in ParseInstruction()
3504 return Error(NameLoc, "redundant data32 prefix"); in ParseInstruction()
3506 return Error(NameLoc, "'data32' is not supported in 64-bit mode"); in ParseInstruction()
3527 Operands.push_back(X86Operand::CreateToken(PatchedName, NameLoc)); in ParseInstruction()
3533 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
3577 Operands.push_back(X86Operand::CreateImm(ImmOp, NameLoc, NameLoc)); in ParseInstruction()
3618 Operands[0] = X86Operand::CreateToken(Name, NameLoc); in ParseInstruction()
3658 X86Operand::CreateReg(X86::DX, NameLoc, NameLoc), in ParseInstruction()
3659 DefaultMemDIOperand(NameLoc)); in ParseInstruction()
3668 AddDefaultSrcDestOperands(TmpOperands, DefaultMemSIOperand(NameLoc), in ParseInstruction()
3669 X86Operand::CreateReg(X86::DX, NameLoc, NameLoc)); in ParseInstruction()
3680 TmpOperands.push_back(DefaultMemSIOperand(NameLoc)); in ParseInstruction()
3691 TmpOperands.push_back(DefaultMemDIOperand(NameLoc)); in ParseInstruction()
3702 TmpOperands.push_back(DefaultMemDIOperand(NameLoc)); in ParseInstruction()
3711 AddDefaultSrcDestOperands(TmpOperands, DefaultMemDIOperand(NameLoc), in ParseInstruction()
3712 DefaultMemSIOperand(NameLoc)); in ParseInstruction()
3725 Operands.back() = X86Operand::CreateToken("movsl", NameLoc); in ParseInstruction()
3726 AddDefaultSrcDestOperands(TmpOperands, DefaultMemSIOperand(NameLoc), in ParseInstruction()
3727 DefaultMemDIOperand(NameLoc)); in ParseInstruction()
3748 Operands.push_back(X86Operand::CreatePrefix(Flags, NameLoc, NameLoc)); in ParseInstruction()