gem5.git
16 years agoMajor changes to how SimObjects are created and initialized. Almost all
Nathan Binkert [Tue, 24 Jul 2007 04:51:38 +0000 (21:51 -0700)]
Major changes to how SimObjects are created and initialized.  Almost all
creation and initialization now happens in python.  Parameter objects
are generated and initialized by python.  The .ini file is now solely for
debugging purposes and is not used in construction of the objects in any
way.

--HG--
extra : convert_revision : 7e722873e417cb3d696f2e34c35ff488b7bff4ed

16 years agoAllow the fixwhite stuff to work when committing from a subdir
Nathan Binkert [Tue, 24 Jul 2007 03:55:57 +0000 (20:55 -0700)]
Allow the fixwhite stuff to work when committing from a subdir

--HG--
extra : convert_revision : 10e6ecc60bb8ee4e4a6f06f8c56550299c262c91

16 years agoMake the operand size reflect the size specifier on the operand tags, and implement NEG
Gabe Black [Mon, 23 Jul 2007 01:07:49 +0000 (01:07 +0000)]
Make the operand size reflect the size specifier on the operand tags, and implement NEG

--HG--
extra : convert_revision : da73ed6820d57f083c18f44b2fa868fc0976dd16

16 years agodo proper style checks for merged files
Nathan Binkert [Sun, 22 Jul 2007 20:45:12 +0000 (13:45 -0700)]
do proper style checks for merged files

--HG--
extra : convert_revision : f9d4c61ded4b13655dbe86f0bb6a0b3beaf45151

16 years agofix the style fixing thing
Nathan Binkert [Sun, 22 Jul 2007 16:08:05 +0000 (09:08 -0700)]
fix the style fixing thing

--HG--
extra : convert_revision : 65ffc14e7b78b49df9a67ef0d3521551dd44d1cd

16 years agoMerge Gabe's changes with mine.
Steve Reinhardt [Sun, 22 Jul 2007 14:40:45 +0000 (10:40 -0400)]
Merge Gabe's changes with mine.

--HG--
extra : convert_revision : f50ed42e7acb3f11e610fd6976eaa8df0c6ba2ab

16 years agoAdd the "open" syscall.
Gabe Black [Sun, 22 Jul 2007 02:43:03 +0000 (02:43 +0000)]
Add the "open" syscall.

--HG--
extra : convert_revision : d405ed5d3738639809dd2887955db9253138ccbb

16 years agoFixed immediate byte accounting bug.
Gabe Black [Sun, 22 Jul 2007 02:34:52 +0000 (02:34 +0000)]
Fixed immediate byte accounting bug.

--HG--
extra : convert_revision : ee5275da14a2923b9a525ae5b5c582c15df4608a

16 years agoFixed displacement size bug.
Gabe Black [Sun, 22 Jul 2007 02:23:03 +0000 (02:23 +0000)]
Fixed displacement size bug.

--HG--
extra : convert_revision : c39249ef598c1bd555098d688381dc62541a07c0

16 years agoMerge with head.
Gabe Black [Sun, 22 Jul 2007 05:49:57 +0000 (22:49 -0700)]
Merge with head.

--HG--
extra : convert_revision : 9b82ba062a14032ef24b960b92d48de754463284

16 years agoAdd code to turn the style stuff into a mercurial hook.
Nathan Binkert [Sun, 22 Jul 2007 05:33:08 +0000 (22:33 -0700)]
Add code to turn the style stuff into a mercurial hook.
Nag the user during compile if they have an hg cloned copy of M5, have
mercurial installed, but don't have the style hook enabled.

--HG--
extra : convert_revision : 6bcbb67f1a3fcd36db7d3ef16a9ff19680f126f2

16 years agoImplemented and hooked in xchg, rotate with carry, and ret instructions
Gabe Black [Sun, 22 Jul 2007 02:29:39 +0000 (19:29 -0700)]
Implemented and hooked in xchg, rotate with carry, and ret instructions

--HG--
extra : convert_revision : a8e67b0ab4072308f01e0df7f7ee05b31f605a35

16 years agoImplement rotate with carry microops.
Gabe Black [Sun, 22 Jul 2007 02:27:38 +0000 (19:27 -0700)]
Implement rotate with carry microops.

--HG--
extra : convert_revision : 1d7ff6611e5b4766a5257c1e73681fabbe5f6d76

16 years agoFixed the distinction between far and near versions of jmp, call and ret. Implemented...
Gabe Black [Sat, 21 Jul 2007 06:16:03 +0000 (23:16 -0700)]
Fixed the distinction between far and near versions of jmp, call and ret. Implemented some shifts, rotates, and pushes.

--HG--
extra : convert_revision : fcb06189ff213e82da16ac43231feb308cb3a285

16 years agoFixed line number accounting
Gabe Black [Sat, 21 Jul 2007 06:12:26 +0000 (23:12 -0700)]
Fixed line number accounting

--HG--
extra : convert_revision : 4c046493b98ce4a766c2121710d70650cb6a801e

16 years agoImplement UD2 and replace the place holder in the decoder.
Gabe Black [Sat, 21 Jul 2007 01:27:02 +0000 (18:27 -0700)]
Implement UD2 and replace the place holder in the decoder.

--HG--
extra : convert_revision : 16d0d2b2ddad8759698fa4aa668c22063307c72b

16 years agoMake the "name" function const.
Gabe Black [Sat, 21 Jul 2007 01:24:46 +0000 (18:24 -0700)]
Make the "name" function const.

--HG--
extra : convert_revision : eb71bc3edd92a544a5333786635fce550aaef233

16 years agoImplement adc and sbb instructions and microops.
Gabe Black [Sat, 21 Jul 2007 00:17:11 +0000 (17:17 -0700)]
Implement adc and sbb instructions and microops.

--HG--
extra : convert_revision : a2d3068c5b487f4fa7bf5c9cebba7753bc390bfa

16 years agoImplement the rest of the conditional jump instructions and hook them into the decoder.
Gabe Black [Sat, 21 Jul 2007 00:02:39 +0000 (17:02 -0700)]
Implement the rest of the conditional jump instructions and hook them into the decoder.

--HG--
extra : convert_revision : 8d1d6abce29371def560e1c3f31dabb4de01366f

16 years agoMake the decoder take advantage of the new "B" operand format which takes a register...
Gabe Black [Fri, 20 Jul 2007 23:48:59 +0000 (16:48 -0700)]
Make the decoder take advantage of the new "B" operand format which takes a register index from the opcode itself.

--HG--
extra : convert_revision : 35f9be6559ee9833049eda1817982efdde7082be

16 years agoDefine and fill out a lot of different instructions and instruction versions. Added...
Gabe Black [Fri, 20 Jul 2007 23:39:07 +0000 (16:39 -0700)]
Define and fill out a lot of different instructions and instruction versions. Added two of the shift microops.

--HG--
extra : convert_revision : 0b76953dbb1dc3366242d4d209cccebde86bbe4e

16 years agoHook in newly implemented instructions.
Gabe Black [Fri, 20 Jul 2007 22:05:37 +0000 (15:05 -0700)]
Hook in newly implemented instructions.

--HG--
extra : convert_revision : 53319d2363211af407dabaa2b63ad8a4df09c369

16 years agoComment, implement, fix, and trim the move microassembly.
Gabe Black [Fri, 20 Jul 2007 22:04:41 +0000 (15:04 -0700)]
Comment, implement, fix, and trim the move microassembly.

--HG--
extra : convert_revision : aa5ee7270e740bfbe42e70c4dfccc4c91ecacb33

16 years agoImplement jnbe.
Gabe Black [Fri, 20 Jul 2007 22:03:36 +0000 (15:03 -0700)]
Implement jnbe.

--HG--
extra : convert_revision : cdbf1ff5ed3a63787cbd2187a8a3455a41cc5085

16 years agoAppended _NEAR to the near version of call and return.
Gabe Black [Fri, 20 Jul 2007 22:03:03 +0000 (15:03 -0700)]
Appended _NEAR to the near version of call and return.

--HG--
extra : convert_revision : 70adb38d59ff7b5d103e58a9f0773dfb911fec6d

16 years agoMake load and store ops use the appropriate sized data access.
Gabe Black [Fri, 20 Jul 2007 22:02:09 +0000 (15:02 -0700)]
Make load and store ops use the appropriate sized data access.

--HG--
extra : convert_revision : 6b808586fab10ca433ef04b062bf701b906634b9

16 years agoImplement the increment and decrement instructions, and the two operand form of signe...
Gabe Black [Fri, 20 Jul 2007 21:59:14 +0000 (14:59 -0700)]
Implement the increment and decrement instructions, and the two operand form of signed multiplication.

--HG--
extra : convert_revision : d87df4b1b5470bed1d963dfe8e2ffa1403718342

16 years agoFix code that computes displacement size.
Gabe Black [Fri, 20 Jul 2007 21:57:34 +0000 (14:57 -0700)]
Fix code that computes displacement size.

--HG--
extra : convert_revision : a9be3eb2b90b88086936aeb4dcf87ec7b58a48cb

16 years agoAdd a bitfield to decode based on what prefixes are used.
Gabe Black [Fri, 20 Jul 2007 21:57:04 +0000 (14:57 -0700)]
Add a bitfield to decode based on what prefixes are used.

--HG--
extra : convert_revision : 7ff4998b3249ccfe86ae9cbcc63fb910683707f5

16 years agoAdd a parameter type to read a register index from the opcode itself.
Gabe Black [Fri, 20 Jul 2007 21:55:16 +0000 (14:55 -0700)]
Add a parameter type to read a register index from the opcode itself.

--HG--
extra : convert_revision : d2b5468ebf5df5a6ccadb57a30c52c8d16417b9a

16 years agoFix function which calculates the carry flag.
Gabe Black [Fri, 20 Jul 2007 21:54:17 +0000 (14:54 -0700)]
Fix function which calculates the carry flag.

--HG--
extra : convert_revision : aeb4f2d4c3936089421dbe80647f28ae36178283

16 years agoFix carry flag for subtracts, and clean up code slightly.
Gabe Black [Fri, 20 Jul 2007 21:53:38 +0000 (14:53 -0700)]
Fix carry flag for subtracts, and clean up code slightly.

--HG--
extra : convert_revision : 668f5d5aeba888488b41284de6c72a0d055c4ef4

16 years agoFixed width parameter and provided a parameter to flip the carry bit on subtract.
Gabe Black [Fri, 20 Jul 2007 21:52:44 +0000 (14:52 -0700)]
Fixed width parameter and provided a parameter to flip the carry bit on subtract.

--HG--
extra : convert_revision : d01bb791b000a2fdfc8600f8fb2f8aadd52b0b63

16 years agox86 fixes
Gabe Black [Thu, 19 Jul 2007 22:15:47 +0000 (15:15 -0700)]
x86 fixes
Make the emulation environment consider the rex prefix.
Implement and hook in forms of j, jmp, cmp, syscall, movzx
Added a format for an instruction to carry a call to the SE mode syscalls system
Made memory instructions which refer to the rip do so directly
Made the operand size overridable in the microassembly
Made the "ext" field of register operations 16 bits to hold a sparse encoding of flags to set or conditions to predicate on
Added an explicit "rax" operand for the syscall format
Implemented syscall returns.

--HG--
extra : convert_revision : ae84bd8c6a1d400906e17e8b8c4185f2ebd4c5f2

16 years agoCheck for the two opcode prefix correctly and add in some instructions.
Gabe Black [Thu, 19 Jul 2007 00:51:05 +0000 (17:51 -0700)]
Check for the two opcode prefix correctly and add in some instructions.

--HG--
extra : convert_revision : 751e54843f5c81b81529050a1ae9d46d07c36e97

16 years agoHook near returns into the decoder.
Gabe Black [Thu, 19 Jul 2007 00:48:16 +0000 (17:48 -0700)]
Hook near returns into the decoder.

--HG--
extra : convert_revision : b38d4417552991e44f5d1de1f35d5d1ad8f32340

16 years agoImplement near returns.
Gabe Black [Thu, 19 Jul 2007 00:47:40 +0000 (17:47 -0700)]
Implement near returns.

--HG--
extra : convert_revision : 3d6e8a976d31cb016a4b78200716b0ece155137a

16 years agoMake instructions that conditionally set registers set them to their old value if...
Gabe Black [Thu, 19 Jul 2007 00:46:38 +0000 (17:46 -0700)]
Make instructions that conditionally set registers set them to their old value if they don't actually execute.

--HG--
extra : convert_revision : 36e63dd0c6ac1a3e1133c7985cf5507b83e9ee45

16 years agoFix the overload which prints ExtMachInst in X86.
Gabe Black [Thu, 19 Jul 2007 00:45:43 +0000 (17:45 -0700)]
Fix the overload which prints ExtMachInst in X86.

--HG--
extra : convert_revision : 2ef8ee71999f36b09270ba9526c2846beda65051

16 years agoMake store microops actually store instead of load.
Gabe Black [Thu, 19 Jul 2007 00:45:06 +0000 (17:45 -0700)]
Make store microops actually store instead of load.

--HG--
extra : convert_revision : fe90f8adc96dd0e680cfa45e4c510a906046ae3d

16 years agoFix a comment to refer to the right type of instruction.
Gabe Black [Thu, 19 Jul 2007 00:44:12 +0000 (17:44 -0700)]
Fix a comment to refer to the right type of instruction.

--HG--
extra : convert_revision : dd441d8fbaed1ed8b2b66e3ad0275009bd4dcef4

16 years agoFix the panic in the "error" format for x86,
Gabe Black [Thu, 19 Jul 2007 00:43:30 +0000 (17:43 -0700)]
Fix the panic in the "error" format for x86,

--HG--
extra : convert_revision : bd0715b5b63665f9160082d67c5b5d90d2405c5c

16 years agoImplement some forms of add.
Gabe Black [Wed, 18 Jul 2007 23:33:56 +0000 (16:33 -0700)]
Implement some forms of add.

--HG--
extra : convert_revision : adbff2e9b9952ec09853cc43d40243e7262410a7

16 years agoFix the operand types in a section of the decoder.
Gabe Black [Wed, 18 Jul 2007 23:26:52 +0000 (16:26 -0700)]
Fix the operand types in a section of the decoder.

--HG--
extra : convert_revision : c37600fd65b44817eed2ba653f9d4f08a9869874

16 years agoMake the data size used by regops overridable in the microassembly.
Gabe Black [Wed, 18 Jul 2007 23:26:17 +0000 (16:26 -0700)]
Make the data size used by regops overridable in the microassembly.

--HG--
extra : convert_revision : 84d850aa5340c9d02d03502704b063215f6e2140

16 years agoFill out the miscreg file and add types to miscregs.hh
Gabe Black [Wed, 18 Jul 2007 23:12:39 +0000 (16:12 -0700)]
Fill out the miscreg file and add types to miscregs.hh

--HG--
extra : convert_revision : 865432256518c4340d9f319bdd9b7d160dc656a0

16 years agoHook x86 nop into the decoder.
Gabe Black [Wed, 18 Jul 2007 23:11:52 +0000 (16:11 -0700)]
Hook x86 nop into the decoder.

--HG--
extra : convert_revision : 26f765ecf74a0bb6a1ec89816f1d630a1a8e4553

16 years agoFix a compilation error for SubBitUnions,
Gabe Black [Wed, 18 Jul 2007 23:11:16 +0000 (16:11 -0700)]
Fix a compilation error for SubBitUnions,

--HG--
extra : convert_revision : aad9388afe81ba6541d0b18fa9777e6ffcfd871c

16 years agoImplement the x86 nop to be a "fault" microop which returns "NoFault".
Gabe Black [Wed, 18 Jul 2007 23:10:44 +0000 (16:10 -0700)]
Implement the x86 nop to be a "fault" microop which returns "NoFault".

--HG--
extra : convert_revision : 1b446def756f1d0f80631db944d1cc41be95efbd

16 years agoAdd a generateDisassembly function to the MicroFault StaticInst.
Gabe Black [Wed, 18 Jul 2007 23:09:35 +0000 (16:09 -0700)]
Add a generateDisassembly function to the MicroFault StaticInst.

--HG--
extra : convert_revision : 73811bf99b26fad413c9b84a54f44e3763ff1835

16 years agoMake name, isMachineCheckFault, and isAlignmentFault const.
Gabe Black [Wed, 18 Jul 2007 23:09:00 +0000 (16:09 -0700)]
Make name, isMachineCheckFault, and isAlignmentFault const.

--HG--
extra : convert_revision : a27e0cbdfcb2a5fdc5979686f887cec7d106542b

16 years agoCalculate the correct address size.
Gabe Black [Wed, 18 Jul 2007 03:54:55 +0000 (20:54 -0700)]
Calculate the correct address size.

--HG--
extra : convert_revision : 6bd9d5a01ba6600781e3678e0403dca524fb2cba

16 years agoMake disassembled x86 register indices reflect their size.
Gabe Black [Wed, 18 Jul 2007 01:12:33 +0000 (18:12 -0700)]
Make disassembled x86 register indices reflect their size.
This doesn't handle high byte register accesses. It also highlights the fact that address size isn't actually being calculated, and that the size a microop uses needs to be overridable from the microassembly.

--HG--
extra : convert_revision : d495ac4f5756dc55a5f71953ff6963b3c030e6cb

16 years agoImplemented jnz.
Gabe Black [Tue, 17 Jul 2007 23:55:33 +0000 (16:55 -0700)]
Implemented jnz.

--HG--
extra : convert_revision : ea169ad68acbb3383443586b783b831b3a9eecf9

16 years agoUse limm to set up immediate value for subtract instruction.
Gabe Black [Tue, 17 Jul 2007 23:50:13 +0000 (16:50 -0700)]
Use limm to set up immediate value for subtract instruction.

--HG--
extra : convert_revision : f94e391e36a47c2f5222f30d7e28f48f7875db58

16 years agoImplement the jz instruction.
Gabe Black [Tue, 17 Jul 2007 22:36:45 +0000 (15:36 -0700)]
Implement the jz instruction.

--HG--
extra : convert_revision : 7c0bd7ce244f724ac03bbb5fdf770c7a3eba78b4

16 years agoMake "test" set some condition codes.
Gabe Black [Tue, 17 Jul 2007 22:35:34 +0000 (15:35 -0700)]
Make "test" set some condition codes.
It still needs to zero the overflow and carry flags to be correct.

--HG--
extra : convert_revision : 73cb3a55f7b4234389d9355f5ad45da6aaaa6c60

16 years agoAdd in support for condition code flags.
Gabe Black [Tue, 17 Jul 2007 22:33:18 +0000 (15:33 -0700)]
Add in support for condition code flags.
Some microops can set the condition codes, and some of them can be predicated on them. Some of the codes aren't implemented because it was unclear from the AMD patent what they actually did. They are used with string instructions, but they use variables IP, DTF, and SSTF which don't appear to be documented.

--HG--
extra : convert_revision : 2236cccd07d0091762b50148975f301bb1d2da3f

16 years agoAdd in operand which holds the condition code bits of the flag register.
Gabe Black [Tue, 17 Jul 2007 22:28:48 +0000 (15:28 -0700)]
Add in operand which holds the condition code bits of the flag register.

--HG--
extra : convert_revision : 416052f41fccc8286b3bdbe8d559512a761224f2

16 years agoAdd symbols for each of the flags a microop could set and each condition it could...
Gabe Black [Tue, 17 Jul 2007 22:27:28 +0000 (15:27 -0700)]
Add symbols for each of the flags a microop could set and each condition it could check.

--HG--
extra : convert_revision : 1f542b8aadfd5146539cadef631b49d77f578472

16 years agoActually include miscregs.hh
Gabe Black [Tue, 17 Jul 2007 20:30:23 +0000 (13:30 -0700)]
Actually include miscregs.hh

--HG--
extra : convert_revision : 6ebf906d2211b94f28c173f0d2da91bd446fcb2c

16 years agoCreate a file to describe misc registers.
Gabe Black [Tue, 17 Jul 2007 20:29:40 +0000 (13:29 -0700)]
Create a file to describe misc registers.
Define bitfields, indices, etc.

--HG--
extra : convert_revision : 8fffdc4cf796d304b12b317d8bddf5685bd50cf4

16 years agoCreate a file of functions for computing condition codes.
Gabe Black [Tue, 17 Jul 2007 20:28:03 +0000 (13:28 -0700)]
Create a file of functions for computing condition codes.
These haven't been very thuroughly tested, so use at your own risk.

--HG--
extra : convert_revision : 938885d36fea4a99f8228cdf195a0e0a38dd9031

16 years agoAdd a spot for the condition code portion of the flag register.
Gabe Black [Tue, 17 Jul 2007 20:26:06 +0000 (13:26 -0700)]
Add a spot for the condition code portion of the flag register.
This is stored in the integer register file so that it can be renamed, but it should be a misc reg.

--HG--
extra : convert_revision : eee48f24dd80b145f14427482047c4d8af2521ab

16 years agoAdd a conversion constructor so a bitunion can be initialized to a value.
Gabe Black [Tue, 17 Jul 2007 20:23:42 +0000 (13:23 -0700)]
Add a conversion constructor so a bitunion can be initialized to a value.
Previously, the bitunion would need to be declared and then assigned to separately.

--HG--
extra : convert_revision : d229bd83bc7baeca2259d4e7b080f359915015f3

16 years agoHandle broken swig version that prints version info on stderr.
Steve Reinhardt [Sun, 15 Jul 2007 01:35:26 +0000 (21:35 -0400)]
Handle broken swig version that prints version info on stderr.

--HG--
extra : convert_revision : 83021779c40972fa56893d21713c6115cd481bc4

16 years agoMove bitunion code into it's own file.
Gabe Black [Sun, 15 Jul 2007 00:28:26 +0000 (17:28 -0700)]
Move bitunion code into it's own file.

--HG--
extra : convert_revision : 8d55ca9645ee4e357b7f4595435542eb72490331

16 years agoPull some hard coded base classes out of the isa description.
Gabe Black [Sun, 15 Jul 2007 00:14:19 +0000 (17:14 -0700)]
Pull some hard coded base classes out of the isa description.

--HG--
rename : src/arch/x86/isa/base.isa => src/arch/x86/isa/outputblock.isa
extra : convert_revision : 7954e7d5eea3b5966c9e273a08bcd169a39f380c

16 years agoDisable PrintThreadInfo since it causes a panic when using VPtr.
Steve Reinhardt [Sat, 14 Jul 2007 19:22:04 +0000 (12:22 -0700)]
Disable PrintThreadInfo since it causes a panic when using VPtr.
See Flyspray #281.

--HG--
extra : convert_revision : 199ef802bcabed09f6ea6922c3a3954fea161190

16 years agoMake NO_FAST_ALLOC compile.
Steve Reinhardt [Sat, 14 Jul 2007 19:12:46 +0000 (12:12 -0700)]
Make NO_FAST_ALLOC compile.

--HG--
extra : convert_revision : 80579a61eb8d220e75cdee11bc09ca985c8fd85c

16 years agoFix & tweak DPRINTFs for tracediff w/new cache code.
Steve Reinhardt [Sat, 14 Jul 2007 18:48:30 +0000 (11:48 -0700)]
Fix & tweak DPRINTFs for tracediff w/new cache code.
Note that we should *not* print pointer values in DPRINTFs as
these needlessly clutter tracediff output.

--HG--
extra : convert_revision : 25a448f1b3ac8d453a717a104ad6dc0112fb30bb

16 years agoignore stuff that we don't want to see in the status
Nathan Binkert [Sat, 14 Jul 2007 05:39:41 +0000 (22:39 -0700)]
ignore stuff that we don't want to see in the status

--HG--
extra : convert_revision : c4a4711cf515507d4debcacacef5799adcfe3bef

16 years agotransfer tags
Nathan Binkert [Sat, 14 Jul 2007 05:24:04 +0000 (22:24 -0700)]
transfer tags

--HG--
extra : convert_revision : 7e83aabe9926dae16d4732a6260c89b4344919e9

16 years agofix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions...
Korey Sewell [Fri, 29 Jun 2007 19:13:50 +0000 (15:13 -0400)]
fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions...

src/arch/mips/isa/decoder.isa:
    commment out deret instruction for now...
src/arch/mips/isa/formats/fp.isa:
    edit fp format
src/arch/mips/isa/formats/mem.isa:
    fix for basic store instructions

--HG--
extra : convert_revision : 30cb5a474e78ac9292b6ab37d433db947a177731

16 years agoo3cpu build for mips
Korey Sewell [Thu, 28 Jun 2007 09:30:46 +0000 (05:30 -0400)]
o3cpu build for mips

--HG--
extra : convert_revision : 2c0be7a8c0a54ba5b1b2b69468f788d20abc8452

16 years agoFINISH off merge of mips mt/dsp isa extensions by adding the ControlBitfieldOPerand...
Korey Sewell [Sat, 23 Jun 2007 01:09:35 +0000 (21:09 -0400)]
FINISH off merge of mips mt/dsp isa extensions by adding the ControlBitfieldOPerand to ISA Parser. Now, while things do build, we have to fix broken functionality...

src/arch/isa_parser.py:
    add back deleted writeback in Control Operand

--HG--
extra : convert_revision : dba11af220a1281fa53f79d87e4f8752bdfc56db

16 years agoadd Control Bitfield class
Korey Sewell [Sat, 23 Jun 2007 00:09:46 +0000 (20:09 -0400)]
add Control Bitfield class

--HG--
extra : convert_revision : 31e7243c8820cb9f6744c53c417460dee9adaf44

16 years agomips import pt. 1
Korey Sewell [Fri, 22 Jun 2007 23:03:42 +0000 (19:03 -0400)]
mips import pt. 1

src/arch/mips/SConscript:
    "mips import pt.1".

--HG--
extra : convert_revision : 2e393341938bebf32fb638a209262d074fad4cc1

16 years agoMerge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black [Fri, 22 Jun 2007 21:44:33 +0000 (17:44 -0400)]
Merge zizzer.eecs.umich.edu:/bk/newmem
into  zizzer.eecs.umich.edu:/.automount/wexford/x/gblack/newmem-o3-micro

--HG--
extra : convert_revision : 3fa3fa4544ff8c9d2135e1befe6c8f4757006a2a

16 years agoUpdate of reference outputs. SPARC_SE o3 gzip didn't have reference outputs, mcf...
Gabe Black [Fri, 22 Jun 2007 19:06:10 +0000 (15:06 -0400)]
Update of reference outputs. SPARC_SE o3 gzip didn't have reference outputs, mcf has a reduced input size, and most of the other changes are for a change in how branch mispredicts work which makes things more accurate.

--HG--
extra : convert_revision : 33ad6a220945b344d2fc5c6abef8e67467e0c0ec

16 years agoMake symbols for regular registers.
Gabe Black [Thu, 21 Jun 2007 20:35:27 +0000 (20:35 +0000)]
Make symbols for regular registers.

--HG--
extra : convert_revision : 28a6df1efe4298877dc2b20179caeb25dfdc4622

16 years agoGet rid of an unnecessary include file.
Gabe Black [Thu, 21 Jun 2007 20:35:26 +0000 (20:35 +0000)]
Get rid of an unnecessary include file.

--HG--
extra : convert_revision : d8d139180917f54006a5a79df4a0f206ddd39fed

16 years agoMerge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black [Thu, 21 Jun 2007 20:35:25 +0000 (20:35 +0000)]
Merge zizzer.eecs.umich.edu:/bk/newmem
into  ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-o3-micro

src/cpu/o3/fetch_impl.hh:
    hand merge

--HG--
extra : convert_revision : 3f71f3ac2035eec8b6f7bceb6906edb4dd09c045

16 years agoMerge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black [Thu, 21 Jun 2007 20:35:23 +0000 (20:35 +0000)]
Merge zizzer.eecs.umich.edu:/bk/newmem
into  ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-x86

--HG--
extra : convert_revision : ba4d93f354749d02278b16e78b4ecd4b2311416b

16 years agoupdate stats for fixed nextCycle()
Ali Saidi [Thu, 21 Jun 2007 20:35:22 +0000 (16:35 -0400)]
update stats for fixed nextCycle()

--HG--
extra : convert_revision : 3626c4d2d67ed190d846f6edae06c43444a14feb

16 years agoUse FastAlloc for Packet, Request, CoherenceState, and SenderState so we don't spend...
Ali Saidi [Thu, 21 Jun 2007 17:50:35 +0000 (13:50 -0400)]
Use FastAlloc for Packet, Request, CoherenceState, and SenderState so we don't spend so much time calling malloc()

--HG--
extra : convert_revision : a946564eee46ed7d2aed41c32d488ca7f036c32f

16 years agoUse the new symbols to clean up the assembler.
Gabe Black [Thu, 21 Jun 2007 15:30:05 +0000 (15:30 +0000)]
Use the new symbols to clean up the assembler.

--HG--
extra : convert_revision : 005464e875ede1e37dfe0e0482c29fd793ca52be

16 years agoNeeded for last change set to work :P
Gabe Black [Thu, 21 Jun 2007 15:29:02 +0000 (15:29 +0000)]
Needed for last change set to work :P

--HG--
extra : convert_revision : 9e57e582dd1ef2805d5adffcc0ccfd99596d9f54

16 years agoDefine symbols for the x86 specialization of the microassembler.
Gabe Black [Thu, 21 Jun 2007 15:28:08 +0000 (15:28 +0000)]
Define symbols for the x86 specialization of the microassembler.

--HG--
extra : convert_revision : 1fd66ba519d211fec18641b6df94b7640c56080c

16 years agoFix a comment.
Gabe Black [Thu, 21 Jun 2007 15:26:38 +0000 (15:26 +0000)]
Fix a comment.

--HG--
extra : convert_revision : 17e67cf6ea17fe6f971ef608547983fbb94adec9

16 years agoFix a problem where part of a microops parameters might be interpretted as an "ID...
Gabe Black [Thu, 21 Jun 2007 15:26:01 +0000 (15:26 +0000)]
Fix a problem where part of a microops parameters might be interpretted as an "ID", and also added support for symbols.

--HG--
extra : convert_revision : 60d1ef677a6a59a9d897086893843ec1ec368148

16 years agoAdd in code that lays the ground work for setting flags.
Gabe Black [Thu, 21 Jun 2007 13:48:44 +0000 (13:48 +0000)]
Add in code that lays the ground work for setting flags.

--HG--
extra : convert_revision : e4fcb64d45804700a0ef34e8acf5615b66e2a527

16 years agolong is too long
Gabe Black [Thu, 21 Jun 2007 02:48:25 +0000 (19:48 -0700)]
long is too long

--HG--
extra : convert_revision : 7342cd4a1700a247f30d6f85fc6c2685341ba20e

16 years agoFix compiler errors.
Gabe Black [Thu, 21 Jun 2007 02:46:45 +0000 (19:46 -0700)]
Fix compiler errors.

--HG--
extra : convert_revision : 2b10076a24cb36cb748e299011ae691f09c158cd

16 years agoImplement rip relative addressing and put in some missing loads and stores.
Gabe Black [Wed, 20 Jun 2007 19:08:04 +0000 (19:08 +0000)]
Implement rip relative addressing and put in some missing loads and stores.

--HG--
extra : convert_revision : 99053414cef40f13c5226871a72909b2622d8c26

16 years agoFix a newly introduced bug where the predecoder wasn't picking up all the displacement.
Gabe Black [Wed, 20 Jun 2007 19:06:08 +0000 (19:06 +0000)]
Fix a newly introduced bug where the predecoder wasn't picking up all the displacement.

--HG--
extra : convert_revision : 9202c11ee187458adcd85ba616b7f7f4bdd4eec1

16 years agoX86 probably doesn't need a window save area.
Gabe Black [Wed, 20 Jun 2007 19:05:06 +0000 (19:05 +0000)]
X86 probably doesn't need a window save area.

--HG--
extra : convert_revision : c4a76262d4396f5f5b96b1c9e751014c2abbd78a

16 years agoFix a typo in one of the operand type tags.
Gabe Black [Wed, 20 Jun 2007 19:04:41 +0000 (19:04 +0000)]
Fix a typo in one of the operand type tags.

--HG--
extra : convert_revision : bea87214ba4b40d75a350b803154836ec6d0ae9e

16 years agoComment out some unnecessary debug output.
Gabe Black [Wed, 20 Jun 2007 19:04:40 +0000 (19:04 +0000)]
Comment out some unnecessary debug output.

--HG--
extra : convert_revision : 9df17841d970a7995d8ed1d51ee66e2c5457e5e3

16 years agoForgot to check these in...
Gabe Black [Wed, 20 Jun 2007 19:04:39 +0000 (19:04 +0000)]
Forgot to check these in...

--HG--
extra : convert_revision : f489fda15740bae0a73bfb012f3bab5790b5c2b5