LLVM API Documentation

Public Attributes
llvm::MCRegisterDesc Struct Reference

#include <MCRegisterInfo.h>

Collaboration diagram for llvm::MCRegisterDesc:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint32_t Name
uint32_t SubRegs
uint32_t SuperRegs
uint32_t SubRegIndices
uint32_t RegUnits

Detailed Description

MCRegisterDesc - This record contains information about a particular register. The SubRegs field is a zero terminated array of registers that are sub-registers of the specific register, e.g. AL, AH are sub-registers of AX. The SuperRegs field is a zero terminated array of registers that are super-registers of the specific register, e.g. RAX, EAX, are super-registers of AX.

Definition at line 109 of file MCRegisterInfo.h.


Member Data Documentation

Definition at line 110 of file MCRegisterInfo.h.

Definition at line 120 of file MCRegisterInfo.h.

Referenced by llvm::MCRegUnitIterator::MCRegUnitIterator().

Definition at line 116 of file MCRegisterInfo.h.

Definition at line 111 of file MCRegisterInfo.h.

Referenced by llvm::MCSubRegIterator::MCSubRegIterator().

Definition at line 112 of file MCRegisterInfo.h.

Referenced by llvm::MCSuperRegIterator::MCSuperRegIterator().


The documentation for this struct was generated from the following file: