Searched refs:ARMul_AddrExceptnV (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h227 state->Aborted = ARMul_AddrExceptnV; \
237 if (state->Aborted == ARMul_AddrExceptnV) \
238 ARMul_Abort (state, ARMul_AddrExceptnV); \
250 else if (state->Aborted == ARMul_AddrExceptnV) \
251 ARMul_Abort (state, ARMul_AddrExceptnV); \
H A Darminit.c312 case ARMul_AddrExceptnV: /* Address Exception */
345 case ARMul_AddrExceptnV: state->EndCondition = RDIError_AddressException; break;
H A Darmdefs.h209 #define ARMul_AddrExceptnV ARMAddrExceptnV macro
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.h227 state->Aborted = ARMul_AddrExceptnV; \
237 if (state->Aborted == ARMul_AddrExceptnV) \
238 ARMul_Abort (state, ARMul_AddrExceptnV); \
250 else if (state->Aborted == ARMul_AddrExceptnV) \
251 ARMul_Abort (state, ARMul_AddrExceptnV); \
H A Darminit.c315 case ARMul_AddrExceptnV: /* Address Exception */
348 case ARMul_AddrExceptnV: state->EndCondition = RDIError_AddressException; break;
H A Darmdefs.h209 #define ARMul_AddrExceptnV ARMAddrExceptnV macro

Completed in 219 milliseconds