forked from OSchip/llvm-project
parent
d0c146d59f
commit
b1d57fb175
|
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue