This patch makes MC recognize tlbilx instruction and its mnemonics, and fixes issue 64080:
void foo(void) { asm volatile("tlbilxlpid"); }
tlbilx exists in ISA 2.07 Book III-E. Since contents of Book III-E were eliminated after ISA 3.0, tlbilx does not exist in ISA 3.0 and ISA 3.1.