mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-09 14:03:09 +00:00
FITOD is spelled "fitod", not "fitos". Ouch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6fdd9e1f35
commit
22ad67dd68
@ -209,7 +209,7 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd
|
||||
|
||||
// Convert Integer to Floating-point Instructions, p. 141
|
||||
def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">;
|
||||
def FITOD : F3_3<2, 0b110100, 0b011001000, "fitos">;
|
||||
def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">;
|
||||
|
||||
// Convert between Floating-point Formats Instructions, p. 143
|
||||
def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">;
|
||||
|
@ -209,7 +209,7 @@ def WRri : F3_2<2, 0b110000, "wr">; // wr rs1, imm, rd
|
||||
|
||||
// Convert Integer to Floating-point Instructions, p. 141
|
||||
def FITOS : F3_3<2, 0b110100, 0b011000100, "fitos">;
|
||||
def FITOD : F3_3<2, 0b110100, 0b011001000, "fitos">;
|
||||
def FITOD : F3_3<2, 0b110100, 0b011001000, "fitod">;
|
||||
|
||||
// Convert between Floating-point Formats Instructions, p. 143
|
||||
def FSTOD : F3_3<2, 0b110100, 0b011001001, "fstod">;
|
||||
|
Loading…
x
Reference in New Issue
Block a user