HomeSort by relevance Sort by last modified time
    Searched refs:shift_left (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp9/encoder/x86/
temporal_filter_sse4.c 60 const __m128i shift_left = _mm_slli_si128(diff_sq_u16, 2); local
68 __m128i sum_u16 = _mm_adds_epu16(diff_sq_u16, shift_left);
90 __m128i shift_left = _mm_slli_si128(diff_sq_0_u16, 2); local
94 __m128i sum_u16 = _mm_adds_epu16(diff_sq_0_u16, shift_left);
99 shift_left = _mm_alignr_epi8(diff_sq_1_u16, diff_sq_0_u16, 14);
102 sum_u16 = _mm_adds_epu16(diff_sq_1_u16, shift_left);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 656 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
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 771 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
    [all...]
  /external/skia/src/core/
SkMipMap.cpp 107 template <typename T> T shift_left(const T& x, int bits) { function
111 Sk4f shift_left(const Sk4f& x, int bits) { function
300 auto b = shift_left(add_121(b0, b1, b2), 1);
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 4988 vixl32::Register shift_left = RegisterFrom(locations->GetTemp(1)); local
    [all...]
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 19593 int shift_left = 8; local
    [all...]

Completed in 180 milliseconds