one_byte_opcodes.isa (5294:7222bdaed33b) one_byte_opcodes.isa (5295:5268691561b4)
1// Copyright (c) 2007 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

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

408 format WarnUnimpl {
409 0x19: decode OPCODE_OP_BOTTOM3 {
410 // The second parameter here should be of size b, but
411 // immediate sizes are determined elsewhere and this would
412 // confuse the instruction type specialization code.
413 0x0: Inst::ENTER(Iw,Iw);
414 0x1: Inst::LEAVE();
415 0x2: ret_far_Iw();
1// Copyright (c) 2007 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

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

408 format WarnUnimpl {
409 0x19: decode OPCODE_OP_BOTTOM3 {
410 // The second parameter here should be of size b, but
411 // immediate sizes are determined elsewhere and this would
412 // confuse the instruction type specialization code.
413 0x0: Inst::ENTER(Iw,Iw);
414 0x1: Inst::LEAVE();
415 0x2: ret_far_Iw();
416 0x3: ret_far();
416 0x3: decode MODE_SUBMODE {
417 0x3, 0x4: ret_far_real();
418 default: Inst::RET_FAR();
419 }
417 0x4: int3();
418 0x5: int_Ib();
419 0x6: decode MODE_SUBMODE {
420 0x0: Inst::UD2();
421 default: into();
422 }
423 0x7: iret();
424 }

--- 149 unchanged lines hidden ---
420 0x4: int3();
421 0x5: int_Ib();
422 0x6: decode MODE_SUBMODE {
423 0x0: Inst::UD2();
424 default: into();
425 }
426 0x7: iret();
427 }

--- 149 unchanged lines hidden ---