Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 17 of 17) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml771 Attribute.Zext -> Int32.shift_left 1l 0
772 | Attribute.Sext -> Int32.shift_left 1l 1
773 | Attribute.Noreturn -> Int32.shift_left 1l 2
774 | Attribute.Inreg -> Int32.shift_left 1l 3
775 | Attribute.Structret -> Int32.shift_left 1l 4
776 | Attribute.Nounwind -> Int32.shift_left 1l 5
777 | Attribute.Noalias -> Int32.shift_left 1l 6
778 | Attribute.Byval -> Int32.shift_left 1l 7
779 | Attribute.Nest -> Int32.shift_left 1l 8
780 | Attribute.Readnone -> Int32.shift_left 1l 9
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml656 Attribute.Zext -> Int32.shift_left 1l 0
657 | Attribute.Sext -> Int32.shift_left 1l 1
658 | Attribute.Noreturn -> Int32.shift_left 1l 2
659 | Attribute.Inreg -> Int32.shift_left 1l 3
660 | Attribute.Structret -> Int32.shift_left 1l 4
661 | Attribute.Nounwind -> Int32.shift_left 1l 5
662 | Attribute.Noalias -> Int32.shift_left 1l 6
663 | Attribute.Byval -> Int32.shift_left 1l 7
664 | Attribute.Nest -> Int32.shift_left 1l 8
665 | Attribute.Readnone -> Int32.shift_left 1l 9
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c61 const __m128i shift_left = _mm_slli_si128(diff_sq_u16, 2); in sum_8() local
69 __m128i sum_u16 = _mm_adds_epu16(diff_sq_u16, shift_left); in sum_8()
91 __m128i shift_left = _mm_slli_si128(diff_sq_0_u16, 2); in sum_16() local
95 __m128i sum_u16 = _mm_adds_epu16(diff_sq_0_u16, shift_left); in sum_16()
100 shift_left = _mm_alignr_epi8(diff_sq_1_u16, diff_sq_0_u16, 14); in sum_16()
103 sum_u16 = _mm_adds_epu16(diff_sq_1_u16, shift_left); in sum_16()
/external/libxaac/decoder/
Dixheaacd_basic_ops.h51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() argument
54 x = (UWORD32)a << shift_left; in ixheaacd_extu()
/external/llvm/test/CodeGen/Mips/
Dmicromips-shift.ll11 define i32 @shift_left() nounwind {
/external/skqp/src/core/
DSkMipMap.cpp107 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function
111 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
300 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
/external/skia/src/core/
DSkMipMap.cpp108 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function
112 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
301 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc4118 int32_t shift_left = 0; in WriteFramesLessThan() local
4139 ++shift_left; in WriteFramesLessThan()
4149 if (shift_left > 0) { in WriteFramesLessThan()
4150 if (shift_left >= frames_size_) in WriteFramesLessThan()
4153 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()
4155 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
/external/Microsoft-GSL/include/gsl/
Dmulti_span501 inline constexpr Ret shift_left(const index<Rank>& other) GSL_NOEXCEPT
768 return {details::shift_left(m_extents), details::shift_left(m_strides)};
/external/Microsoft-GSL/tests/
Dmulti_span_tests.cpp1403 index<2> k = details::shift_left(i);
/external/deqp/data/gles2/shaders/
Dpreprocessor.test2926 case shift_left
/external/deqp/external/openglcts/data/gl33/
Dpreprocessor.test3038 case shift_left
/external/deqp/external/openglcts/data/gles3/
Dpreprocessor.test3292 case shift_left
/external/v8/src/mips/
Dmacro-assembler-mips.cc1718 int shift_left = 32 - (pos + size); in Ext() local
1719 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0. in Ext()
/external/deqp/data/gles3/shaders/
Dpreprocessor.test3645 case shift_left
/external/clang/lib/AST/
DExprConstant.cpp1848 shift_left: in handleIntIntBinOp()
1877 goto shift_left; in handleIntIntBinOp()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c19593 int shift_left = 8; in dis_vxs_misc() local
19627 mkU8( shift_left ) ) ); in dis_vxs_misc()
19628 shift_left = shift_left + 16; in dis_vxs_misc()