Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpLogicalXor

967 		case EOpLogicalXor:        if(visit == PostVisit) emit(sw::Shader::OPCODE_XOR, result, left, right); break;