index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
isa
/
decoder
Age
Commit message (
Expand
)
Author
2007-07-18
Check for the two opcode prefix correctly and add in some instructions.
Gabe Black
2007-07-18
Hook near returns into the decoder.
Gabe Black
2007-07-18
Implement some forms of add.
Gabe Black
2007-07-18
Fix the operand types in a section of the decoder.
Gabe Black
2007-07-18
Hook x86 nop into the decoder.
Gabe Black
2007-07-17
Implemented jnz.
Gabe Black
2007-07-17
Implement the jz instruction.
Gabe Black
2007-06-20
Fix a typo in one of the operand type tags.
Gabe Black
2007-06-20
Make memory instructions work better, add more macroop implementations, add a...
Gabe Black
2007-06-19
More faithfulness to what instructions should work in what modes, and added t...
Gabe Black
2007-06-19
Make instructions that are illegal in 64 bit mode not do the wrong thing in 6...
Gabe Black
2007-06-14
Implement a handful more instructions and differentiate macroops based on the...
Gabe Black
2007-06-13
Partially implement "POP"
Gabe Black
2007-06-12
Add in MOV instructions.
Gabe Black
2007-06-08
Fixed format arguments for XOR.
Gabe Black
2007-06-04
Reworking x86's microcode system. This is a work in progress, and X86 doesn't...
Gabe Black
2007-05-31
x86 work that hadn't been checked in.
Gabe Black
2007-04-10
Changed some instruction names to be in all caps, and "implemented" move to t...
Gabe Black
2007-04-04
The process of going from an instruction definition to an instruction to be r...
Gabe Black
2007-04-04
Reworking how x86's isa description works. I'm adopting the following definit...
Gabe Black
2007-04-03
A batch of changes and fixes. Macroops are now generated automatically, multi...
Gabe Black
2007-03-29
Made the MultiOp format do a little more. It now sets up single microop instr...
Gabe Black
2007-03-29
Fidget with the syntax of the MultiOp format in anticipation of making it act...
Gabe Black
2007-03-21
Start implementing groups of instructions which do the same thing on differen...
Gabe Black
2007-03-21
Break out the one and two byte opcodes into different files. Also change what...
Gabe Black
2007-03-21
Missed a const
Gabe Black