Lines Matching refs:OPCODE_MOV

594 					Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, 0, left, srcIndex);  in visitBinary()
611 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, index, left, index); in visitBinary()
679 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
813 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
819 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
837 emit(sw::Shader::OPCODE_MOV, result, left); in visitBinary()
842 emit(sw::Shader::OPCODE_MOV, result, right); in visitBinary()
861 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()
1060 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, j, arg, i); in visitUnary()
1248 emit(sw::Shader::OPCODE_MOV, &coord, &projCoord); in visitAggregate()
1262 emit(sw::Shader::OPCODE_MOV, &coord, arg[1]); in visitAggregate()
1278 … Instruction *bias = emit(sw::Shader::OPCODE_MOV, &coord, arg[textureFunction.offset ? 3 : 2]); in visitAggregate()
1290 Instruction *lod = emit(sw::Shader::OPCODE_MOV, &coord, arg[2]); in visitAggregate()
1401 Instruction *init = emit(sw::Shader::OPCODE_MOV, result, i, &zero); in visitAggregate()
1465 Instruction *mov = emit(sw::Shader::OPCODE_MOV, result, index + offset, argi, index); in visitAggregate()
1670 emit(sw::Shader::OPCODE_MOV, &iterate, &True); in visitLoop()
1682 emit(sw::Shader::OPCODE_MOV, &iterate, condition); in visitLoop()
1942 return emit(sw::Shader::OPCODE_MOV, dst, dstIndex, src, srcIndex); in emitCast()
2206 Instruction *instruction = new Instruction(sw::Shader::OPCODE_MOV); in argument()
2274 Instruction *mov = emit(sw::Shader::OPCODE_MOV, dst, index, src, offset + index); in copy()
2322 Instruction *mov = new Instruction(sw::Shader::OPCODE_MOV); in assignLvalue()