qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/18] i386: Rework sse_op_table6/7


From: Richard Henderson
Subject: Re: [PATCH 02/18] i386: Rework sse_op_table6/7
Date: Thu, 25 Aug 2022 16:43:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 8/25/22 15:13, Paolo Bonzini wrote:
  static void gen_sse(CPUX86State *env, DisasContext *s, int b,
                      target_ulong pc_start)
  {
      int b1, op1_offset, op2_offset, is_xmm, val;
      int modrm, mod, rm, reg;
      struct SSEOpHelper_table1 sse_op;
+    struct SSEOpHelper_table6 op6;
+    struct SSEOpHelper_table7 op7;

Likewise wrt struct copies instead of pointers.

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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