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

  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 85 struct emit_ops struct
target.cc 677 struct emit_ops *
678 process_stratum_target::emit_ops () function in class:process_stratum_target
linux-s390-low.cc 85 struct emit_ops *emit_ops () override;
1525 /* The "emit_prologue" emit_ops method for s390. */
1539 /* The "emit_epilogue" emit_ops method for s390. */
1553 /* The "emit_add" emit_ops method for s390. */
1566 /* The "emit_sub" emit_ops method for s390. */
1582 /* The "emit_mul" emit_ops method for s390. */
1590 /* The "emit_lsh" emit_ops method for s390. */
1604 /* The "emit_rsh_signed" emit_ops method for s390. */
1618 /* The "emit_rsh_unsigned" emit_ops method for s390. *
2835 s390_target::emit_ops () function in class:s390_target
    [all...]
linux-x86-low.cc 131 struct emit_ops *emit_ops () override;
2145 static emit_ops amd64_emit_ops =
2814 static emit_ops i386_emit_ops =
2856 emit_ops *
2857 x86_target::emit_ops ()
2849 x86_target::emit_ops () function in class:x86_target
linux-aarch64-low.cc 88 struct emit_ops *emit_ops () override;
2645 /* Implementation of emit_ops method "emit_prologue". */
2691 /* Implementation of emit_ops method "emit_epilogue". */
2715 /* Implementation of emit_ops method "emit_add". */
2729 /* Implementation of emit_ops method "emit_sub". */
2743 /* Implementation of emit_ops method "emit_mul". */
2757 /* Implementation of emit_ops method "emit_lsh". */
2771 /* Implementation of emit_ops method "emit_rsh_signed". */
2785 /* Implementation of emit_ops method "emit_rsh_unsigned". *
3348 aarch64_target::emit_ops () function in class:aarch64_target
    [all...]
linux-ppc-low.cc 79 struct emit_ops *emit_ops () override;
2600 static struct emit_ops ppc_emit_ops_impl =
3289 static struct emit_ops ppc64v1_emit_ops_impl =
3332 static struct emit_ops ppc64v2_emit_ops_impl =
3375 /* Implementation of target ops method "emit_ops". */
3377 emit_ops *
3378 ppc_target::emit_ops () function in class:ppc_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 85 struct emit_ops struct
target.cc 677 struct emit_ops *
678 process_stratum_target::emit_ops () function in class:process_stratum_target
linux-s390-low.cc 85 struct emit_ops *emit_ops () override;
1529 /* The "emit_prologue" emit_ops method for s390. */
1543 /* The "emit_epilogue" emit_ops method for s390. */
1557 /* The "emit_add" emit_ops method for s390. */
1570 /* The "emit_sub" emit_ops method for s390. */
1586 /* The "emit_mul" emit_ops method for s390. */
1594 /* The "emit_lsh" emit_ops method for s390. */
1608 /* The "emit_rsh_signed" emit_ops method for s390. */
1622 /* The "emit_rsh_unsigned" emit_ops method for s390. *
2839 s390_target::emit_ops () function in class:s390_target
    [all...]
linux-x86-low.cc 125 struct emit_ops *emit_ops () override;
2234 static emit_ops amd64_emit_ops =
2903 static emit_ops i386_emit_ops =
2945 emit_ops *
2946 x86_target::emit_ops ()
2938 x86_target::emit_ops () function in class:x86_target
linux-aarch64-low.cc 88 struct emit_ops *emit_ops () override;
2649 /* Implementation of emit_ops method "emit_prologue". */
2695 /* Implementation of emit_ops method "emit_epilogue". */
2719 /* Implementation of emit_ops method "emit_add". */
2733 /* Implementation of emit_ops method "emit_sub". */
2747 /* Implementation of emit_ops method "emit_mul". */
2761 /* Implementation of emit_ops method "emit_lsh". */
2775 /* Implementation of emit_ops method "emit_rsh_signed". */
2789 /* Implementation of emit_ops method "emit_rsh_unsigned". *
3352 aarch64_target::emit_ops () function in class:aarch64_target
    [all...]
linux-ppc-low.cc 79 struct emit_ops *emit_ops () override;
2602 static struct emit_ops ppc_emit_ops_impl =
3291 static struct emit_ops ppc64v1_emit_ops_impl =
3334 static struct emit_ops ppc64v2_emit_ops_impl =
3377 /* Implementation of target ops method "emit_ops". */
3379 emit_ops *
3380 ppc_target::emit_ops () function in class:ppc_target

Completed in 43 milliseconds