mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tcg: Merge INDEX_op_sar_{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
b5aafbaa83
commit
3949f365eb
7 changed files with 18 additions and 26 deletions
|
@ -389,10 +389,10 @@ Shifts/Rotates
|
|||
- | *t0* = *t1* >> *t2* (unsigned)
|
||||
| Unspecified behavior for negative or out-of-range shifts.
|
||||
|
||||
* - sar_i32/i64 *t0*, *t1*, *t2*
|
||||
* - sar *t0*, *t1*, *t2*
|
||||
|
||||
- | *t0* = *t1* >> *t2* (signed)
|
||||
| Unspecified behavior if *t2* < 0 or *t2* >= 32 (resp 64)
|
||||
| Unspecified behavior for negative or out-of-range shifts.
|
||||
|
||||
* - rotl_i32/i64 *t0*, *t1*, *t2*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue