forked from OSchip/llvm-project
5cb417527c
- 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 |
||
---|---|---|
.. | ||
asm-match.s | ||
directive-insn-vector.s | ||
directive-insn.s | ||
fixups-zEC12.s | ||
fixups.s | ||
insn-bad-z13.s | ||
insn-bad-z14.s | ||
insn-bad-z15.s | ||
insn-bad-z196.s | ||
insn-bad-zEC12.s | ||
insn-bad.s | ||
insn-good-z13.s | ||
insn-good-z14.s | ||
insn-good-z15.s | ||
insn-good-z196.s | ||
insn-good-zEC12.s | ||
insn-good.s | ||
invalid-instructions-spellcheck.s | ||
lit.local.cfg | ||
regs-bad.s | ||
regs-good.s | ||
tokens.s | ||
word.s |