Searched defs:ImmInstrInfo (Results 1 – 1 of 1) sorted by relevance
81 struct ImmInstrInfo { struct83 uint64_t SignedImm : 1;85 uint64_t ImmMustBeMultipleOf : 5;88 uint64_t ZeroIsSpecialOrig : 3;91 uint64_t ZeroIsSpecialNew : 3;93 uint64_t IsCommutative : 1;95 uint64_t ConstantOpNo : 3;97 uint64_t ImmOpNo : 3;99 uint64_t ImmOpcode : 16;101 uint64_t ImmWidth : 5;[all …]