Searched refs:setTokenValue (Results 1 – 2 of 2) sorted by relevance
3600 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()3743 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()4241 Op.setTokenValue(Tmp); in matchAndEmitATTInstruction()4294 Op.setTokenValue(Base); in matchAndEmitATTInstruction()4452 Op.setTokenValue(Tmp); in matchAndEmitIntelInstruction()4457 Op.setTokenValue(Base); in matchAndEmitIntelInstruction()
164 void setTokenValue(StringRef Value) { in setTokenValue() function