From 36aa55dcd9775a2164d831d3d3e2a16977995f14 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 21 Sep 2008 13:48:32 +0000 Subject: Add concat_i32_i64 op. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5280 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tcg/README') diff --git a/tcg/README b/tcg/README index b03432e..b4d07b6 100644 --- a/tcg/README +++ b/tcg/README @@ -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 -- cgit v1.1