LLVM 19.0.0git
Public Attributes | List of all members
ARM_MLxEntry Struct Reference

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

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 84 of file ARMBaseInstrInfo.cpp.

Member Data Documentation

◆ AddSubOpc

uint16_t ARM_MLxEntry::AddSubOpc

Definition at line 87 of file ARMBaseInstrInfo.cpp.

◆ HasLane

bool ARM_MLxEntry::HasLane

Definition at line 89 of file ARMBaseInstrInfo.cpp.

◆ MLxOpc

uint16_t ARM_MLxEntry::MLxOpc

Definition at line 85 of file ARMBaseInstrInfo.cpp.

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

◆ MulOpc

uint16_t ARM_MLxEntry::MulOpc

Definition at line 86 of file ARMBaseInstrInfo.cpp.

◆ NegAcc

bool ARM_MLxEntry::NegAcc

Definition at line 88 of file ARMBaseInstrInfo.cpp.


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