DescriptionARM: Fix disassembly of some VFP instructions with condition codes
Previously, we would disassemble some VFP instructions like this:
vmla.f64eq d16, d17, d18
This patch moves the condition to the right place:
vmlaeq.f64 d16, d17, d18
Spotted by Rodolph Perfetta!
BUG=none
Committed: https://code.google.com/p/v8/source/detail?r=13752
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|