llvm-6502/lib/Target/X86/InstPrinter
Pavel Chupin 586994a74e [x32] Emit callq for CALLpcrel32
Summary:
In AT&T annotation for both x86_64 and x32 calls should be printed as
callq in assembly. It's only a matter of correct mnemonic, object output
is ok.

Test Plan: trivial test added

Reviewers: nadav, dschuff, craig.topper

Subscribers: llvm-commits, zinovy.nis

Differential Revision: http://reviews.llvm.org/D5213

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217435 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-09 11:54:12 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86ATTInstPrinter.cpp [x32] Emit callq for CALLpcrel32 2014-09-09 11:54:12 +00:00
X86ATTInstPrinter.h [x32] Emit callq for CALLpcrel32 2014-09-09 11:54:12 +00:00
X86InstComments.cpp [x86] Teach the asm comment printing to only print the clarification of 2014-09-03 22:46:44 +00:00
X86InstComments.h [x86] Teach the asm comment printing to only print the clarification of 2014-09-03 22:46:44 +00:00
X86IntelInstPrinter.cpp
X86IntelInstPrinter.h