Home | History | Annotate | Download | only in useful

Lines Matching refs:xD8

719    /* -+-+-+-+-+-+-+-+-+-+-+-+ 0xD8 opcodes +-+-+-+-+-+-+-+ */
721 if (first_opcode == 0xD8) {
773 panic("do_one_insn_fp: first_opcode == 0xD8");
793 case 0xD8 ... 0xDF: /* FCOMP %st(?),%st(0) */
794 fp_do_COM_ST_ST ( modrm - 0xD8, 0, 1 );
1487 case 0xD8 ... 0xDF: /* FSTP %st(0),%st(?) */
1488 a_dst = (UInt)modrm - 0xD8;