Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h82 struct ImmInstrInfo { struct
84 uint64_t SignedImm : 1;
86 uint64_t ImmMustBeMultipleOf : 5;
89 uint64_t ZeroIsSpecialOrig : 3;
92 uint64_t ZeroIsSpecialNew : 3;
94 uint64_t IsCommutative : 1;
96 uint64_t OpNoForForwarding : 3;
98 uint64_t ImmOpNo : 3;
100 uint64_t ImmOpcode : 16;
102 uint64_t ImmWidth : 5;
[all …]