Searched defs:ImmInstrInfo (Results 1 – 1 of 1) sorted by relevance
31 struct ImmInstrInfo { struct33 uint64_t SignedImm : 1;35 uint64_t ImmMustBeMultipleOf : 5;38 uint64_t ZeroIsSpecialOrig : 3;41 uint64_t ZeroIsSpecialNew : 3;43 uint64_t IsCommutative : 1;45 uint64_t OpNoForForwarding : 3;47 uint64_t ImmOpNo : 3;49 uint64_t ImmOpcode : 16;51 uint64_t ImmWidth : 5;[all …]