Searched refs:setTokenValue (Results 1 – 2 of 2) sorted by relevance
3627 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in parseInstruction()3770 static_cast<X86Operand &>(*Operands[0]).setTokenValue("xlatb"); in parseInstruction()4338 Op.setTokenValue(Tmp); in matchAndEmitATTInstruction()4391 Op.setTokenValue(Base); in matchAndEmitATTInstruction()4549 Op.setTokenValue(Tmp); in matchAndEmitIntelInstruction()4554 Op.setTokenValue(Base); in matchAndEmitIntelInstruction()
163 void setTokenValue(StringRef Value) { in setTokenValue() function