one_byte_opcodes.isa (5295:5268691561b4) one_byte_opcodes.isa (5434:2f6dad874e14)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any
9// use which is NOT directed to receiving any direct monetary

--- 408 unchanged lines hidden (view full) ---

418 default: Inst::RET_FAR();
419 }
420 0x4: int3();
421 0x5: int_Ib();
422 0x6: decode MODE_SUBMODE {
423 0x0: Inst::UD2();
424 default: into();
425 }
2// All rights reserved.
3//
4// Redistribution and use of this software in source and binary forms,
5// with or without modification, are permitted provided that the
6// following conditions are met:
7//
8// The software must be used only for Non-Commercial Use which means any
9// use which is NOT directed to receiving any direct monetary

--- 408 unchanged lines hidden (view full) ---

418 default: Inst::RET_FAR();
419 }
420 0x4: int3();
421 0x5: int_Ib();
422 0x6: decode MODE_SUBMODE {
423 0x0: Inst::UD2();
424 default: into();
425 }
426 0x7: iret();
426 0x7: decode MODE_SUBMODE {
427 0x4: Inst::IRET_REAL();
428 0x3: Inst::IRET_VIRT();
429 default: Inst::IRET_PROT();
430 }
427 }
428 }
429 0x1A: decode OPCODE_OP_BOTTOM3 {
430 //0x0: group2_Eb_1();
431 0x0: decode MODRM_REG {
432 0x0: ROL_1(Eb);
433 0x1: ROR_1(Eb);
434 0x2: RCL_1(Eb);

--- 142 unchanged lines hidden ---
431 }
432 }
433 0x1A: decode OPCODE_OP_BOTTOM3 {
434 //0x0: group2_Eb_1();
435 0x0: decode MODRM_REG {
436 0x0: ROL_1(Eb);
437 0x1: ROR_1(Eb);
438 0x2: RCL_1(Eb);

--- 142 unchanged lines hidden ---