]> git.proxmox.com Git - qemu.git/blobdiff - tcg/README
Add concat_i32_i64 op.
[qemu.git] / tcg / README
index b03432e23a31b3d41dc7183b5677e459cce46fed..b4d07b6f42ee067b007891eb87b5b1fef75109bb 100644 (file)
@@ -265,6 +265,10 @@ Convert t1 (32 bit) to t0 (64 bit) and does zero extension
 * trunc_i64_i32 t0, t1
 Truncate t1 (64 bit) to t0 (32 bit)
 
+* concat_i32_i64 t0, t1, t2
+Construct t0 (64-bit) taking the low half from t1 (32 bit) and the high half
+from t2 (32 bit).
+
 ********* Load/Store
 
 * ld_i32/i64 t0, t1, offset