Searched refs:pa_singlemove_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa-protos.h | 48 extern const char *pa_singlemove_string (rtx *);
|
H A D | pa.cc | 2524 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 D | pa.md | 4176 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 D | pa-protos.h | 48 extern const char *pa_singlemove_string (rtx *);
|
H A D | pa.c | 2490 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 D | pa.md | 4176 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 D | ChangeLog-2015 | 13979 * config/pa/pa.c (pa_singlemove_string): Likewise.
|