mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT
Implement the 2-reg-misc CNT, NOT and RBIT instructions. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
94b6c911c6
commit
86cbc418ce
3 changed files with 41 additions and 6 deletions
|
@ -320,6 +320,7 @@ DEF_HELPER_1(neon_cls_s8, i32, i32)
|
|||
DEF_HELPER_1(neon_cls_s16, i32, i32)
|
||||
DEF_HELPER_1(neon_cls_s32, i32, i32)
|
||||
DEF_HELPER_1(neon_cnt_u8, i32, i32)
|
||||
DEF_HELPER_FLAGS_1(neon_rbit_u8, TCG_CALL_NO_RWG_SE, i32, i32)
|
||||
|
||||
DEF_HELPER_3(neon_qdmulh_s16, i32, env, i32, i32)
|
||||
DEF_HELPER_3(neon_qrdmulh_s16, i32, env, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue