summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-01-02 18:20:48 +0000
committerCraig Topper <craig.topper@gmail.com>2014-01-02 18:20:48 +0000
commita7133ee752b6bb123b0e6f049a900e1ff4028889 (patch)
tree90246ee3b747d544529a56d6546f54a8e5ac59f8 /utils
parentd4e0bc4316424e543006af1540abce81999279c5 (diff)
downloadllvm-a7133ee752b6bb123b0e6f049a900e1ff4028889.tar.gz
llvm-a7133ee752b6bb123b0e6f049a900e1ff4028889.tar.bz2
llvm-a7133ee752b6bb123b0e6f049a900e1ff4028889.tar.xz
Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode and remove the hack from the disassembler table builder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/X86RecognizableInstr.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/X86RecognizableInstr.cpp b/utils/TableGen/X86RecognizableInstr.cpp
index 6ae7c3820e..63a9270733 100644
--- a/utils/TableGen/X86RecognizableInstr.cpp
+++ b/utils/TableGen/X86RecognizableInstr.cpp
@@ -277,10 +277,6 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
}
// FIXME: These instructions aren't marked as 64-bit in any way
Is64Bit |= Rec->getName() == "JMP64pcrel32" ||
- Rec->getName() == "POPFS64" ||
- Rec->getName() == "POPGS64" ||
- Rec->getName() == "PUSHFS64" ||
- Rec->getName() == "PUSHGS64" ||
Rec->getName() == "REX64_PREFIX" ||
Rec->getName().find("MOV64") != Name.npos ||
Rec->getName().find("PUSH64") != Name.npos ||