Searched refs:setTokenValue (Results 1 – 2 of 2) sorted by relevance
3414 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()3557 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()4214 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()4267 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()4460 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()4465 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
154 void setTokenValue(StringRef Value) { in setTokenValue() function