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
Age
Commit message (
Collapse
)
Author
2009-08-17
X86: Implement MOVQ2DQ.
Gabe Black
2009-08-17
X86: Implement MOVDQ2Q.
Gabe Black
2009-08-17
X86: Implement the media instructions that convert fp values to ints.
Gabe Black
2009-08-17
X86: Implement a microop for converting fp values to ints.
Gabe Black
2009-08-17
X86: Implement the instructions that compare fp values and write a mask as a ↵
Gabe Black
result.
2009-08-17
X86: Implement a microop that compares fp values and writes a mask as a result.
Gabe Black
2009-08-17
X86: Implement the instructions that compare fp values and write to rflags.
Gabe Black
2009-08-17
X86: Implement a microop that compares fp values and writes to rflags.
Gabe Black
2009-08-17
X86: Implement MOVSS.
Gabe Black
2009-08-17
X86: Implement LDMXCSR.
Gabe Black
2009-08-17
X86: Implement STMXCSR.
Gabe Black
2009-08-17
X86: Implement the shuffle media instructions.
Gabe Black
2009-08-17
X86: Implement a shuffle media microop.
Gabe Black
2009-08-17
X86: Implement the mask move instructions.
Gabe Black
2009-08-17
X86: Implement a mask move microop.
Gabe Black
2009-08-17
X86: Implement the instructions that move sign bits.
Gabe Black
2009-08-17
X86: Implement a microop that moves sign bits.
Gabe Black
2009-08-17
X86: Implement the insert/extract instructions.
Gabe Black
2009-08-17
X86: Fix a bug in the decoder where the insert/extract instructions go.
Gabe Black
2009-08-17
X86: Extend mov2int and mov2fp so they can support insert and extract ↵
Gabe Black
instructions.
2009-08-17
X86: Implement the media average instructions.
Gabe Black
2009-08-17
X86: Implement a media average microop.
Gabe Black
2009-08-17
X86: Implement the multiply and add instructions.
Gabe Black
2009-08-17
X86: Let the integer multiply microop use every other possible source value.
Gabe Black
2009-08-17
X86: Implement the media shifts that operate on 64 bits or less at a time.
Gabe Black
2009-08-17
X86: Implement the media shift microops. These don't handle full 128 bit ↵
Gabe Black
wide shifts.
2009-08-17
X86: Implement the sum of absolute differences instructions.
Gabe Black
2009-08-17
X86: Implement a "sum of absolute differences" microop.
Gabe Black
2009-08-17
X86: Implement the media integer subtract instructions.
Gabe Black
2009-08-17
X86: Implement an integer media subtract microop.
Gabe Black
2009-08-17
X86: Implement the integer media multiply instructions.
Gabe Black
2009-08-17
X86: Implement a media integer multiply microop.
Gabe Black
2009-08-17
X86: Make larger blocks of instructions use the Inst format by default.
Gabe Black
2009-08-17
X86: Implement the integer media max instructions.
Gabe Black
2009-08-17
X86: Implement an integer media max microop.
Gabe Black
2009-08-17
X86: Implement the integer media min instructions.
Gabe Black
2009-08-17
X86: Add a media integer min microop.
Gabe Black
2009-08-17
X86: Implement the media integer addition instructions.
Gabe Black
2009-08-17
X86: Implement an integer media addition microop with optional saturation.
Gabe Black
2009-08-17
X86: Implement the instructions that convert between forms of floating point.
Gabe Black
2009-08-17
X86: Implement a media microop that converts between floating point data types.
Gabe Black
2009-08-17
X86: Implement the instructions that compare fp values and write masks as ↵
Gabe Black
the result.
2009-08-17
X86: Implement a microop that compares fp values and writes a mask as its ↵
Gabe Black
result.
2009-08-17
X86: Implement the MOVDDUP instruction.
Gabe Black
2009-08-17
X86: Implement many of the media mov instructions.
Gabe Black
2009-08-17
X86: Implement the media instructions that convert integer values to ↵
Gabe Black
floating point.
2009-08-17
X86: Implement a media microop for converting integer values to floating point.
Gabe Black
2009-08-17
X86: Implement the floating point media instructions.
Gabe Black
2009-08-17
X86: Implement a floating point media divide microop.
Gabe Black
2009-08-17
X86: Implement the floating point media multiply instructions.
Gabe Black
[next]