1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Chris Lattner ba1e908431 hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes
the opcode string in the inst dump, e.g.:
	vmov	r2, r3, d17             @ encoding: [0x31,0x2b,0x53,0xec]
                                        @ <MCInst #989 VMOVRRD
                                        @  <MCOperand Reg:68>
                                        @  <MCOperand Reg:69>
                                        @  <MCOperand Reg:19>
                                        @  <MCOperand Imm:14>
                                        @  <MCOperand Reg:0>>

The "VMOVRRD" is new.

llvm-svn: 117609
2010-10-28 21:37:33 +00:00
..
ARMInstPrinter.cpp hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes 2010-10-28 21:37:33 +00:00
ARMInstPrinter.h hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes 2010-10-28 21:37:33 +00:00
CMakeLists.txt
Makefile