diff --git a/tcg/README b/tcg/README index fd72cad35..c27c5abed 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