This patch adds basic support to AsmParser which can handle basic
instructions with register or immediate operands. With the addition of
the parser, now it's possible to test instructions encoding with llvm-mc.
Depends on D120545
Disassembler will be added later and then we can do round-trip test.
nit: lexical ordering