HomeSort by relevance Sort by last modified time
    Searched refs:lsb (Results 76 - 100 of 235) sorted by null

1 2 34 5 6 7 8 910

  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 507 uint32_t lsb = mleft.right().Value() & 0x1f; local
513 if (lsb + mask_width > 32) mask_width = 32 - lsb;
516 g.UseRegister(mleft.left().node()), g.TempImmediate(lsb),
557 uint32_t lsb = static_cast<uint32_t>(mleft.right().Value() & 0x3f); local
563 if (lsb + mask_width > 64) mask_width = 64 - lsb;
565 if (lsb == 0 && mask_width == 64) {
569 g.UseRegister(mleft.left().node()), g.TempImmediate(lsb),
687 uint32_t lsb = m.right().Value() & 0x1f local
780 uint32_t lsb = m.right().Value() & 0x3f; local
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 91 uint32_t Bits(int msb, int lsb) const {
92 return unsigned_bitextract_32(msb, lsb, value_);
95 int32_t SignedBits(int msb, int lsb) const {
96 return signed_bitextract_32(msb, lsb, value_);
99 void SetBits(int msb, int lsb, uint32_t bits);
macro-assembler-arm64.h 353 unsigned lsb,
357 unsigned lsb,
393 unsigned lsb);
514 unsigned lsb,
518 unsigned lsb,
549 unsigned lsb,
553 unsigned lsb,
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 930 uint32_t lsb = mleft.right().Value() & 0x1f; local
971 uint32_t lsb = static_cast<uint32_t>(mleft.right().Value() & 0x3f); local
1112 uint32_t lsb = m.right().Value() & 0x1f; local
1156 uint32_t lsb = m.right().Value() & 0x3f; local
    [all...]
  /external/autotest/server/hosts/
servo_host.py 196 result = self.run('grep -q CHROMEOS /etc/lsb-release',
321 """Get the value of attribute CHROMEOS_RELEASE_VERSION from lsb-release.
323 @returns The version string in lsb-release, under attribute
349 lsb_release_content=self.run('cat /etc/lsb-release').stdout)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 405 lsb := (x >> 7) & (1<<5 - 1)
407 if msb < lsb || msb >= 32 {
410 return Imm(msb + 1 - lsb)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 405 lsb := (x >> 7) & (1<<5 - 1)
407 if msb < lsb || msb >= 32 {
410 return Imm(msb + 1 - lsb)
  /external/webp/src/dsp/
dec_sse2.c 341 const __m128i t2 = _mm_and_si128(t1, kFE); // set lsb of each byte to zero
902 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); local
919 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); local
940 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); local
992 const __m128i lsb = _mm_and_si128(_mm_xor_si128(JIXABCD__, LKJIXABCD), one); local
    [all...]
enc_sse2.c 708 // (a + 2 * b + c + 2) >> 2 = (AB + BC + 1) >> 1 - (ab|bc)&lsb
710 // and ab = a ^ b, bc = b ^ c, lsb = (AC^BC)&1
718 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); local
719 const __m128i b = _mm_subs_epu8(a, lsb);
754 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); local
755 const __m128i avg2 = _mm_subs_epu8(avg1, lsb);
776 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); local
777 const __m128i avg2 = _mm_subs_epu8(avg1, lsb);
822 const __m128i lsb = _mm_and_si128(_mm_xor_si128(JIXABCD__, LKJIXABCD), one); local
823 const __m128i avg2 = _mm_subs_epu8(avg1, lsb);
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 293 void ARMAssemblerProxy::UBFX(int cc, int Rd, int Rn, int lsb, int width) {
294 mTarget->UBFX(cc, Rd, Rn, lsb, width);
Arm64Assembler.h 176 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
242 uint32_t A64_EXTR_W(uint32_t Rd, uint32_t Rn, uint32_t Rm, uint32_t lsb);
ARMAssembler.h 159 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
ARMAssemblerProxy.h 147 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 400 uint32_t lsb = mleft.right().Value() & 0x1f; local
406 if (lsb + mask_width > 32) mask_width = 32 - lsb;
408 if (lsb == 0 && mask_width == 32) {
412 g.UseRegister(mleft.left().node()), g.TempImmediate(lsb),
499 uint32_t lsb = m.right().Value() & 0x1f; local
504 uint32_t mask = (mleft.right().Value() >> lsb) << lsb;
507 if ((mask_msb + mask_width + lsb) == 32) {
509 DCHECK_EQ(lsb, base::bits::CountTrailingZeros32(mask))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 188 for name, (width, lsb) in hmtx.metrics.items():
  /frameworks/base/core/java/android/hardware/
Sensor.java 738 // Mask for the LSB 2nd, 3rd and fourth bits.
742 // MASK for LSB fifth bit. Used to know whether the sensor supports data injection or not.
    [all...]
  /system/update_engine/sample_images/
generate_images.sh 112 # Example of a real lsb-release file released on link stable.
113 sudo tee "${mntdir}"/etc/lsb-release >/dev/null <<EOF
  /toolchain/binutils/binutils-2.25/include/opcode/
mips.h 493 /* The operand occupies SIZE bits of the instruction, starting at LSB. */
495 unsigned short lsb; member in struct:mips_operand
544 Given a bitfield that spans bits [MSB, LSB], some operands of this type
545 encode MSB directly while others encode MSB - LSB. Each operand of this
546 type is preceded by an integer operand that specifies LSB.
550 such as EXTS, it is written in raw MSB - LSB form. */
559 MSB - LSB. */
645 insn &= ~(mask << operand->lsb);
646 insn |= (uval & mask) << operand->lsb;
655 return (insn >> operand->lsb) & ((1 << operand->size) - 1)
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 572 int lsb = (pixelIndexLSB[1 - (bitIndex >> 3)] >> bitOffset) & 1; local
575 return (msb << 1) | lsb;
584 if(getIndex(i, j) == 2) // msb == 1 && lsb == 0
  /frameworks/base/media/java/android/media/
MediaDrm.java 181 long lsb = uuid.getLeastSignificantBits(); local
186 uuidBytes[8 + i] = (byte)(lsb >>> (8 * (7 - i)));
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
radio-iris.h 444 #define AID(lsb,msb) ((msb << 8) | (lsb))
  /hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris.h 416 /*Extract 5 left most bits of lsb of 2nd block*/
419 #define AID(lsb, msb) ((msb << 8) | (lsb))
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 168 // determine lsb exponent

Completed in 719 milliseconds

1 2 34 5 6 7 8 910