one_byte_opcodes.isa (5166:d749d156ce52) one_byte_opcodes.isa (5167:3668fc87f144)
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

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

204 0x7: M5InternalError::error(
205 {{"Tried to execute the DS address size override prefix!"}});
206 }
207 0x0D: decode OPCODE_OP_BOTTOM3 {
208 0x0: PUSH(Iz);
209 0x1: IMUL(Gv,Ev,Iz);
210 0x2: PUSH(Ib);
211 0x3: IMUL(Gv,Ev,Ib);
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

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

204 0x7: M5InternalError::error(
205 {{"Tried to execute the DS address size override prefix!"}});
206 }
207 0x0D: decode OPCODE_OP_BOTTOM3 {
208 0x0: PUSH(Iz);
209 0x1: IMUL(Gv,Ev,Iz);
210 0x2: PUSH(Ib);
211 0x3: IMUL(Gv,Ev,Ib);
212 0x4: WarnUnimpl::ins_Yb_Dx();
213 0x5: WarnUnimpl::ins_Yz_Dx();
214 0x6: WarnUnimpl::outs_Dx_Xb();
215 0x7: WarnUnimpl::outs_Dx_Xz();
212 0x4: StringInst::INS(Yb,rD);
213 0x5: StringInst::INS(Yz,rD);
214 0x6: StringInst::OUTS(rD,Xb);
215 0x7: StringInst::OUTS(rD,Xz);
216 }
217 0x0E: decode OPCODE_OP_BOTTOM3 {
218 0x0: JO(Jb);
219 0x1: JNO(Jb);
220 0x2: JB(Jb);
221 0x3: JNB(Jb);
222 0x4: JZ(Jb);
223 0x5: JNZ(Jb);

--- 330 unchanged lines hidden ---
216 }
217 0x0E: decode OPCODE_OP_BOTTOM3 {
218 0x0: JO(Jb);
219 0x1: JNO(Jb);
220 0x2: JB(Jb);
221 0x3: JNB(Jb);
222 0x4: JZ(Jb);
223 0x5: JNZ(Jb);

--- 330 unchanged lines hidden ---