Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa-protos.h48 extern const char *pa_singlemove_string (rtx *);
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()
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/
DChangeLog-201513979 * config/pa/pa.c (pa_singlemove_string): Likewise.