/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 155 ROTL @X[$b1],12,@X[$b1] 156 || ROTL @X[$b2],12,@X[$b2] 160 ROTL @X[$b0],12,@X[$b0] 161 || ROTL @X[$b3],12,@X[$b3] 179 || ROTL @X[$d1],8,@X[$d1] 180 || ROTL @X[$d2],8,@X[$d2] 185 ROTL @X[$d0],8,@X[$d0] 186 || ROTL @X[$d3],8,@X[$d3] 203 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall 204 || ROTL [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 155 ROTL @X[$b1],12,@X[$b1] 156 || ROTL @X[$b2],12,@X[$b2] 160 ROTL @X[$b0],12,@X[$b0] 161 || ROTL @X[$b3],12,@X[$b3] 179 || ROTL @X[$d1],8,@X[$d1] 180 || ROTL @X[$d2],8,@X[$d2] 185 ROTL @X[$d0],8,@X[$d0] 186 || ROTL @X[$d3],8,@X[$d3] 203 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall 204 || ROTL [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 124 || ROTL $A,30,$S0 127 || ROTL $E,26,$S1 130 ROTL $A,19,$t0a 132 || ROTL $E,21,$t0e 134 ROTL $A,10,$t1a 136 || ROTL $E,7,$t1e 148 || ROTL $G,0,$H ; h = g 161 ROTL $A,30,$S0 ; BODY_15 164 || ROTL $E,26,$S1 168 ROTL [all...] |
H A D | sha1-c64xplus.pl | 101 ROTL $A,5,$Arot 113 || ROTL $B,30,$C ; C=ROL(B,30) 123 ROTL $A,5,$Arot ; BODY_14 135 || ROTL $B,30,$C ; C=ROL(B,30) 149 ROTL $A,5,$Arot ; BODY_15 160 || ROTL $B,30,$C ; C=ROL(B,30) 181 ROTL $A,5,$Arot 185 || ROTL $TX1,1,$TX2 ; Xupdate output 192 || ROTL $B,30,$C ; C=ROL(B,30) 219 ROTL [all...] |
H A D | sha512-c64xplus.pl | 177 || ROTL $Ghi,0,$Hhi 178 || ROTL $Glo,0,$Hlo ; h = g 185 || ROTL $Fhi,0,$Ghi 186 || ROTL $Flo,0,$Glo ; g = f 193 || ROTL $Ehi,0,$Fhi 194 || ROTL $Elo,0,$Flo ; f = e 201 || ROTL $Dhi,0,$Ehi 202 || ROTL $Dlo,0,$Elo ; e = d 209 || ROTL $Chi,0,$Dhi 210 || ROTL [all...] |
H A D | keccak1600-c64x.pl | 47 $p ROTL B$src,$rot/2+1,A$dst 48 || ROTL A$src,$rot/2, B$dst 52 $p ROTL A$src,$rot/2,A$dst 53 || ROTL B$src,$rot/2,B$dst 153 || ROTL B$C[2],1,A$C[5] ; ROL64(C[2],1) 154 || ROTL A$C[2],0,B$C[5] 159 || ROTL B$C[3],1,A$C[6] ; ROL64(C[3],1) 160 || ROTL A$C[3],0,B$C[6] 177 || ROTL B$C[4],1,A$C[5] ; ROL64(C[4],1) 178 || ROTL [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 124 || ROTL $A,30,$S0 127 || ROTL $E,26,$S1 130 ROTL $A,19,$t0a 132 || ROTL $E,21,$t0e 134 ROTL $A,10,$t1a 136 || ROTL $E,7,$t1e 148 || ROTL $G,0,$H ; h = g 161 ROTL $A,30,$S0 ; BODY_15 164 || ROTL $E,26,$S1 168 ROTL [all...] |
H A D | sha1-c64xplus.pl | 101 ROTL $A,5,$Arot 113 || ROTL $B,30,$C ; C=ROL(B,30) 123 ROTL $A,5,$Arot ; BODY_14 135 || ROTL $B,30,$C ; C=ROL(B,30) 149 ROTL $A,5,$Arot ; BODY_15 160 || ROTL $B,30,$C ; C=ROL(B,30) 181 ROTL $A,5,$Arot 185 || ROTL $TX1,1,$TX2 ; Xupdate output 192 || ROTL $B,30,$C ; C=ROL(B,30) 219 ROTL [all...] |
H A D | sha512-c64xplus.pl | 177 || ROTL $Ghi,0,$Hhi 178 || ROTL $Glo,0,$Hlo ; h = g 185 || ROTL $Fhi,0,$Ghi 186 || ROTL $Flo,0,$Glo ; g = f 193 || ROTL $Ehi,0,$Fhi 194 || ROTL $Elo,0,$Flo ; f = e 201 || ROTL $Dhi,0,$Ehi 202 || ROTL $Dlo,0,$Elo ; e = d 209 || ROTL $Chi,0,$Dhi 210 || ROTL [all...] |
H A D | keccak1600-c64x.pl | 47 $p ROTL B$src,$rot/2+1,A$dst 48 || ROTL A$src,$rot/2, B$dst 52 $p ROTL A$src,$rot/2,A$dst 53 || ROTL B$src,$rot/2,B$dst 153 || ROTL B$C[2],1,A$C[5] ; ROL64(C[2],1) 154 || ROTL A$C[2],0,B$C[5] 159 || ROTL B$C[3],1,A$C[6] ; ROL64(C[3],1) 160 || ROTL A$C[3],0,B$C[6] 177 || ROTL B$C[4],1,A$C[5] ; ROL64(C[4],1) 178 || ROTL [all...] |
/third_party/node/deps/v8/src/third_party/siphash/ |
H A D | halfsiphash.cc | 25 #define ROTL(x, b) (uint32_t)(((x) << (b)) | ((x) >> (32 - (b)))) macro 30 v1 = ROTL(v1, 5); \ 32 v0 = ROTL(v0, 16); \ 34 v3 = ROTL(v3, 8); \ 37 v3 = ROTL(v3, 7); \ 40 v1 = ROTL(v1, 13); \ 42 v2 = ROTL(v2, 16); \
|
/third_party/eudev/src/shared/ |
H A D | siphash24.c | 27 #define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) ) macro 49 v0 += v1; v1=ROTL(v1,13); v1 ^= v0; v0=ROTL(v0,32); \ 50 v2 += v3; v3=ROTL(v3,16); v3 ^= v2; \ 51 v0 += v3; v3=ROTL(v3,21); v3 ^= v0; \ 52 v2 += v1; v1=ROTL(v1,17); v1 ^= v2; v2=ROTL(v2,32); \
|
/third_party/node/deps/openssl/openssl/crypto/siphash/ |
H A D | siphash.c | 32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro 53 v1 = ROTL(v1, 13); \ 55 v0 = ROTL(v0, 32); \ 57 v3 = ROTL(v3, 16); \ 60 v3 = ROTL(v3, 21); \ 63 v1 = ROTL(v1, 17); \ 65 v2 = ROTL(v2, 32); \
|
/third_party/openssl/crypto/siphash/ |
H A D | siphash.c | 32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro 53 v1 = ROTL(v1, 13); \ 55 v0 = ROTL(v0, 32); \ 57 v3 = ROTL(v3, 16); \ 60 v3 = ROTL(v3, 21); \ 63 v1 = ROTL(v1, 17); \ 65 v2 = ROTL(v2, 32); \
|
/third_party/node/deps/openssl/openssl/crypto/cast/ |
H A D | cast_local.h | 117 # define ROTL(a,n) (_lrotl(a,n)) macro 119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro 135 t=ROTL(t,i); \ 152 w=ROTL(w,i); \ 172 t=ROTL(t,(key[n*2+1])); \
|
/third_party/openssl/crypto/cast/ |
H A D | cast_local.h | 117 # define ROTL(a,n) (_lrotl(a,n)) macro 119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro 135 t=ROTL(t,i); \ 152 w=ROTL(w,i); \ 172 t=ROTL(t,(key[n*2+1])); \
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 171 || ROTL $Te1[1],TBL1,$Te3[0] ; t0 172 || ROTL $Te3[0],TBL3,$Te1[1] ; t1 177 || ROTL $Te3[1],TBL3,$Te1[0] ; t2 178 || ROTL $Te1[0],TBL1,$Te3[1] ; t3 183 || ROTL $Te2[2],TBL2,$Te2[2] ; t0 184 || ROTL $Te2[3],TBL2,$Te2[3] ; t1 187 ROTL $Te3[3],TBL3,$Te1[2] ; t0 188 || ROTL $Te1[2],TBL1,$Te3[3] ; t1 193 ROTL $Te2[0],TBL2,$Te2[0] ; t2 194 || ROTL [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 171 || ROTL $Te1[1],TBL1,$Te3[0] ; t0 172 || ROTL $Te3[0],TBL3,$Te1[1] ; t1 177 || ROTL $Te3[1],TBL3,$Te1[0] ; t2 178 || ROTL $Te1[0],TBL1,$Te3[1] ; t3 183 || ROTL $Te2[2],TBL2,$Te2[2] ; t0 184 || ROTL $Te2[3],TBL2,$Te2[3] ; t1 187 ROTL $Te3[3],TBL3,$Te1[2] ; t0 188 || ROTL $Te1[2],TBL1,$Te3[3] ; t1 193 ROTL $Te2[0],TBL2,$Te2[0] ; t2 194 || ROTL [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2294 { ISD::ROTL, MVT::v8i64, 1 }, in getIntrinsicInstrCost() 2295 { ISD::ROTL, MVT::v4i64, 1 }, in getIntrinsicInstrCost() 2296 { ISD::ROTL, MVT::v2i64, 1 }, in getIntrinsicInstrCost() 2297 { ISD::ROTL, MVT::v16i32, 1 }, in getIntrinsicInstrCost() 2298 { ISD::ROTL, MVT::v8i32, 1 }, in getIntrinsicInstrCost() 2299 { ISD::ROTL, MVT::v4i32, 1 }, in getIntrinsicInstrCost() 2307 // XOP: ROTL = VPROT(X,Y), ROTR = VPROT(X,SUB(0,Y)) in getIntrinsicInstrCost() 2309 { ISD::ROTL, MVT::v4i64, 4 }, in getIntrinsicInstrCost() 2310 { ISD::ROTL, MVT::v8i32, 4 }, in getIntrinsicInstrCost() 2311 { ISD::ROTL, MV in getIntrinsicInstrCost() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 471 SHL, SRA, SRL, ROTL, ROTR, FSHL, FSHR, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 91 setOperationAction(ISD::ROTL, MVT::i8, Custom); in AVRTargetLowering() 92 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering() 297 case ISD::ROTL: in LowerShifts() 316 case ISD::ROTL: in LowerShifts() 690 case ISD::ROTL: in LowerOperation()
|
/third_party/mbedtls/library/ |
H A D | camellia.c | 212 #define ROTL(DEST, SRC, SHIFT) \ macro 241 ROTL(TK + i * 4, TK, (15 * i) % 32); \
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 132 $ROTL= "rotlwi"; # rotate left by immediate 156 $ROTL= "rotldi"; # rotate left by immediate 1727 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 132 $ROTL= "rotlwi"; # rotate left by immediate 156 $ROTL= "rotldi"; # rotate left by immediate 1727 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 244 case ISD::ROTL: return "rotl"; in getOperationName()
|