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,
210 fs_inst *copy;
225 copy = bld.LOAD_PAYLOAD(inst->dst, payload, inst->sources,
236 copy = bld.LOAD_PAYLOAD(inst->dst, payload, sources, 0);
238 copy = bld.MOV(inst->dst, src);
239 copy->group = inst->group;
240 copy->force_writemask_all = inst->force_writemask_all;
241 copy->src[0].negate = negate;
243 assert(regs_written(copy) == written);