HomeSort by: relevance | last modified time | path
    Searched defs:ARMul_State (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/arm/
armdefs.h 36 typedef struct ARMul_State ARMul_State;
38 typedef unsigned ARMul_CPInits (ARMul_State * state);
39 typedef unsigned ARMul_CPExits (ARMul_State * state);
40 typedef unsigned ARMul_LDCs (ARMul_State * state, unsigned type,
42 typedef unsigned ARMul_STCs (ARMul_State * state, unsigned type,
44 typedef unsigned ARMul_MRCs (ARMul_State * state, unsigned type,
46 typedef unsigned ARMul_MCRs (ARMul_State * state, unsigned type,
48 typedef unsigned ARMul_CDPs (ARMul_State * state, unsigned type,
50 typedef unsigned ARMul_CPReads (ARMul_State * state, unsigned reg
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
armdefs.h 36 typedef struct ARMul_State ARMul_State;
38 typedef unsigned ARMul_CPInits (ARMul_State * state);
39 typedef unsigned ARMul_CPExits (ARMul_State * state);
40 typedef unsigned ARMul_LDCs (ARMul_State * state, unsigned type,
42 typedef unsigned ARMul_STCs (ARMul_State * state, unsigned type,
44 typedef unsigned ARMul_MRCs (ARMul_State * state, unsigned type,
46 typedef unsigned ARMul_MCRs (ARMul_State * state, unsigned type,
48 typedef unsigned ARMul_CDPs (ARMul_State * state, unsigned type,
50 typedef unsigned ARMul_CPReads (ARMul_State * state, unsigned reg
    [all...]

Completed in 25 milliseconds