qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]


From: Richard Henderson
Subject: Re: [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]
Date: Tue, 16 Mar 2021 21:59:27 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/16/21 5:39 PM, Philippe Mathieu-Daudé wrote:
"And support mov_i64 on 32-bit host"?

Um, no...

+    case TCG_TYPE_I32:
+        tcg_out_op_ri(s, INDEX_op_tci_movi_i32, ret, arg);
+        break;
  #if TCG_TARGET_REG_BITS == 64
+    case TCG_TYPE_I64:
+        tcg_out_op_rI(s, INDEX_op_tci_movi_i64, ret, arg);
+        break;
  #endif
+    default:
+        g_assert_not_reached();

... aborting if it happens.


r~



reply via email to

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