| /freebsd-13.1/sys/dev/bhnd/cores/pci/ |
| H A D | bhnd_pcivar.h | 115 #define _BHND_PCI_REG_GET(_regval, _mask, _shift) \ argument 116 ((_regval & _mask) >> _shift) 117 #define _BHND_PCI_REG_SET(_regval, _mask, _shift, _setval) \ argument 118 (((_regval) & ~ _mask) | (((_setval) << _shift) & _mask))
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_hash.c | 59 #define EFX_HASH_ROTATE(_value, _shift) \ argument 60 EFSYS_ROTL_DWORD(_value, _shift) 64 #define EFX_HASH_ROTATE(_value, _shift) \ argument 65 (((_value) << (_shift)) | ((_value) >> (32 - (_shift))))
|
| /freebsd-13.1/sys/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 123 #define GATE(_id, _name, _pname, _o, _shift) \ argument 133 .shift = _shift, \ 197 #define DIV(_id, _name, _pname, _o, _shift, _width) \ argument 207 .i_shift = _shift, \
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | import.sh | 21 local _shift=$# 47 return $(($_shift - $#))
|
| /freebsd-13.1/sys/sys/ |
| H A D | qmath.h | 200 int _carry = 0, _idx, _nfbits = Q_NFBITS(q), _shift = 0; \ 207 _shift = _nfbits >> 1; \ 208 _carry = (((bits) & ((1ULL << _shift) - 1)) * (base)) >> _shift;\ 210 _idx = ((((bits) >> _shift) * (base)) + _carry) >> (_nfbits - _shift);\
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedFalkorDetails.td | 600 def : InstRW<[FalkorWr_1VXVY_4cyc], (instregex "^FCVTZ(S|U)v2i32(_shift)?$")>; 626 def : InstRW<[FalkorWr_2VXVY_4cyc], (instregex "^FCVTZ(S|U)(v2i64|v4i32)(_shift)?$")>; 667 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^(S|U)SHR(v2i32|v4i16|v8i8)_shift$")>; 674 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^SHL(v2i32|v4i16|v8i8)_shift$")>; 678 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^(S|U)R?SRA(d|(v2i32|v4i16|v8i8)_shift)$")>; 687 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^(S|U)RSHR(v2i32|v4i16|v8i8)_shift$")>; 689 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^R?SHRN(v2i32|v4i16|v8i8)_shift$")>; 693 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^S(L|R)I(d|(v8i8|v4i16|v2i32)_shift)$")>; 739 def : InstRW<[FalkorWr_2VXVY_2cyc], (instregex "^SHL(v16i8|v8i16|v4i32|v2i64)_shift$")>; 749 def : InstRW<[FalkorWr_2VXVY_3cyc], (instregex "^R?SHRN(v2i64|v4i32|v8i16|v16i8)_shift$")>; [all …]
|
| H A D | AArch64SchedKryoDetails.td | 19 (instregex "(S|U)R?SRA(d|(v2i32|v4i16|v8i8)_shift)")>; 26 (instregex "(S|U)R?SRA(v2i64|v4i32|v8i16|v16i8)_shift")>; 147 (instregex "(S|U)CVTF(v1i32|v2i32|v1i64|v2f32|d|s)(_shift)?")>; 153 (instregex "(S|U)CVTF(v2i64|v4i32|v2f64|v4f32)(_shift)?")>; 219 (instregex "(S|U)QSHLU?(d|s|h|b|(v8i8|v4i16|v2i32)_shift)$")>; 279 (instregex "(S|U)RSHR(d|(v8i8|v4i16|v2i32)_shift)$")>; 303 (instregex "((S|U)SHR|SHL)(d|(v8i8|v4i16|v2i32)_shift)$")>; 309 (instregex "((S|U)SHR|SHL)(v16i8|v8i16|v4i32|v2i64)_shift$")>; 771 (instregex "FCVTZ(S|U)(v2f32|v1i32|v1i64|v2i32(_shift)?)$")>; 1770 (instregex "S(L|R)I(d|(v8i8|v4i16|v2i32)_shift)")>; [all …]
|
| /freebsd-13.1/sys/dev/sound/ |
| H A D | unit.c | 81 #define MKMASK(x) ((1 << snd_##x##_shift) - 1)
|
| /freebsd-13.1/sys/dev/etherswitch/arswitch/ |
| H A D | arswitchreg.h | 46 #define BITS(_shift, _count) (BITM(_count) << (_shift)) argument
|
| /freebsd-13.1/sys/arm/allwinner/clkng/ |
| H A D | aw_clk.h | 558 _offset, _shift, _width) \ argument 567 .shift = _shift, \
|
| /freebsd-13.1/sys/arm64/rockchip/clk/ |
| H A D | rk3288_cru.c | 525 #define PLL(_id, _name, _base, _shift) \ argument 536 .mode_shift = _shift, \
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | safestack.h | 80 static ossl_unused ossl_inline t2 *sk_##t1##_shift(STACK_OF(t1) *sk) \
|
| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 4038 _mask, _shift, _value, _i) 4045 _shift = 0 4066 _shift = - parse_uint_string(_attr) 4068 _shift = parse_uint_string(_attr) 4077 return (srom_segment_new(offset, type, _mask, _shift, _value)) 4096 _offset, _attrs, _num_attr, _attr, _mask, _shift, _off_desc)
|