mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
R600: FMA is VecALU only instruction
Reviewed-by: Tom Stellard <tom@stellard.net> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c180402b48
commit
787e3ca6a4
@ -917,7 +917,7 @@ class MULADD_IEEE_Common <bits<5> inst> : R600_3OP <
|
||||
|
||||
class FMA_Common <bits<5> inst> : R600_3OP <
|
||||
inst, "FMA",
|
||||
[(set f32:$dst, (fma f32:$src0, f32:$src1, f32:$src2))]
|
||||
[(set f32:$dst, (fma f32:$src0, f32:$src1, f32:$src2))], VecALU
|
||||
>;
|
||||
|
||||
class CNDE_Common <bits<5> inst> : R600_3OP <
|
||||
|
Loading…
Reference in New Issue
Block a user