Home
last modified time | relevance | path

Searched refs:BASE_INSN_LENGTH (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2718 #define BASE_INSN_LENGTH (TARGET_MIPS16 ? 2 : 4) macro
H A Dmips.md485 ;; using units of BASE_INSN_LENGTH.
733 (symbol_ref "get_attr_insn_count (insn) * BASE_INSN_LENGTH")))
H A Dmips.cc13800 length += BASE_INSN_LENGTH * mips_load_label_num_insns (); in mips_adjust_insn_length()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h2699 #define BASE_INSN_LENGTH (TARGET_MIPS16 ? 2 : 4) macro
H A Dmips.md485 ;; using units of BASE_INSN_LENGTH.
733 (symbol_ref "get_attr_insn_count (insn) * BASE_INSN_LENGTH")))
H A Dmips.c13647 length += BASE_INSN_LENGTH * mips_load_label_num_insns (); in mips_adjust_insn_length()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201330044 * config/mips/mips.h (BASE_INSN_LENGTH, NOP_INSN_LENGTH): New macros.
30048 instruction counts are in units of BASE_INSN_LENGTH.
30050 by BASE_INSN_LENGTH rather than 4. Add the jump separately,
30058 by BASE_INSN_LENGTH rather than 4.