Lines Matching defs:opcode5
2912 uint_t opcode5; /* low nibble of 2nd byte */
3140 if (dtrace_get_opcode(x, &opcode5, &opcode6) != 0)
3142 vex_W = (opcode5 & VEX_W) >> 3;
3144 vex_v = (((opcode5 << 4) | opcode6) & VEX_v) >> 3;
3262 if (dtrace_get_opcode(x, &opcode4, &opcode5) != 0)
3265 if (opcode4 == 0x7 && opcode5 >= 0x1 && opcode5 <= 0x3) {
3273 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];
3274 } else if ((opcode4 == 0xc) && (opcode5 >= 0x8)) {
3276 } else if ((opcode4 == 0x3) && (opcode5 == 0xA)) {
3310 } else if ((opcode4 == 0x3) && (opcode5 == 0x8)) {
3406 dp = (instable_t *)&dis_op0F[opcode4][opcode5];
3726 wbit = WBIT(opcode5);
3786 wbit = WBIT(opcode5);
4126 switch (opcode5) {
4163 reg = REGNO(opcode5);