1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/Target/X86/Disassembler
Adam Nemet d1b4b6771c [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fields
V' bit in the P2 byte of the EVEX prefix provides the top bit of the NDD and
NDS register fields.  This was simply not used in the decoder until now.

Fixes <rdar://problem/17402661>

llvm-svn: 211565
2014-06-24 01:42:32 +00:00
..
CMakeLists.txt What year is it! This file has no reason to be written in C, and has doubly no 2014-04-20 21:07:34 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile Appease autoconf build since X86Disassembler.c has been disappeared in r206717. 2014-04-21 14:59:11 +00:00
X86Disassembler.cpp Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp. 2014-04-28 12:12:27 +00:00
X86Disassembler.h Remove some more C junk from these files. 2014-04-20 21:56:02 +00:00
X86DisassemblerDecoder.cpp [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fields 2014-06-24 01:42:32 +00:00
X86DisassemblerDecoder.h Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp. 2014-04-28 12:12:27 +00:00
X86DisassemblerDecoderCommon.h Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp. 2014-04-28 12:12:27 +00:00