Searched refs:setTokenValue (Results 1 – 2 of 2) sorted by relevance
2575 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()2740 static_cast<X86Operand &>(*Operands[0]).setTokenValue("int3"); in ParseInstruction()2751 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in ParseInstruction()2993 Op.setTokenValue(Tmp); in MatchAndEmitATTInstruction()3018 Op.setTokenValue(Base); in MatchAndEmitATTInstruction()3173 Op.setTokenValue(Tmp); in MatchAndEmitIntelInstruction()3178 Op.setTokenValue(Base); in MatchAndEmitIntelInstruction()
153 void setTokenValue(StringRef Value) { in setTokenValue() function