diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-11 12:45:54 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-11 12:59:21 -0700 |
commit | 8fa3e8fa149203279dba9f4ace99575471cb46ac (patch) | |
tree | 2657f7f56f3b08740810d08a8f1abc20c88383b0 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 6239d67001843722cb5d6e08d4368492fa5dbd9e (diff) | |
download | llvm-8fa3e8fa149203279dba9f4ace99575471cb46ac.zip llvm-8fa3e8fa149203279dba9f4ace99575471cb46ac.tar.gz llvm-8fa3e8fa149203279dba9f4ace99575471cb46ac.tar.bz2 |
[X86] Force VIA PadLock crypto instructions to emit a 0xF3 prefix when they encode to match what GNU as does.
The spec for these says they need 0xf3 but also mentions REP
before the mnemonic. But I don't think its fair to users to make
them write REP first. And gas doesn't make them. objdump seems to
disassemble with or without the prefix and just prints any 0xf3
as REP.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions