Home | History | Annotate | Download | only in useful

Lines Matching refs:first_opcode

689 Addr do_one_insn_fp ( Addr r_eip, UChar first_opcode )
721 if (first_opcode == 0xD8) {
773 panic("do_one_insn_fp: first_opcode == 0xD8");
821 if (first_opcode == 0xD9) {
872 panic("do_one_insn_fp: first_opcode == 0xD9");
1115 if (first_opcode == 0xDA) {
1234 panic("do_one_insn_fp: first_opcode == 0xDA");
1255 if (first_opcode == 0xDB) {
1324 panic("do_one_insn_fp: first_opcode == 0xDB");
1339 if (first_opcode == 0xDC) {
1383 panic("do_one_insn_fp: first_opcode == 0xDC");
1419 if (first_opcode == 0xDD) {
1459 panic("do_one_insn_fp: first_opcode == 0xDD");
1541 if (first_opcode == 0xDE) {
1552 panic("do_one_insn_fp: first_opcode == 0xDE");
1597 if (first_opcode == 0xDF) {
1665 panic("do_one_insn_fp: first_opcode == 0xDF");
1700 (UInt)first_opcode, (UInt)modrm );
1701 panic("do_one_insn_fp: unhandled first_opcode/modrm combination");