diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-03 18:42:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-03 18:42:30 +0000 |
commit | cc07d7116a7d398b2e1da9ad8bc17f7bf74164f5 (patch) | |
tree | c89d0ef5aa7a5826458b6db1154125cc4339a8d0 /lib/Target/X86/X86InstrMMX.td | |
parent | f132fa0e74b5faa5f7095cbe0dcf87e72939b588 (diff) |
add support for the prefetch/prefetchw instructions, move femms into
the right file. The assembler supports all the 3dnow instructions now,
but not the "3dnowa" ones.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrMMX.td')
-rw-r--r-- | lib/Target/X86/X86InstrMMX.td | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/X86/X86InstrMMX.td b/lib/Target/X86/X86InstrMMX.td index 8e4bafd685..99e749a58e 100644 --- a/lib/Target/X86/X86InstrMMX.td +++ b/lib/Target/X86/X86InstrMMX.td @@ -121,13 +121,11 @@ multiclass sse12_cvt_pint_3addr<bits<8> opc, RegisterClass SrcRC, } //===----------------------------------------------------------------------===// -// MMX EMMS & FEMMS Instructions +// MMX EMMS Instruction //===----------------------------------------------------------------------===// def MMX_EMMS : MMXI<0x77, RawFrm, (outs), (ins), "emms", [(int_x86_mmx_emms)]>; -def MMX_FEMMS : MMXI<0x0E, RawFrm, (outs), (ins), "femms", - [(int_x86_mmx_femms)]>; //===----------------------------------------------------------------------===// // MMX Scalar Instructions |