commit | a13886e2198beb78b81c59839043b021ce6df78a | [log] [tgz] |
---|---|---|
author | Tsukasa OI <research_trasio@irq.a4lg.com> | Mon Sep 26 10:47:53 2022 +0000 |
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Thu Oct 06 02:23:31 2022 +0000 |
tree | 328bc72f3ded89280916f791e026a99fbc7ec4f4 | |
parent | 15543290129fde8b89b71f6e6494b88ca833c59c [diff] |
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.