Searched refs:PrintGPR (Results 1 – 1 of 1) sorted by relevance
61 void PrintGPR(uint16_t GPRMask);119 PrintGPR(GPRMask); in Decode_1000iiii_iiiiiiii()141 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4)); in Decode_10100nnn()148 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14)); in Decode_10101nnn()164 PrintGPR((Opcode1 & 0x0f)); in Decode_10110001_0000iiii()273 inline void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() function