Home
last modified time | relevance | path

Searched refs:split_double (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c647 split_double (op, &high_rtx, &low_rtx); in easy_di_const()
1090 split_double (src, &words[0], &words[1]); in gen_split_move_double()
1396 split_double (x, &high, &low); in m32r_rtx_costs()
2129 split_double (x, &first, &second); in m32r_print_operand()
2165 split_double (x, &first, &second); in m32r_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc648 split_double (op, &high_rtx, &low_rtx); in easy_di_const()
1091 split_double (src, &words[0], &words[1]); in gen_split_move_double()
1397 split_double (x, &high, &low); in m32r_rtx_costs()
2130 split_double (x, &first, &second); in m32r_print_operand()
2166 split_double (x, &first, &second); in m32r_print_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/
H A Dfr30.c929 split_double (src, &words[0], &words[1]); in fr30_move_double()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/
H A Dfr30.cc929 split_double (src, &words[0], &words[1]); in fr30_move_double()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c308 split_double (x, &low, &high); in mn10300_print_operand()
364 split_double (x, &low, &high); in mn10300_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.cc308 split_double (x, &low, &high); in mn10300_print_operand()
364 split_double (x, &low, &high); in mn10300_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc4540 split_double (src, operands + 2, operands + 3); in csky_output_movedouble()
4680 split_double (src, operands + 2, operands + 3); in csky_output_ck801_movedouble()
4771 split_double (src, operands + 2, operands + 3); in csky_get_movedouble_length()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc1023 split_double (operands[1], &operands[2], &operands[3]); in xtensa_split_operand_pair()
2642 split_double (x, &first, &second); in xtensa_output_integer_literal_parts()
H A Dxtensa.md760 split_double (operands[1], &highpart, &lowpart);
762 split_double (operands[1], &lowpart, &highpart);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1013 split_double (operands[1], &operands[2], &operands[3]); in xtensa_split_operand_pair()
2610 split_double (x, &first, &second); in xtensa_output_integer_literal_parts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c4278 split_double (src, operands + 2, operands + 3); in csky_output_movedouble()
4404 split_double (src, operands + 2, operands + 3); in csky_output_ck801_movedouble()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2484 split_double (src, &words[0], &words[1]); in cris_split_movdx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc808 split_double (x, &high, &low); in epiphany_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c806 split_double (x, &high, &low); in epiphany_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc3410 split_double (x, & high, & low); in iq2000_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c3410 split_double (x, & high, & low); in iq2000_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c2920 split_double (src, &words[0], &words[1]); in cris_split_movdx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2045 split_double (x, &high, &low); in visium_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2043 split_double (x, &high, &low); in visium_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.md5668 split_double (operands[2], &first, &second);
5706 split_double (operands[const_index], &first, &second);
5740 split_double (operands[2], &first, &second);
H A Darc.c4776 split_double (x, &first, &second); in arc_print_operand()
5927 split_double (x, &first, &second); in arc_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.md5610 split_double (operands[2], &first, &second);
5648 split_double (operands[const_index], &first, &second);
5682 split_double (operands[2], &first, &second);
H A Darc.cc4781 split_double (x, &first, &second); in arc_print_operand()
5932 split_double (x, &first, &second); in arc_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.h2475 extern void split_double (rtx, rtx *, rtx *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h2465 extern void split_double (rtx, rtx *, rtx *);

123