Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td205 "Enable vdsp-v2 instructions">;
208 "Enable vdsp-v2 instructions">;
260 "Enable 128bit vdsp-v1 instructions">;
263 "Enable 128bit vdsp-v1 instructions">;
/freebsd/sys/dev/sym/
H A Dsym_hipd.c4197 u32 *vdsp; in sym_int_ma() local
4286 vdsp = NULL; in sym_int_ma()
4290 vdsp = (u32 *)((char*)np->scripta0 + (dsp-np->scripta_ba-8)); in sym_int_ma()
4295 vdsp = (u32 *)((char*)np->scriptb0 + (dsp-np->scriptb_ba-8)); in sym_int_ma()
4304 cp, (unsigned)dsp, (unsigned)nxtdsp, vdsp, cmd); in sym_int_ma()
4307 if (!vdsp) { in sym_int_ma()
4322 oadr = scr_to_cpu(vdsp[1]); in sym_int_ma()
4330 olen = scr_to_cpu(vdsp[0]) & 0xffffff; in sym_int_ma()
4335 (unsigned) (scr_to_cpu(vdsp[0]) >> 24), in sym_int_ma()
4346 if (((cmd & 2) ? cmd : (cmd & ~4)) != (scr_to_cpu(vdsp[0]) >> 24)) { in sym_int_ma()
[all …]