mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Differentiate between extended precision floats (80-bit) and double precision floats (64-bit)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0309066f6c
commit
cc2a2a530f
@ -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