diff options
-rw-r--r-- | lib/Target/IA64/IA64InstrInfo.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td index 2b8dfefd29..1c8858171c 100644 --- a/lib/Target/IA64/IA64InstrInfo.td +++ b/lib/Target/IA64/IA64InstrInfo.td @@ -226,6 +226,8 @@ def FMOV : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src), "mov $dst = $src;;">; // XXX: there _is_ no fmov def FMA : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3), "fma $dst = $src1, $src2, $src3;;">; +def FMS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3), + "fms $dst = $src1, $src2, $src3;;">; def FNMA : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src1, FP:$src2, FP:$src3), "fnma $dst = $src1, $src2, $src3;;">; def FABS : AForm<0x03, 0x0b, (ops FP:$dst, FP:$src), |