Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c266 static uint32_t dsp_matrix_control; variable
437 return dsp_matrix_control; in DSPReadLong()
559 dsp_matrix_control = data; in DSPWriteLong()
809 dsp_matrix_control = 0x00000000; in DSPReset()
1398 int count = dsp_matrix_control&0x0f; in dsp_opcode_mmult()
1402 if (!(dsp_matrix_control & 0x10)) in dsp_opcode_mmult()
2200 int count = dsp_matrix_control&0x0f; in DSP_mmult()
2204 if (!(dsp_matrix_control & 0x10)) in DSP_mmult()