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