one_byte_opcodes.isa (5171:eab735dc951d) one_byte_opcodes.isa (5173:07204d59a328)
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

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

499 0x1E: decode OPCODE_OP_BOTTOM3 {
500 0x0: M5InternalError::error(
501 {{"Tried to execute the lock prefix!"}});
502 0x1: WarnUnimpl::int1();
503 0x2: M5InternalError::error(
504 {{"Tried to execute the repne prefix!"}});
505 0x3: M5InternalError::error(
506 {{"Tried to execute the rep/repe prefix!"}});
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

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

499 0x1E: decode OPCODE_OP_BOTTOM3 {
500 0x0: M5InternalError::error(
501 {{"Tried to execute the lock prefix!"}});
502 0x1: WarnUnimpl::int1();
503 0x2: M5InternalError::error(
504 {{"Tried to execute the repne prefix!"}});
505 0x3: M5InternalError::error(
506 {{"Tried to execute the rep/repe prefix!"}});
507 0x4: WarnUnimpl::hlt();
507 0x4: HLT();
508 0x5: CMC();
509 //0x6: group3_Eb();
510 0x6: decode MODRM_REG {
511 0x0: TEST(Eb,Iz);
512 0x1: TEST(Eb,Iz);
513 0x2: NOT(Eb);
514 0x3: NEG(Eb);
515 0x4: MUL_B(Eb);

--- 45 unchanged lines hidden ---
508 0x5: CMC();
509 //0x6: group3_Eb();
510 0x6: decode MODRM_REG {
511 0x0: TEST(Eb,Iz);
512 0x1: TEST(Eb,Iz);
513 0x2: NOT(Eb);
514 0x3: NEG(Eb);
515 0x4: MUL_B(Eb);

--- 45 unchanged lines hidden ---