psp-as : instructions addition

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
hlide
Posts: 739
Joined: Sun Sep 10, 2006 2:31 am

psp-as : instructions addition

Post by hlide »

new mips-ops.c for binutils-2.16.1/opcodes : http://hlide.free.fr/download/PSP/mips-opc.c

Allegrex CPU core :
  • mfic bitmask16 : mfic zr, bitmask16
    mfic bitmask16 : mfic zr, bitmask16
    halt : CPU waits for an external event (intr mostly)
    mfio rt, ioport : read ioport ? (mostly used by ME processor)
    mtio rt, ioport : write ioport ? (mostly used by ME processor)
Allegrex VFPU core :
  • vc2i.s vd.q, vs.s : missing reverse instruction for vi2c.q vd.s, vs.q
    vuc2i.s vd.q, vs.s : missing "half" reverse instruction for vi2uc.q vd.s, vs.q
TyRaNiD, if you can commit it for people wanting them so badly XD
Post Reply