public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] LoongArch: gas: Add LVZ and LBT instructions support
@ 2023-06-30  9:04 mengqinggang
  2023-06-30  9:04 ` [PATCH v2 1/2] " mengqinggang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mengqinggang @ 2023-06-30  9:04 UTC (permalink / raw)
  To: binutils
  Cc: xuchenghua, chenglulu, liuzhensong, xry111, i.swmail, maskray,
	mengqinggang

Changes from v1:
  Add LARCH_opts.ase_lvz and LARCH_opts.ase_lbt.

mengqinggang (2):
  LoongArch: gas: Add LVZ and LBT instructions support
  LoongArch: gas: Fix code style issues

 gas/config/tc-loongarch.c             |    4 +
 gas/testsuite/gas/loongarch/lvz-lbt.d |  191 ++
 gas/testsuite/gas/loongarch/lvz-lbt.s |  181 ++
 gas/testsuite/gas/loongarch/uleb128.d |   52 +-
 include/opcode/loongarch.h            |    6 +
 opcodes/loongarch-dis.c               |    2 +
 opcodes/loongarch-opc.c               | 3195 +++++++++++++------------
 7 files changed, 2105 insertions(+), 1526 deletions(-)
 create mode 100644 gas/testsuite/gas/loongarch/lvz-lbt.d
 create mode 100644 gas/testsuite/gas/loongarch/lvz-lbt.s

-- 
2.31.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-30  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30  9:04 [PATCH v2 0/2] LoongArch: gas: Add LVZ and LBT instructions support mengqinggang
2023-06-30  9:04 ` [PATCH v2 1/2] " mengqinggang
2023-06-30  9:04 ` [PATCH v2 2/2] LoongArch: gas: Fix code style issues mengqinggang
2023-06-30  9:15 ` [PATCH v2 0/2] LoongArch: gas: Add LVZ and LBT instructions support WANG Xuerui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).