qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 12/33] target/mips: Convert MSA BIT instruction format to dec


From: Richard Henderson
Subject: Re: [PATCH 12/33] target/mips: Convert MSA BIT instruction format to decodetree
Date: Sat, 23 Oct 2021 19:45:17 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote:
  @u5                 ...... ... df:2 sa:5  ws:5 wd:5 ......  &msa_ldst
  @s5                 ...... ... df:2 sa:s5 ws:5 wd:5 ......  &msa_ldst
  @ldi                ...... ... df:2 sa:s10     wd:5 ......  &msa_ldst ws=0
+@bit                ...... ... df:7       ws:5 wd:5 ......  &msa_ldst sa=0

Not sure why you seem over-keen to use &msa_ldst, with fields that don't apply to these insns. Drop that and you can more properly name the field dfm.

+    twd = tcg_const_i32(a->wd);
+    tws = tcg_const_i32(a->ws);

tcg_constant_i32.


r~



reply via email to

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