Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpPow

1489 		case EOpPow:              if(visit == PostVisit) emit(sw::Shader::OPCODE_POW, result, arg[0], arg[1]); break;