[X86][I86,I186,I286,I386,I486,PPRO, MMX]: Adding full coverage of MC encoding for...
authorGadi Haber <gadi.haber@intel.com>
Tue, 16 Jan 2018 11:33:45 +0000 (11:33 +0000)
committerGadi Haber <gadi.haber@intel.com>
Tue, 16 Jan 2018 11:33:45 +0000 (11:33 +0000)
commit76ce3d9e8d07f9c9c3cb11a9054105f9adb7afbb
treefeb57910b2e6b9934dfd90ab00eb3ffbf4894a48
parent6f24c8778c95f7bb12912ab68a15569f28654293
[X86][I86,I186,I286,I386,I486,PPRO, MMX]: Adding full coverage of MC encoding for the I86, I186, I286, I386, I486, PPRO and MMX isa sets.<NFC>

NFC.
 Adding MC regressions tests to cover the I86, I186, I286, I386, I486, PPRO and MMX isa sets.
 This patch is part of a larger task to cover MC encoding of all X86 ISA Sets.
 Started in revision: https://reviews.llvm.org/D39952

Reviewers: zvi, RKSimon, AndreiGrischenko, craig.topper
Differential Revision: https://reviews.llvm.org/D40879

Change-Id: I231a35861611bfd3d23c74cc59507373f021a629
llvm-svn: 322544
14 files changed:
llvm/test/MC/X86/I186-32.s [new file with mode: 0644]
llvm/test/MC/X86/I186-64.s [new file with mode: 0644]
llvm/test/MC/X86/I286-32.s [new file with mode: 0644]
llvm/test/MC/X86/I286-64.s [new file with mode: 0644]
llvm/test/MC/X86/I386-32.s [new file with mode: 0644]
llvm/test/MC/X86/I386-64.s [new file with mode: 0644]
llvm/test/MC/X86/I486-32.s [new file with mode: 0644]
llvm/test/MC/X86/I486-64.s [new file with mode: 0644]
llvm/test/MC/X86/I86-32.s [new file with mode: 0644]
llvm/test/MC/X86/I86-64.s [new file with mode: 0644]
llvm/test/MC/X86/MMX-32.s [new file with mode: 0755]
llvm/test/MC/X86/MMX-64.s [new file with mode: 0644]
llvm/test/MC/X86/PPRO-32.s [new file with mode: 0644]
llvm/test/MC/X86/PPRO-64.s [new file with mode: 0644]