Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpMin

1491 		case EOpMin:              if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_MIN, result), result, arg[0], arg[1]); break;