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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 11176 store_pair_u64 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11313 case 18: store_pair_u64 (cpu, offset, Post); return;
11315 case 20: store_pair_u64 (cpu, offset, NoWriteBack); return;
11317 case 22: store_pair_u64 (cpu, offset, Pre); return;
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 11176 store_pair_u64 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11313 case 18: store_pair_u64 (cpu, offset, Post); return;
11315 case 20: store_pair_u64 (cpu, offset, NoWriteBack); return;
11317 case 22: store_pair_u64 (cpu, offset, Pre); return;

Completed in 38 milliseconds