Home | History | Annotate | Download | only in vc4

Lines Matching defs: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");
433 if (inst->dst.pack) {
434 if (inst->dst.pack) {
436 vc4_qpu_disasm_pack_mul(stderr, inst->dst.pack);
438 vc4_qpu_disasm_pack_a(stderr, inst->dst.pack);
446 vc4_qpu_disasm_unpack(stderr, inst->src[i].pack);
527 reg.pack = 0;
591 return a.file == b.file && a.index == b.index && a.pack == b.pack;
674 int pack = reg.pack;
681 !c->defs[reg.index]->dst.pack &&
682 !c->defs[reg.index]->src[0].pack) {
686 reg.pack = pack;
758 assert(!src.pack);