Home
last modified time | relevance | path

Searched refs:op_sys_table (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/arm64/arm64/
H A Ddisasm.c1229 struct op_sys_table { struct
1237 static struct op_sys_table op_sys_table[] = { variable
1302 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()