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

  1. Add LVZ and LBT instructions support.
  2. Fix code style issues.

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

 gas/testsuite/gas/loongarch/lvz-lbt.d |  191 ++
 gas/testsuite/gas/loongarch/lvz-lbt.s |  181 ++
 gas/testsuite/gas/loongarch/uleb128.d |   52 +-
 opcodes/loongarch-opc.c               | 3195 +++++++++++++------------
 4 files changed, 2093 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  3:52 UTC | newest]

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

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).