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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 11258 load_pair_u64 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11314 case 19: load_pair_u64 (cpu, offset, Post); return;
11316 case 21: load_pair_u64 (cpu, offset, NoWriteBack); return;
11318 case 23: load_pair_u64 (cpu, offset, Pre); return;
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 11258 load_pair_u64 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11314 case 19: load_pair_u64 (cpu, offset, Post); return;
11316 case 21: load_pair_u64 (cpu, offset, NoWriteBack); return;
11318 case 23: load_pair_u64 (cpu, offset, Pre); return;

Completed in 58 milliseconds