Searched refs:vlo (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c49 uint32_t *vlo, uint32_t *vhi);
560 uint32_t *vlo, uint32_t *vhi)
570 *vlo = *vhi = 0;
574 *vlo = *vhi = listSize - 1;
585 *vlo = *vhi = tp - lp;
593 *vlo = tp - lp;
594 *vhi = *vlo + 1;
559 ar5212GetLowerUpperIndex(uint16_t v, uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar2316.c260 uint32_t *vlo, uint32_t *vhi)
270 *vlo = *vhi = 0;
274 *vlo = *vhi = listSize - 1;
285 *vlo = *vhi = tp - (const int16_t *) lp;
293 *vlo = tp - (const int16_t *) lp;
294 *vhi = *vlo + 1;
259 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar2317.c237 uint32_t *vlo, uint32_t *vhi)
247 *vlo = *vhi = 0;
251 *vlo = *vhi = listSize - 1;
262 *vlo = *vhi = tp - (const int16_t *) lp;
270 *vlo = tp - (const int16_t *) lp;
271 *vhi = *vlo + 1;
236 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar2413.c254 uint32_t *vlo, uint32_t *vhi)
264 *vlo = *vhi = 0;
268 *vlo = *vhi = listSize - 1;
279 *vlo = *vhi = tp - (const uint16_t *) lp;
287 *vlo = tp - (const uint16_t *) lp;
288 *vhi = *vlo + 1;
253 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar2425.c255 uint32_t *vlo, uint32_t *vhi)
265 *vlo = *vhi = 0;
269 *vlo = *vhi = listSize - 1;
280 *vlo = *vhi = tp - (const uint16_t *) lp;
288 *vlo = tp - (const uint16_t *) lp;
289 *vhi = *vlo + 1;
254 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar5413.c289 uint32_t *vlo, uint32_t *vhi)
299 *vlo = *vhi = 0;
303 *vlo = *vhi = listSize - 1;
314 *vlo = *vhi = tp - (const uint16_t *) lp;
322 *vlo = tp - (const uint16_t *) lp;
323 *vhi = *vlo + 1;
288 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, uint32_t *vlo, uint32_t *vhi) argument
H A Dar5212_reset.c2490 uint16_t *vlo, uint16_t *vhi)
2499 *vlo = *vhi = lp[0];
2503 *vlo = *vhi = ep[-1];
2514 *vlo = *vhi = lp[0];
2522 *vlo = lp[0];
2489 ar5212GetLowerUpperValues(uint16_t v, uint16_t *lp, uint16_t listSize, uint16_t *vlo, uint16_t *vhi) argument
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d2192 uint vlo = v[$-2];
2220 mul dword ptr [vlo]; // EDX:EAX = qhat * vlo
2239 if (cast(ulong) qhat * vlo > ((rhat << 32) + ulo))
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d2559 uint vlo = v[$-2];
2587 mul dword ptr [vlo]; // EDX:EAX = qhat * vlo
2606 if (cast(ulong) qhat * vlo > ((rhat << 32) + ulo))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc16000 rtx vhi, vlo, idx_hi; local
16025 vlo = gen_reg_rtx (half_mode);
16028 emit_insn (extract_lo (vlo, target));
16034 ix86_expand_vector_set_var (vlo, val, idx);
16035 emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, vlo, vhi)));

Completed in 175 milliseconds