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

  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 11148 store_pair_u32 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11302 case 2: store_pair_u32 (cpu, offset, Post); return;
11304 case 4: store_pair_u32 (cpu, offset, NoWriteBack); return;
11306 case 6: store_pair_u32 (cpu, offset, Pre); return;
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 11148 store_pair_u32 (sim_cpu *cpu, int32_t offset, WriteBack wb) function
11302 case 2: store_pair_u32 (cpu, offset, Post); return;
11304 case 4: store_pair_u32 (cpu, offset, NoWriteBack); return;
11306 case 6: store_pair_u32 (cpu, offset, Pre); return;

Completed in 64 milliseconds