Re: [PATCH] ppc-xlate.pl: add support for VMX and VSX registers

2013-12-06 Thread Andy Polyakov
> Just out of curiosity, which compiler doesn't recognize vmr? You meant "assembler" and the answer is GNU assembler, look up vmr in opcodes/ChangeLog. __ OpenSSL Project http://www.openssl.org Deve

Re: [PATCH] ppc-xlate.pl: add support for VMX and VSX registers

2013-12-05 Thread Marcelo Cerri
On Wed, Dec 04, 2013 at 10:04:51PM +0100, Andy Polyakov wrote: > >Update ppc-xlate.pl to remove the register prefixes "v" and "vs". For > >example, v0 and vs0 are both converted to 0. > >--- > > crypto/perlasm/ppc-xlate.pl | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a

Re: [PATCH] ppc-xlate.pl: add support for VMX and VSX registers

2013-12-04 Thread Andy Polyakov
Update ppc-xlate.pl to remove the register prefixes "v" and "vs". For example, v0 and vs0 are both converted to 0. --- crypto/perlasm/ppc-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index c075d5f..118da16 1

[PATCH] ppc-xlate.pl: add support for VMX and VSX registers

2013-12-03 Thread Marcelo Cerri
Update ppc-xlate.pl to remove the register prefixes "v" and "vs". For example, v0 and vs0 are both converted to 0. --- crypto/perlasm/ppc-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index c075d5f..118da16 10