Lines Matching refs:DST
112 struct dst_operand *dst;
359 print_dst(struct dst_operand *dst, bool sep)
361 if (dst->use) {
362 printf("t%u", dst->reg);
363 print_amode(dst->amode);
364 print_components(dst->comps);
415 print_dst(operands->dst, true);
424 // dst (areg)
425 printf("a%u", operands->dst->reg);
426 print_components(operands->dst->comps);
437 print_dst(operands->dst, true);
447 print_dst(operands->dst, true);
467 OPC(DST),
532 struct dst_operand dst = {
579 .dst = &dst,