Searched hist:10180 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmacromem.cc10180:e40b35147270 Wed Apr 23 05:18:00 EDT 2014 Curtis Dunham <Curtis.Dunham@arm.com> arm: Correctly display disassembly of vldmia/vstmia

The MicroMemOp class generates the disassembly for both integer
and floating point instructions, but it would always print its
first operand as an integer register without considering that the
op may be a floating instruction in which case a float register
should be displayed instead.

Completed in 12 milliseconds