From 21920d4e44c15013c2e8a1d4218cd331d1c4b91f Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 21 May 2008 07:54:40 +0000 Subject: [PATCH] Minor cleanup. --- src/emu/cpu/drcfe.h | 2 -- src/emu/cpu/mips/mips3fe.h | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/src/emu/cpu/drcfe.h b/src/emu/cpu/drcfe.h index 0041bfb2cc9..6cd069d0ee4 100644 --- a/src/emu/cpu/drcfe.h +++ b/src/emu/cpu/drcfe.h @@ -76,8 +76,6 @@ /* execution semantics */ #define OPFLAG_READS_MEMORY 0x00080000 /* instruction reads memory */ #define OPFLAG_WRITES_MEMORY 0x00100000 /* instruction writes memory */ -#define OPFLAG_VARIABLE_SHIFT 0x00200000 /* instruction performs a variable count shift */ -#define OPFLAG_MULTIPLY_DIVIDE 0x00400000 /* instruction performs a multiply/divide */ diff --git a/src/emu/cpu/mips/mips3fe.h b/src/emu/cpu/mips/mips3fe.h index ebb02429cab..197e3fda142 100644 --- a/src/emu/cpu/mips/mips3fe.h +++ b/src/emu/cpu/mips/mips3fe.h @@ -29,18 +29,6 @@ -/*************************************************************************** - CONSTANTS -***************************************************************************/ - -/* this defines a branch targetpc that is dynamic at runtime */ -#define BRANCH_TARGET_DYNAMIC (~0) - - -/* opcode branch flags */ -#define OPFLAG_IS_UNCONDITIONAL_BRANCH 0x00000001 /* instruction is unconditional branch */ - - /*************************************************************************** FUNCTION PROTOTYPES ***************************************************************************/