reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1040 if (getPrimaryOpCode(firstInstr) == 15) { 1041 hiImm = firstInstr & 0xFFFF; 1042 } else if (getPrimaryOpCode(firstInstr) == 14) { 1043 loImm = firstInstr & 0xFFFF; 1065 if (!checkRegOperands(firstInstr, 12, 1))