op_sys_table
static struct op_sys_table op_sys_table[] = {
for (i = 0; i < __arraycount(op_sys_table); i++) {
if (op_sys_table[i].code != code)
if (((op_sys_table[i].flags & OPE_XT) != 0) || (Rt != 31)) {
op_sys_table[i].opname,
op_sys_table[i].opname);