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
/
insts
/
control_transfer
Age
Commit message (
Expand
)
Author
2007-08-04
X86: Start implementing segmentation support.
Gabe Black
2007-07-30
X86: Force jumps to use 64 bit operand size.
Gabe Black
2007-07-21
Implemented and hooked in xchg, rotate with carry, and ret instructions
Gabe Black
2007-07-20
Fixed the distinction between far and near versions of jmp, call and ret. Imp...
Gabe Black
2007-07-20
Implement the rest of the conditional jump instructions and hook them into th...
Gabe Black
2007-07-20
Define and fill out a lot of different instructions and instruction versions....
Gabe Black
2007-07-20
Implement jnbe.
Gabe Black
2007-07-20
Appended _NEAR to the near version of call and return.
Gabe Black
2007-07-19
x86 fixes
Gabe Black
2007-07-18
Implement near returns.
Gabe Black
2007-07-18
Fix a comment to refer to the right type of instruction.
Gabe Black
2007-07-17
Implemented jnz.
Gabe Black
2007-07-17
Implement the jz instruction.
Gabe Black
2007-06-21
Make symbols for regular registers.
Gabe Black
2007-06-21
Use the new symbols to clean up the assembler.
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-08
Move the microcode assembly to a python package instead of isa_parser files. ...
Gabe Black