mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
ARM TCG conversion 9/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4146 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d9ba48308d
commit
b010980544
8 changed files with 487 additions and 409 deletions
|
@ -72,8 +72,6 @@ void helper_set_cp(CPUState *, uint32_t, uint32_t);
|
|||
uint32_t helper_get_cp(CPUState *, uint32_t);
|
||||
void helper_set_cp15(CPUState *, uint32_t, uint32_t);
|
||||
uint32_t helper_get_cp15(CPUState *, uint32_t);
|
||||
void helper_set_r13_banked(CPUState *env, int mode, uint32_t val);
|
||||
uint32_t helper_get_r13_banked(CPUState *env, int mode);
|
||||
uint32_t helper_v7m_mrs(CPUState *env, int reg);
|
||||
void helper_v7m_msr(CPUState *env, int reg, uint32_t val);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue