Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h62 void PrintGPR(uint16_t GPRMask);
115 PrintGPR(GPRMask); in Decode_1000iiii_iiiiiiii()
133 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4)); in Decode_10100nnn()
139 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14)); in Decode_10101nnn()
155 PrintGPR((Opcode1 & 0x0f)); in Decode_10110001_0000iiii()
257 void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() function