Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.c85 unsigned int EmulateAll(unsigned int opcode) in EmulateAll() function
H A Dfpa11.h85 extern unsigned int EmulateAll(unsigned int opcode);
H A Dentry.S81 mov r0, r6 @ prepare for EmulateAll()
82 bl EmulateAll @ emulate the instruction
/openbmc/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
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c268 int rc = EmulateAll(opcode, &ts->fpa, env); in emulate_arm_fpa11()