Searched refs:EOpSub (Results 1 – 7 of 7) sorted by relevance
221 case EOpSub: return "-"; in getOperatorString()362 case EOpSub: in addBinaryMath()1102 case EOpSub: in promote()1437 case EOpSub: in fold()
124 case EOpSub: out << "subtract"; break; in visitBinary()
64 EOpSub, enumerator
3308 case EOpSub: in binaryOpCommonCheck()3494 case EOpSub: in addBinaryMathInternal()
447 $$ = context->addBinaryMath(EOpSub, $1, $3, @2);
687 …case EOpSub: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_SUB, result), re… in visitBinary()2686 case EOpSub: in cost()
2746 …(yyval.interm.intermTypedNode) = context->addBinaryMath(EOpSub, (yyvsp[-2].interm.intermTypedNode)… in yyparse()