5 $0 =~ m/(.*[\/\\])[^\
/\\]+$/; $dir=$1;
6 ( $xlate="${dir}ppc-xlate.pl" and -f
$xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f
$xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT
,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
26 .globl
.OPENSSL_ppc64_probe
33 .byte
0,12,0x14,0,0,0,0,0
35 .globl
.OPENSSL_altivec_probe
37 .OPENSSL_altivec_probe
:
38 .long
0x10000484 # vor v0,v0,v0
41 .byte
0,12,0x14,0,0,0,0,0
43 .globl
.OPENSSL_wipe_cpu
73 .byte
0,12,0x14,0,0,0,0,0
75 .globl
.OPENSSL_atomic_add
85 .byte
0,12,0x14,0,0,0,2,0
95 .byte
0,12,0x14,0,0,0,0,0
97 .globl
.OPENSSL_cleanse
126 .byte
0,12,0x14,0,0,0,2,0
130 $code =~ s/\`([^\`]*)\`/eval $1/gem;