Home
last modified time | relevance | path

Searched refs:h8300_move_length (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c124 static unsigned int h8300_move_length (rtx *, const h8300_length_table *);
2517 h8300_move_length (rtx *operands, const h8300_length_table *table) in h8300_move_length() function
2570 return h8300_move_length (operands, &movb_length_table); in h8300_insn_length_from_table()
2573 return h8300_move_length (operands, &movw_length_table); in h8300_insn_length_from_table()
2576 return h8300_move_length (operands, &movl_length_table); in h8300_insn_length_from_table()
H A Dh8300.cc121 static unsigned int h8300_move_length (rtx *, const h8300_length_table *);
2446 h8300_move_length (rtx *operands, const h8300_length_table *table) in h8300_move_length() function
2499 return h8300_move_length (operands, &movb_length_table); in h8300_insn_length_from_table()
2502 return h8300_move_length (operands, &movw_length_table); in h8300_insn_length_from_table()
2505 return h8300_move_length (operands, &movl_length_table); in h8300_insn_length_from_table()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c124 static unsigned int h8300_move_length (rtx *, const h8300_length_table *);
2517 h8300_move_length (rtx *operands, const h8300_length_table *table) in h8300_move_length() function
2570 return h8300_move_length (operands, &movb_length_table); in h8300_insn_length_from_table()
2573 return h8300_move_length (operands, &movw_length_table); in h8300_insn_length_from_table()
2576 return h8300_move_length (operands, &movl_length_table); in h8300_insn_length_from_table()