https://bugs.kde.org/show_bug.cgi?id=425232
--- Comment #13 from Julian Seward <jsew...@acm.org> --- (In reply to Carl Love from comment #3) > Created attachment 130791 [details] > functional support VSX 32-byte storage access instructiions ok to land + store( mkexpr( EA ), unop( Iop_V128to64, getVSReg( XTp ) ) ); + store( mkexpr( EA_8 ), unop( Iop_V128HIto64, getVSReg( XTp ) ) ); + store( mkexpr( EA_16 ), unop( Iop_V128to64, getVSReg( XTp+1 ) ) ); + store( mkexpr( EA_24 ), unop( Iop_V128HIto64, getVSReg( XTp+1 ) ) ); Is it necessary to break these up into 4 64-bit stores? Can you do it with 2 128-bit stores? -- You are receiving this mail because: You are watching all bug changes.