LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MCRegisterDesc Struct Reference

#include <MCRegisterInfo.h>

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

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

uint32_t llvm::MCRegisterDesc::Name

Definition at line 110 of file MCRegisterInfo.h.

uint32_t llvm::MCRegisterDesc::RegUnits

Definition at line 120 of file MCRegisterInfo.h.

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

uint32_t llvm::MCRegisterDesc::SubRegIndices

Definition at line 116 of file MCRegisterInfo.h.

uint32_t llvm::MCRegisterDesc::SubRegs

Definition at line 111 of file MCRegisterInfo.h.

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

uint32_t llvm::MCRegisterDesc::SuperRegs

Definition at line 112 of file MCRegisterInfo.h.

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


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