HomeSort by: relevance | last modified time | path
    Searched refs:ARMul_UndefinedInstrV (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/arm/
arminit.c 302 case ARMul_UndefinedInstrV: /* Undefined Instruction */
344 case ARMul_UndefinedInstrV: state->EndCondition = RDIError_UndefinedInstruction; break;
armsupp.c 1052 ARMul_Abort (state, ARMul_UndefinedInstrV);
1088 ARMul_Abort (state, ARMul_UndefinedInstrV);
1582 ARMul_Abort (state, ARMul_UndefinedInstrV);
1592 ARMul_Abort (state, ARMul_UndefinedInstrV);
armdefs.h 209 #define ARMul_UndefinedInstrV ARMUndefinedInstrV
armemu.h 251 ARMul_Abort (state, ARMul_UndefinedInstrV); \
iwmmxt.c 3705 ARMul_Abort (state, ARMul_UndefinedInstrV);

Completed in 17 milliseconds