mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Didn't mean to check this in. No MMX support yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48090aa814
commit
4a7da36546
@ -24,9 +24,7 @@ def : Pat<(v2i32 (undef)), (IMPLICIT_DEF_VR64)>, Requires<[HasMMX]>;
|
|||||||
|
|
||||||
// Move Instructions
|
// Move Instructions
|
||||||
def MOVD64rr : I<0x6E, MRMSrcReg, (ops VR64:$dst, R32:$src),
|
def MOVD64rr : I<0x6E, MRMSrcReg, (ops VR64:$dst, R32:$src),
|
||||||
"movd {$src, $dst|$dst, $src}",
|
"movd {$src, $dst|$dst, $src}", []>, TB,
|
||||||
[(set VR64:$dst,
|
|
||||||
(v2i32 (scalar_to_vector R32:$src)))]>, TB,
|
|
||||||
Requires<[HasMMX]>;
|
Requires<[HasMMX]>;
|
||||||
def MOVD64rm : I<0x6E, MRMSrcMem, (ops VR64:$dst, i32mem:$src),
|
def MOVD64rm : I<0x6E, MRMSrcMem, (ops VR64:$dst, i32mem:$src),
|
||||||
"movd {$src, $dst|$dst, $src}", []>, TB,
|
"movd {$src, $dst|$dst, $src}", []>, TB,
|
||||||
|
Loading…
Reference in New Issue
Block a user