HomeSort by relevance Sort by last modified time
    Searched full:lsb1 (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 73 {0xffe00000, 0x13800000, "extr <wd>, <wn>, <wm>, #<lsb1>"},
170 else if(strcmp(token, "<lsb1>") == 0)
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 102 ULong Lsb, Lsb1;
611 Lsb1 = 0;
621 Lsb1 = Lsb << (i-32);
885 if (Lsb1) {
886 if (!(word0(&rv) & Lsb1))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 278 ;// 2. $sum1 and $lsb1 are not modified and hence can be reused in another
283 ;// M_AVG4 $sum0, $lsb0, $sum1, $lsb1, $rndVal
289 ;// $lsb1 (c ^ d) Not modified
297 M_AVG4 $sum0, $lsb0, $sum1, $lsb1, $rndVal
316 $OP1 $lsb0, $lsb0, $lsb1 ;// e0 = e0 & e1
  /external/webp/src/dsp/
dec_sse2.c 1012 const __m128i lsb1 = _mm_and_si128(_mm_xor_si128(avg1, avg2), one); local
    [all...]
enc_sse2.c 887 const __m128i lsb1 = _mm_and_si128(_mm_xor_si128(avg1, avg2), one); local
    [all...]

Completed in 355 milliseconds