mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
TCG README fixes (Stuart Brady)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4042 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b5eff35546
commit
5e85404a56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user