<div dir="ltr">Hi all,<div><br></div><div>My instruction is something like "LDA ($5000),Y". So my argstr pattern in the td file is "($$$addr),Y". The problem is that I'm getting an error from tablegen -gen-asm-matcher:</div><div><br></div><div>error: unable to find operand: 'addr)'.</div><div><br></div><div>Then I looked at GenAsmMatcher.cpp and tried "($$${addr}),Y" but got "error: unable to find operand: '$addr'"</div><div><br></div><div>So, </div><div><br></div><div>1. How do I fix this?</div><div>2. Is there any documentation on what the format of the argstr should be?</div></div>