LLVM
8.0.1
|
#include "Target/PowerPC/PPCInstrInfo.h"
Public Attributes | |
uint64_t | SignedImm: 1 |
uint64_t | ImmMustBeMultipleOf: 5 |
uint64_t | ZeroIsSpecialOrig: 3 |
uint64_t | ZeroIsSpecialNew: 3 |
uint64_t | IsCommutative: 1 |
uint64_t | OpNoForForwarding: 3 |
uint64_t | ImmOpNo: 3 |
uint64_t | ImmOpcode: 16 |
uint64_t | ImmWidth: 5 |
uint64_t | TruncateImmTo: 5 |
uint64_t | IsSummingOperands: 1 |
Definition at line 81 of file PPCInstrInfo.h.
uint64_t llvm::ImmInstrInfo::ImmMustBeMultipleOf |
Definition at line 85 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::ImmOpcode |
Definition at line 99 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::ImmOpNo |
Definition at line 97 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::ImmWidth |
Definition at line 101 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::IsCommutative |
Definition at line 93 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::IsSummingOperands |
Definition at line 105 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::OpNoForForwarding |
Definition at line 95 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::SignedImm |
Definition at line 83 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::TruncateImmTo |
Definition at line 103 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::ZeroIsSpecialNew |
Definition at line 91 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().
uint64_t llvm::ImmInstrInfo::ZeroIsSpecialOrig |
Definition at line 88 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::instrHasImmForm(), and swapMIOperands().