Home
last modified time | relevance | path

Searched refs:YASM (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/x86/
H A DMakefile85 YASM-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp.o
89 YASM-OBJS-$(CONFIG_DCT) += x86/dct32.o
93 YASM-OBJS-$(CONFIG_FFT) += x86/fft.o
94 YASM-OBJS-$(CONFIG_FLAC_DECODER) += x86/flacdsp.o
119 YASM-OBJS-$(CONFIG_ME_CMP) += x86/me_cmp.o
127 YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o
130 YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o
131 YASM-OBJS-$(CONFIG_DCA_DECODER) += x86/dcadsp.o
136 YASM-OBJS-$(CONFIG_PNG_DECODER) += x86/pngdsp.o
143 YASM-OBJS-$(CONFIG_TTA_DECODER) += x86/ttadsp.o
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A Djmpfar.asm1 jmp 1234:5678 ; YASM: far jump
2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes
3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes
8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
15 ;mov ax, [1234:5678] ; YASM: invalid segment in effective address; NASM: invalid segment override
16 ;mov ax, 1234:5678 ; YASM: immediate does not support segment; NASM: invalid combination of opcode …
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/x86/
H A DMakefile9 YASM-OBJS-$(CONFIG_GRADFUN_FILTER) += x86/vf_gradfun.o
10 YASM-OBJS-$(CONFIG_HQDN3D_FILTER) += x86/vf_hqdn3d.o
11 YASM-OBJS-$(CONFIG_IDET_FILTER) += x86/vf_idet.o
12 YASM-OBJS-$(CONFIG_PULLUP_FILTER) += x86/vf_pullup.o
13 YASM-OBJS-$(CONFIG_VOLUME_FILTER) += x86/af_volume.o
14 YASM-OBJS-$(CONFIG_YADIF_FILTER) += x86/vf_yadif.o x86/yadif-16.o x86/yadif-10.o
/dports/security/john/john-1.9.0-jumbo-1/src/aes/aesni/
H A DMakefile.in6 YASM = @YASM@
9 $(YASM) -D__@AESNI_OS@__ @YASM_OPTIONS@ $(IAES) -o $@
12 $(YASM) -D__@AESNI_OS@__ @YASM_OPTIONS@ $(RDTSC) -o $@
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/
H A DMakefile.am34 CONFIG_CLEAN_FILES += YASM-VERSION-FILE
35 CONFIG_CLEAN_FILES += YASM-VERSION.h
60 EXTRA_DIST += YASM-VERSION-GEN.sh
203 dist-hook: YASM-VERSION-FILE YASM-VERSION.h
204 cp YASM-VERSION-FILE $(distdir)/version
205 cp YASM-VERSION.h $(distdir)/Mkfiles/dj/
206 cp YASM-VERSION.h $(distdir)/Mkfiles/vc9/
207 cp YASM-VERSION.h $(distdir)/Mkfiles/vc10/
208 cp YASM-VERSION.h $(distdir)/Mkfiles/vc12/
210 YASM-VERSION-FILE: $(top_srcdir)/YASM-VERSION-GEN.sh
[all …]
H A DYASM-VERSION-GEN.sh3 YVF=YASM-VERSION-FILE
40 echo "#define PACKAGE_STRING \"yasm $VN\"" > YASM-VERSION.h
41 echo "#define PACKAGE_VERSION \"$VN\"" >> YASM-VERSION.h
/dports/devel/yasm/yasm-1.3.0/
H A DMakefile.am34 CONFIG_CLEAN_FILES += YASM-VERSION-FILE
35 CONFIG_CLEAN_FILES += YASM-VERSION.h
60 EXTRA_DIST += YASM-VERSION-GEN.sh
203 dist-hook: YASM-VERSION-FILE YASM-VERSION.h
204 cp YASM-VERSION-FILE $(distdir)/version
205 cp YASM-VERSION.h $(distdir)/Mkfiles/dj/
206 cp YASM-VERSION.h $(distdir)/Mkfiles/vc9/
207 cp YASM-VERSION.h $(distdir)/Mkfiles/vc10/
208 cp YASM-VERSION.h $(distdir)/Mkfiles/vc12/
210 YASM-VERSION-FILE: $(top_srcdir)/YASM-VERSION-GEN.sh
[all …]
H A DYASM-VERSION-GEN.sh3 YVF=YASM-VERSION-FILE
40 echo "#define PACKAGE_STRING \"yasm $VN\"" > YASM-VERSION.h
41 echo "#define PACKAGE_VERSION \"$VN\"" >> YASM-VERSION.h
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/aes/
H A DMakefile.in8 YASM=@YASM@
38 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s
41 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/aes/
H A DMakefile.in8 YASM=@YASM@
38 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s
41 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s
/dports/devel/udis86/udis86-1.7.2/m4/
H A Dax_prog_yasm_version.m49 # commands in ACTION-IF-FALSE are run. Note if $YASM is not set
14 # AX_WITH_PROG(YASM,yasm)
38 AS_IF([test -n "$YASM"],[
43 …yasm_version=`$YASM --version 2>&1 | $GREP "^yasm " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1…
/dports/editors/wxhexeditor/wxHexEditor/udis86/m4/
H A Dax_prog_yasm_version.m49 # commands in ACTION-IF-FALSE are run. Note if $YASM is not set
14 # AX_WITH_PROG(YASM,yasm)
38 AS_IF([test -n "$YASM"],[
43 …yasm_version=`$YASM --version 2>&1 | $GREP "^yasm " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1…
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/Assembly/
H A DMakefile.am17 YASM = @YASM@ macro
33 $(LIBTOOL) --mode=compile --tag=ASM $(STRIP_FPIC) $(YASM) $(YASM_FORMAT) $(YASM_ARCH) -o $@ $<
/dports/audio/mac/mac-3.99-u4-b5-s7/
H A Dconfigure.in67 YASM=
68 AC_PATH_PROG(YASM, yasm, "not found")
125 AM_CONDITIONAL(HAS_YASM, test "x$YASM" != "x")
133 if test "x$YASM" != "x"; then
171 Yasm $YASM
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/x86/
H A DMakefile7 YASM-OBJS += x86/cpuid.o \
12 YASM-OBJS-$(CONFIG_PIXELUTILS) += x86/pixelutils.o \
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ffap/
H A DMakefile.am8 YASM=$(topsrcdir)/yasmwrapper.sh macro
23 $(LIBTOOL) --tag=CC --mode=compile $(YASM) $(YASM_FLAGS) -o $@ $<
/dports/security/john/john-1.9.0-jumbo-1/src/secp256k1/
H A DMakefile.in10 YASM = @YASM@
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Darch.mak15 OBJS-$(HAVE_YASM) += $(YASM-OBJS) $(YASM-OBJS-yes)
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Darch.mak15 OBJS-$(HAVE_YASM) += $(YASM-OBJS) $(YASM-OBJS-yes)
/dports/security/john/john-1.9.0-jumbo-1/src/ed25519-donna/
H A DMakefile.in11 YASM = @YASM@
/dports/security/john/john-1.9.0-jumbo-1/src/aes/
H A DMakefile.in10 YASM = @YASM@
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/yasm/
H A Dyasm_assemble.gni5 # This provides the yasm_assemble() template which uses YASM to assemble
8 # Files to be assembled with YASM should have an extension of .asm.
13 # [list of strings] Pass additional flags into YASM. These are appended
99 # Only depend on YASM on x86 systems. Force compilation of .asm files for
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/yasm/
H A Dyasm_assemble.gni5 # This provides the yasm_assemble() template which uses YASM to assemble
8 # Files to be assembled with YASM should have an extension of .asm.
13 # [list of strings] Pass additional flags into YASM. These are appended
99 # Only depend on YASM on x86 systems. Force compilation of .asm files for
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/
H A Dyasm_assemble.gni5 # This provides the yasm_assemble() template which uses YASM to assemble
8 # Files to be assembled with YASM should have an extension of .asm.
13 # [list of strings] Pass additional flags into YASM. These are appended
99 # Only depend on YASM on x86 systems. Force compilation of .asm files for
/dports/editors/wxhexeditor/wxHexEditor/udis86/tests/
H A DMakefile.am20 YASM = @YASM@ macro

12345678910>>...31