Commit 5e85404a562c95bd5476f8a567863f6a0348fcd8
1 parent
b5eff355
TCG README fixes (Stuart Brady)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4042 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
4 deletions
tcg/README
... | ... | @@ -223,10 +223,10 @@ t0=t1%t2 (signed). Undefined behavior if division by zero or overflow. |
223 | 223 | |
224 | 224 | t0=t1%t2 (unsigned). Undefined behavior if division by zero. |
225 | 225 | |
226 | -* and_i32/i64 t0, t1, t2 | |
227 | - | |
228 | 226 | ********* Logical |
229 | 227 | |
228 | +* and_i32/i64 t0, t1, t2 | |
229 | + | |
230 | 230 | t0=t1&t2 |
231 | 231 | |
232 | 232 | * or_i32/i64 t0, t1, t2 |
... | ... | @@ -237,8 +237,6 @@ t0=t1|t2 |
237 | 237 | |
238 | 238 | t0=t1^t2 |
239 | 239 | |
240 | -* shl_i32/i64 t0, t1, t2 | |
241 | - | |
242 | 240 | ********* Shifts |
243 | 241 | |
244 | 242 | * shl_i32/i64 t0, t1, t2 | ... | ... |