Lines Matching defs:emit_ops
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. */
1632 /* The "emit_ext" emit_ops method for s390. */
1644 /* The "emit_log_not" emit_ops method for s390. */
1660 /* The "emit_bit_and" emit_ops method for s390. */
1673 /* The "emit_bit_or" emit_ops method for s390. */
1686 /* The "emit_bit_xor" emit_ops method for s390. */
1699 /* The "emit_bit_not" emit_ops method for s390. */
1712 /* The "emit_equal" emit_ops method for s390. */
1721 /* The "emit_less_signed" emit_ops method for s390. */
1744 /* The "emit_less_unsigned" emit_ops method for s390. */
1767 /* The "emit_ref" emit_ops method for s390. */
1806 /* The "emit_if_goto" emit_ops method for s390. */
1824 /* The "emit_goto" emit_ops method for s390 and s390x. */
1839 /* The "write_goto_address" emit_ops method for s390 and s390x. */
1888 /* The "emit_const" emit_ops method for s390. */
1914 /* The "emit_call" emit_ops method for s390. */
1931 /* The "emit_reg" emit_ops method for s390. */
1946 /* The "emit_pop" emit_ops method for s390. */
1958 /* The "emit_stack_flush" emit_ops method for s390. */
1970 /* The "emit_zero_ext" emit_ops method for s390. */
1982 /* The "emit_swap" emit_ops method for s390. */
1996 /* The "emit_stack_adjust" emit_ops method for s390. */
2031 /* The "emit_int_call_1" emit_ops method for s390. */
2041 /* The "emit_void_call_2" emit_ops method for s390. */
2063 /* The "emit_eq_goto" emit_ops method for s390. */
2083 /* The "emit_ne_goto" emit_ops method for s390. */
2103 /* The "emit_lt_goto" emit_ops method for s390. */
2131 /* The "emit_le_goto" emit_ops method for s390. */
2159 /* The "emit_gt_goto" emit_ops method for s390. */
2187 /* The "emit_ge_goto" emit_ops method for s390. */
2215 /* The "emit_ops" structure for s390. Named _impl to avoid name
2218 static struct emit_ops s390_emit_ops_impl =
2261 /* The "emit_prologue" emit_ops method for s390x. */
2275 /* The "emit_epilogue" emit_ops method for s390x. */
2289 /* The "emit_add" emit_ops method for s390x. */
2301 /* The "emit_sub" emit_ops method for s390x. */
2315 /* The "emit_mul" emit_ops method for s390x. */
2323 /* The "emit_lsh" emit_ops method for s390x. */
2336 /* The "emit_rsh_signed" emit_ops method for s390x. */
2349 /* The "emit_rsh_unsigned" emit_ops method for s390x. */
2362 /* The "emit_ext" emit_ops method for s390x. */
2376 /* The "emit_log_not" emit_ops method for s390x. */
2389 /* The "emit_bit_and" emit_ops method for s390x. */
2401 /* The "emit_bit_or" emit_ops method for s390x. */
2413 /* The "emit_bit_xor" emit_ops method for s390x. */
2425 /* The "emit_bit_not" emit_ops method for s390x. */
2437 /* The "emit_equal" emit_ops method for s390x. */
2446 /* The "emit_less_signed" emit_ops method for s390x. */
2462 /* The "emit_less_unsigned" emit_ops method for s390x. */
2478 /* The "emit_ref" emit_ops method for s390x. */
2514 /* The "emit_if_goto" emit_ops method for s390x. */
2532 /* The "emit_const" emit_ops method for s390x. */
2555 /* The "emit_call" emit_ops method for s390x. */
2572 /* The "emit_reg" emit_ops method for s390x. */
2587 /* The "emit_pop" emit_ops method for s390x. */
2599 /* The "emit_stack_flush" emit_ops method for s390x. */
2611 /* The "emit_zero_ext" emit_ops method for s390x. */
2625 /* The "emit_swap" emit_ops method for s390x. */
2638 /* The "emit_stack_adjust" emit_ops method for s390x. */
2651 /* The "emit_int_call_1" emit_ops method for s390x. */
2661 /* The "emit_void_call_2" emit_ops method for s390x. */
2680 /* The "emit_eq_goto" emit_ops method for s390x. */
2698 /* The "emit_ne_goto" emit_ops method for s390x. */
2716 /* The "emit_lt_goto" emit_ops method for s390x. */
2734 /* The "emit_le_goto" emit_ops method for s390x. */
2752 /* The "emit_gt_goto" emit_ops method for s390x. */
2770 /* The "emit_ge_goto" emit_ops method for s390x. */
2788 /* The "emit_ops" structure for s390x. */
2790 static struct emit_ops s390x_emit_ops =
2832 /* The "emit_ops" target ops method. */
2834 emit_ops *
2835 s390_target::emit_ops ()