| /freebsd/sys/crypto/openssl/powerpc64le/ |
| H A D | ecp_nistp384-ppc64.S | 819 .macro SHR o_h o_l in_h in_l nbits macro 945 SHR 9, 10, 6, 5, 32 961 SHR 9, 10, 6, 5, 8 972 SHR 9, 10, 6, 5, 16 985 SHR 9, 10, 6, 5, 48 1001 SHR 9, 10, 6, 5, 32 1013 SHR 9, 10, 6, 5, 8 1024 SHR 9, 10, 6, 5, 16 1037 SHR 9, 10, 6, 5, 48 1053 SHR 9, 10, 6, 5, 32 [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64/ |
| H A D | ecp_nistp384-ppc64.S | 819 .macro SHR o_h o_l in_h in_l nbits macro 945 SHR 9, 10, 6, 5, 32 961 SHR 9, 10, 6, 5, 8 972 SHR 9, 10, 6, 5, 16 985 SHR 9, 10, 6, 5, 48 1001 SHR 9, 10, 6, 5, 32 1013 SHR 9, 10, 6, 5, 8 1024 SHR 9, 10, 6, 5, 16 1037 SHR 9, 10, 6, 5, 48 1053 SHR 9, 10, 6, 5, 32 [all …]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna64.h | 11 #define SHR(in, shift) (unsigned long long) (in >> (shift)) macro 113 c = SHR(d0, 44); in poly1305_blocks() 116 c = SHR(d1, 44); in poly1305_blocks() 119 c = SHR(d2, 42); in poly1305_blocks()
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-s390x.pl | 86 $SHR="srlg"; # logical right shift [see even at the end] 100 $SHR="srl"; # logical right shift 158 $SHR $T1,$sigma0[2] 163 $SHR $t1,$sigma1[2]
|
| H A D | sha512-ppc.pl | 88 $SHR="srdi"; 100 $SHR="srwi"; 181 $SHR $a1,@X[($i+1)%16],$sigma0[2] 183 $SHR $t1,@X[($i+14)%16],$sigma1[2]
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 76 #define SHR(x, n) (x >> n) macro 80 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) 81 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 92 #define SHR(x, n) (x >> n) macro 96 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) 97 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
|
| /freebsd/sys/crypto/sha2/ |
| H A D | sha256c.c | 109 #define SHR(x, n) (x >> n) macro 113 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) 114 #define s1(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10))
|
| H A D | sha512c.c | 138 #define SHR(x, n) (x >> n) macro 142 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) 143 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6))
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | ppc.pl | 127 $SHR= "srw"; # unsigned shift right 151 $SHR= "srd"; # unsigned shift right 1653 $SHR. r9,r3,r8 #are there any bits above r8'th? 1663 $SHR r8,r4,r8 # r8 = (l >> BN_BITS2 -i)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SHA256.cpp | 31 #define SHR(x, c) ((x) >> (c)) macro 40 #define SIGMA_2(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHR(x, 10)) 41 #define SIGMA_3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3))
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | xenix | 28 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positive string length
|
| H A D | pgp | 552 # skip Dragon.SHR DEMO.INIT by looking for positive version
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedOryon.td | 1540 "^(SHL|SHR)(N|N2)v", 1542 "^(SQ|SQR)SHR(U)?(N|N2)v", 1543 "^(UQ|UQR)SHR(N|N2)v",
|
| H A D | AArch64SchedFalkorDetails.td | 667 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^(S|U)SHR(v2i32|v4i16|v8i8)_shift$")>; 731 def : InstRW<[FalkorWr_2VXVY_2cyc], (instregex "^(S|U)SHR(v16i8|v8i16|v4i32|v2i64)_shift$")>;
|
| H A D | AArch64SchedA55.td | 466 "SLId$", "SRId$", "[SU]SHR[vd]", "SHRNv")>;
|
| H A D | AArch64SchedTSV110.td | 597 def : InstRW<[TSV110Wr_4cyc_1FSU1], (instregex "^[SU]?(Q|R){1,2}SHR")>;
|
| H A D | AArch64SchedKryoDetails.td | 303 (instregex "((S|U)SHR|SHL)(d|(v8i8|v4i16|v2i32)_shift)$")>; 309 (instregex "((S|U)SHR|SHL)(v16i8|v8i16|v4i32|v2i64)_shift$")>;
|
| H A D | AArch64SchedA57.td | 420 def : InstRW<[A57Write_4cyc_1X], (instregex "^[SU]?(Q|R){1,2}SHR")>;
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dbg_fw_funcs.c | 363 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… macro 5085 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask() 5095 SHR(GET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK), in ecore_is_overlapping_enable_mask() 5409 …trigger_state].data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK, SHR(GET_FIELD(block_bus… in ecore_dbg_bus_add_trigger_state() 5714 SHR(GET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK), in ecore_assign_hw_ids()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedSandyBridge.td | 954 "SHR(8|16|32|64)m(1|i)")>; 1034 "SHR(8|16|32|64)mCL")>;
|
| H A D | X86SchedBroadwell.td | 1015 "SHR(8|16|32|64)m(1|i)")>; 1168 "SHR(8|16|32|64)mCL")>;
|
| H A D | X86SchedSkylakeClient.td | 1046 "SHR(8|16|32|64)m(1|i)")>; 1233 "SHR(8|16|32|64)mCL")>;
|
| H A D | X86SchedHaswell.td | 1094 "SHR(8|16|32|64)m(1|i)")>; 1327 "SHR(8|16|32|64)mCL")>;
|
| H A D | X86ScheduleAtom.td | 514 def : InstRW<[AtomWrite0_1], (instregex "(RCL|RCR|ROL|ROR|SAR|SHL|SHR)(8|16|32|64)m",
|