On 12/10/25 07:16, Paolo Bonzini wrote:
+psz_b:
+    shift += 8;
+psz_w:
+    shift += 16;
+psz_l:
+#ifdef TARGET_X86_64
+    shift += 32;
+psz_q:
+#endif

Oof.  Use cc_op_size instead of a set of gotos.


r~

Reply via email to