OSDN Git Service

target/mips: Decode microMIPS EVA load & store instructions
authorJames Hogan <james.hogan@imgtec.com>
Tue, 18 Jul 2017 11:55:52 +0000 (12:55 +0100)
committerYongbok Kim <yongbok.kim@imgtec.com>
Thu, 20 Jul 2017 21:42:26 +0000 (22:42 +0100)
commit8fffc64696783b1ff1d17262d098976479895660
tree45153f96c663b5cc8e3a33eb81d7bf9c0810fd95
parent7696414729b2d0f870c80ad1dd637d854bc78847
target/mips: Decode microMIPS EVA load & store instructions

Implement decoding of microMIPS EVA load and store instruction groups in
the POOL31C pool. These use the same gen_ld(), gen_st(), gen_st_cond()
helpers as the MIPS32 decoding, passing the equivalent MIPS32 opcodes as
opc.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Yongbok Kim <yongbok.kim@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
target/mips/translate.c