Lines Matching defs:copy
5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1079 * starting at the source offset of the copy instruction.
1986 /* Create the split instruction from the original so that we copy all
2002 vec4_instruction *copy = MOV(dst, src_reg(inst->dst));
2003 copy->exec_size = lowered_width;
2004 copy->group = channel_offset;
2005 copy->size_written = size_written;
2006 inst->insert_before(block, copy);
2030 * instruction, copy the result to the original destination
2224 /* Use the copy constructor so we copy all relevant instruction fields