HomeSort by relevance Sort by last modified time
    Searched defs:LSB (Results 1 - 19 of 19) sorted by null

  /bionic/libc/arch-arm/bionic/
strcmp.S 41 #define LSB 0xff000000
48 #define LSB 0x000000ff
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
435 and w2, w2, #LSB
487 and t1, w1, #LSB
508 tst w1, #LSB
531 and r2, t1, #LSB
532 and r0, w2, #LSB
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 41 #define LSB 0xff000000
48 #define LSB 0x000000ff
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
464 and r2, t1, #LSB
465 and r0, w2, #LSB
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 172 int LSB = (BitWidth - ImmR) % BitWidth;
175 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width;
180 int LSB = ImmR;
185 << ", #" << LSB << ", #" << Width;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 324 #define LSB 1
362 #define LSB 1
389 #define LSB 0x10000
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 84 #define LSB 1
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 585 int LSB;
593 ** and the LSB bit at the bottom of the manitssa.
605 /* mask off LSB from resulting guard bits */
624 /* mask off LSB from resulting guard bits */
641 /* g >> 3 == LSB, g & 7 == guard bits */
687 /* get LSB for tie breaking */
688 LSB = Z.layout.frac & 1;
704 if (debug) printf("tie: LSB = %d\n", LSB);
705 expected = (LSB == 0 ? lo : hi)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 585 int LSB;
593 ** and the LSB bit at the bottom of the manitssa.
605 /* mask off LSB from resulting guard bits */
624 /* mask off LSB from resulting guard bits */
641 /* g >> 3 == LSB, g & 7 == guard bits */
687 /* get LSB for tie breaking */
688 LSB = Z.layout.frac & 1;
704 if (debug) printf("tie: LSB = %d\n", LSB);
705 expected = (LSB == 0 ? lo : hi)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 8325 unsigned lsb = countTrailingZeros(Mask); local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 363 #define LSB 1
420 #define LSB 1
449 #define LSB 0x10000
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 268 #define LSB 1
296 #define LSB 1
320 #define LSB 0x10000
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 117 static N_word LSB = 1; /* = mask for least significant bit */
336 N_word sample = LSB;
337 N_word lsb; local
355 lsb = (sample AND LSB);
356 while ((sample >>= 1) and (not lsb))
359 lsb = (sample AND LSB);
364 if (BITS != (LSB << LOGBITS)) return(ErrCode_Loga);
368 MSB = (LSB << MODMASK)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 116 #define LSB(x) ((unsigned char) ((x) & 0xff))
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 150 // Starting at first 1 (from lsb).
507 unsigned LSB;
1797 unsigned lsb = Bitfield.LSB; local
    [all...]

Completed in 2391 milliseconds