提交 5e85404a 编写于 作者: A aurel32

TCG README fixes (Stuart Brady)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4042 c046a42c-6fe2-441c-8c8c-71466251a162
上级 b5eff355
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册