mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 07:14:53 +00:00
Fix instruction mnemonics for some fp_to_sint operations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c1a1e4adb7
commit
8b75813687
@ -281,12 +281,12 @@ def FCONVGR32 : Pseudo<(outs GR32:$dst), (ins FP32:$src),
|
||||
[(set GR32:$dst, (fp_to_sint FP32:$src)),
|
||||
(implicit PSW)]>;
|
||||
def FCONVGR32r64: Pseudo<(outs GR32:$dst), (ins FP64:$src),
|
||||
"cgebr\t{$dst, 5, $src}",
|
||||
"cfdbr\t{$dst, 5, $src}",
|
||||
[(set GR32:$dst, (fp_to_sint FP64:$src)),
|
||||
(implicit PSW)]>;
|
||||
|
||||
def FCONVGR64r32: Pseudo<(outs GR64:$dst), (ins FP32:$src),
|
||||
"cfdbr\t{$dst, 5, $src}",
|
||||
"cgebr\t{$dst, 5, $src}",
|
||||
[(set GR64:$dst, (fp_to_sint FP32:$src)),
|
||||
(implicit PSW)]>;
|
||||
def FCONVGR64 : Pseudo<(outs GR64:$dst), (ins FP64:$src),
|
||||
|
Loading…
x
Reference in New Issue
Block a user