llvm-6502/lib/ExecutionEngine
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
..
Interpreter Implement the signed icmp instructions properly. To do this we introduce 2007-01-20 20:12:29 +00:00
JIT fix build on amd64 2007-01-19 20:17:59 +00:00
ExecutionEngine.cpp For PR1043: 2007-01-19 21:13:56 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00