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

  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 111 void (*emit_pop) (void); member in struct:emit_ops
ax.cc 294 emit_pop (void) function
296 target_emit_ops ()->emit_pop ();
676 emit_pop ();
linux-aarch64-low.cc 2632 emit_pop (uint32_t *buf, struct aarch64_register rt) function
2723 p += emit_pop (p, x1);
2737 p += emit_pop (p, x1);
2751 p += emit_pop (p, x1);
2765 p += emit_pop (p, x1);
2779 p += emit_pop (p, x1);
2793 p += emit_pop (p, x1);
2837 p += emit_pop (p, x1);
2851 p += emit_pop (p, x1);
2865 p += emit_pop (p, x1)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 111 void (*emit_pop) (void); member in struct:emit_ops
ax.cc 294 emit_pop (void) function
296 target_emit_ops ()->emit_pop ();
676 emit_pop ();
linux-aarch64-low.cc 2636 emit_pop (uint32_t *buf, struct aarch64_register rt) function
2727 p += emit_pop (p, x1);
2741 p += emit_pop (p, x1);
2755 p += emit_pop (p, x1);
2769 p += emit_pop (p, x1);
2783 p += emit_pop (p, x1);
2797 p += emit_pop (p, x1);
2841 p += emit_pop (p, x1);
2855 p += emit_pop (p, x1);
2869 p += emit_pop (p, x1)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 1629 emit_pop (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) function
1667 return emit_pop (prefix, opcode, args);
3611 { "pop", 0x00, 0xC1, emit_pop, INS_ALL },
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 1654 emit_pop (char prefix ATTRIBUTE_UNUSED, char opcode, const char * args) function
1692 return emit_pop (prefix, opcode, args);
3636 { "pop", 0x00, 0xC1, emit_pop, INS_ALL },

Completed in 35 milliseconds