Hello QEMU folks, I'm making my first steps in the ARM world by looking at R4F implementation. More specifically I'm trying to add VFP3-D16 support which is, as far as I understand, a regular VFP3 with only 16 D registers instead of 32.
My question is: where do I check that an instruction is accessing an unimplemented register (i.e. d16-31)? It could be in the macro VFP_DREG, but it's specification is not clear to me. Thanks in advance, -- Fabien Chouteau