mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
Add a pattern for FSQRTS
llvm-svn: 23750
This commit is contained in:
parent
c9479e899a
commit
114941504c
@ -430,7 +430,7 @@ def FSQRT : XForm_26<63, 22, (ops F8RC:$frD, F8RC:$frB),
|
||||
[(set F8RC:$frD, (fsqrt F8RC:$frB))]>;
|
||||
def FSQRTS : XForm_26<59, 22, (ops F4RC:$frD, F4RC:$frB),
|
||||
"fsqrts $frD, $frB",
|
||||
[]>;
|
||||
[(set F4RC:$frD, (fsqrt F4RC:$frB))]>;
|
||||
|
||||
/// FMR is split into 3 versions, one for 4/8 byte FP, and one for extending.
|
||||
def FMRS : XForm_26<63, 72, (ops F4RC:$frD, F4RC:$frB),
|
||||
|
Loading…
x
Reference in New Issue
Block a user