Home | History | Annotate | Download | only in src

Lines Matching refs:setcc

367     : InstX86Base(Func, InstX86Base::Setcc, 0, Dest), Condition(Cond) {}
2958 Asm->setcc(Condition,
2961 Asm->setcc(Condition, Target->stackVarToAsmOperand(this->getDest()));
2970 Str << "setcc." << Traits::InstBrAttributes[Condition].DisplayString << " ";