Home
last modified time | relevance | path

Searched refs:mov1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_remove_phis.c42 matching_mov(nir_alu_instr *mov1, nir_ssa_def *ssa) in matching_mov() argument
44 if (!mov1) in matching_mov()
48 return mov2 && nir_alu_srcs_equal(mov1, mov2, 0, 0); in matching_mov()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2545 Instruction *mov1 = new Instruction(sw::Shader::OPCODE_MOV); in assignLvalue() local
2547 int swizzle = lvalue(mov1->dst, dst); in assignLvalue()
2549 source(mov1->src[0], src); in assignLvalue()
2550 mov1->src[0].swizzle = swizzleSwizzle(mov1->src[0].swizzle, swizzle); in assignLvalue()
2552 shader->append(mov1); in assignLvalue()
2558 mov->dst = mov1->dst; in assignLvalue()
2594 Instruction *mov1 = new Instruction(sw::Shader::OPCODE_MOV); in evaluateRvalue() local
2596 destination(mov1->dst, node, 0); in evaluateRvalue()
2602 int swizzle = lvalue(root, offset, mov1->src[0].rel, mask, address, node); in evaluateRvalue()
2604 source(mov1->src[0], root, offset); in evaluateRvalue()
[all …]