LLVM 20.0.0git
|
ARM_MLxEntry - Record information about MLA / MLS instructions. More...
Public Attributes | |
uint16_t | MLxOpc |
uint16_t | MulOpc |
uint16_t | AddSubOpc |
bool | NegAcc |
bool | HasLane |
ARM_MLxEntry - Record information about MLA / MLS instructions.
Definition at line 85 of file ARMBaseInstrInfo.cpp.
uint16_t ARM_MLxEntry::AddSubOpc |
Definition at line 88 of file ARMBaseInstrInfo.cpp.
bool ARM_MLxEntry::HasLane |
Definition at line 90 of file ARMBaseInstrInfo.cpp.
uint16_t ARM_MLxEntry::MLxOpc |
Definition at line 86 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::ARMBaseInstrInfo().
uint16_t ARM_MLxEntry::MulOpc |
Definition at line 87 of file ARMBaseInstrInfo.cpp.
bool ARM_MLxEntry::NegAcc |
Definition at line 89 of file ARMBaseInstrInfo.cpp.