summaryrefslogtreecommitdiff
path: root/tcg/README
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/README')
-rw-r--r--tcg/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/tcg/README b/tcg/README
index fd72cad357..c27c5abed9 100644
--- a/tcg/README
+++ b/tcg/README
@@ -223,10 +223,10 @@ t0=t1%t2 (signed). Undefined behavior if division by zero or overflow.
t0=t1%t2 (unsigned). Undefined behavior if division by zero.
-* and_i32/i64 t0, t1, t2
-
********* Logical
+* and_i32/i64 t0, t1, t2
+
t0=t1&t2
* or_i32/i64 t0, t1, t2
@@ -237,8 +237,6 @@ t0=t1|t2
t0=t1^t2
-* shl_i32/i64 t0, t1, t2
-
********* Shifts
* shl_i32/i64 t0, t1, t2