Searched refs:ROL (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl114 || ROTL $B,30,$C ; C=ROL(B,30)
117 ADD $Arot,$T,$T ; T+=ROL(A,5)
136 || ROTL $B,30,$C ; C=ROL(B,30)
141 ADD $Arot,$T,$T ; T+=ROL(A,5)
161 || ROTL $B,30,$C ; C=ROL(B,30)
167 ADD $Arot,$T,$T ; T+=ROL(A,5)
193 || ROTL $B,30,$C ; C=ROL(B,30)
198 ADD $Arot,$T,$T ; T+=ROL(A,5)
230 || ROTL $B,30,$C ; C=ROL(B,30)
235 ADD $Arot,$T,$T ; T+=ROL(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h42 ROL, ///< Bit rotate left. enumerator in enum:llvm::AVRISD::NodeType
H A DAVRISelLowering.cpp248 NODE(ROL);
320 Opc8 = AVRISD::ROL;
/freebsd-13-stable/contrib/diff/src/
H A Dio.c30 #define ROL(v, n) ((v) << (n) | (v) >> (sizeof (v) * CHAR_BIT - (n))) macro
33 #define HASH(h, c) ((c) + ROL (h, 7))
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c76 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
86 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
87 c = ROL(10, c); \
/freebsd-13-stable/sys/opencrypto/
H A Drmd160.c75 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
85 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
86 c = ROL(10, c); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2576 case Mips::ROL:
4875 if (Inst.getOpcode() == Mips::ROL) {
4893 case Mips::ROL:

Completed in 112 milliseconds