Home
last modified time | relevance | path

Searched defs:ImmInstrInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h78 struct ImmInstrInfo { struct
80 uint64_t SignedImm : 1;
82 uint64_t ImmMustBeMultipleOf : 5;
85 uint64_t ZeroIsSpecialOrig : 3;
88 uint64_t ZeroIsSpecialNew : 3;
90 uint64_t IsCommutative : 1;
92 uint64_t OpNoForForwarding : 3;
94 uint64_t ImmOpNo : 3;
96 uint64_t ImmOpcode : 16;
98 uint64_t ImmWidth : 5;
[all …]