Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:PrintRegisters

63   void PrintRegisters(uint32_t Mask, StringRef Prefix);
182 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
192 PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 8), "d");
202 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
213 PrintRegisters(Opcode1 & 0x0f, "wCGR");
223 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
233 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
243 PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 10), "wR");
249 PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 8), "d");
276 void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) {