Skip to content

Convert lq/stq instructions

Created by: kbrenneman

The Power8 spec allows for implementations to implement the 128-bit lq/stq instructions in ways that perform much slower than the equivalent pairs of ld/std instructions; SO, convert lq/stq to their equivalent ld/std pairs.

Merge request reports