Re: [Qemu-devel] [PATCH v2 5/7] target/mips: Add availability control for DSP R3 ASE

2018-10-08 Thread Aleksandar Markovic
> From: Stefan Markovic > > Add infrastructure for availability control for DSP R3 ASE MIPS instructions. Only BPOSGE32C currently belongs to DSP R3 ASE, but this is likely to be changed in near future. > > Signed-off-by: Aleksandar Markovic I think check_dspr3() should be check_dsp_r3(), but

[Qemu-devel] [PATCH v2 5/7] target/mips: Add availability control for DSP R3 ASE

2018-10-05 Thread Aleksandar Markovic
From: Stefan Markovic Add infrastructure for availability control for DSP R3 ASE MIPS instructions. Only BPOSGE32C currently belongs to DSP R3 ASE, but this is likely to be changed in near future. Signed-off-by: Aleksandar Markovic --- target/mips/internal.h | 11 --- target/