Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl113 || ROTL $B,30,$C ; C=ROL(B,30)
116 ADD $Arot,$T,$T ; T+=ROL(A,5)
135 || ROTL $B,30,$C ; C=ROL(B,30)
140 ADD $Arot,$T,$T ; T+=ROL(A,5)
160 || ROTL $B,30,$C ; C=ROL(B,30)
166 ADD $Arot,$T,$T ; T+=ROL(A,5)
192 || ROTL $B,30,$C ; C=ROL(B,30)
197 ADD $Arot,$T,$T ; T+=ROL(A,5)
229 || ROTL $B,30,$C ; C=ROL(B,30)
234 ADD $Arot,$T,$T ; T+=ROL(
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl113 || ROTL $B,30,$C ; C=ROL(B,30)
116 ADD $Arot,$T,$T ; T+=ROL(A,5)
135 || ROTL $B,30,$C ; C=ROL(B,30)
140 ADD $Arot,$T,$T ; T+=ROL(A,5)
160 || ROTL $B,30,$C ; C=ROL(B,30)
166 ADD $Arot,$T,$T ; T+=ROL(A,5)
192 || ROTL $B,30,$C ; C=ROL(B,30)
197 ADD $Arot,$T,$T ; T+=ROL(A,5)
229 || ROTL $B,30,$C ; C=ROL(B,30)
234 ADD $Arot,$T,$T ; T+=ROL(
[all...]
/third_party/python/Modules/
H A Dsha1module.c84 #define ROL(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) macro
131 W[i] = ROL(W[i-3] ^ W[i-8] ^ W[i-14] ^ W[i-16], 1); in sha1_compress()
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp720 bld.ROL( x, g[1], g[2]); in TEST_F()
765 bld.ROL( x, g[1], g[2]); in TEST_F()
806 bld.ROL( x, g[1], g[2]); in TEST_F()
853 bld.ROL( x, g[1], g[2]); in TEST_F()
866 /* Note that the ROL will have RegDist 2 and not 7, illustrating the in TEST_F()
H A Dbrw_fs_builder.h639 ALU2(ROL)
H A Dbrw_eu.h247 ALU2(ROL)
H A Dbrw_eu_emit.c1095 ALU2(ROL) in ALU2()
H A Dbrw_fs_nir.cpp1885 bld.ROL(result, op[0], op[1]); in nir_emit_alu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h42 ROL, ///< Bit rotate left. enumerator
H A DAVRISelLowering.cpp257 NODE(ROL); in getTargetNodeName()
317 Opc8 = AVRISD::ROL; in LowerShifts()
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y399 %token <integer> RET RNDD RNDE RNDU RNDZ ROL ROR
779 | ROL
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_common.c242 #define ROL (/* SHIFT */ 0 << 3) macro
2477 return emit_shift_with_flags(compiler, ROL, 0,
2560 return emit_shift(compiler, is_left ? ROL : ROR, src_dst, dstw, src1, src1w, src2, src2w);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2552 case Mips::ROL: in tryExpandInstruction()
4765 if (Inst.getOpcode() == Mips::ROL) { in expandRotation()
4783 case Mips::ROL: in expandRotation()

Completed in 37 milliseconds