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

  /src/external/gpl3/gdb/dist/sim/ppc/
words.h 70 typedef uint64_t unsigned_word; typedef
73 typedef uint32_t unsigned_word; typedef
psim.c 745 unsigned_word stack_pointer;
794 unsigned_word unsigned_word; member in union:__anon19927
847 cooked_buf.unsigned_word = cpu_get_program_counter(processor);
863 cooked_buf.unsigned_word = mon_get_number_of_insns(system->monitor,
870 cooked_buf.unsigned_word = model_get_number_of_stalls(cpu_model(processor));
876 cooked_buf.unsigned_word = model_get_number_of_cycles(cpu_model(processor));
955 unsigned_word unsigned_word; member in union:__anon19928
1031 cpu_set_program_counter(processor, cooked_buf.unsigned_word);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
words.h 70 typedef uint64_t unsigned_word; typedef
73 typedef uint32_t unsigned_word; typedef
psim.c 745 unsigned_word stack_pointer;
794 unsigned_word unsigned_word; member in union:__anon22666
847 cooked_buf.unsigned_word = cpu_get_program_counter(processor);
863 cooked_buf.unsigned_word = mon_get_number_of_insns(system->monitor,
870 cooked_buf.unsigned_word = model_get_number_of_stalls(cpu_model(processor));
876 cooked_buf.unsigned_word = model_get_number_of_cycles(cpu_model(processor));
955 unsigned_word unsigned_word; member in union:__anon22667
1031 cpu_set_program_counter(processor, cooked_buf.unsigned_word);
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-types.h 101 typedef uint64_t unsigned_word; typedef
105 typedef uint32_t unsigned_word; typedef
109 typedef uint16_t unsigned_word; typedef
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-types.h 101 typedef uint64_t unsigned_word; typedef
105 typedef uint32_t unsigned_word; typedef
109 typedef uint16_t unsigned_word; typedef

Completed in 38 milliseconds