Home
last modified time | relevance | path

Searched refs:out_movhi_r_mr (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/config/avr/
H A Davr-protos.h70 extern const char *out_movhi_r_mr (rtx insn, rtx op[], int *l);
H A Davr.c1791 return out_movhi_r_mr (insn, operands, real_l); /* mov r,m */ in output_movhi()
1876 out_movhi_r_mr (rtx insn, rtx op[], int *l) in out_movhi_r_mr() function
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr-protos.h80 extern const char * out_movhi_r_mr PARAMS ((rtx insn, rtx op[], int *l));
H A Davr.c1847 return out_movhi_r_mr (insn, operands, real_l); /* mov r,m */
1935 out_movhi_r_mr (insn, op, l) in out_movhi_r_mr() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.4257 * config/avr/avr.c (out_movqi_r_mr, out_movhi_r_mr, out_movsi_r_mr,
9750 output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
9770 (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
10124 (out_movhi_r_mr): Likewise.
H A DChangeLog.33954 (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.