Lines Matching defs:emit_ops
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". */
2799 /* Implementation of emit_ops method "emit_ext". */
2812 /* Implementation of emit_ops method "emit_log_not". */
2829 /* Implementation of emit_ops method "emit_bit_and". */
2843 /* Implementation of emit_ops method "emit_bit_or". */
2857 /* Implementation of emit_ops method "emit_bit_xor". */
2871 /* Implementation of emit_ops method "emit_bit_not". */
2884 /* Implementation of emit_ops method "emit_equal". */
2899 /* Implementation of emit_ops method "emit_less_signed". */
2914 /* Implementation of emit_ops method "emit_less_unsigned". */
2929 /* Implementation of emit_ops method "emit_ref". */
2960 /* Implementation of emit_ops method "emit_if_goto". */
2985 /* Implementation of emit_ops method "emit_goto". */
3003 /* Implementation of emit_ops method "write_goto_address". */
3014 /* Implementation of emit_ops method "emit_const". */
3027 /* Implementation of emit_ops method "emit_call". */
3041 /* Implementation of emit_ops method "emit_reg". */
3059 /* Implementation of emit_ops method "emit_pop". */
3072 /* Implementation of emit_ops method "emit_stack_flush". */
3085 /* Implementation of emit_ops method "emit_zero_ext". */
3098 /* Implementation of emit_ops method "emit_swap". */
3113 /* Implementation of emit_ops method "emit_stack_adjust". */
3127 /* Implementation of emit_ops method "emit_int_call_1". */
3142 /* Implementation of emit_ops method "emit_void_call_2". */
3172 /* Implementation of emit_ops method "emit_eq_goto". */
3194 /* Implementation of emit_ops method "emit_ne_goto". */
3216 /* Implementation of emit_ops method "emit_lt_goto". */
3238 /* Implementation of emit_ops method "emit_le_goto". */
3260 /* Implementation of emit_ops method "emit_gt_goto". */
3282 /* Implementation of emit_ops method "emit_ge_got". */
3304 static struct emit_ops aarch64_emit_ops_impl =
3345 /* Implementation of target ops method "emit_ops". */
3347 emit_ops *
3348 aarch64_target::emit_ops ()