Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h32 struct ImmInstrInfo { struct
34 uint64_t SignedImm : 1;
36 uint64_t ImmMustBeMultipleOf : 5;
39 uint64_t ZeroIsSpecialOrig : 3;
42 uint64_t ZeroIsSpecialNew : 3;
44 uint64_t IsCommutative : 1;
46 uint64_t OpNoForForwarding : 3;
48 uint64_t ImmOpNo : 3;
50 uint64_t ImmOpcode : 16;
52 uint64_t ImmWidth : 5;
[all …]