Lines Matching full:opc4
3807 HWord opc4 = (opc4_and_imm >> 8) & 0xFF;3809 HWord isISTRx = opc4 & 2;3810 HWord isxSTRM = (opc4 & 1) ^ 1;3811 vassert((opc4 & 0xFC) == 0x60); /* 0x60 .. 0x63 */4144 HWord opc4, HWord gstOffD,4154 switch (opc4) {4160 if (opc4 == 0xDC)4171 if (opc4 == 0xDE)