Home
last modified time | relevance | path

Searched refs:PrintGPR (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h63 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
/external/llvm-project/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h61 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()
165 PrintGPR((Opcode1 & 0x0f)); in Decode_10110001_0000iiii()
273 inline void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() function