Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpDiv

833 		case EOpDiv:       if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_DIV, result), result, left, right);       break;