Searched full:yasm (Results 1 – 6 of 6) sorted by relevance
9 YASM=@YASM@42 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s45 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s
30 C:\Program Files\yasm87 to YASM (well done Peter and Michael!) has allowed the AMD64 109 aes_x86_v1.asm x86 assembler (YASM) alternative to aescrypt.c using111 aes_x86_v2.asm x86 assembler (YASM) alternative to aescrypt.c using113 aes_amd64.asm AMD64 assembler (YASM) alternative to aescrypt.c using142 yasm.rules the YASM build rules file for Microsoft Visual Studio 2005174 B. YASM177 If you wish to use the x86 assembler files you will also need the YASM open180 http://www.tortall.net/projects/yasm/184 C:\Program Files\yasm[all …]
37 …ibkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh yasm softhsm2 opensc
33 * An AES implementation for AMD64 processors using the YASM assembler. This143 * 2. Translate yasm/nasm %define and .macro definitions to cpp(1) #define145 * 3. Translate yasm/nasm %ifdef/%ifndef to cpp(1) #ifdef147 * 4. Translate Intel/yasm/nasm syntax to ATT/OpenSolaris as(1) syntax153 * Intel/yasm/nasm Syntax ATT/OpenSolaris Syntax
396 AC_CHECK_PROG(YASM,yasm,yasm)398 if test x"$YASM" != x -a "x$ac_cv_header_cpuid_h" = xyes; then
723 YASM10307 # Extract the first word of "yasm", so it can be a program name with args.10308 set dummy yasm; ac_word=$210315 if test -n "$YASM"; then10316 ac_cv_prog_YASM="$YASM" # Let the user override the test.10329 ac_cv_prog_YASM="yasm"10339 YASM=$ac_cv_prog_YASM10340 if test -n "$YASM"; then10341 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YASM" >&510342 printf "%s\n" "$YASM" >&6; }[all …]