]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Various x86 disassembler fixes.
authorCraig Topper <craig.topper@gmail.com>
Mon, 30 Sep 2013 02:46:36 +0000 (02:46 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 30 Sep 2013 02:46:36 +0000 (02:46 +0000)
commit92b45819531966f2d1365ab3564342a561f3b949
treec1ca1370ee33c8e00453b53b2d9ef1981f72b537
parent2f0843321016091dca890c819741e06f11ceb390
Various x86 disassembler fixes.

Add VEX_LIG to scalar FMA4 instructions.
Use VEX_LIG in some of the inheriting checks in disassembler table generator.
Make use of VEX_L_W, VEX_L_W_XS, VEX_L_W_XD contexts.
Don't let VEX_L_W, VEX_L_W_XS, VEX_L_W_XD, VEX_L_W_OPSIZE inherit from their non-L forms unless VEX_LIG is set.
Let VEX_L_W, VEX_L_W_XS, VEX_L_W_XD, VEX_L_W_OPSIZE inherit from all of their non-L or non-W cases.
Increase ranking on VEX_L_W, VEX_L_W_XS, VEX_L_W_XD, VEX_L_W_OPSIZE so they get chosen over non-L/non-W forms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/X86InstrFMA.td
test/MC/Disassembler/X86/simple-tests.txt
utils/TableGen/X86DisassemblerTables.cpp