Home | History | Annotate | Download | only in Blackfin

Lines Matching full:setcc

562 multiclass SETCC<PatFrag opnode, PatFrag invnode, string cond, string suf=";"> {
580 defm SETEQ : SETCC<seteq, setne, "==">;
581 defm SETLT : SETCC<setlt, setge, "<">;
582 defm SETLE : SETCC<setle, setgt, "<=">;
583 defm SETULT : SETCC<setult, setuge, "<", " (iu);">;
584 defm SETULE : SETCC<setule, setugt, "<=", " (iu);">;