mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
Unbreak the stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b6d86df06
commit
a55fd4a23f
@ -1771,14 +1771,14 @@ def VDUPLNfq : VDUPLNQ<0b01, 0b00, "vdup.32", v4f32, v2f32>;
|
|||||||
|
|
||||||
def VDUPfdf : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 0, 0,
|
def VDUPfdf : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 0, 0,
|
||||||
(outs DPR:$dst), (ins SPR:$src),
|
(outs DPR:$dst), (ins SPR:$src),
|
||||||
"vdup.32\t$dst, ${src:lane}", "",
|
NoItinerary, "vdup.32\t$dst, ${src:lane}", "",
|
||||||
[(set DPR:$dst, (v2f32 (splat_lo
|
[(set DPR:$dst, (v2f32 (splat_lo
|
||||||
(scalar_to_vector SPR:$src),
|
(scalar_to_vector SPR:$src),
|
||||||
undef)))]>;
|
undef)))]>;
|
||||||
|
|
||||||
def VDUPfqf : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 1, 0,
|
def VDUPfqf : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 1, 0,
|
||||||
(outs QPR:$dst), (ins SPR:$src),
|
(outs QPR:$dst), (ins SPR:$src),
|
||||||
"vdup.32\t$dst, ${src:lane}", "",
|
NoItinerary, "vdup.32\t$dst, ${src:lane}", "",
|
||||||
[(set QPR:$dst, (v4f32 (splat_lo
|
[(set QPR:$dst, (v4f32 (splat_lo
|
||||||
(scalar_to_vector SPR:$src),
|
(scalar_to_vector SPR:$src),
|
||||||
undef)))]>;
|
undef)))]>;
|
||||||
|
Loading…
Reference in New Issue
Block a user