From: Duraid Madina Date: Thu, 22 Dec 2005 06:41:39 +0000 (+0000) Subject: we can't all have brains now, can we X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a6ec3cbac14cc57f15b67e2f41436bc20d6d6a69;p=oota-llvm.git we can't all have brains now, can we git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24948 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/IA64/IA64ISelLowering.h b/lib/Target/IA64/IA64ISelLowering.h index 5b33348ced1..924691d70c9 100644 --- a/lib/Target/IA64/IA64ISelLowering.h +++ b/lib/Target/IA64/IA64ISelLowering.h @@ -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 }; }