Preliminary support for getting 64-bit integer constants into registers.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 7 Apr 2004 04:00:49 +0000 (04:00 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 7 Apr 2004 04:00:49 +0000 (04:00 +0000)
commit2d4fa8faace6fec748f2a00b33ad7982df00e145
treedabbb15e2929fd1be7a7bea9a8e48d4d80cbdbea
parentff8282604a6a872536c188e5daff9a9b37b7d105
Preliminary support for getting 64-bit integer constants into registers.
Preliminary support for division. It's gross because you have to initialize
the "Y" register, which is the top 32 bits of the thing you're dividing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12732 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp