Searched refs:PrintGPR (Results 1 – 2 of 2) sorted by relevance
63 void PrintGPR(uint16_t GPRMask);116 PrintGPR(GPRMask); in Decode_1000iiii_iiiiiiii()134 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4)); in Decode_10100nnn()140 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14)); in Decode_10101nnn()156 PrintGPR((Opcode1 & 0x0f)); in Decode_10110001_0000iiii()258 void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() function
63 void PrintGPR(uint16_t GPRMask);121 PrintGPR(GPRMask); in Decode_1000iiii_iiiiiiii()143 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4)); in Decode_10100nnn()150 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14)); in Decode_10101nnn()167 PrintGPR((Opcode1 & 0x0f)); in Decode_10110001_0000iiii()275 inline void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() function