/freebsd/crypto/openssl/crypto/des/ |
H A D | ofb_enc.c | 29 register DES_LONG mask0, mask1; in DES_ofb_encrypt() local 38 mask0 = 0xffffffffL; in DES_ofb_encrypt() 40 mask1 = mask0; in DES_ofb_encrypt() 45 mask0 = 0xffffffffL; in DES_ofb_encrypt() 47 mask0 = (1L << num) - 1; in DES_ofb_encrypt() 64 d0 = (d0 ^ vv0) & mask0; in DES_ofb_encrypt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 136 // from the two special defs "mask0" and "mask1". "mask0" expands to 140 // (shuffle $p0, $p1, mask0) -> $p0 146 // example: (shuffle $p0, $p1, (add (highhalf mask0), (highhalf mask1))) -> 156 // example: (rotl mask0, 3) -> [3, 4, 5, 6, 0, 1, 2] 159 // example: (rotr mask0, 3) -> [4, 5, 6, 0, 1, 2, 3] 162 // example: (highhalf mask0) -> [4, 5, 6, 7] (assuming mask0 had 8 elements) 165 // example: (lowhalf mask0) -> [0, 1, 2, 3] (assuming mask0 had 8 elements) 170 // example: (rev 32, mask0) -> [3, 2, 1, 0, 7, 6, 5, 4] (if 8-bit elements) 171 // example: (rev 32, mask0) -> [1, 0, 3, 2] (if 16-bit elements) 173 // mask0 - The initial sequence of lanes for shuffle ARG0 [all …]
|
H A D | arm_neon.td | 87 def OP_TRN1 : Op<(shuffle $p0, $p1, (interleave (decimate mask0, 2), 89 def OP_ZIP1 : Op<(shuffle $p0, $p1, (lowhalf (interleave mask0, mask1)))>; 90 def OP_UZP1 : Op<(shuffle $p0, $p1, (add (decimate mask0, 2), 93 (decimate (rotl mask0, 1), 2), 95 def OP_ZIP2 : Op<(shuffle $p0, $p1, (highhalf (interleave mask0, mask1)))>; 96 def OP_UZP2 : Op<(shuffle $p0, $p1, (add (decimate (rotl mask0, 1), 2), 112 def OP_HI : Op<(shuffle $p0, $p0, (highhalf mask0))>; 113 def OP_LO : Op<(shuffle $p0, $p0, (lowhalf mask0))>; 114 def OP_CONC : Op<(shuffle $p0, $p1, (add mask0, mask1))>; 120 def OP_REV16 : Op<(shuffle $p0, $p0, (rev 16, mask0))>; [all …]
|
/freebsd/sys/libkern/ |
H A D | scanc.c | 36 scanc(u_int size, const u_char *cp, const u_char table[], int mask0) in scanc() argument 41 mask = mask0; in scanc()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 484 bool TargetRegisterInfo::regmaskSubsetEqual(const uint32_t *mask0, in regmaskSubsetEqual() argument 488 if ((mask0[I] & mask1[I]) != mask0[I]) in regmaskSubsetEqual()
|
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-hacl64.h | 696 u64 mask0 = u64_gte_mask(a0, 0x7ffffffffffedLLU); in format_fcontract_trim() local 701 u64 mask = (((mask0 & mask1) & mask2) & mask3) & mask4; in format_fcontract_trim()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 538 bool regmaskSubsetEqual(const uint32_t *mask0, const uint32_t *mask1) const;
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 776 u64 mask0, u64 mask1, unsigned int crc, bool enable);
|
H A D | t4_hw.c | 7052 u64 mask0, u64 mask1, unsigned int crc, bool enable) in t4_wol_pat_enable() argument 7073 t4_write_reg(adap, EPIO_REG(DATA1), mask0 >> 32); in t4_wol_pat_enable() 7082 t4_write_reg(adap, EPIO_REG(DATA0), mask0); in t4_wol_pat_enable()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 8009 uint32_t val0, mask0, val1, mask1; in bxe_attn_int_deasserted2() local 8047 mask0 = REG_RD(sc, PXP2_REG_PXP2_INT_MASK_0); in bxe_attn_int_deasserted2() 8059 if (val0 & mask0 & PXP2_EOP_ERROR_BIT && in bxe_attn_int_deasserted2() 8078 if (((val0 & mask0) == PXP2_EOP_ERROR_BIT) && in bxe_attn_int_deasserted2()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 204696 unsigned int mask0 = 0x08029FDF; 204700 (mask0 & ((unsigned int)1 << (c-768))) : 255503 unsigned int mask0 = 0x08029FDF; 255507 (mask0 & ((unsigned int)1 << (c-768))) :
|