LLVM API Documentation

Public Attributes
AddSubFlagsOpcodePair Struct Reference
Collaboration diagram for AddSubFlagsOpcodePair:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint16_t PseudoOpc
uint16_t MachineOpc

Detailed Description

Map pseudo instructions that imply an 'S' bit onto real opcodes. Whether the instruction is encoded with an 'S' bit is determined by the optional CPSR def operand.

This will go away once we can teach tblgen how to set the optional CPSR def operand itself.

Definition at line 1858 of file ARMBaseInstrInfo.cpp.


Member Data Documentation

Definition at line 1860 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::convertAddSubFlagsOpcode().

Definition at line 1859 of file ARMBaseInstrInfo.cpp.


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