Searched refs:op_sys_table (Results 1 – 1 of 1) sorted by relevance
1229 struct op_sys_table { struct1237 static struct op_sys_table op_sys_table[] = { variable1302 for (i = 0; i < __arraycount(op_sys_table); i++) { in OP5FUNC()1303 if (op_sys_table[i].code != code) in OP5FUNC()1306 if (((op_sys_table[i].flags & OPE_XT) != 0) || (Rt != 31)) { in OP5FUNC()1308 op_sys_table[i].opname, in OP5FUNC()1312 op_sys_table[i].opname); in OP5FUNC()