summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-03-19 22:51:32 +0000
committerBob Wilson <bob.wilson@apple.com>2010-03-19 22:51:32 +0000
commit76a312b7d1c2b41394696510506967cd0794b831 (patch)
tree97e6db887a9ea646cc44a7c5d0658c0514812783 /lib/Target/ARM/ARMISelLowering.h
parent26e763753be5f3422a892f6c268721eae7792eac (diff)
downloadexternal_llvm-76a312b7d1c2b41394696510506967cd0794b831.zip
external_llvm-76a312b7d1c2b41394696510506967cd0794b831.tar.gz
external_llvm-76a312b7d1c2b41394696510506967cd0794b831.tar.bz2
Revert this change, since it was causing ARM performance regressions.
--- Reverse-merging r98889 into '.': U lib/Target/ARM/ARMInstrNEON.td U lib/Target/ARM/ARMISelLowering.h U lib/Target/ARM/ARMInstrInfo.td U lib/Target/ARM/ARMInstrVFP.td U lib/Target/ARM/ARMISelLowering.cpp U lib/Target/ARM/ARMInstrFormats.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index c18df5e..f8f8adc 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -55,6 +55,11 @@ namespace llvm {
RBIT, // ARM bitreverse instruction
+ FTOSI, // FP to sint within a FP register.
+ FTOUI, // FP to uint within a FP register.
+ SITOF, // sint to FP within a FP register.
+ UITOF, // uint to FP within a FP register.
+
SRL_FLAG, // V,Flag = srl_flag X -> srl X, 1 + save carry out.
SRA_FLAG, // V,Flag = sra_flag X -> sra X, 1 + save carry out.
RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.