Searched refs:Emulate (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darminit.c85 state->Emulate = RUN;
228 * Emulate the execution of an entire program. Start the correct emulator *
238 state->Emulate = RUN;
239 while (state->Emulate != STOP)
241 state->Emulate = RUN;
251 * Emulate the execution of one instruction. Start the correct emulator *
261 state->Emulate = ONCE;
350 state->Emulate = FALSE;
H A Darmos.c466 state->Emulate = FALSE;
524 state->Emulate = FALSE;
577 state->Emulate = FALSE;
652 state->Emulate = FALSE;
657 state->Emulate = FALSE;
662 state->Emulate = FALSE;
719 state->Emulate = FALSE;
753 state->Emulate = FALSE;
H A Darmvirt.c378 state->Emulate = FALSE;
423 state->Emulate = FALSE;
H A Darmemu.c545 state->Emulate = FALSE;
695 state->Emulate = FALSE;
778 state->Emulate = FALSE;
801 state->Emulate = FALSE;
943 state->Emulate = FALSE;
951 state->Emulate = FALSE;
981 state->Emulate = FALSE;
988 state->Emulate = FALSE;
1024 state->Emulate = FALSE;
1031 state->Emulate
[all...]
H A Darmcopro.c263 state->Emulate = CHANGEMODE;
1055 state->Emulate = CHANGEMODE;
1097 state->Emulate = CHANGEMODE;
H A Darmsupp.c244 state->Emulate = CHANGEMODE;
252 state->Emulate = CHANGEMODE;
274 state->Emulate = CHANGEMODE;
H A Darmdefs.h73 ARMword Emulate; /* to start and stop emulation */ member in struct:ARMul_State
H A Dwrapper.c172 state->Emulate = STOP;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c88 state->Emulate = RUN;
231 * Emulate the execution of an entire program. Start the correct emulator *
241 state->Emulate = RUN;
242 while (state->Emulate != STOP)
244 state->Emulate = RUN;
254 * Emulate the execution of one instruction. Start the correct emulator *
264 state->Emulate = ONCE;
353 state->Emulate = FALSE;
H A Darmos.c473 state->Emulate = FALSE;
531 state->Emulate = FALSE;
584 state->Emulate = FALSE;
659 state->Emulate = FALSE;
664 state->Emulate = FALSE;
669 state->Emulate = FALSE;
726 state->Emulate = FALSE;
760 state->Emulate = FALSE;
H A Darmvirt.c382 state->Emulate = FALSE;
427 state->Emulate = FALSE;
H A Darmemu.c548 state->Emulate = FALSE;
698 state->Emulate = FALSE;
781 state->Emulate = FALSE;
804 state->Emulate = FALSE;
952 state->Emulate = FALSE;
1008 state->Emulate = FALSE;
1016 state->Emulate = FALSE;
1045 state->Emulate = FALSE;
1052 state->Emulate = FALSE;
1088 state->Emulate
[all...]
H A Darmcopro.c266 state->Emulate = CHANGEMODE;
1058 state->Emulate = CHANGEMODE;
1100 state->Emulate = CHANGEMODE;
H A Darmsupp.c247 state->Emulate = CHANGEMODE;
255 state->Emulate = CHANGEMODE;
277 state->Emulate = CHANGEMODE;
H A Darmdefs.h73 ARMword Emulate; /* to start and stop emulation */ member in struct:ARMul_State
H A Dwrapper.c190 state->Emulate = STOP;
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dilsp.s73 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
74 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
490 # _060LSP__imulu64_(): Emulate 64-bit unsigned mul instruction #
491 # _060LSP__imuls64_(): Emulate 64-bit signed mul instruction. #
765 # _060LSP__cmp2_Ab_(): Emulate "cmp2.b An,<ea>". #
766 # _060LSP__cmp2_Aw_(): Emulate "cmp2.w An,<ea>". #
767 # _060LSP__cmp2_Al_(): Emulate "cmp2.l An,<ea>". #
768 # _060LSP__cmp2_Db_(): Emulate "cmp2.b Dn,<ea>". #
769 # _060LSP__cmp2_Dw_(): Emulate "cmp2.w Dn,<ea>". #
770 # _060LSP__cmp2_Dl_(): Emulate "cmp
[all...]

Completed in 301 milliseconds