David Gibson <da...@gibson.dropbear.id.au> writes: > [ Unknown signature status ] > On Wed, Dec 07, 2016 at 11:54:56PM +0530, Nikunj A Dadhania wrote: >> stxvl: Store VSX Vector with Length >> >> Vector (8-bit elements) in BE: >> +---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+ >> |“T”|“h”|“i”|“s”|“ ”|“i”|“s”|“ ”|“a”|“ ”|“T”|“E”|“S”|“T”|00|00| >> +---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+ >> >> Vector (8-bit elements) in LE: >> +--+--+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ >> |00|00|“T”|“S”|“E”|“T”|“ ”|“a”|“ ”|“s”|“i”|“ ”|“s”|“i”|"h"|"T"| >> +--+--+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ >> >> Storing 14 bytes would result in following Little/Big-endian Storage: >> +---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+ >> |“T”|“h”|“i”|“s”|“ ”|“i”|“s”|“ ”|“a”|“ ”|“T”|“E”|“S”|“T”|FF|FF| >> +---+---+---+---+---+---+---+---+---+---+---+---+---+---+--+--+ >> >> Signed-off-by: Nikunj A Dadhania <nik...@linux.vnet.ibm.com> > > As with lxvl/lxvll I think you should be able to share the helper for > stxvl and stxvll.
Sure, will do that. Regards Nikunj