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