Reid Spencer a42c7fd0ca Implement the signed icmp instructions properly. To do this we introduce
a small inline function to sign extend a uint64_t value based on its
type's bitwidth. This function is then used in both executeSExtInst and
the various executeICMP_S** functions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33403 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-20 20:12:29 +00:00
..
2007-01-19 21:13:56 +00:00
2007-01-17 02:48:45 +00:00
2007-01-19 21:13:56 +00:00
2007-01-19 22:04:24 +00:00
2007-01-20 10:07:23 +00:00