Lines Matching refs:dst

232   i->dst.type = o_null;
233 i->dst.val = -1;
251 i->dst.type = o_acc;
261 i->dst.type = o_acc;
273 i->dst.type = o_acc;
283 i->dst.type = o_acc;
301 i->dst.type = o_acc;
311 i->dst.type = o_acc;
323 i->dst.type = o_acc;
333 i->dst.type = o_acc;
342 i->dst.type = o_acc;
359 i->dst.type = o_reg;
360 i->dst.val = opcode&0x07;
369 i->dst.type = o_dir;
380 i->dst.type = o_ind;
381 i->dst.val = opcode&1;
390 i->dst.type = o_acc;
407 i->dst.type = o_reg;
408 i->dst.val = opcode&0x07;
417 i->dst.type = o_dir;
428 i->dst.type = o_ind;
429 i->dst.val = opcode&1;
448 i->dst.type = o_acc;
458 i->dst.type = o_acc;
470 i->dst.type = o_acc;
480 i->dst.type = o_acc;
490 i->dst.type = o_dir;
500 i->dst.type = o_dir;
518 i->dst.type = o_acc;
528 i->dst.type = o_acc;
540 i->dst.type = o_acc;
550 i->dst.type = o_acc;
560 i->dst.type = o_dir;
570 i->dst.type = o_dir;
588 i->dst.type = o_acc;
598 i->dst.type = o_acc;
610 i->dst.type = o_acc;
620 i->dst.type = o_acc;
630 i->dst.type = o_dir;
640 i->dst.type = o_dir;
649 i->dst.type = o_acc;
658 i->dst.type = o_acc;
667 i->dst.type = o_acc;
685 i->dst.type = o_acc;
694 i->dst.type = o_acc;
705 i->dst.type = o_acc;
714 i->dst.type = o_acc;
730 i->dst.type = o_reg;
731 i->dst.val = opcode&0x07;
747 i->dst.type = o_reg;
748 i->dst.val = opcode&0x07;
764 i->dst.type = o_reg;
765 i->dst.val = opcode&0x07;
774 i->dst.type = o_dir;
790 i->dst.type = o_dir;
799 i->dst.type = o_dir;
810 i->dst.type = o_dir;
819 i->dst.type = o_dir;
829 i->dst.type = o_ind;
830 i->dst.val = opcode&1;
840 i->dst.type = o_ind;
841 i->dst.val = opcode&1;
851 i->dst.type = o_ind;
852 i->dst.val = opcode&1;
863 i->dst.type = o_acc;
873 i->dst.type = o_ext;
874 i->dst.val = opcode&1;
955 i->dst.type = o_rel;
965 i->dst.type = o_rel;
983 i->dst.type = o_rel;
995 i->dst.type = o_rel;
1038 printf("decode instr type:%d, src1: %d, src2: %d, dest %d, nb_cycles: %d\n",i->type, i->src1.type, i->src2.type, i->dst.type, i->cycle);
1616 write_back(&(i->dst),out);
1670 int in3 = fetch_operand(&i->dst);