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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1153 p += emit_ldr (p, x0, sp, preindex_memory_operand (16)); */
1156 preindex_memory_operand (int32_t index) function
2395 p += emit_stp (p, x0, x1, sp, preindex_memory_operand (-16));
2642 return emit_str (buf, rt, sp, preindex_memory_operand (-1 * 16));
2681 p += emit_stp (p, x0, x1, sp, preindex_memory_operand (-2 * 16));
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1157 p += emit_ldr (p, x0, sp, preindex_memory_operand (16)); */
1160 preindex_memory_operand (int32_t index) function
2399 p += emit_stp (p, x0, x1, sp, preindex_memory_operand (-16));
2646 return emit_str (buf, rt, sp, preindex_memory_operand (-1 * 16));
2685 p += emit_stp (p, x0, x1, sp, preindex_memory_operand (-2 * 16));

Completed in 27 milliseconds