/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 113 || 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 D | sha1-c64xplus.pl | 113 || 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 D | sha1module.c | 84 #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 D | test_fs_scoreboard.cpp | 720 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 D | brw_fs_builder.h | 639 ALU2(ROL)
|
H A D | brw_eu.h | 247 ALU2(ROL)
|
H A D | brw_eu_emit.c | 1095 ALU2(ROL) in ALU2()
|
H A D | brw_fs_nir.cpp | 1885 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 D | AVRISelLowering.h | 42 ROL, ///< Bit rotate left. enumerator
|
H A D | AVRISelLowering.cpp | 257 NODE(ROL); in getTargetNodeName() 317 Opc8 = AVRISD::ROL; in LowerShifts()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 399 %token <integer> RET RNDD RNDE RNDU RNDZ ROL ROR 779 | ROL
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeX86_common.c | 242 #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 D | MipsAsmParser.cpp | 2552 case Mips::ROL: in tryExpandInstruction() 4765 if (Inst.getOpcode() == Mips::ROL) { in expandRotation() 4783 case Mips::ROL: in expandRotation()
|