target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
commitab77fc611bf004dfd25ecad5b2c11261e32012e9
authorDimitrije Nikolic <dnikolic@wavecomp.com>
Mon, 20 Aug 2018 10:14:23 +0000 (20 12:14 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 24 Aug 2018 15:51:59 +0000 (24 17:51 +0200)
tree0c36a557d9254dae4a06b9e8617b7ebb74faafda
parent8f1d9b6d63978b80971b15fef16636f454241879
target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure

Add CP0_Config3 and CP0_Config5 to DisasContext structure. This is
needed for implementing availability control of various instructions.

Reviewed-by: "Aleksandar Markovic <amarkovic@wavecomp.com>"
Signed-off-by: "Aleksandar Markovic <amarkovic@wavecomp.com>"
target/mips/translate.c