Home | History | Annotate | Download | only in opcodes

Lines Matching full:pseudo

459    PSEUDO	a stylized code form endorsed by Chapter A.4 of the
488 { "lda", MEM(0x08), BASE, { RA, MDISP, ZB } }, /* pseudo */
490 { "ldah", MEM(0x09), BASE, { RA, MDISP, ZB } }, /* pseudo */
494 MEM_MASK, BASE, { ZA } }, /* pseudo */
501 { "sextl", OPR(0x10,0x00), BASE, ARG_OPRZ1 }, /* pseudo */
502 { "sextl", OPRL(0x10,0x00), BASE, ARG_OPRLZ1 }, /* pseudo */
507 { "negl", OPR(0x10,0x09), BASE, ARG_OPRZ1 }, /* pseudo */
508 { "negl", OPRL(0x10,0x09), BASE, ARG_OPRLZ1 }, /* pseudo */
525 { "negq", OPR(0x10,0x29), BASE, ARG_OPRZ1 }, /* pseudo */
526 { "negq", OPRL(0x10,0x29), BASE, ARG_OPRLZ1 }, /* pseudo */
541 { "negl/v", OPR(0x10,0x49), BASE, ARG_OPRZ1 }, /* pseudo */
542 { "negl/v", OPRL(0x10,0x49), BASE, ARG_OPRLZ1 }, /* pseudo */
549 { "negq/v", OPR(0x10,0x69), BASE, ARG_OPRZ1 }, /* pseudo */
550 { "negq/v", OPRL(0x10,0x69), BASE, ARG_OPRLZ1 }, /* pseudo */
566 { "nop", OPR(0x11,0x20), BASE, { ZA, ZB, ZC } }, /* pseudo */
567 { "clr", OPR(0x11,0x20), BASE, { ZA, ZB, RC } }, /* pseudo */
568 { "mov", OPR(0x11,0x20), BASE, { ZA, RB, RC } }, /* pseudo */
569 { "mov", OPR(0x11,0x20), BASE, { RA, RBA, RC } }, /* pseudo */
570 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
579 { "not", OPR(0x11,0x28), BASE, ARG_OPRZ1 }, /* pseudo */
580 { "not", OPRL(0x11,0x28), BASE, ARG_OPRLZ1 }, /* pseudo */
733 { "negf", FP(0x15,0x081), BASE, ARG_FPZ1 }, /* pseudo */
739 { "negg", FP(0x15,0x0A1), BASE, ARG_FPZ1 }, /* pseudo */
788 { "negf/s", FP(0x15,0x481), BASE, ARG_FPZ1 }, /* pseudo */
794 { "negg/s", FP(0x15,0x4A1), BASE, ARG_FPZ1 }, /* pseudo */
854 { "negs", FP(0x16,0x081), BASE, ARG_FPZ1 }, /* pseudo */
859 { "negt", FP(0x16,0x0A1), BASE, ARG_FPZ1 }, /* pseudo */
945 { "negs/su", FP(0x16,0x581), BASE, ARG_FPZ1 }, /* pseudo */
950 { "negt/su", FP(0x16,0x5A1), BASE, ARG_FPZ1 }, /* pseudo */
996 { "negs/sui", FP(0x16,0x781), BASE, ARG_FPZ1 }, /* pseudo */
1001 { "negt/sui", FP(0x16,0x7A1), BASE, ARG_FPZ1 }, /* pseudo */
1023 { "fnop", FP(0x17,0x020), BASE, { ZA, ZB, ZC } }, /* pseudo */
1024 { "fclr", FP(0x17,0x020), BASE, { ZA, ZB, FC } }, /* pseudo */
1025 { "fabs", FP(0x17,0x020), BASE, ARG_FPZ1 }, /* pseudo */
1026 { "fmov", FP(0x17,0x020), BASE, { FA, RBA, FC } }, /* pseudo */
1028 { "fneg", FP(0x17,0x021), BASE, { FA, RBA, FC } }, /* pseudo */
1070 { "jmp", MBR_(0x1A,0), MBR_MASK | 0x3FFF, /* pseudo */
1074 { "ret", MBR_(0x1A,2) | (31 << 21) | (26 << 16) | 1,/* pseudo */
1482 { "br", BRA(0x30), BASE, { ZA, BDISP } }, /* pseudo */