Rather than parsing a symbol and checking its name, look for an identifier during parsing. I've also handled the 0 immediate during parsing, though we could let that go through the normal immediate parsing if we need to support expressions that evaluate to 0. We don't have tests for that currently. Reviewed By: asb, frasercrmck Differential Revision: https://reviews.llvm.org/D142865