Searched refs:opcode5 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c1958 uint_t opcode5; /* low nibble of 2nd byte */ local
2115 if (dtrace_get_opcode(x, &opcode4, &opcode5) != 0)
2118 if (opcode4 == 0x7 && opcode5 >= 0x1 && opcode5 <= 0x3) {
2126 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
2127 } else if ((opcode4 == 0xc) && (opcode5 >= 0x8)) {
2129 } else if ((opcode4 == 0x3) && (opcode5 == 0xA)) {
2163 } else if ((opcode4 == 0x3) && (opcode5 == 0x8)) {
2200 dp = (instable_t *)&dis_op0F[opcode4][opcode5];
2461 wbit = WBIT(opcode5);
[all...]

Completed in 24 milliseconds