Home
last modified time | relevance | path

Searched refs:EmulateAll (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h112 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs);
H A Dfpa11.c136 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs) in EmulateAll() function
/qemu/linux-user/arm/
H A Dcpu_loop.c268 int rc = EmulateAll(opcode, &ts->fpa, env); in emulate_arm_fpa11()