Home
last modified time | relevance | path

Searched refs:vhi (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5112.c49 uint32_t *vlo, uint32_t *vhi);
560 uint32_t *vlo, uint32_t *vhi) in ar5212GetLowerUpperIndex() argument
570 *vlo = *vhi = 0; in ar5212GetLowerUpperIndex()
574 *vlo = *vhi = listSize - 1; in ar5212GetLowerUpperIndex()
585 *vlo = *vhi = tp - lp; in ar5212GetLowerUpperIndex()
594 *vhi = *vlo + 1; in ar5212GetLowerUpperIndex()
Dar2317.c237 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
247 *vlo = *vhi = 0; in GetLowerUpperIndex()
251 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
262 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
271 *vhi = *vlo + 1; in GetLowerUpperIndex()
Dar2425.c255 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
265 *vlo = *vhi = 0; in GetLowerUpperIndex()
269 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
280 *vlo = *vhi = tp - (const uint16_t *) lp; in GetLowerUpperIndex()
289 *vhi = *vlo + 1; in GetLowerUpperIndex()
Dar2413.c254 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
264 *vlo = *vhi = 0; in GetLowerUpperIndex()
268 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
279 *vlo = *vhi = tp - (const uint16_t *) lp; in GetLowerUpperIndex()
288 *vhi = *vlo + 1; in GetLowerUpperIndex()
Dar2316.c260 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
270 *vlo = *vhi = 0; in GetLowerUpperIndex()
274 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
285 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
294 *vhi = *vlo + 1; in GetLowerUpperIndex()
Dar5413.c289 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
299 *vlo = *vhi = 0; in GetLowerUpperIndex()
303 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
314 *vlo = *vhi = tp - (const uint16_t *) lp; in GetLowerUpperIndex()
323 *vhi = *vlo + 1; in GetLowerUpperIndex()
Dar5212_reset.c2490 uint16_t *vlo, uint16_t *vhi) in ar5212GetLowerUpperValues() argument
2499 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
2503 *vlo = *vhi = ep[-1]; in ar5212GetLowerUpperValues()
2514 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
2523 *vhi = lp[1]; in ar5212GetLowerUpperValues()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc16036 rtx vhi, vlo, idx_hi; in ix86_expand_vector_set_var() local
16060 vhi = gen_reg_rtx (half_mode); in ix86_expand_vector_set_var()
16063 emit_insn (extract_hi (vhi, target)); in ix86_expand_vector_set_var()
16069 ix86_expand_vector_set_var (vhi, val, idx_hi); in ix86_expand_vector_set_var()
16071 emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, vlo, vhi))); in ix86_expand_vector_set_var()