Lines Matching refs:pack
239 !inst->dst.pack &&
240 !inst->src[0].pack);
303 switch (inst->dst.pack) {
317 switch (inst->dst.pack) {
343 unreachable("Bad pack field");
479 if (inst->dst.pack) {
480 if (inst->dst.pack) {
482 vc4_qpu_disasm_pack_mul(stderr, inst->dst.pack);
484 vc4_qpu_disasm_pack_a(stderr, inst->dst.pack);
492 vc4_qpu_disasm_unpack(stderr, inst->src[i].pack);
573 reg.pack = 0;
637 return a.file == b.file && a.index == b.index && a.pack == b.pack;
721 int pack = reg.pack;
728 !c->defs[reg.index]->dst.pack &&
729 !c->defs[reg.index]->src[0].pack) {
733 reg.pack = pack;
805 assert(!src.pack);