Home
last modified time | relevance | path

Searched refs:TX (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl166 my @TX=("%rax","%rbx");
180 xor $TX[1],$TX[1]
182 sub $XX[0],$TX[1]
184 movl ($dat,$XX[0],4),$TX[0]#d
189 and \$7,$TX[1]
192 sub $TX[1],$len
194 add $TX[0]#b,$YY#b
196 movl $TX[0]#d,($dat,$YY,4)
198 add $TY#b,$TX[
[all...]
H A Drc4-s390x.pl65 @TX=("%r8","%r9");
86 llgc $TX[0],2($XX[0],$key)
95 la $YY,0($YY,$TX[0]) # $i
109 stc $TX[0],2($YY,$key)
110 llgc $TX[1],2($XX[1],$key)
114 la $TX[1],0($TX[0])
116 la $TY,0($TY,$TX[0])
119 push(@TX,shift(@TX)); pus
[all...]
H A Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
60 LDBU *${KEYA}[$XX],$TX
65 || ADD4 $TX,$YY,$YY
73 STB $TX,*${KEYB}[$YY]
74 ||[B0] ADD4 $TX,$YY,$YY
77 ||[!B0] MVD $tx,$TX
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
91 || SUB4 $YY,$TX,$YY
116 || MVK 0,$TX
[all...]
H A Drc4-parisc.pl88 @TX=("%r21","%r22");
108 $LDX $XX[1]($key),$TX[1]
110 $ST $TX[0],0($ix)
112 copy $TX[0],$TX[1] ; move
115 addl $TX[0],$TY,$TY
116 addl $TX[1],$YY,$YY
120 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
130 $ST $TX[
[all...]
H A Drc4-md5-x86_64.pl116 my @TX=("%rax","%rbx");
172 movl ($dat,$XX[0],4),$TX[0]#d
175 xor $TX[1],$TX[1]
178 sub $XX[0],$TX[1]
179 and \$`$MOD-1`,$TX[1]
181 sub $TX[1],$len
183 add $TX[0]#b,$YY#b
185 movl $TX[0]#d,($dat,$YY,4)
187 add $TY#b,$TX[
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl166 my @TX=("%rax","%rbx");
180 xor $TX[1],$TX[1]
182 sub $XX[0],$TX[1]
184 movl ($dat,$XX[0],4),$TX[0]#d
189 and \$7,$TX[1]
192 sub $TX[1],$len
194 add $TX[0]#b,$YY#b
196 movl $TX[0]#d,($dat,$YY,4)
198 add $TY#b,$TX[
[all...]
H A Drc4-s390x.pl65 @TX=("%r8","%r9");
86 llgc $TX[0],2($XX[0],$key)
95 la $YY,0($YY,$TX[0]) # $i
109 stc $TX[0],2($YY,$key)
110 llgc $TX[1],2($XX[1],$key)
114 la $TX[1],0($TX[0])
116 la $TY,0($TY,$TX[0])
119 push(@TX,shift(@TX)); pus
[all...]
H A Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
60 LDBU *${KEYA}[$XX],$TX
65 || ADD4 $TX,$YY,$YY
73 STB $TX,*${KEYB}[$YY]
74 ||[B0] ADD4 $TX,$YY,$YY
77 ||[!B0] MVD $tx,$TX
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
91 || SUB4 $YY,$TX,$YY
116 || MVK 0,$TX
[all...]
H A Drc4-parisc.pl88 @TX=("%r21","%r22");
108 $LDX $XX[1]($key),$TX[1]
110 $ST $TX[0],0($ix)
112 copy $TX[0],$TX[1] ; move
115 addl $TX[0],$TY,$TY
116 addl $TX[1],$YY,$YY
120 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
130 $ST $TX[
[all...]
H A Drc4-md5-x86_64.pl116 my @TX=("%rax","%rbx");
172 movl ($dat,$XX[0],4),$TX[0]#d
175 xor $TX[1],$TX[1]
178 sub $XX[0],$TX[1]
179 and \$`$MOD-1`,$TX[1]
181 sub $TX[1],$len
183 add $TX[0]#b,$YY#b
185 movl $TX[0]#d,($dat,$YY,4)
187 add $TY#b,$TX[
[all...]
/third_party/musl/libc-test/src/regression/
H A Dpthread-robust-detach.c9 #define TX(r,f,x) ( ((r)=(f))==x || \ macro
11 #define T(r,f) TX(r,f,0)
50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
/third_party/typescript/tests/baselines/reference/
H A DrestParameterTypeInstantiation.js9 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc1920 int TX = 1; in mtvsrd() local
1921 emit(MTVSRD | rt.code() * B21 | ra.code() * B16 | TX); in mtvsrd()
1926 int TX = 1; in mtvsrdd() local
1927 emit(MTVSRDD | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | TX); in mtvsrdd()
1932 int TX = 1; in lxvd() local
1934 TX); in lxvd()
1939 int TX = 1; in lxvx() local
1941 TX); in lxvx()
1946 int TX = 1; in lxsdx() local
1948 TX); in lxsdx()
1953 int TX = 1; lxsibzx() local
1960 int TX = 1; lxsihzx() local
1967 int TX = 1; lxsiwzx() local
2015 int TX = 1; xxspltib() local
[all...]
H A Dassembler-ppc.h460 int BX = 0, TX = 0; in xx2_form() local
463 BX = TX = 1; in xx2_form()
467 TX); in xx2_form()
493 int AX = 0, BX = 0, TX = 0; in xx3_form() local
496 AX = BX = TX = 1; in xx3_form()
500 (b.code() & 0x1F) * B11 | AX * B2 | BX * B1 | TX); in xx3_form()

Completed in 10 milliseconds