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

  /src/external/gpl3/gdb/dist/sim/common/
sim-events.c 951 #define WATCH_SIM(N,OP,EXT) \
961 WATCH_SIM (1, word = ,);
966 WATCH_SIM (2, word = ,);
971 WATCH_SIM (4, word = ,);
976 WATCH_SIM (8, word = ,64);
982 WATCH_SIM (1, BE2H,);
987 WATCH_SIM (2, BE2H,);
992 WATCH_SIM (4, BE2H,);
997 WATCH_SIM (8, BE2H,64);
1003 WATCH_SIM (1, LE2H,)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-events.c 951 #define WATCH_SIM(N,OP,EXT) \
961 WATCH_SIM (1, word = ,);
966 WATCH_SIM (2, word = ,);
971 WATCH_SIM (4, word = ,);
976 WATCH_SIM (8, word = ,64);
982 WATCH_SIM (1, BE2H,);
987 WATCH_SIM (2, BE2H,);
992 WATCH_SIM (4, BE2H,);
997 WATCH_SIM (8, BE2H,64);
1003 WATCH_SIM (1, LE2H,)
    [all...]

Completed in 26 milliseconds