diff options
author | Anirudh Prasad <Anirudh.Prasad@ibm.com> | 2021-03-01 16:31:29 -0500 |
---|---|---|
committer | Kai Nacke <kai@redstar.de> | 2021-03-01 16:36:07 -0500 |
commit | 5cb417527cbca62bbee93504deb2f1e7a357e6ec (patch) | |
tree | 12db42a216ddba295eeab3cb4e439ab03f5b348a /lldb/unittests/ScriptInterpreter/Python | |
parent | 5cf2a37f1255700d4da9d5f45e82bdfff09aee8c (diff) | |
download | llvm-5cb417527cbca62bbee93504deb2f1e7a357e6ec.zip llvm-5cb417527cbca62bbee93504deb2f1e7a357e6ec.tar.gz llvm-5cb417527cbca62bbee93504deb2f1e7a357e6ec.tar.bz2 |
[SystemZ] Introduce distinction between the jg/jl family of mnemonics for GNU as vs HLASM
- This patch adds in the distinction between jg[*] and jl[*] pc-relative
mnemonics based on the variant/dialect.
- Under the hlasm variant, we use the jl[*] family of mnemonics and under
the att (GNU as) variant, we use the jg[*] family of mnemonics.
- jgnop which was added in https://reviews.llvm.org/D92185, is now restricted
to att variant. jlnop is introduced and restricted to hlasm variant.
- The br[*]l additional mnemonics are mapped to either jl[*]/jg[*] based on
the variant.
Reviewed By: uweigand
Differential Revision: https://reviews.llvm.org/D97581
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions