Searched defs:ImmInstrInfo (Results 1 – 1 of 1) sorted by relevance
32 struct ImmInstrInfo { struct34 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 …]