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
/
simd128
/
floating_point
Age
Commit message (
Expand
)
Author
2009-12-19
X86: Create a common flag with a name to indicate scalar media instructions.
Gabe Black
2009-11-04
X86: Fix problem with movhps instruction
Vince Weaver
2009-10-30
X86: Implement the X86 sse2 haddpd instruction
Vince Weaver
2009-10-27
X86: Replace "DISPLACEMENT" with disp in movhpd.
Gabe Black
2009-10-27
Fix problem with the x86 sse movhpd instruction.
Vince Weaver
2009-08-17
X86: Implement the media instructions that convert 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
2009-08-17
X86: Implement the instructions that compare fp values and write to rflags.
Gabe Black
2009-08-17
X86: Implement MOVSS.
Gabe Black
2009-08-17
X86: Implement the shuffle media instructions.
Gabe Black
2009-08-17
X86: Implement the instructions that move sign bits.
Gabe Black
2009-08-17
X86: Implement the instructions that convert between forms of floating point.
Gabe Black
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 floating point media instructions.
Gabe Black
2009-08-17
X86: Implement the floating point media multiply instructions.
Gabe Black
2009-08-17
X86: Implement the floating point media subtract instructions.
Gabe Black
2009-08-17
X86: Implement the floating point media add instructions.
Gabe Black
2009-08-17
X86: Implement the media sqrt instructions.
Gabe Black
2009-08-17
X86: Implement the media floating point max instructions.
Gabe Black
2009-08-17
X86: Implement the media floating point min instructions.
Gabe Black
2009-08-17
X86: Rename sel to ext for media microops.
Gabe Black
2009-08-17
X86: Implement the remaining unpack instructions.
Gabe Black
2009-08-17
X86: Implement PANDN, ANDNPS, and ANDNPD.
Gabe Black
2009-08-17
X86: Implement PAND, ANDPS, and ANDPD.
Gabe Black
2009-08-17
X86: Implement POR, ORPD and ORPS.
Gabe Black
2009-08-17
X86: (Re)implement XORPS and XORPD.
Gabe Black
2009-08-17
X86: Ignore the size part of XMM/MMX operands. The instructions know what the...
Gabe Black
2009-08-17
X86: Use suffixes to differentiate XMM/MMX/GPR operands.
Gabe Black
2007-10-02
X86: Fix places where movfp was used incorrectly.
Gabe Black
2007-10-02
X86: Put ldst into the microcode (the earlier changeset didn't really).
Gabe Black
2007-09-19
X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.
Gabe Black