reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-readobj/ARMEHABIPrinter.h
   63   void PrintRegisters(uint32_t Mask, StringRef Prefix);

References

tools/llvm-readobj/ARMEHABIPrinter.h
  193   PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
  205   PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 8), "d");
  215   PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
  226       PrintRegisters(Opcode1 & 0x0f, "wCGR");
  236   PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
  246   PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
  258   PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 10), "wR");
  265   PrintRegisters((((1 << ((Opcode & 0x07) + 1)) - 1) << 8), "d");