mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-09 09:25:39 +00:00
header_gen: Add gen_{u,s}shl_i{32,64} to arm
This commit is contained in:
parent
f35a83d5ff
commit
f9b909f529
|
@ -3419,6 +3419,10 @@ arm_symbols = (
|
||||||
'fp_exception_el',
|
'fp_exception_el',
|
||||||
'gen_cmtst_i64',
|
'gen_cmtst_i64',
|
||||||
'get_phys_addr',
|
'get_phys_addr',
|
||||||
|
'gen_sshl_i32',
|
||||||
|
'gen_sshl_i64',
|
||||||
|
'gen_ushl_i32',
|
||||||
|
'gen_ushl_i64',
|
||||||
'helper_fjcvtzs',
|
'helper_fjcvtzs',
|
||||||
'helper_vjcvt',
|
'helper_vjcvt',
|
||||||
'pmu_init',
|
'pmu_init',
|
||||||
|
|
Loading…
Reference in a new issue