R600/SI: Remove _e32 and _e64 suffixes from mnemonics
authorTom Stellard <thomas.stellard@amd.com>
Thu, 12 Mar 2015 21:34:22 +0000 (21:34 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 12 Mar 2015 21:34:22 +0000 (21:34 +0000)
commit3d712a637368048b067d61ce2eeca77bf5c9a653
tree117ec304b9838bfa3f1884026a7c3fa2ee1706ff
parentd434c0d548c865cc37e6ac683e15bfb142cb666d
R600/SI: Remove _e32 and _e64 suffixes from mnemonics

Instead print them as part of the $dst operand.  The AsmMatcher
requires the 32-bit and 64-bit encodings have the same mnemonic in
order to parse them correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232105 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/SIInstrFormats.td
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/madak.ll
test/CodeGen/R600/madmk.ll
test/CodeGen/R600/uint_to_fp.ll