Home
last modified time | relevance | path

Searched refs:ROT (Results 1 – 7 of 7) sorted by relevance

/trueos/crypto/openssl/crypto/sha/asm/
HDsha512-s390x.pl76 $ROT="rllg"; # rotate left
90 $ROT="rll"; # rotate left
111 $ROT $t0,$e,$Sigma1[0]
112 $ROT $t1,$e,$Sigma1[1]
115 $ROT $t1,$t1,`$Sigma1[2]-$Sigma1[1]`
123 $ROT $h,$a,$Sigma0[0]
126 $ROT $t0,$a,$Sigma0[1]
132 $ROT $t0,$t0,`$Sigma0[2]-$Sigma0[1]`
148 $ROT $t0,$T1,$sigma0[0]
150 $ROT $t2,$t0,`$sigma0[1]-$sigma0[0]`
[all …]
HDsha512-x86_64.pl61 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%rax","%rbx","%rcx","%rdx",
73 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%eax","%ebx","%ecx","%edx",
215 $code.=" mov @ROT[4],$a0\n";
216 $code.=" mov @ROT[0],$a1\n";
218 &ROUND_00_15($i,@ROT);
219 unshift(@ROT,pop(@ROT));
227 &ROUND_16_XX($i,@ROT);
228 unshift(@ROT,pop(@ROT));
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsDSPInstrInfo.td260 RegisterOperand ROS, RegisterOperand ROT = ROS> {
262 dag InOperandList = (ins ROS:$rs, ROT:$rt);
264 list<dag> Pattern = [(set ROD:$rd, (OpNode ROS:$rs, ROT:$rt))];
280 RegisterOperand ROT = ROS> {
282 dag InOperandList = (ins ROS:$rs, ROT:$rt);
284 list<dag> Pattern = [(OpNode ROS:$rs, ROT:$rt)];
290 RegisterOperand ROS, RegisterOperand ROT = ROS> {
292 dag InOperandList = (ins ROS:$rs, ROT:$rt);
294 list<dag> Pattern = [(set ROD:$rd, (OpNode ROS:$rs, ROT:$rt))];
299 InstrItinClass itin, RegisterOperand ROT,
[all …]
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDosprey_reg_map.h2909 volatile u_int32_t ROT; /* 0x50 - 0x54 */ member
/trueos/crypto/heimdal/lib/wind/
HDUnicodeData.txt10368 A3CD;YI SYLLABLE ROT;Lo;0;L;;;;;N;;;;;
HDNormalizationTest.txt5510 B875;B875;1105 1169 11C0;B875;1105 1169 11C0; # (롵; 롵; 롵; 롵; 롵; ) HANGUL SYLLABLE ROT
/trueos/contrib/gcc/
HDChangeLog-20028475 (INL, ROT, LOP, SPC macros): Likewise.