aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2020-02-21 12:30:27 -0800
committerCraig Topper <craig.topper@intel.com>2020-02-21 12:34:59 -0800
commit8875ee18d72b1b395331c1b7217d2b91fb4dc4b7 (patch)
tree04e827280d8aae88143da4bae5e3664995aea390 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent446b150065c331daa82a9f5436f4987e340e5d6f (diff)
downloadllvm-8875ee18d72b1b395331c1b7217d2b91fb4dc4b7.zip
llvm-8875ee18d72b1b395331c1b7217d2b91fb4dc4b7.tar.gz
llvm-8875ee18d72b1b395331c1b7217d2b91fb4dc4b7.tar.bz2
[X86] Add a new format type for instructions that represent named prefix bytes like data16 and rep. Use it to make a simpler version of isPrefix.
isPrefix was added to support the patches to align branches. it relies on a switch over instruction names. This moves those opcodes to a new format so the information is tablegen and we can just check for a specific value in some bits in TSFlags instead. I've left the other function in place for now so that the existing patches in phabricator will still work. I'll work with the owner to get them migrated.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions