Searched refs:XX (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Di386-dis.c201 #define XX { NULL, 0 } macro
636 { "(bad)", { XX } }, /* 0x0f extended opcode escape */
662 { "(bad)", { XX } }, /* SEG ES prefix */
663 { "daa{|}", { XX } },
671 { "(bad)", { XX } }, /* SEG CS prefix */
672 { "das{|}", { XX } },
680 { "(bad)", { XX } }, /* SEG SS prefix */
681 { "aaa{|}", { XX } },
689 { "(bad)", { XX } }, /* SEG DS prefix */
690 { "aas{|}", { XX } },
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl77 @XX=("%r19","%r20");
93 ldo 1($XX[0]),$XX[1]
95 and $mask,$XX[1],$XX[1]
98 $LDX $XX[1]($key),$TX[1]
99 $MKX $XX[0],$key,$iy
101 comclr,<> $XX[1],$YY,%r0 ; conditional
110 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotat
[all...]
H A Drc4-s390x.pl55 @XX=("%r6","%r7");
71 llgc $XX[0],0($key)
73 la $XX[0],1($XX[0])
74 nill $XX[0],0xff
77 llgc $TX[0],2($XX[0],$key)
88 la $XX[1],1($XX[0])
89 nill $XX[1],255
101 llgc $TX[1],2($XX[
[all...]
H A Drc4-x86_64.pl147 my @XX=("%r10","%rsi");
153 xor $XX[0],$XX[0]
157 mov -8($dat),$XX[0]#b
163 inc $XX[0]#b
164 sub $XX[0],$TX[1]
166 movl ($dat,$XX[0],4),$TX[0]#d
172 lea 1($XX[0]),$XX[1]
179 movl $TY#d,($dat,$XX[
[all...]
H A Drc4-md5-x86_64.pl100 my @XX=("%rbp","%rsi"); # RC4 registers
140 xor $XX[0],$XX[0]
144 mov -8($dat),$XX[0]#b
147 inc $XX[0]#b
149 movl ($dat,$XX[0],4),$TX[0]#d
155 sub $XX[0],$TX[1]
163 movl $TY#d,($dat,$XX[0],4)
165 inc $XX[0]#b
167 movl ($dat,$XX[
[all...]
H A Drc4-586.pl99 my @XX=($xx,$out);
106 &lea (@XX[1],&DWP(1,@XX[0]));
109 &and (@XX[1],0xff);
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
116 &movd (@XX[0],"mm7") if ($i==0);
117 &mov ($tx,&DWP(0,$dat,@XX[1],4));
120 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
123 push (@XX,shift(@XX)) i
[all...]
/freebsd-11.0-release/contrib/libxo/xohtml/
H A Dxohtml.sh.in49 XX=$1;
51 CMD="$XX --libxo=html $@"
/freebsd-11.0-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile.amd6427 sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
30 sed -e s/XX/pex64/g ${.ALLSRC} > ${.TARGET}
H A DMakefile.i38619 sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp20 case FpABIKind::XX:
36 case FpABIKind::XX:
48 if (FpABI == FpABIKind::XX)
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
169 FpABI = FpABIKind::XX;
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dmodorder.exp10 BADMOD 2 = XX}
/freebsd-11.0-release/contrib/file/src/
H A Dapprentice.c221 # define XX(s) s, (sizeof(s) - 1) macro
223 { XX("invalid"), FILE_INVALID, FILE_FMT_NONE },
224 { XX("byte"), FILE_BYTE, FILE_FMT_NUM },
225 { XX("short"), FILE_SHORT, FILE_FMT_NUM },
226 { XX("default"), FILE_DEFAULT, FILE_FMT_NONE },
227 { XX("long"), FILE_LONG, FILE_FMT_NUM },
228 { XX("string"), FILE_STRING, FILE_FMT_STR },
229 { XX("date"), FILE_DATE, FILE_FMT_STR },
230 { XX("beshort"), FILE_BESHORT, FILE_FMT_NUM },
231 { XX("belon
285 # undef XX macro
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/md4/
H A Dmd4_dgst.c97 # define X(i) XX##i
99 MD4_LONG XX[MD4_LBLOCK]; local
100 # define X(i) XX[i]
/freebsd-11.0-release/crypto/openssl/crypto/md5/
H A Dmd5_dgst.c97 # define X(i) XX##i
99 MD5_LONG XX[MD5_LBLOCK]; local
100 # define X(i) XX[i]
/freebsd-11.0-release/etc/rc.d/
H A Dsendmail107 countryName = XX
/freebsd-11.0-release/crypto/openssl/crypto/ripemd/
H A Drmd_dgst.c97 # define X(i) XX##i
99 RIPEMD160_LONG XX[16]; local
100 # define X(i) XX[i]
/freebsd-11.0-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h201 # define X(i) XX##i
208 # define X(i) XX[i]
220 SHA_LONG XX[16]; local
/freebsd-11.0-release/sys/dev/usb/quirk/
H A Dusb_quirk.c436 USB_QUIRK(VIVITAR, 35XX, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5856 FpABI = MipsABIFlagsSection::FpABIKind::XX;

Completed in 152 milliseconds