Hello,
I'm trying to get the vfp/simd register values during simulation. I
find a clue in src/cpu/simple_thread.hh, there defined an array
`FloatReg f[TheISA::NumFloatRegs];`. Also I checked
ArmISA::NumFloatRegs value. It's 160.

Can I get V0-V31 register values by reading the FloatReg array? Also,
according to the manual, there should be 32 128-bit vfp/simd
registers. How do they map to the 160 elements of FloatReg array?
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to