LLVM
8.0.1
|
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 79 of file ARMBaseInstrInfo.cpp.
uint16_t ARM_MLxEntry::AddSubOpc |
Definition at line 82 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().
bool ARM_MLxEntry::HasLane |
Definition at line 84 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().
uint16_t ARM_MLxEntry::MLxOpc |
Definition at line 80 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::ARMBaseInstrInfo().
uint16_t ARM_MLxEntry::MulOpc |
Definition at line 81 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().
bool ARM_MLxEntry::NegAcc |
Definition at line 83 of file ARMBaseInstrInfo.cpp.
Referenced by llvm::ARMBaseInstrInfo::isFpMLxInstruction().