we can't all have brains now, can we
authorDuraid Madina <duraid@octopus.com.au>
Thu, 22 Dec 2005 06:41:39 +0000 (06:41 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Thu, 22 Dec 2005 06:41:39 +0000 (06:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24948 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/IA64/IA64ISelLowering.h

index 5b33348ced17eb956188ad206781129de5275166..924691d70c968f6fa8db0c64fd7e3ebe2227812b 100644 (file)
@@ -38,6 +38,10 @@ namespace llvm {
       /// operand, producing an f64 value containing the integer representation
       /// of that FP value.
       FCTIDZ, FCTIWZ,
+      
+      /// GETFD - the getf.d instruction takes a floating point operand and
+      /// returns its 64-bit memory representation as an i64
+      GETFD
     };
   }