Lines Matching refs:dstr

363                 /** 0000 srcr 0000 dstr		MOVA @%1, %0 */
367 int dstr AU = op[1] & 0x0f;
371 "/** 0000 srcr 0000 dstr MOVA @%1, %0 */",
374 printf (" dstr = 0x%x\n", dstr);
378 ID (MSO_mov); SM (srcr, 0); DR (dstr);
387 /** 0000 srcr 0001 dstr MOVA @%1+, %0 */
391 int dstr AU = op[1] & 0x0f;
395 "/** 0000 srcr 0001 dstr MOVA @%1+, %0 */",
398 printf (" dstr = 0x%x\n", dstr);
402 ID (MSO_mov); SI (srcr); DR (dstr);
411 /** 0000 srcr 0010 dstr MOVA &%1, %0 */
415 int dstr AU = op[1] & 0x0f;
419 "/** 0000 srcr 0010 dstr MOVA &%1, %0 */",
422 printf (" dstr = 0x%x\n", dstr);
426 ID (MSO_mov); SA ((srcr << 16) + IMMU(2)); DR (dstr);
435 /** 0000 srcr 0011 dstr MOVA %1, %0 */
439 int dstr AU = op[1] & 0x0f;
443 "/** 0000 srcr 0011 dstr MOVA %1, %0 */",
446 printf (" dstr = 0x%x\n", dstr);
450 ID (MSO_mov); SM (srcr, IMMS(2)); DR (dstr);
460 /** 0000 bt00 010w dstr RRCM.A %c, %0 */
466 int dstr AU = op[1] & 0x0f;
470 "/** 0000 bt00 010w dstr RRCM.A %c, %0 */",
474 printf (" dstr = 0x%x\n", dstr);
478 ID (MSO_rrc); DR (dstr); SR (dstr);
489 /** 0000 srcr 0110 dstr MOVA %1, &%0 */
493 int dstr AU = op[1] & 0x0f;
497 "/** 0000 srcr 0110 dstr MOVA %1, &%0 */",
500 printf (" dstr = 0x%x\n", dstr);
504 ID (MSO_mov); SR (srcr); DA ((dstr << 16) + IMMU(2));
513 /** 0000 srcr 0111 dstr MOVA %1, &%0 */
517 int dstr AU = op[1] & 0x0f;
521 "/** 0000 srcr 0111 dstr MOVA %1, &%0 */",
524 printf (" dstr = 0x%x\n", dstr);
528 ID (MSO_mov); SR (srcr); DM (dstr, IMMS(2));
537 /** 0000 srcr 1000 dstr MOVA %1, %0 */
541 int dstr AU = op[1] & 0x0f;
545 "/** 0000 srcr 1000 dstr MOVA %1, %0 */",
548 printf (" dstr = 0x%x\n", dstr);
552 ID (MSO_mov); SC ((srcr << 16) + IMMU(2)); DR (dstr);
561 /** 0000 srcr 1001 dstr CMPA %1, %0 */
565 int dstr AU = op[1] & 0x0f;
569 "/** 0000 srcr 1001 dstr CMPA %1, %0 */",
572 printf (" dstr = 0x%x\n", dstr);
576 ID (MSO_cmp); SC ((srcr << 16) + IMMU(2)); DR (dstr);
586 /** 0000 srcr 1010 dstr ADDA %1, %0 */
590 int dstr AU = op[1] & 0x0f;
594 "/** 0000 srcr 1010 dstr ADDA %1, %0 */",
597 printf (" dstr = 0x%x\n", dstr);
601 ID (MSO_add); SC ((srcr << 16) + IMMU(2)); DR (dstr);
611 /** 0000 srcr 1011 dstr SUBA %1, %0 */
615 int dstr AU = op[1] & 0x0f;
619 "/** 0000 srcr 1011 dstr SUBA %1, %0 */",
622 printf (" dstr = 0x%x\n", dstr);
626 ID (MSO_sub); SC ((srcr << 16) + IMMU(2)); DR (dstr);
636 /** 0000 srcr 1100 dstr MOVA %1, %0 */
640 int dstr AU = op[1] & 0x0f;
644 "/** 0000 srcr 1100 dstr MOVA %1, %0 */",
647 printf (" dstr = 0x%x\n", dstr);
651 ID (MSO_mov); SR (srcr); DR (dstr);
660 /** 0000 srcr 1101 dstr CMPA %1, %0 */
664 int dstr AU = op[1] & 0x0f;
668 "/** 0000 srcr 1101 dstr CMPA %1, %0 */",
671 printf (" dstr = 0x%x\n", dstr);
675 ID (MSO_cmp); SR (srcr); DR (dstr);
685 /** 0000 srcr 1110 dstr ADDA %1, %0 */
689 int dstr AU = op[1] & 0x0f;
693 "/** 0000 srcr 1110 dstr ADDA %1, %0 */",
696 printf (" dstr = 0x%x\n", dstr);
700 ID (MSO_add); SR (srcr); DR (dstr);
710 /** 0000 srcr 1111 dstr SUBA %1, %0 */
714 int dstr AU = op[1] & 0x0f;
718 "/** 0000 srcr 1111 dstr SUBA %1, %0 */",
721 printf (" dstr = 0x%x\n", dstr);
725 ID (MSO_sub); SR (srcr); DR (dstr);
754 /** 0000 bt01 010w dstr RRAM.A %c, %0 */
760 int dstr AU = op[1] & 0x0f;
764 "/** 0000 bt01 010w dstr RRAM.A %c, %0 */",
768 printf (" dstr = 0x%x\n", dstr);
772 ID (MSO_rra); DR (dstr); SR (dstr);
832 /** 0000 bt10 010w dstr RLAM.A %c, %0 */
838 int dstr AU = op[1] & 0x0f;
842 "/** 0000 bt10 010w dstr RLAM.A %c, %0 */",
846 printf (" dstr = 0x%x\n", dstr);
850 ID (MSO_add); DR (dstr); SR (dstr);
910 /** 0000 bt11 010w dstr RRUM.A %c, %0 */
916 int dstr AU = op[1] & 0x0f;
920 "/** 0000 bt11 010w dstr RRUM.A %c, %0 */",
924 printf (" dstr = 0x%x\n", dstr);
928 ID (MSO_rru); DR (dstr); SR (dstr);
1905 /** 0001 0011 01as dstr CALLA %0 */
1909 int dstr AU = op[1] & 0x0f;
1913 "/** 0001 0011 01as dstr CALLA %0 */",
1916 printf (" dstr = 0x%x\n", dstr);
1920 ID (MSO_call); AS (dstr, as);
2086 /** 0001 011w bits dstr POPM.A %0 */
2092 int dstr AU = op[1] & 0x0f;
2096 "/** 0001 011w bits dstr POPM.A %0 */",
2100 printf (" dstr = 0x%x\n", dstr);
2104 ID (MSO_pop); DR (dstr);