summaryrefslogtreecommitdiff
path: root/tcg/README
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/README')
-rw-r--r--tcg/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcg/README b/tcg/README
index b4d07b6f42..2eeb669c27 100644
--- a/tcg/README
+++ b/tcg/README
@@ -269,6 +269,10 @@ Truncate t1 (64 bit) to t0 (32 bit)
Construct t0 (64-bit) taking the low half from t1 (32 bit) and the high half
from t2 (32 bit).
+* concat32_i64 t0, t1, t2
+Construct t0 (64-bit) taking the low half from t1 (64 bit) and the high half
+from t2 (64 bit).
+
********* Load/Store
* ld_i32/i64 t0, t1, offset