mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
tcg: Merge INDEX_op_shr_{i32,i64}
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
edd6ba8a6b
commit
74dbd36f1f
7 changed files with 18 additions and 29 deletions
|
@ -384,10 +384,10 @@ Shifts/Rotates
|
|||
- | *t0* = *t1* << *t2*
|
||||
| Unspecified behavior for negative or out-of-range shifts.
|
||||
|
||||
* - shr_i32/i64 *t0*, *t1*, *t2*
|
||||
* - shr *t0*, *t1*, *t2*
|
||||
|
||||
- | *t0* = *t1* >> *t2* (unsigned)
|
||||
| Unspecified behavior if *t2* < 0 or *t2* >= 32 (resp 64)
|
||||
| Unspecified behavior for negative or out-of-range shifts.
|
||||
|
||||
* - sar_i32/i64 *t0*, *t1*, *t2*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue