Searched refs:OPCODE_ISUB (Results 1 – 5 of 5) sorted by relevance
260 OPCODE_ISUB, enumerator
773 case OPCODE_ISUB: return "isub"; in operationString()
296 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in program()
206 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in applyShader()
604 return sw::Shader::OPCODE_ISUB; in getOpcode()