summaryrefslogtreecommitdiff
path: root/tcg/README
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-12 21:40:02 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-12 21:40:02 +0000
commit5e85404a562c95bd5476f8a567863f6a0348fcd8 (patch)
tree5332bb2f2fb6ee41fe5b3a52bdfc156beba96be9 /tcg/README
parentb5eff355460643d09e533024360fe0522f368c07 (diff)
downloadqemu-5e85404a562c95bd5476f8a567863f6a0348fcd8.tar.gz
TCG README fixes (Stuart Brady)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4042 c046a42c-6fe2-441c-8c8c-71466251a162
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