Lines Matching refs:asm
19 my $asm = shift @ARGV;
21 unless ($asm eq "asm" or $asm eq "asm_avx2" or $asm eq "no-asm") {
22 die "Error: $asm is invalid argument";
41 our $base_dir = "$arch_dir/$asm";
103 my $linker_script_dir = "<(PRODUCT_DIR)/../../deps/openssl/config/archs/$arch/$asm/providers";
131 # .S or .s files should be preprocessed into .asm for WIN
132 $src =~ s\.[sS]$\.asm\ if ($is_win);
142 push(@libcrypto_srcs, 'crypto/bn/asm/s390x.S');
157 # .S or .s files should be preprocessed into .asm for WIN
158 $src =~ s\.[sS]$\.asm\ if ($is_win);
172 # .S or .s files should be preprocessed into .asm for WIN
173 $src =~ s\.[sS]$\.asm\ if ($is_win);
187 # .S or .s files should be preprocessed into .asm for WIN
188 $src =~ s\.[sS]$\.asm\ if ($is_win);
215 # .S or .s files should be preprocessed into .asm for WIN
216 #$src =~ s\.[sS]$\.asm\ if ($is_win);
230 # .S or .s files should be preprocessed into .asm for WIN
231 #$src =~ s\.[sS]$\.asm\ if ($is_win);
268 # Generate all asm files and copy into config/archs
271 "cp --parents $src ../config/archs/$arch/$asm; cd ../config";
304 asm => \$asm,
310 open(GYPI, "> ./archs/$arch/$asm/openssl.gypi");
328 asm => \$asm,
335 open(FIPSGYPI, "> ./archs/$arch/$asm/openssl-fips.gypi");
354 asm => \$asm,
360 open(CLGYPI, "> ./archs/$arch/$asm/openssl-cl.gypi");