qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.1 3/8] target/riscv: Merge argument sets f


From: Bastian Koppelmann
Subject: Re: [Qemu-devel] [PATCH for-4.1 3/8] target/riscv: Merge argument sets for insn32 and insn16
Date: Tue, 16 Apr 2019 14:02:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1


On 4/1/19 5:11 AM, Richard Henderson wrote:
# *** RV64C Standard Extension (Quadrant 0) ***
  c_addi4spn        000    ........ ... 00 @ciw
-c_fld             001  ... ... .. ... 00 @cl_d
-c_lw              010  ... ... .. ... 00 @cl_w
+fld               001  ... ... .. ... 00 @cl_d
+lw                010  ... ... .. ... 00 @cl_w

This leads to a redefinition of arg_lw and arg_fld for which clang emits a warning as found by Peter as he wanted to merge the original pull request for RISC-V-dt. The same goes for all other merged args.

Cheers,

Bastian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]