OSDN Git Service

fix the int<->fp instructions, which apparently take a single float register
authorChris Lattner <sabre@nondot.org>
Fri, 23 Dec 2005 05:00:16 +0000 (05:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Dec 2005 05:00:16 +0000 (05:00 +0000)
commit3cb7187d5f217dc7ecfff36357b0dd754fd0ae3b
treeb1c1eda23ba992b4e1b412de2a5b141bcf5f3e81
parenta01874fc89d1f8e5e5013f86b9624110b434b966
fix the int<->fp instructions, which apparently take a single float register
to represent the int part (because it's always 32-bits)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24976 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
lib/Target/SparcV8/SparcV8InstrInfo.td