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