Home
last modified time | relevance | path

Searched refs:rotl (Results 1 – 25 of 38) sorted by relevance

12

/minix/common/lib/libc/arch/vax/gen/
H A Dbswap64.S9 rotl $-8,%r3,%r1
11 rotl $8,%r3,%r2
13 rotl $-8,%r4,%r0
15 rotl $8,%r4,%r2
H A Dbswap32.S43 rotl $-8, 4(%ap), %r0
45 rotl $8, 4(%ap), %r1
/minix/external/bsd/llvm/dist/llvm/test/TableGen/
H A DSetTheory.td97 def rotl;
98 def S6a : Set<(rotl S0f, 0)>;
99 def S6b : Set<(rotl S0f, 1)>;
100 def S6c : Set<(rotl S0f, 3)>;
101 def S6d : Set<(rotl S0f, 4)>;
102 def S6e : Set<(rotl S0f, 5)>;
103 def S6f : Set<(rotl S0f, -1)>;
104 def S6g : Set<(rotl S0f, -4)>;
105 def S6h : Set<(rotl S0f, -5)>;
150 def S8d : Set<(decimate (rotl E, 1), 2)>;
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Drisbg-01.ll143 %rotl = or i32 %parta, %partb
144 %and = and i32 %rotl, 248
156 %and = and i64 %rotl, 248
168 %and = and i32 %rotl, 114688
180 %and = and i64 %rotl, 114688
194 %and = and i32 %rotl, 126
206 %and = and i64 %rotl, 126
279 ret i32 %rotl
291 ret i64 %rotl
304 ret i32 %rotl
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/
H A Drmd-586.pl89 &rotl($c, 10);
93 &rotl($a, $s);
105 &rotl($c, 10);
110 &rotl($a, $s);
134 &rotl($c, 10);
138 &rotl($a, $s);
154 &rotl($c, 10);
161 &rotl($c, 10);
165 &rotl($a, $s);
185 &rotl($c, 10);
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Dcrypt586.pl144 &rotl( $a, $shift ) if ($shift != 0);
175 else { &rotl($tt, $lr-3); }
181 else { &rotl($r, $lr-2); }
192 { &rotl($r, 2-$lr); }
198 { &rotl($l, 3-$lr); }
H A Ddes-586.pl152 &rotl($R,3);
154 &rotl($L,3);
247 &rotl( $a, $shift ) if ($shift != 0);
280 else { &rotl($tt, $lr-3); }
286 else { &rotl($r, $lr-2); }
297 { &rotl($r, 2-$lr); }
303 { &rotl($l, 3-$lr); }
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td137 let AltOrders = [(rotl GPR32, 8)];
141 let AltOrders = [(rotl GPR64, 8)];
147 let AltOrders = [(rotl GPR32sp, 8)];
410 def DSeqPairs : RegisterTuples<[dsub0, dsub1], [(rotl FPR64, 0), (rotl FPR64, 1)]>;
412 [(rotl FPR64, 0), (rotl FPR64, 1),
415 [(rotl FPR64, 0), (rotl FPR64, 1),
416 (rotl FPR64, 2), (rotl FPR64, 3)]>;
428 def QSeqPairs : RegisterTuples<[qsub0, qsub1], [(rotl FPR128, 0), (rotl FPR128, 1)]>;
430 [(rotl FPR128, 0), (rotl FPR128, 1),
433 [(rotl FPR128, 0), (rotl FPR128, 1),
[all …]
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPIntTest.cpp156 EXPECT_EQ(one, one.rotl(0)); in TEST()
157 EXPECT_EQ(one, one.rotl(1)); in TEST()
496 EXPECT_EQ(APInt(8, 1), APInt(8, 1).rotl(0)); in TEST()
497 EXPECT_EQ(APInt(8, 2), APInt(8, 1).rotl(1)); in TEST()
498 EXPECT_EQ(APInt(8, 4), APInt(8, 1).rotl(2)); in TEST()
499 EXPECT_EQ(APInt(8, 16), APInt(8, 1).rotl(4)); in TEST()
500 EXPECT_EQ(APInt(8, 1), APInt(8, 1).rotl(8)); in TEST()
502 EXPECT_EQ(APInt(8, 16), APInt(8, 16).rotl(0)); in TEST()
503 EXPECT_EQ(APInt(8, 32), APInt(8, 16).rotl(1)); in TEST()
504 EXPECT_EQ(APInt(8, 64), APInt(8, 16).rotl(2)); in TEST()
[all …]
/minix/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S245 rotl $-3,%r2,%r2 # l = l >> 3
246 rotl $-3,%r3,%r3 # h = h >> 3
269 rotl $3,%r2,%r2 # q = q << 3
279 rotl $3,%r3,%r3 # r = r << 3
/minix/crypto/external/bsd/openssl/dist/crypto/rc5/asm/
H A Drc5-586.pl58 &rotl($A, &LB("ecx"));
64 &rotl($B, &LB("ecx"));
/minix/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-586.pl175 &rotl($f,1); # f=ROTATE(f,1)
181 &rotl($a,5); # ROTATE(a,5)
192 &rotl($f,1); # f=ROTATE(f,1)
198 &rotl($tmp1,5); # ROTATE(a,5)
219 &rotl($f,1); # f=ROTATE(f,1)
223 &rotl($a,5); # ROTATE(a,5)
237 &rotl($f,1); # f=ROTATE(f,1)
262 &rotl($f,1); # f=ROTATE(f,1)
268 &rotl($a,5); # ROTATE(a,5)
281 &rotl($f,1); # f=ROTATE(f,1)
[all …]
/minix/lib/libc/arch/vax/gen/
H A Dbyte_swap_2.S40 rotl $8,4(%ap),%r0
H A Dbyte_swap_4.S40 rotl $-8,4(%ap),%r0
/minix/crypto/external/bsd/openssl/dist/crypto/md5/asm/
H A Dmd5-586.pl64 &rotl($a,$s);
89 &rotl($a,$s);
112 &rotl($a,$s);
135 &rotl($a,$s);
161 &rotl($a,$s);
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td473 [(set GR8:$dst, (rotl GR8:$src1, CL))], IIC_SR>;
482 [(set GR64:$dst, (rotl GR64:$src1, CL))], IIC_SR>;
505 [(set GR8:$dst, (rotl GR8:$src1, (i8 1)))],
509 [(set GR16:$dst, (rotl GR16:$src1, (i8 1)))],
513 [(set GR32:$dst, (rotl GR32:$src1, (i8 1)))],
517 [(set GR64:$dst, (rotl GR64:$src1, (i8 1)))],
525 [(store (rotl (loadi8 addr:$dst), CL), addr:$dst)],
904 def : Pat<(rotl GR32:$src, (i8 imm:$shamt)),
906 def : Pat<(rotl GR64:$src, (i8 imm:$shamt)),
910 def : Pat<(rotl (loadi32 addr:$src), (i8 imm:$shamt)),
[all …]
/minix/lib/libm/arch/vax/
H A Dn_cbrt.S66 rotl $16,%r2,%r2 # %r2 = |x| with bits unscrambled
69 rotl $16,%r2,%r2 # %r2=|q|=|dcbrt| to 5 bits
H A Dn_argred.S91 rotl $-1,%r0,%r9
365 rotl $16,%r0,%r0
366 rotl $16,%r1,%r1
721 rotl $16,%r8,%r2
722 rotl $16,%r9,%r1
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td287 let AltOrders = [(rotl DPR, 16)];
305 let AltOrders = [(rotl QPR, 8)];
331 let AltOrders = [(add (rotl QPR, 8), (rotl DPair, 16))];
366 let AltOrders = [(rotl QQPR, 8)];
389 let AltOrders = [(rotl QQQQPR, 8)];
/minix/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86asm.pl64 sub ::rotl { &rol(@_); }
/minix/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmll-x86.pl260 &rotl ($idx,1);
272 &rotl (@T[2],1);
435 &rotl ($idx,1);
447 &rotl (@T[2],1);
/minix/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-586.pl491 &rotl ($s[$i],24);
1303 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1308 &rotl ($tp2,24);
1311 &rotl ($tp4,16);
1313 &rotl ($tp8,8);
2898 &rotl ($tp1,8); # = ROTATE(tp1,8)
2906 &rotl ($tp2,24);
2909 &rotl ($tp4,16);
2911 &rotl ($tp8,8);
/minix/crypto/external/bsd/openssl/dist/crypto/cast/asm/
H A Dcast-586.pl140 &rotl( $tmp4, &LB($tmp1));
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h875 APInt LLVM_ATTRIBUTE_UNUSED_RESULT rotl(unsigned rotateAmt) const;
896 APInt LLVM_ATTRIBUTE_UNUSED_RESULT rotl(const APInt &rotateAmt) const;
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A Darm_neon.td146 // rotl - Rotate set left by a number of elements.
147 // example: (rotl mask0, 3) -> [3, 4, 5, 6, 0, 1, 2]
148 def rotl;
149 // rotl - Rotate set right by a number of elements.
384 (decimate (rotl mask0, 1), 2),
385 (decimate (rotl mask1, 1), 2)))>;
387 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2),
388 (decimate (rotl mask1, 1), 2)))>;

12