Lines Matching refs:ndd
197 class IMulOpRR_R<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0>
198 : BinOpRR_R<0xAF, "imul", t, ndd> {
204 class IMulOpRR_RF<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0>
205 : BinOpRR_RF<0xAF, "imul", t, X86smul_flag, ndd> {
211 class IMulOpRM_R<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0>
212 : BinOpRM_R<0xAF, "imul", t, ndd> {
216 class IMulOpRM_RF<X86TypeInfo t, X86FoldableSchedWrite sched, bit ndd = 0>
217 : BinOpRM_RF<0xAF, "imul", t, X86smul_flag, ndd> {
378 class IncOpR_RF<X86TypeInfo t, bit ndd = 0> : UnaryOpR_RF<0xFF, MRM0r, "inc", t, null_frag, ndd> {
382 class DecOpR_RF<X86TypeInfo t, bit ndd = 0> : UnaryOpR_RF<0xFF, MRM1r, "dec", t, null_frag, ndd> {
386 class IncOpR_R<X86TypeInfo t, bit ndd = 0> : UnaryOpR_R<0xFF, MRM0r, "inc", t, null_frag, ndd>;
387 class DecOpR_R<X86TypeInfo t, bit ndd = 0> : UnaryOpR_R<0xFF, MRM1r, "dec", t, null_frag, ndd>;
516 class NegOpR_R<X86TypeInfo t, bit ndd = 0>
517 : UnaryOpR_R<0xF7, MRM3r, "neg", t, ineg, ndd>;
518 class NegOpR_RF<X86TypeInfo t, bit ndd = 0>
519 : UnaryOpR_RF<0xF7, MRM3r, "neg", t, ineg, ndd>;
525 class NotOpR_R<X86TypeInfo t, bit ndd = 0>
526 : UnaryOpR_R<0xF7, MRM2r, "not", t, not, ndd>;