Home
last modified time | relevance | path

Searched refs:SDEP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c50 #define SDEP 7 macro
129 /*80*/ { "", TRUE, SDEP, op2(E, Rq), "invept" },
130 /*81*/ { "", TRUE, SDEP, op2(E, Rq), "invvpid" },
131 /*82*/ { "", TRUE, SDEP, op2(E, Rq), "invpcid" },
290 /*1f*/ { "nopl", TRUE, SDEP, 0, "nopw" },
856 /*98*/ { "cwde", FALSE, SDEP, 0, "cbw" },
857 /*99*/ { "cdq", FALSE, SDEP, 0, "cwd" },
1530 if (i_size == SDEP) { in db_disasm()
/f-stack/freebsd/i386/i386/
H A Ddb_disasm.c50 #define SDEP 7 macro
216 /*1f*/ { "nopl", TRUE, SDEP, 0, "nopw" },
751 /*98*/ { "cbw", FALSE, SDEP, 0, "cwde" }, /* cbw/cwde */
752 /*99*/ { "cwd", FALSE, SDEP, 0, "cdq" }, /* cwd/cdq */
835 /*e3*/ { "jcxz", FALSE, SDEP, op1(Db), "jecxz" },
1317 if (i_size == SDEP) { in db_disasm()