Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpBitShiftLeftAssign

836 		case EOpBitShiftLeftAssign:  if(visit == PostVisit) emitAssign(sw::Shader::OPCODE_SHL, result, left, left, right); break;