reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 void PrintGPR(uint16_t GPRMask);
120 PrintGPR(GPRMask); 142 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4)); 149 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14)); 166 PrintGPR((Opcode1 & 0x0f));