we can't all have brains now, can we

llvm-svn: 24948
This commit is contained in:
Duraid Madina 2005-12-22 06:41:39 +00:00
parent d0c146d59f
commit b1d57fb175
1 changed files with 4 additions and 0 deletions

View File

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