Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/powerpc/powerpc/
HDaltivec.c171 struct thread *vtd; in save_vec_nodrop() local
173 vtd = PCPU_GET(vecthread); in save_vec_nodrop()
174 if (td != vtd) { in save_vec_nodrop()
/freebsd-11-stable/sys/modules/vmm/
HDMakefile46 vtd.c
/freebsd-11-stable/sys/dev/vt/
HDvt_core.c1372 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() local
1387 vtd = *vtdlist; in vtterm_cnprobe()
1388 if (vtd->vd_probe == NULL) in vtterm_cnprobe()
1390 if (vtd->vd_probe(vd) == CN_DEAD) in vtterm_cnprobe()
1393 (vtd->vd_priority > vtdbest->vd_priority)) in vtterm_cnprobe()
1394 vtdbest = vtd; in vtterm_cnprobe()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDSVEInstrFormats.td307 class SVE_1_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
309 : Pat<(vtd (op vt1:$Op1)),
332 class SVE_2_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
334 : Pat<(vtd (op vt1:$Op1, vt2:$Op2)),
337 class SVE_2_Op_Pat_Reduce_To_Neon<ValueType vtd, SDPatternOperator op, ValueType vt1,
339 : Pat<(vtd (op vt1:$Op1, vt2:$Op2)),
340 (INSERT_SUBREG (vtd (IMPLICIT_DEF)), (inst $Op1, $Op2), sub)>;
342 class SVE_3_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
344 : Pat<(vtd (op vt1:$Op1, vt2:$Op2, vt3:$Op3)),
347 class SVE_4_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1,
[all …]