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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c1957 uint_t opcode4; /* high nibble of 2nd byte */ local
2115 if (dtrace_get_opcode(x, &opcode4, &opcode5) != 0)
2118 if (opcode4 == 0x7 && opcode5 >= 0x1 && opcode5 <= 0x3) {
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];
2395 if (opcode_bytes == 2 && opcode4 == 4) {

Completed in 12 milliseconds