Home
last modified time | relevance | path

Searched full:vhi (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrPatternsVec.td137 def : Pat<(v512i1 (vec_pack v256i1:$vlo, v256i1:$vhi, (i32 srcvalue))),
141 $vhi, sub_vm_even)>;
161 def : Pat<(v512i32 (vec_pack v256i32:$vlo, v256i32:$vhi, i32:$avl)),
162 (VSHFvvil $vlo, $vhi, 13, $avl)>;
163 def : Pat<(v512f32 (vec_pack v256f32:$vlo, v256f32:$vhi, i32:$avl)),
164 (VSHFvvil $vlo, $vhi, 8, $avl)>;
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c49 uint32_t *vlo, uint32_t *vhi);
566 uint32_t *vlo, uint32_t *vhi) in ar5212GetLowerUpperIndex() argument
576 *vlo = *vhi = 0; in ar5212GetLowerUpperIndex()
580 *vlo = *vhi = listSize - 1; in ar5212GetLowerUpperIndex()
591 *vlo = *vhi = tp - lp; in ar5212GetLowerUpperIndex()
600 *vhi = *vlo + 1; in ar5212GetLowerUpperIndex()
H A Dar2316.c253 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
263 *vlo = *vhi = 0; in GetLowerUpperIndex()
267 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
278 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
287 *vhi = *vlo + 1; in GetLowerUpperIndex()
H A Dar2317.c230 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
240 *vlo = *vhi = 0; in GetLowerUpperIndex()
244 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
255 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
264 *vhi = *vlo + 1; in GetLowerUpperIndex()
H A Dar2413.c247 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
257 *vlo = *vhi = 0; in GetLowerUpperIndex()
261 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
272 *vlo = *vhi = tp - (const uint16_t *) lp; in GetLowerUpperIndex()
281 *vhi = *vlo + 1; in GetLowerUpperIndex()
H A Dar2425.c248 uint32_t *vlo, uint32_t *vhi) in GetLowerUpperIndex() argument
258 *vlo = *vhi = 0; in GetLowerUpperIndex()
262 *vlo = *vhi = listSize - 1; in GetLowerUpperIndex()
273 *vlo = *vhi = tp - (const uint16_t *) lp; in GetLowerUpperIndex()
282 *vhi = *vlo + 1; in GetLowerUpperIndex()
H A 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()
H A Dar5212_reset.c2626 uint16_t *vlo, uint16_t *vhi) in ar5212GetLowerUpperValues() argument
2635 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
2639 *vlo = *vhi = ep[-1]; in ar5212GetLowerUpperValues()
2650 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
2659 *vhi = lp[1]; in ar5212GetLowerUpperValues()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpow.c241 float64x2_t vhi = v_log_inline (vix, &vlo, d); in V_NAME_D2() local
244 float64x2_t vehi = vmulq_f64 (y, vhi); in V_NAME_D2()
245 float64x2_t vemi = vfmsq_f64 (vehi, y, vhi); in V_NAME_D2()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dst,stm32mp25-combophy.yaml88 Vlo, Vhi for a VDDP = 0.8V. The hardware accepts discrete values in this range.
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c418 svfloat64_t vhi = sv_log_inline (yint_or_xpos, vix, &vlo, d); in SV_NAME_D2() local
421 svfloat64_t vehi = svmul_x (svptrue_b64 (), y, vhi); in SV_NAME_D2()
422 svfloat64_t vemi = svmls_x (yint_or_xpos, vehi, y, vhi); in SV_NAME_D2()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1281 u_int16_t *vlo, u_int16_t *vhi) in ar5212GetLowerUpperValues() argument
1290 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
1294 *vlo = *vhi = ep[-1]; in ar5212GetLowerUpperValues()
1305 *vlo = *vhi = lp[0]; in ar5212GetLowerUpperValues()
1314 *vhi = lp[1]; in ar5212GetLowerUpperValues()
/freebsd/sys/x86/cpufreq/
H A Dest.c95 #define INTEL(tab, zhi, vhi, zlo, vlo, bus_clk) \ argument
96 { CPU_VENDOR_INTEL, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) }
97 #define CENTAUR(tab, zhi, vhi, zlo, vlo, bus_clk) \ argument
98 { CPU_VENDOR_CENTAUR, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) }
/freebsd/sys/x86/x86/
H A Dlocal_apic.c282 lapic_write_icr(uint32_t vhi, uint32_t vlo) in lapic_write_icr() argument
288 v = ((uint64_t)vhi << 32) | vlo; in lapic_write_icr()
293 lapic_write32(LAPIC_ICR_HI, vhi); in lapic_write_icr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10472 auto [VLo, VHi] = DAG.SplitScalar(V, dl, MVT::i32, MVT::i32); in createGPRPairNode()
10475 std::swap (VLo, VHi); in createGPRPairNode()
10480 const SDValue Ops[] = { RegClass, VLo, SubReg0, VHi, SubReg1 }; in createGPRPairNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25950 auto [VLo, VHi] = DAG.SplitScalar(V, dl, MVT::i64, MVT::i64); in createGPRPairNode()
25952 std::swap (VLo, VHi); in createGPRPairNode()
25957 const SDValue Ops[] = { RegClass, VLo, SubReg0, VHi, SubReg1 }; in createGPRPairNode()