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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 1798 emit_mrs (uint32_t *buf, struct aarch64_register rt, function
2372 p += emit_mrs (p, x2, NZCV);
2373 p += emit_mrs (p, x1, FPSR);
2374 p += emit_mrs (p, x0, FPCR);
2394 p += emit_mrs (p, x1, TPIDR_EL0);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 1802 emit_mrs (uint32_t *buf, struct aarch64_register rt, function
2376 p += emit_mrs (p, x2, NZCV);
2377 p += emit_mrs (p, x1, FPSR);
2378 p += emit_mrs (p, x0, FPCR);
2398 p += emit_mrs (p, x1, TPIDR_EL0);

Completed in 38 milliseconds