Home
last modified time | relevance | path

Searched refs:shift_l (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Di_shift_l.h36 int8<N,expr_empty> shift_l(const int8<N,E>& a, unsigned count) in shift_l() function
43 uint8<N,expr_empty> shift_l(const uint8<N,E>& a, unsigned count) in shift_l() function
57 int16<N,expr_empty> shift_l(const int16<N,E>& a, unsigned count) in shift_l() function
216 int8<N,expr_empty> shift_l(const int8<N,E>& a) in shift_l() function
224 uint8<N,expr_empty> shift_l(const uint8<N,E>& a) in shift_l() function
239 int16<N,expr_empty> shift_l(const int16<N,E>& a) in shift_l() function
247 uint16<N,expr_empty> shift_l(const uint16<N,E>& a) in shift_l() function
262 int32<N,expr_empty> shift_l(const int32<N,E>& a) in shift_l() function
270 uint32<N,expr_empty> shift_l(const uint32<N,E>& a) in shift_l() function
285 int64<N,expr_empty> shift_l(const int64<N,E>& a) in shift_l() function
[all …]
H A Di_div_p.h58 r = shift_l<1>((uint16x8)r); in div_p()
107 r = shift_l<1>(r); in div_p()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Di_shift.h24 uint8<N,expr_empty> shift_l(const uint8<N,E>& a, unsigned count);
26 uint16<N,expr_empty> shift_l(const uint16<N,E>& a, unsigned count);
28 uint32<N,expr_empty> shift_l(const uint32<N,E>& a, unsigned count);
30 uint64<N,expr_empty> shift_l(const uint64<N,E>& a, unsigned count);
33 uint8<N,expr_empty> shift_l(const uint8<N,E>& a, const uint8<N,E>& count);
35 uint16<N,expr_empty> shift_l(const uint16<N,E>& a, const uint16<N,E>& count);
37 uint32<N,expr_empty> shift_l(const uint32<N,E>& a, const uint32<N,E>& count);
40 uint8<N,expr_empty> shift_l(const uint8<N,E>& a);
42 uint16<N,expr_empty> shift_l(const uint16<N,E>& a);
44 uint32<N,expr_empty> shift_l(const uint32<N,E>& a);
[all …]
H A Di_shift_l.h34 return detail::null::shift_l(a, count); in i_shift_l()
41 a16 = shift_l(a16, count); in i_shift_l()
48 mask = shift_l(mask, 8); in i_shift_l()
51 a16 = shift_l(a16, count); in i_shift_l()
75 a16 = shift_l(a16, count); in i_shift_l()
89 a16 = shift_l(a16, count); in i_shift_l()
101 return detail::null::shift_l(a, count); in i_shift_l()
144 return detail::null::shift_l(a, count); in i_shift_l()
199 return detail::null::shift_l(a, count); in i_shift_l()
243 a16 = shift_l<count>(a16); in sse_shift_l_8()
H A Di_shift_r_v.h75 a16_lo = shift_l<8>(a16); in v_emul_shift_r_u8_using_mul()
77 mulshift_lo = shift_l<1>(mulshift_lo); in v_emul_shift_r_u8_using_mul()
79 mulshift_hi = shift_l<1>(shift_r<8>(mulshift)); in v_emul_shift_r_u8_using_mul()
84 a16_hi = shift_l<8>(a16_hi); in v_emul_shift_r_u8_using_mul()
143 U16 a_lo = shift_l<8>(a16); in v_emul_shift_r_i8_using_v16()
181 a16_lo = shift_l<8>(a16); in v_emul_shift_r_i8_using_mul()
183 mulshift_lo = shift_l<1>(mulshift_lo); in v_emul_shift_r_i8_using_mul()
185 mulshift_hi = shift_l<1>(shift_r<8>(mulshift)); in v_emul_shift_r_i8_using_mul()
190 a16_hi = shift_l<8>(a16_hi); in v_emul_shift_r_i8_using_mul()
264 U16 qcount = bit_or(count, shift_l<8>(count)); in v_emul_shift_r_u16_using_mul()
H A Di_shift_r.h45 lo = shift_l<8>(lo); in i_shift_r()
50 hi = shift_l<8>(hi); in i_shift_r()
71 lo = shift_l<8>(lo); in i_shift_r()
76 hi = shift_l<8>(hi); in i_shift_r()
87 lo = shift_l<8>(lo); in i_shift_r()
92 hi = shift_l<8>(hi); in i_shift_r()
445 lo = shift_l<8>(lo); in i_shift_r()
450 hi = shift_l<8>(hi); in i_shift_r()
470 lo = shift_l<8>(lo); in i_shift_r()
475 hi = shift_l<8>(hi); in i_shift_r()
[all …]
H A Di_reduce_mul.h53 uint32x4 ah = shift_l<16>(ca); in i_reduce_mul()
88 uint32x8 ah = shift_l<16>(ca); in i_reduce_mul()
107 uint32<16> ah = shift_l<16>(ca); in i_reduce_mul()
133 uint32<16> ah = shift_l<16>(ca); in i_reduce_mul()
148 uint32x8 ah = shift_l<16>(ca); in i_reduce_mul()
166 uint32x4 ah = shift_l<16>(ca); in i_reduce_mul()
219 uint32x4 ah = shift_l<16>(ca); in i_reduce_mul()
253 uint32x8 ah = shift_l<16>(ca); in i_reduce_mul()
272 uint32<16> ah = shift_l<16>(ca); in i_reduce_mul()
313 uint32x8 ah = shift_l<16>(ca); in i_reduce_mul()
[all …]
H A Di_shift_l_v.h42 a_lo = shift_l(a_lo, c_lo); in v_emul_shift_l_v8_using_v16()
43 a_hi = shift_l(a_hi, c_hi); in v_emul_shift_l_v8_using_v16()
70 a16_lo = shift_l<8>(a16); in v_emul_shift_l_v8_using_mul()
139 U16 qcount = bit_or(count, shift_l<8>(count)); in v_emul_shift_l_v16_using_mul()
/dports/devel/upp/upp/bazaar/GoogleTranslatorDemo/
H A DGlobalShortCut.h68 const KeyCode shift_l = XKeysymToKeycode(Xdisplay,XK_Shift_L); in get_key_state() local
71 result &= (((key_map_stat[shift_l >> 3] >> (shift_l & 7)) & 1) in get_key_state()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/int/
H A Ddsc_shift_l.mwiki1 {{dsc tfun | int/shift_l | title=shift_l{{small|(scalar)}} | performs left shift by scalar }}
H A Dnavbar_content.mwiki55 {{nv ln | int/shift_l | shift_l(scalar)}}
56 {{nv ln | int/shift_l_v | shift_l(vector)}}
H A Ddsc_shift_l_v.mwiki1 {{dsc tfun | int/shift_l_v | title=shift_l{{small|(vector)}} | performs left shift by vector }}
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/int/
H A Dshift_l.mwiki1 {{simdpp/title|shift_l{{small|(scalar)}}}}
6 Ret<N, _DETAIL_> shift_l( const Vec1<N,E1>& a, unsigned shift );
10 Ret<N, _DETAIL_> shift_l( const Vec1<N,E1>& a );
H A Dshift_l_v.mwiki1 {{simdpp/title|shift_l{{small|(vector)}}}}
6 Ret<N, _DETAIL_> shift_l( const Vec1<N,E1>& a, const Vec2<N,E2>& b );
44 {{dsc inc | int/dsc shift_l }}
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/test/insn/
H A Dmath_shift.cc20 V b = simdpp::shift_l<i>(a); in test()
21 V c = simdpp::shift_l(a, i); in test()
73 TEST_PUSH_ALL_COMB_OP2_SEPARATE_T(tc, UV, UV, UV, shift_l, data, shift); in test_math_shift_int8_n()
122 TEST_PUSH_ALL_COMB_OP2_SEPARATE_T(tc, UV, UV, UV, shift_l, data, shift); in test_math_shift_int16_n()
171 TEST_PUSH_ALL_COMB_OP2_SEPARATE_T(tc, UV, UV, UV, shift_l, data, shift); in test_math_shift_int32_n()
/dports/cad/alliance/alliance/src/documentation/alliance-examples/amd2901-vasy/
H A Damd2901.vhdl57 SIGNAL shift_l : STD_LOGIC; signal
194 shift_l <= i(8) AND i(7);
251 WITH shift_n & shift_l & shift_r SELECT
257 WITH shift_n & shift_l & shift_r SELECT
263 WITH shift_n & shift_l & shift_r SELECT
269 WITH shift_n & shift_l & shift_r SELECT
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.h34 unsigned char shift_l; member
41 { .reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.h34 unsigned char shift_l; member
41 { .reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ac97/
H A Dac97_patch.h34 unsigned char shift_l; member
41 { .reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
/dports/cad/alliance/alliance/src/documentation/tutorials/synthesis/src/amdbug/
H A Damd_17.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(8) AND i(7);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')
H A Damd_20.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(8) AND i(7);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')
H A Damd_1.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(8) AND i(7);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')
H A Damd_12.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(8) AND i(7);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')
H A Damd_14.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(5) AND i(4);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')
H A Damd_15.vbe75 SIGNAL shift_l : BIT;
232 shift_l <= i(8) AND i(7);
309 WITH shift_n & shift_l & shift_r SELECT
315 WITH shift_n & shift_l & shift_r SELECT
321 WITH shift_n & shift_l & shift_r SELECT
327 WITH shift_n & shift_l & shift_r SELECT
336 esr3 : BLOCK (shift_l='1')

123456