llvm-6502/lib/MC
Chris Lattner 342cbdcc5e print encodings like this:
pslld	69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0x00,0x00,0x00]

instead of like this:
	pslld	69, %mm3                ## encoding: [0x0f,0xf2,0x1c,0x25,0x45,0000,0000,0000]

this only affects 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95441 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-05 22:20:08 +00:00
..
MCParser
CMakeLists.txt
Makefile
MCAsmInfo.cpp MC: Change default comment column to 40 characters. 2010-02-05 07:32:18 +00:00
MCAsmInfoCOFF.cpp use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp print encodings like this: 2010-02-05 22:20:08 +00:00
MCAssembler.cpp MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. 2010-02-02 21:44:01 +00:00
MCNullStreamer.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp