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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1164 p += emit_ldr (p, x0, sp, postindex_memory_operand (16)); */
1167 postindex_memory_operand (int32_t index) function
2634 return emit_ldr (buf, rt, sp, postindex_memory_operand (1 * 16));
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1168 p += emit_ldr (p, x0, sp, postindex_memory_operand (16)); */
1171 postindex_memory_operand (int32_t index) function
2638 return emit_ldr (buf, rt, sp, postindex_memory_operand (1 * 16));

Completed in 28 milliseconds