Lines Matching refs:OPCODE_MOV
822 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
956 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
962 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
980 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
985 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
1004 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()
1204 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, j, arg, i); in visitUnary()
1395 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, &coord); in visitAggregate()
1401 Instruction *mov = emit(sw::Shader::OPCODE_MOV, &coord, arg[1]); in visitAggregate()
1571 emit(sw::Shader::OPCODE_MOV, result, i, &zero); in visitAggregate()
1651 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, index + offset, argi, index); in visitAggregate()
1872 emit(sw::Shader::OPCODE_MOV, &iterate, &True); in visitLoop()
1884 emit(sw::Shader::OPCODE_MOV, &iterate, condition); in visitLoop()
2169 return emit(sw::Shader::OPCODE_MOV, dst, dstIndex, src, srcIndex); in emitCast()
2431 Instruction *instruction = new Instruction(sw::Shader::OPCODE_MOV); in source()
2521 emit(sw::Shader::OPCODE_MOV, dst, index, src, offset + index); in copy()
2564 Instruction *mov1 = new Instruction(sw::Shader::OPCODE_MOV); in assignLvalue()
2575 Instruction *mov = new Instruction(sw::Shader::OPCODE_MOV); in assignLvalue()
2613 Instruction *mov1 = new Instruction(sw::Shader::OPCODE_MOV); in evaluateRvalue()
2630 Instruction *mov = emit(sw::Shader::OPCODE_MOV, node, i, root, offset + i); in evaluateRvalue()