llvm-6502/lib/Target/X86/InstPrinter
Kevin Enderby e1d4a88134 Make branch heavy code for generating marked up disassembly simpler
and easier to read by adding a couple helper functions.  Suggestion by
Chandler Carruth and seconded by Meador Inge!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166515 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-23 22:52:52 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86ATTInstPrinter.cpp Make branch heavy code for generating marked up disassembly simpler 2012-10-23 22:52:52 +00:00
X86ATTInstPrinter.h Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before the switch statement. This keeps the unreachable default case from being hit if the instruction was created with an intrinsic with too large of an immediate. 2012-10-09 05:26:13 +00:00
X86InstComments.cpp Add shuffle decode support for VPERMQ/VPERMPD. 2012-05-06 18:44:02 +00:00
X86InstComments.h
X86IntelInstPrinter.cpp Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before the switch statement. This keeps the unreachable default case from being hit if the instruction was created with an intrinsic with too large of an immediate. 2012-10-09 05:26:13 +00:00
X86IntelInstPrinter.h Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before the switch statement. This keeps the unreachable default case from being hit if the instruction was created with an intrinsic with too large of an immediate. 2012-10-09 05:26:13 +00:00