mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Add a pattern for FSQRTS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
651dea74f6
commit
e0b2e6372f
@ -430,7 +430,7 @@ def FSQRT : XForm_26<63, 22, (ops F8RC:$frD, F8RC:$frB),
|
|||||||
[(set F8RC:$frD, (fsqrt F8RC:$frB))]>;
|
[(set F8RC:$frD, (fsqrt F8RC:$frB))]>;
|
||||||
def FSQRTS : XForm_26<59, 22, (ops F4RC:$frD, F4RC:$frB),
|
def FSQRTS : XForm_26<59, 22, (ops F4RC:$frD, F4RC:$frB),
|
||||||
"fsqrts $frD, $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.
|
/// 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),
|
def FMRS : XForm_26<63, 72, (ops F4RC:$frD, F4RC:$frB),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user