mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target-tricore: Use clrsb helper
Tested-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
bc21dbcc12
commit
16256947eb
3 changed files with 1 additions and 7 deletions
|
@ -1769,11 +1769,6 @@ uint32_t helper_clz_h(target_ulong r1)
|
|||
return ret_hw0 | (ret_hw1 << 16);
|
||||
}
|
||||
|
||||
uint32_t helper_cls(target_ulong r1)
|
||||
{
|
||||
return clrsb32(r1);
|
||||
}
|
||||
|
||||
uint32_t helper_cls_h(target_ulong r1)
|
||||
{
|
||||
uint32_t ret_hw0 = extract32(r1, 0, 16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue