Home | History | Annotate | Download | only in codegen

Lines Matching refs:OP_NEG

299       case OP_NEG:
378 case NV50_IR_MOD_NEG: return OP_NEG;
528 case OP_NEG: res.data.f32 = -imm.reg.data.f32; break;
720 i->op = OP_NEG;
747 bld.mkOp1(OP_NEG, TYPE_S32, i->getDef(0), tB);
808 case OP_NEG:
862 mi->op != OP_NEG))
876 if ((i->op == OP_NEG) && mod.neg()) {
957 if (neg && neg->op != OP_NEG) {
961 if (!neg || neg->op != OP_NEG ||
1182 if (!insn || insn->op != OP_NEG || insn->dType != TYPE_F32)