Searched refs:EmulateAll (Results 1 – 6 of 6) sorted by relevance
85 unsigned int EmulateAll(unsigned int opcode) in EmulateAll() function
85 extern unsigned int EmulateAll(unsigned int opcode);
81 mov r0, r6 @ prepare for EmulateAll()82 bl EmulateAll @ emulate the instruction
112 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs);
136 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs) in EmulateAll() function
268 int rc = EmulateAll(opcode, &ts->fpa, env); in emulate_arm_fpa11()