Home
last modified time | relevance | path

Searched refs:ROTR (Results 1 - 25 of 47) sorted by relevance

12

/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256c.c103 #define ROTR(x, n) ((x >> n) | (x << (32 - n))) macro
104 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22))
105 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25))
106 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3))
107 #define s1(x) (ROTR(
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-mips.pl105 $ROTR="drotr";
120 $ROTR="rotr";
195 $ROTR $tmp0,$e,@Sigma1[0]
197 $ROTR $tmp1,$e,@Sigma1[1]
199 $ROTR $h,$e,@Sigma1[2]
201 $ROTR $tmp1,$a,@Sigma0[0]
205 $ROTR $h,$a,@Sigma0[1]
209 $ROTR $tmp1,$a,@Sigma0[2]
268 $ROTR $tmp0,@X[1],@sigma0[1]
271 $ROTR
[all...]
H A Dsha512-ia64.pl449 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
455 _rotr r11=$t1,$Sigma1[1] } // ROTR(e,41)
482 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
484 _rotr r11=$t1,$Sigma1[1] };; // ROTR(e,18)
489 _rotr r11=$t1,$Sigma1[2] } // ROTR(e,41)
494 _rotr r8=$t0,$Sigma0[0] } // ROTR(a,28)
496 _rotr r9=$t0,$Sigma0[1] };; // ROTR(a,34)
499 _rotr r9=$t0,$Sigma0[2] };; // ROTR(a,39)
517 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
521 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s
[all...]
H A Dsha512-armv4.pl108 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
166 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
380 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
397 @ sigma1(x) (ROTR((x),19) ^ ROTR((
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-mips.pl105 $ROTR="drotr";
120 $ROTR="rotr";
195 $ROTR $tmp0,$e,@Sigma1[0]
197 $ROTR $tmp1,$e,@Sigma1[1]
199 $ROTR $h,$e,@Sigma1[2]
201 $ROTR $tmp1,$a,@Sigma0[0]
205 $ROTR $h,$a,@Sigma0[1]
209 $ROTR $tmp1,$a,@Sigma0[2]
268 $ROTR $tmp0,@X[1],@sigma0[1]
271 $ROTR
[all...]
H A Dsha512-ia64.pl449 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
455 _rotr r11=$t1,$Sigma1[1] } // ROTR(e,41)
482 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
484 _rotr r11=$t1,$Sigma1[1] };; // ROTR(e,18)
489 _rotr r11=$t1,$Sigma1[2] } // ROTR(e,41)
494 _rotr r8=$t0,$Sigma0[0] } // ROTR(a,28)
496 _rotr r9=$t0,$Sigma0[1] };; // ROTR(a,34)
499 _rotr r9=$t0,$Sigma0[2] };; // ROTR(a,39)
517 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
521 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s
[all...]
H A Dsha512-armv4.pl108 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
166 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
380 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
397 @ sigma1(x) (ROTR((x),19) ^ ROTR((
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
439 # define ROTR(a,n) _rotr64((a),n) macro
472 # ifndef ROTR
473 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
475 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
476 # define Sigma1(x) (ROTR((
[all...]
/third_party/openssl/crypto/sha/
H A Dsha512.c389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
439 # define ROTR(a,n) _rotr64((a),n) macro
472 # ifndef ROTR
473 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
475 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
476 # define Sigma1(x) (ROTR((
[all...]
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c402 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
432 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
437 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
452 # define ROTR(a,n) _rotr64((a),n) macro
485 # ifndef ROTR
486 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
488 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
489 # define Sigma1(x) (ROTR((
[all...]
/third_party/mbedtls/library/
H A Dsha256.c458 #define ROTR(x, n) (SHR(x, n) | ((x) << (32 - (n)))) macro
460 #define S0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3))
461 #define S1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
463 #define S2(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22))
464 #define S3(x) (ROTR(x, 6) ^ ROTR(
[all...]
H A Dsha512.c611 #define ROTR(x, n) (SHR((x), (n)) | ((x) << (64 - (n)))) in mbedtls_internal_sha512_process_c() macro
613 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_internal_sha512_process_c()
614 #define S1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6)) in mbedtls_internal_sha512_process_c()
616 #define S2(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) in mbedtls_internal_sha512_process_c()
617 #define S3(x) (ROTR(x, 14) ^ ROTR( in mbedtls_internal_sha512_process_c()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h29 case ISD::ROTR: return ARM_AM::ror; in getShiftOpcForNode()
30 //case ISD::ROTL: // Only if imm -> turn into ROTR. in getShiftOpcForNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2300 { ISD::ROTR, MVT::v8i64, 1 }, in getIntrinsicInstrCost()
2301 { ISD::ROTR, MVT::v4i64, 1 }, in getIntrinsicInstrCost()
2302 { ISD::ROTR, MVT::v2i64, 1 }, in getIntrinsicInstrCost()
2303 { ISD::ROTR, MVT::v16i32, 1 }, in getIntrinsicInstrCost()
2304 { ISD::ROTR, MVT::v8i32, 1 }, in getIntrinsicInstrCost()
2305 { ISD::ROTR, MVT::v4i32, 1 } in getIntrinsicInstrCost()
2307 // XOP: ROTL = VPROT(X,Y), ROTR = VPROT(X,SUB(0,Y)) in getIntrinsicInstrCost()
2317 { ISD::ROTR, MVT::v4i64, 6 }, in getIntrinsicInstrCost()
2318 { ISD::ROTR, MVT::v8i32, 6 }, in getIntrinsicInstrCost()
2319 { ISD::ROTR, MV in getIntrinsicInstrCost()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h471 SHL, SRA, SRL, ROTL, ROTR, FSHL, FSHR, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp144 setOperationAction(ISD::ROTR, MVT::i32, Expand); in Mips16TargetLowering()
145 setOperationAction(ISD::ROTR, MVT::i64, Expand); in Mips16TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp93 setOperationAction(ISD::ROTR, MVT::i8, Custom); in AVRTargetLowering()
94 setOperationAction(ISD::ROTR, MVT::i16, Expand); in AVRTargetLowering()
300 case ISD::ROTR: in LowerShifts()
319 case ISD::ROTR: in LowerShifts()
691 case ISD::ROTR: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp245 case ISD::ROTR: return "rotr"; in getOperationName()
H A DLegalizeVectorOps.cpp391 case ISD::ROTR: in LegalizeOp()
921 case ISD::ROTR: in Expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp94 setOperationAction(ISD::ROTR, VT, Expand); in BPFTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp83 setOperationAction(ISD::ROTR, MVT::i8, Expand); in MSP430TargetLowering()
85 setOperationAction(ISD::ROTR, MVT::i16, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1429 ISD::SDIVREM, ISD::UDIVREM, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1478 ISD::AND, ISD::OR, ISD::XOR, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1617 setOperationAction(ISD::ROTR, MVT::i32, Legal); in HexagonTargetLowering()
1618 setOperationAction(ISD::ROTR, MVT::i64, Legal); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp421 // TODO: we may consider expanding ROTL/ROTR on older GPUs. Currently on GPUs in NVPTXTargetLowering()
425 setOperationAction(ISD::ROTR, MVT::i64, Legal); in NVPTXTargetLowering()
427 setOperationAction(ISD::ROTR, MVT::i32, Legal); in NVPTXTargetLowering()
430 setOperationAction(ISD::ROTR, MVT::i16, Expand); in NVPTXTargetLowering()
432 setOperationAction(ISD::ROTR, MVT::i8, Expand); in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp104 setOperationAction(ISD::ROTR, MVT::i32, Legal); in ARCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp405 case ISD::ROTR: in getShiftTypeForNode()
2562 case ISD::ROTR: in tryShiftAmountMod()
3082 case ISD::ROTR: in Select()

Completed in 45 milliseconds

12