Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:emit_ops

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". */
2803 /* Implementation of emit_ops method "emit_ext". */
2816 /* Implementation of emit_ops method "emit_log_not". */
2833 /* Implementation of emit_ops method "emit_bit_and". */
2847 /* Implementation of emit_ops method "emit_bit_or". */
2861 /* Implementation of emit_ops method "emit_bit_xor". */
2875 /* Implementation of emit_ops method "emit_bit_not". */
2888 /* Implementation of emit_ops method "emit_equal". */
2903 /* Implementation of emit_ops method "emit_less_signed". */
2918 /* Implementation of emit_ops method "emit_less_unsigned". */
2933 /* Implementation of emit_ops method "emit_ref". */
2964 /* Implementation of emit_ops method "emit_if_goto". */
2989 /* Implementation of emit_ops method "emit_goto". */
3007 /* Implementation of emit_ops method "write_goto_address". */
3018 /* Implementation of emit_ops method "emit_const". */
3031 /* Implementation of emit_ops method "emit_call". */
3045 /* Implementation of emit_ops method "emit_reg". */
3063 /* Implementation of emit_ops method "emit_pop". */
3076 /* Implementation of emit_ops method "emit_stack_flush". */
3089 /* Implementation of emit_ops method "emit_zero_ext". */
3102 /* Implementation of emit_ops method "emit_swap". */
3117 /* Implementation of emit_ops method "emit_stack_adjust". */
3131 /* Implementation of emit_ops method "emit_int_call_1". */
3146 /* Implementation of emit_ops method "emit_void_call_2". */
3176 /* Implementation of emit_ops method "emit_eq_goto". */
3198 /* Implementation of emit_ops method "emit_ne_goto". */
3220 /* Implementation of emit_ops method "emit_lt_goto". */
3242 /* Implementation of emit_ops method "emit_le_goto". */
3264 /* Implementation of emit_ops method "emit_gt_goto". */
3286 /* Implementation of emit_ops method "emit_ge_got". */
3308 static struct emit_ops aarch64_emit_ops_impl =
3349 /* Implementation of target ops method "emit_ops". */
3351 emit_ops *
3352 aarch64_target::emit_ops ()