one_byte_opcodes.isa (5164:c2124685af1d) one_byte_opcodes.isa (5165:ce7b4b8a24c5)
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

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

458 0x5: decode MODE_SUBMODE {
459 0x0: UD2();
460 default: WarnUnimpl::aad_Ib();
461 }
462 0x6: decode MODE_SUBMODE {
463 0x0: UD2();
464 default: WarnUnimpl::salc();
465 }
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

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

458 0x5: decode MODE_SUBMODE {
459 0x0: UD2();
460 default: WarnUnimpl::aad_Ib();
461 }
462 0x6: decode MODE_SUBMODE {
463 0x0: UD2();
464 default: WarnUnimpl::salc();
465 }
466 0x7: WarnUnimpl::xlat();
466 0x7: XLAT();
467 }
468 ##include "x87.isa"
469 0x1C: decode OPCODE_OP_BOTTOM3 {
470 0x0: LOOPNE(Jb);
471 0x1: LOOPE(Jb);
472 0x2: LOOP(Jb);
473 0x3: JRCX(Jb);
474 0x4: IN(rAb,Ib);

--- 79 unchanged lines hidden ---
467 }
468 ##include "x87.isa"
469 0x1C: decode OPCODE_OP_BOTTOM3 {
470 0x0: LOOPNE(Jb);
471 0x1: LOOPE(Jb);
472 0x2: LOOP(Jb);
473 0x3: JRCX(Jb);
474 0x4: IN(rAb,Ib);

--- 79 unchanged lines hidden ---