2013-10-06 15:22:52 +00:00
|
|
|
/*
|
2013-10-19 16:55:51 +00:00
|
|
|
* Fast486 386/486 CPU Emulation Library
|
2013-10-06 15:22:52 +00:00
|
|
|
* extraops.h
|
|
|
|
*
|
2015-05-03 01:45:57 +00:00
|
|
|
* Copyright (C) 2015 Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
|
2013-10-06 15:22:52 +00:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _EXTRAOPS_H_
|
|
|
|
#define _EXTRAOPS_H_
|
|
|
|
|
2013-10-27 11:42:44 +00:00
|
|
|
#pragma once
|
|
|
|
|
2013-10-06 15:22:52 +00:00
|
|
|
/* DEFINES ********************************************************************/
|
2013-10-27 11:42:44 +00:00
|
|
|
|
2014-10-14 21:53:07 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeInvalid);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeUnimplemented);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcode0F0B);
|
|
|
|
|
2014-01-17 03:15:27 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLar);
|
2013-12-21 03:48:46 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLsl);
|
2013-10-26 17:33:10 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeClts);
|
2013-10-26 00:56:11 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeStoreControlReg);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeStoreDebugReg);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLoadControlReg);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLoadDebugReg);
|
2013-10-19 18:36:04 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodePushFs);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodePopFs);
|
2013-10-20 00:25:41 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBitTest);
|
2013-11-11 00:57:59 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeShld);
|
2013-10-19 18:36:04 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodePushGs);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodePopGs);
|
2013-10-20 00:25:41 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBts);
|
2013-11-11 00:57:59 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeShrd);
|
2013-11-11 00:10:46 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeImul);
|
2013-10-19 18:56:58 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeCmpXchgByte);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeCmpXchg);
|
2013-11-11 03:14:18 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLss);
|
2013-10-20 00:25:41 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBtr);
|
2013-11-07 01:06:39 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLfsLgs);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeMovzxByte);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeMovzxWord);
|
2013-10-20 00:25:41 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBtc);
|
2013-11-07 00:57:08 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBsf);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBsr);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeMovsxByte);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeMovsxWord);
|
2013-10-19 16:55:51 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeConditionalJmp);
|
2013-10-19 18:00:19 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeConditionalSet);
|
2013-11-01 02:48:28 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeXaddByte);
|
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeXadd);
|
2013-10-20 00:55:31 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeBswap);
|
2013-10-19 16:55:51 +00:00
|
|
|
FAST486_OPCODE_HANDLER(Fast486OpcodeExtended);
|
2013-10-06 15:22:52 +00:00
|
|
|
|
|
|
|
#endif // _EXTRAOPS_H_
|
|
|
|
|
|
|
|
/* EOF */
|