Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
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()
4306 wlength += h8300_asm_insn_count (info.shift2) * (n / 2); 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()
4324 wlength += h8300_asm_insn_count (info.shift2) * (m / 2); in compute_a_shift_length()
4328 wlength += h8300_asm_insn_count (info.shift1) * m; in compute_a_shift_length()
4334 wlength += 1; in compute_a_shift_length()
4337 wlength += 2; in compute_a_shift_length()
[all …]
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcd.c1551 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument