This is a small series of two patches. One expands the number of arguments
for gen_mfc0(), gen_mtc0(), gen_dmfc0(), and gen_dmtc0(), and the second
patch actually implements the register and access to it.

Regards,
Petar

Petar Jovanovic (2):
  target-mips: pass CPUMIPSState to gen_mfc0/mtc0/dmfc0/dmtc0
  target-mips: implement UserLocal Register

 target-mips/cpu.h       |    2 ++
 target-mips/helper.h    |    1 +
 target-mips/op_helper.c |   20 ++++++++++-
 target-mips/translate.c |   87 +++++++++++++++++++++++++++++++++++------------
 4 files changed, 87 insertions(+), 23 deletions(-)

-- 
1.7.9.5


Reply via email to