Home | History | Annotate | Download | only in X86

Lines Matching refs:DEC

1516   DEC,
1649 // Translate to INC/DEC if ADD by 1 or -1.
1651 Op = (CNVal == 1) ? INC : DEC;
1652 // No more constant operand after being translated into INC/DEC.
1854 // is the value stored the result of a DEC or INC?
1855 if (!(Opc == X86ISD::DEC || Opc == X86ISD::INC)) return false;
1860 // are there other uses of the loaded value than the inc or dec?
1934 /// increment or decrement. Opc should be X86ISD::DEC or X86ISD::INC.
1936 if (Opc == X86ISD::DEC) {
2635 // Change a chain of {load; incr or dec; store} of the same value into
2639 // the EFLAGS on the original DEC are used. (This also applies to
2640 // {INC,DEC}X{64,32,16,8}.)
2644 // def DEC64m : RI<0xFF, MRM1m, (outs), (ins i64mem:$dst), "dec{q}\t$dst",
2648 // def DEC64m : RI<0xFF, MRM1m, (outs), (ins i64mem:$dst), "dec{q}\t$dst",