Searched refs:OPCODE_COSH (Results 1 – 5 of 5) sorted by relevance
154 OPCODE_COSH, enumerator
921 case OPCODE_COSH: return "cosh"; in operationString()
293 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in program()
272 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in applyShader()
1015 …case EOpCosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_COSH, result, arg); break; in visitUnary()