mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Differentiate between extended precision floats (80-bit) and double precision floats (64-bit)
llvm-svn: 12254
This commit is contained in:
parent
f86d2df13d
commit
7c0224327e
@ -53,7 +53,7 @@ def Mem8 : MemType<1>;
|
||||
def Mem16 : MemType<2>;
|
||||
def Mem32 : MemType<3>;
|
||||
def Mem64 : MemType<4>;
|
||||
def Mem80 : MemType<4>;
|
||||
def Mem80 : MemType<5>;
|
||||
def Mem128 : MemType<6>;
|
||||
|
||||
// FPFormat - This specifies what form this FP instruction has. This is used by
|
||||
|
Loading…
Reference in New Issue
Block a user