Home
last modified time | relevance | path

Searched refs:pa_singlemove_string (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa-protos.h48 extern const char *pa_singlemove_string (rtx *);
H A Dpa.cc2524 pa_singlemove_string (rtx *operands) in pa_singlemove_string() function
2897 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
2902 return pa_singlemove_string (operands); in pa_output_move_double()
2909 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
2910 return pa_singlemove_string (operands); in pa_output_move_double()
2915 output_asm_insn (pa_singlemove_string (operands), operands); in pa_output_move_double()
2927 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
H A Dpa.md4176 output_asm_insn (pa_singlemove_string (operands), operands);
4187 output_asm_insn (pa_singlemove_string (operands), operands);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa-protos.h48 extern const char *pa_singlemove_string (rtx *);
H A Dpa.c2490 pa_singlemove_string (rtx *operands) in pa_singlemove_string() function
2863 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
2868 return pa_singlemove_string (operands); in pa_output_move_double()
2875 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
2876 return pa_singlemove_string (operands); in pa_output_move_double()
2881 output_asm_insn (pa_singlemove_string (operands), operands); in pa_output_move_double()
2893 output_asm_insn (pa_singlemove_string (latehalf), latehalf); in pa_output_move_double()
H A Dpa.md4176 output_asm_insn (pa_singlemove_string (operands), operands);
4187 output_asm_insn (pa_singlemove_string (operands), operands);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201513979 * config/pa/pa.c (pa_singlemove_string): Likewise.