RISC-V: Print XTheadMemPair literal as "immediate"
authorTsukasa OI <research_trasio@irq.a4lg.com>
Mon, 26 Sep 2022 10:47:53 +0000 (10:47 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 6 Oct 2022 02:23:31 +0000 (02:23 +0000)
commita13886e2198beb78b81c59839043b021ce6df78a
tree328bc72f3ded89280916f791e026a99fbc7ec4f4
parent15543290129fde8b89b71f6e6494b88ca833c59c
RISC-V: Print XTheadMemPair literal as "immediate"

The operand type "Xl(...)" denotes that (...) is a literal.  Specifically,
they are intended to be a constant immediate value.

This commit prints "Xl(...)" operand with dis_style_immediate style,
not dis_style_text.

opcodes/ChangeLog:

* riscv-dis.c (print_insn_args): Use dis_style_immediate on
the constant literal of the "Xl..." operand.
opcodes/riscv-dis.c