Home
last modified time | relevance | path

Searched refs:asm (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/third_party/openssl/
Dcreate_asm_file.sh11 echo Create asm file FAIL!
19 echo Create asm file Sucess!
24 rm -rf crypto/aes/asm/arm32
25 rm -rf crypto/bn/asm/arm32
26 rm -rf crypto/chacha/asm/arm32
27 rm -rf crypto/ec/asm/arm32
28 rm -rf crypto/modes/asm/arm32
29 rm -rf crypto/poly1305/asm/arm32
30 rm -rf crypto/sha/asm/arm32
32 mkdir crypto/aes/asm/arm32
[all …]
/third_party/boost/libs/context/build/
DJamfile.v2116 : asm/make_arm_aapcs_elf_gas.S
117 asm/jump_arm_aapcs_elf_gas.S
118 asm/ontop_arm_aapcs_elf_gas.S
127 : asm/make_arm_aapcs_elf_gas.S
128 asm/jump_arm_aapcs_elf_gas.S
129 asm/ontop_arm_aapcs_elf_gas.S
138 : asm/make_arm_aapcs_elf_gas.S
139 asm/jump_arm_aapcs_elf_gas.S
140 asm/ontop_arm_aapcs_elf_gas.S
150 : asm/make_arm_aapcs_macho_gas.S
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILD.gn36 "simd/i386/jccolor-avx2.asm",
37 "simd/i386/jccolor-mmx.asm",
38 "simd/i386/jccolor-sse2.asm",
39 "simd/i386/jcgray-avx2.asm",
40 "simd/i386/jcgray-mmx.asm",
41 "simd/i386/jcgray-sse2.asm",
42 "simd/i386/jchuff-sse2.asm",
43 "simd/i386/jcphuff-sse2.asm",
44 "simd/i386/jcsample-avx2.asm",
45 "simd/i386/jcsample-mmx.asm",
[all …]
/third_party/openssl/crypto/sha/
Dbuild.info6 GENERATE[sha1-586.s]=asm/sha1-586.pl \
9 GENERATE[sha256-586.s]=asm/sha256-586.pl \
12 GENERATE[sha512-586.s]=asm/sha512-586.pl \
16 GENERATE[sha1-ia64.s]=asm/sha1-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)
17 GENERATE[sha256-ia64.s]=asm/sha512-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)
18 GENERATE[sha512-ia64.s]=asm/sha512-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)
20 GENERATE[sha1-alpha.S]=asm/sha1-alpha.pl $(PERLASM_SCHEME)
22 GENERATE[sha1-x86_64.s]=asm/sha1-x86_64.pl $(PERLASM_SCHEME)
23 GENERATE[sha1-mb-x86_64.s]=asm/sha1-mb-x86_64.pl $(PERLASM_SCHEME)
24 GENERATE[sha256-x86_64.s]=asm/sha512-x86_64.pl $(PERLASM_SCHEME)
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
DMakefile3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
5 gf100.asm.h: %.asm.h: %.asm
7 gk104.asm.h: %.asm.h: %.asm
9 gk110.asm.h: %.asm.h: %.asm
11 gm107.asm.h: %.asm.h: %.asm
/third_party/musl/scripts/
Dcopy_uapi.sh30 mv ${OUT_DIR}/asm-arm/asm ${OUT_DIR}/asm
31 rm -rf ${OUT_DIR}/asm-arm64
32 rm -rf ${OUT_DIR}/asm-arm
34 mv ${OUT_DIR}/asm-arm64/asm ${OUT_DIR}/asm
35 rm -rf ${OUT_DIR}/asm-arm64
36 rm -rf ${OUT_DIR}/asm-arm
38 mv ${OUT_DIR}/asm-arm64/asm ${OUT_DIR}/asm
39 rm -rf ${OUT_DIR}/asm-arm64
40 rm -rf ${OUT_DIR}/asm-arm
/third_party/openssl/crypto/aes/
Dbuild.info6 GENERATE[aes-ia64.s]=asm/aes-ia64.S
8 GENERATE[aes-586.s]=asm/aes-586.pl \
11 GENERATE[vpaes-x86.s]=asm/vpaes-x86.pl \
14 GENERATE[aesni-x86.s]=asm/aesni-x86.pl \
18 GENERATE[aes-x86_64.s]=asm/aes-x86_64.pl $(PERLASM_SCHEME)
19 GENERATE[vpaes-x86_64.s]=asm/vpaes-x86_64.pl $(PERLASM_SCHEME)
20 GENERATE[bsaes-x86_64.s]=asm/bsaes-x86_64.pl $(PERLASM_SCHEME)
21 GENERATE[aesni-x86_64.s]=asm/aesni-x86_64.pl $(PERLASM_SCHEME)
22 GENERATE[aesni-sha1-x86_64.s]=asm/aesni-sha1-x86_64.pl $(PERLASM_SCHEME)
23 GENERATE[aesni-sha256-x86_64.s]=asm/aesni-sha256-x86_64.pl $(PERLASM_SCHEME)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td258 class sve_int_ptrue<bits<2> sz8_64, bits<3> opc, string asm, PPRRegOp pprty,
261 asm, "\t$Pd, $pattern",
279 multiclass sve_int_ptrue<bits<3> opc, string asm, SDPatternOperator op> {
280 def _B : sve_int_ptrue<0b00, opc, asm, PPR8, nxv16i1, op>;
281 def _H : sve_int_ptrue<0b01, opc, asm, PPR16, nxv8i1, op>;
282 def _S : sve_int_ptrue<0b10, opc, asm, PPR32, nxv4i1, op>;
283 def _D : sve_int_ptrue<0b11, opc, asm, PPR64, nxv2i1, op>;
285 def : InstAlias<asm # "\t$Pd",
287 def : InstAlias<asm # "\t$Pd",
289 def : InstAlias<asm # "\t$Pd",
[all …]
DAArch64InstrFormats.td68 class I<dag oops, dag iops, string asm, string operands, string cstr,
73 let AsmString = !strconcat(asm, operands);
1160 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands,
1162 : I<oops, iops, asm, operands, "", pattern> {
1168 class SimpleSystemI<bit L, dag iops, string asm, string operands,
1170 : BaseSystemI<L, (outs), iops, asm, operands, pattern> {
1175 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands>
1176 : BaseSystemI<L, oops, iops, asm, operands>,
1184 string asm, string operands, list<dag> pattern>
1185 : BaseSystemI<L, oops, iops, asm, operands, pattern>,
[all …]
/third_party/libjpeg-turbo/simd/
DCMakeLists.txt114 set(SIMD_SOURCES x86_64/jsimdcpu.asm x86_64/jfdctflt-sse.asm
115 x86_64/jccolor-sse2.asm x86_64/jcgray-sse2.asm x86_64/jchuff-sse2.asm
116 x86_64/jcphuff-sse2.asm x86_64/jcsample-sse2.asm x86_64/jdcolor-sse2.asm
117 x86_64/jdmerge-sse2.asm x86_64/jdsample-sse2.asm x86_64/jfdctfst-sse2.asm
118 x86_64/jfdctint-sse2.asm x86_64/jidctflt-sse2.asm x86_64/jidctfst-sse2.asm
119 x86_64/jidctint-sse2.asm x86_64/jidctred-sse2.asm x86_64/jquantf-sse2.asm
120 x86_64/jquanti-sse2.asm
121 x86_64/jccolor-avx2.asm x86_64/jcgray-avx2.asm x86_64/jcsample-avx2.asm
122 x86_64/jdcolor-avx2.asm x86_64/jdmerge-avx2.asm x86_64/jdsample-avx2.asm
123 x86_64/jfdctint-avx2.asm x86_64/jidctint-avx2.asm x86_64/jquanti-avx2.asm)
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/
DCMakeLists.txt106 set(SIMD_SOURCES x86_64/jsimdcpu.asm x86_64/jfdctflt-sse.asm
107 x86_64/jccolor-sse2.asm x86_64/jcgray-sse2.asm x86_64/jchuff-sse2.asm
108 x86_64/jcphuff-sse2.asm x86_64/jcsample-sse2.asm x86_64/jdcolor-sse2.asm
109 x86_64/jdmerge-sse2.asm x86_64/jdsample-sse2.asm x86_64/jfdctfst-sse2.asm
110 x86_64/jfdctint-sse2.asm x86_64/jidctflt-sse2.asm x86_64/jidctfst-sse2.asm
111 x86_64/jidctint-sse2.asm x86_64/jidctred-sse2.asm x86_64/jquantf-sse2.asm
112 x86_64/jquanti-sse2.asm
113 x86_64/jccolor-avx2.asm x86_64/jcgray-avx2.asm x86_64/jcsample-avx2.asm
114 x86_64/jdcolor-avx2.asm x86_64/jdmerge-avx2.asm x86_64/jdsample-avx2.asm
115 x86_64/jfdctint-avx2.asm x86_64/jidctint-avx2.asm x86_64/jquanti-avx2.asm)
[all …]
/third_party/openssl/crypto/bn/
Dbuild.info13 GENERATE[bn-586.s]=asm/bn-586.pl \
16 GENERATE[co-586.s]=asm/co-586.pl \
19 GENERATE[x86-mont.s]=asm/x86-mont.pl \
22 GENERATE[x86-gf2m.s]=asm/x86-gf2m.pl \
26 GENERATE[sparcv9a-mont.S]=asm/sparcv9a-mont.pl $(PERLASM_SCHEME)
28 GENERATE[sparcv9-mont.S]=asm/sparcv9-mont.pl $(PERLASM_SCHEME)
30 GENERATE[vis3-mont.S]=asm/vis3-mont.pl $(PERLASM_SCHEME)
32 GENERATE[sparct4-mont.S]=asm/sparct4-mont.pl $(PERLASM_SCHEME)
34 GENERATE[sparcv9-gf2m.S]=asm/sparcv9-gf2m.pl $(PERLASM_SCHEME)
37 GENERATE[bn-mips.S]=asm/mips.pl $(PERLASM_SCHEME)
[all …]
/third_party/mesa3d/src/freedreno/afuc/
DMakefile191 afuc/CMakeFiles/asm.dir/rule:
192 …obclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/asm.dir/rule
193 .PHONY : afuc/CMakeFiles/asm.dir/rule
196 asm: afuc/CMakeFiles/asm.dir/rule target
198 .PHONY : asm
201 asm/fast:
202 …rc/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.di…
203 .PHONY : asm/fast
220 asm.o: asm.c.o
222 .PHONY : asm.o
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td378 class I<bits<8> o, Format f, dag outs, dag ins, string asm,
380 : X86Inst<o, f, NoImm, outs, ins, asm, d> {
384 class Ii8<bits<8> o, Format f, dag outs, dag ins, string asm,
386 : X86Inst<o, f, Imm8, outs, ins, asm, d> {
390 class Ii8Reg<bits<8> o, Format f, dag outs, dag ins, string asm,
392 : X86Inst<o, f, Imm8Reg, outs, ins, asm, d> {
396 class Ii8PCRel<bits<8> o, Format f, dag outs, dag ins, string asm,
398 : X86Inst<o, f, Imm8PCRel, outs, ins, asm> {
402 class Ii16<bits<8> o, Format f, dag outs, dag ins, string asm,
404 : X86Inst<o, f, Imm16, outs, ins, asm> {
[all …]
/third_party/openssl/Configurations/
D10-main.conf13 } elsif ($disabled{asm}) {
41 } elsif ($disabled{asm}) {
225 inherit_from => [ "solaris-common", asm("x86_elf_asm") ],
246 inherit_from => [ "solaris-common", asm("x86_64_asm") ],
275 inherit_from => [ "solaris-common", asm("x86_64_asm") ],
307 inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv8_asm") ],
313 inherit_from => [ "solaris-sparcv7-gcc", asm("sparcv9_asm") ],
343 inherit_from => [ "solaris-sparcv7-cc", asm("sparcv8_asm") ],
347 inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
351 inherit_from => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/tools/
Dstrip_asm.py12 def find_used_labels(asm): argument
15 for l in asm.splitlines():
22 def normalize_labels(asm): argument
25 for l in asm.splitlines():
30 return asm
33 return asm
35 asm = re.sub("(^|\s+)" + ld + "(?=:|\s)", '\\1.' + ld, asm)
36 return asm
39 def transform_labels(asm): argument
40 asm = normalize_labels(asm)
[all …]
/third_party/benchmark/tools/
Dstrip_asm.py12 def find_used_labels(asm): argument
15 for l in asm.splitlines():
22 def normalize_labels(asm): argument
25 for l in asm.splitlines():
30 return asm
33 return asm
35 asm = re.sub("(^|\s+)" + ld + "(?=:|\s)", '\\1.' + ld, asm)
36 return asm
39 def transform_labels(asm): argument
40 asm = normalize_labels(asm)
[all …]
/third_party/openssl/crypto/modes/
Dbuild.info9 GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)
10 GENERATE[ghash-x86.s]=asm/ghash-x86.pl \
12 GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl $(PERLASM_SCHEME)
13 GENERATE[aesni-gcm-x86_64.s]=asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME)
14 GENERATE[ghash-sparcv9.S]=asm/ghash-sparcv9.pl $(PERLASM_SCHEME)
16 GENERATE[ghash-alpha.S]=asm/ghash-alpha.pl $(PERLASM_SCHEME)
17 GENERATE[ghash-parisc.s]=asm/ghash-parisc.pl $(PERLASM_SCHEME)
18 GENERATE[ghashp8-ppc.s]=asm/ghashp8-ppc.pl $(PERLASM_SCHEME)
19 GENERATE[ghash-armv4.S]=asm/ghash-armv4.pl $(PERLASM_SCHEME)
21 GENERATE[ghashv8-armx.S]=asm/ghashv8-armx.pl $(PERLASM_SCHEME)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td459 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)>
465 let isCodeGenOnly = 0; // So we get asm matcher for it.
466 let AsmString = asm;
471 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)>
472 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>;
473 class tAsmPseudo<string asm, dag iops, dag oops = (outs)>
474 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>;
475 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)>
476 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>;
477 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)>
[all …]
/third_party/openssl/crypto/poly1305/
Dbuild.info7 GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl $(PERLASM_SCHEME)
9 GENERATE[poly1305-x86.s]=asm/poly1305-x86.pl \
11 GENERATE[poly1305-x86_64.s]=asm/poly1305-x86_64.pl $(PERLASM_SCHEME)
12 GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl $(PERLASM_SCHEME)
13 GENERATE[poly1305-ppcfp.s]=asm/poly1305-ppcfp.pl $(PERLASM_SCHEME)
14 GENERATE[poly1305-armv4.S]=asm/poly1305-armv4.pl $(PERLASM_SCHEME)
16 GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
18 GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
20 GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
23 {- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
/third_party/openh264/codec/common/
Dmeson.build23 'x86/cpuid.asm',
24 'x86/dct.asm',
25 'x86/deblock.asm',
26 'x86/expand_picture.asm',
27 'x86/intra_pred_com.asm',
28 'x86/mb_copy.asm',
29 'x86/mc_chroma.asm',
30 'x86/mc_luma.asm',
31 'x86/satd_sad.asm',
32 'x86/vaa.asm',
Dtargets.mk26 $(COMMON_SRCDIR)/x86/cpuid.asm\
27 $(COMMON_SRCDIR)/x86/dct.asm\
28 $(COMMON_SRCDIR)/x86/deblock.asm\
29 $(COMMON_SRCDIR)/x86/expand_picture.asm\
30 $(COMMON_SRCDIR)/x86/intra_pred_com.asm\
31 $(COMMON_SRCDIR)/x86/mb_copy.asm\
32 $(COMMON_SRCDIR)/x86/mc_chroma.asm\
33 $(COMMON_SRCDIR)/x86/mc_luma.asm\
34 $(COMMON_SRCDIR)/x86/satd_sad.asm\
35 $(COMMON_SRCDIR)/x86/vaa.asm\
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td222 class MIMG_NoSampler_Helper <bits<8> op, string asm,
231 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da"
260 multiclass MIMG_NoSampler_Src_Helper <bits<8> op, string asm,
265 def _V1 : MIMG_NoSampler_Helper <op, asm, dst_rc, VGPR_32,
267 def _V1_gfx10 : MIMG_NoSampler_gfx10<op, asm, dst_rc, VGPR_32,
272 def _V2 : MIMG_NoSampler_Helper <op, asm, dst_rc, VReg_64>;
273 def _V2_gfx10 : MIMG_NoSampler_gfx10<op, asm, dst_rc, VReg_64>;
274 def _V2_nsa_gfx10 : MIMG_NoSampler_nsa_gfx10<op, asm, dst_rc, 2>;
278 def _V3 : MIMG_NoSampler_Helper <op, asm, dst_rc, VReg_96>;
279 def _V3_gfx10 : MIMG_NoSampler_gfx10<op, asm, dst_rc, VReg_96>;
[all …]
/third_party/openssl/crypto/chacha/
Dbuild.info4 GENERATE[chacha-x86.s]=asm/chacha-x86.pl \
6 GENERATE[chacha-x86_64.s]=asm/chacha-x86_64.pl $(PERLASM_SCHEME)
7 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl $(PERLASM_SCHEME)
8 GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
10 GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
12 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
18 {- $builddir -}/chacha-%.S: {- $sourcedir -}/asm/chacha-%.pl
/third_party/openssl/crypto/ec/
Dbuild.info13 GENERATE[ecp_nistz256-x86.s]=asm/ecp_nistz256-x86.pl \
16 GENERATE[ecp_nistz256-x86_64.s]=asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME)
18 GENERATE[ecp_nistz256-avx2.s]=asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME)
20 GENERATE[ecp_nistz256-sparcv9.S]=asm/ecp_nistz256-sparcv9.pl $(PERLASM_SCHEME)
23 GENERATE[ecp_nistz256-armv4.S]=asm/ecp_nistz256-armv4.pl $(PERLASM_SCHEME)
25 GENERATE[ecp_nistz256-armv8.S]=asm/ecp_nistz256-armv8.pl $(PERLASM_SCHEME)
27 GENERATE[ecp_nistz256-ppc64.s]=asm/ecp_nistz256-ppc64.pl $(PERLASM_SCHEME)
29 GENERATE[x25519-x86_64.s]=asm/x25519-x86_64.pl $(PERLASM_SCHEME)
30 GENERATE[x25519-ppc64.s]=asm/x25519-ppc64.pl $(PERLASM_SCHEME)
33 {- $builddir -}/ecp_nistz256-%.S: {- $sourcedir -}/asm/ecp_nistz256-%.pl

12345678910>>...18