Im working on my emu and Im writing the code about the VFPU. On this http://hitmen.c02.at/files/yapspd/psp_doc/ I found these opcodes
Code: Select all
vone.s rd 	0xd0070000 	110100 000 0000111 0 0000000 0 ddddddd 	SetVectorOne.Single
vone.p rd 	0xd0070080 	110100 000 0000111 0 0000000 1 ddddddd 	SetVectorOne.Pair
vone.t rd 	0xd0078000 	110100 000 0000111 1 0000000 0 ddddddd 	SetVectorOne.Triple
vone.q rd 	0xd0078080 	110100 000 0000111 1 0000000 1 ddddddd 	SetVectorOne.Quad
Thanks advance for your answer.


