LLVM API Documentation

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

ARM_MLxEntry - Record information about MLA / MLS instructions. More...

Collaboration diagram for ARM_MLxEntry:
Collaboration graph
[legend]

Public Attributes

uint16_t MLxOpc
 
uint16_t MulOpc
 
uint16_t AddSubOpc
 
bool NegAcc
 
bool HasLane
 

Detailed Description

ARM_MLxEntry - Record information about MLA / MLS instructions.

Definition at line 59 of file ARMBaseInstrInfo.cpp.

Member Data Documentation

uint16_t ARM_MLxEntry::AddSubOpc

Definition at line 62 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().

bool ARM_MLxEntry::HasLane

Definition at line 64 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().

uint16_t ARM_MLxEntry::MLxOpc

Definition at line 60 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::ARMBaseInstrInfo::ARMBaseInstrInfo().

uint16_t ARM_MLxEntry::MulOpc

Definition at line 61 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().

bool ARM_MLxEntry::NegAcc

Definition at line 63 of file ARMBaseInstrInfo.cpp.

Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().


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