Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c2534 h8300_mova_length (rtx dest, rtx src, rtx offset) in h8300_mova_length() function
2579 return h8300_mova_length (operands[0], operands[1], operands[2]); in h8300_insn_length_from_table()
2582 return h8300_mova_length (operands[0], operands[1], const0_rtx); in h8300_insn_length_from_table()
H A Dh8300.cc2463 h8300_mova_length (rtx dest, rtx src, rtx offset) in h8300_mova_length() function
2508 return h8300_mova_length (operands[0], operands[1], operands[2]); in h8300_insn_length_from_table()
2511 return h8300_mova_length (operands[0], operands[1], const0_rtx); in h8300_insn_length_from_table()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c2534 h8300_mova_length (rtx dest, rtx src, rtx offset) in h8300_mova_length() function
2579 return h8300_mova_length (operands[0], operands[1], operands[2]); in h8300_insn_length_from_table()
2582 return h8300_mova_length (operands[0], operands[1], const0_rtx); in h8300_insn_length_from_table()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200425188 (h8300_mova_length): New function.