HomeSort by relevance Sort by last modified time
    Searched refs:LSB (Results 1 - 21 of 21) 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
strcmp.a15.S 36 #define LSB 0xff000000
50 #define LSB 0x000000ff
685 and w2, w2, LSB
736 and t1, w1, LSB
756 tst w1, LSB
770 and r2, t1, LSB
771 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/cortex-a9/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
436 and w2, w2, #LSB
488 and t1, w1, #LSB
509 tst w1, #LSB
527 and r2, t1, #LSB
528 and r0, w2, #LSB
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
460 and r2, t1, #LSB
461 and r0, w2, #LSB
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
  /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/openssl/crypto/aes/asm/
aes-mips.pl 84 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
399 lwr $s0,0+$LSB($inp)
400 lwr $s1,4+$LSB($inp)
401 lwr $s2,8+$LSB($inp)
402 lwr $s3,12+$LSB($inp)
406 swr $s0,0+$LSB($out)
407 swr $s1,4+$LSB($out)
408 swr $s2,8+$LSB($out)
409 swr $s3,12+$LSB($out)
736 lwr $s0,0+$LSB($inp
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-mips.pl 77 $LSB=3&~$MSB;
112 lwr @X[$j],$j*4+$LSB($inp)
289 lwr @X[0],$LSB($inp)
sha512-mips.pl 109 $LSB = ($SZ-1)&~$MSB;
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
309 ${LD}r @X[0],$LSB($inp)
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 126 unsigned LSB = ImmROp.getImm() == 0 ? 0 : RegWidth - ImmROp.getImm();
128 O << '#' << LSB;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /bionic/libc/stdlib/
strtod.c 261 #define LSB 1
289 #define LSB 1
313 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp 8204 unsigned lsb = CountTrailingZeros_32(Mask); local
10289 unsigned int lsb = 0, msb = 31; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 145 #define LSB 1
1088 if (!(word1(&rv) & LSB))
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 58 // Starting at first 1 (from lsb).
416 unsigned LSB;
1533 unsigned lsb = Bitfield.LSB; local
5356 unsigned lsb = Inst.getOperand(2).getImm(); local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 363 #define LSB 1
420 #define LSB 1
449 #define LSB 0x10000
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 802 uint64_t LSB = Inst.getOperand(Inst.getNumOperands()-1).getImm();
805 Inst.addOperand(MCOperand::CreateImm(LSB + CE->getValue() - 1));
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 703 milliseconds