Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c4611 unsigned int wlength = 0; in compute_a_shift_length() local
4668 wlength += h8300_asm_insn_count (info.special); in compute_a_shift_length()
4675 wlength++; in compute_a_shift_length()
4688 wlength += h8300_asm_insn_count (info.shift1) * n; in compute_a_shift_length()
4690 return 2 * wlength; in compute_a_shift_length()
4712 wlength += 1; in compute_a_shift_length()
4715 wlength += 2; in compute_a_shift_length()
4719 wlength += 3; in compute_a_shift_length()
4724 return 2 * wlength; in compute_a_shift_length()
4734 wlength += h8300_asm_insn_count (info.shift1); in compute_a_shift_length()
[all …]
H A Dh8300.cc4233 unsigned int wlength = 0; in compute_a_shift_length() local
4290 wlength += h8300_asm_insn_count (info.special); in compute_a_shift_length()
4297 wlength++; in compute_a_shift_length()
4310 wlength += h8300_asm_insn_count (info.shift1) * n; in compute_a_shift_length()
4312 return 2 * wlength; in compute_a_shift_length()
4334 wlength += 1; in compute_a_shift_length()
4337 wlength += 2; in compute_a_shift_length()
4340 wlength += 3; in compute_a_shift_length()
4345 return 2 * wlength; in compute_a_shift_length()
4355 wlength += h8300_asm_insn_count (info.shift1); in compute_a_shift_length()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c4611 unsigned int wlength = 0; in compute_a_shift_length() local
4668 wlength += h8300_asm_insn_count (info.special); in compute_a_shift_length()
4675 wlength++; in compute_a_shift_length()
4688 wlength += h8300_asm_insn_count (info.shift1) * n; in compute_a_shift_length()
4690 return 2 * wlength; in compute_a_shift_length()
4712 wlength += 1; in compute_a_shift_length()
4715 wlength += 2; in compute_a_shift_length()
4719 wlength += 3; in compute_a_shift_length()
4724 return 2 * wlength; in compute_a_shift_length()
4734 wlength += h8300_asm_insn_count (info.shift1); in compute_a_shift_length()
[all …]
/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1551 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument