mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ARM TCG conversion 13/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4150 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8984bd2e83
commit
8f8e3aa451
7 changed files with 206 additions and 282 deletions
|
@ -23,7 +23,6 @@
|
|||
register struct CPUARMState *env asm(AREG0);
|
||||
register uint32_t T0 asm(AREG1);
|
||||
register uint32_t T1 asm(AREG2);
|
||||
register uint32_t T2 asm(AREG3);
|
||||
|
||||
#define M0 env->iwmmxt.val
|
||||
|
||||
|
@ -59,15 +58,8 @@ static inline int cpu_halted(CPUState *env) {
|
|||
#include "softmmu_exec.h"
|
||||
#endif
|
||||
|
||||
/* In op_helper.c */
|
||||
|
||||
void helper_mark_exclusive(CPUARMState *, uint32_t addr);
|
||||
int helper_test_exclusive(CPUARMState *, uint32_t addr);
|
||||
void helper_clrex(CPUARMState *env);
|
||||
|
||||
void cpu_loop_exit(void);
|
||||
|
||||
void raise_exception(int);
|
||||
|
||||
void helper_neon_tbl(int rn, int maxindex);
|
||||
uint32_t helper_neon_mul_p8(uint32_t op1, uint32_t op2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue