Add a few more encodings, we can now encode all of:
authorChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 01:53:19 +0000 (01:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 01:53:19 +0000 (01:53 +0000)
commit28249d98e195f7e04709b959e9f8ffe0d8080bf2
tree3546249a9bb7b8dab613d417c411acb3e6b047fe
parent5ba8bf6d28ad350114a4b02f01d70ebe08612cfe
Add a few more encodings, we can now encode all of:

pushl %ebp
movl %esp, %ebp
movl $42, %eax
popl %ebp
ret

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95344 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86MCCodeEmitter.cpp