HomeSort by relevance Sort by last modified time
    Searched refs:LSB (Results 1 - 25 of 30) sorted by null

1 2

  /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
448 and w2, w2, #LSB
500 and t1, w1, #LSB
521 tst w1, #LSB
544 and r2, t1, #LSB
545 and r0, w2, #LSB
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 781 // have already been filtered out. Store the first set bit in LSB and
783 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) {
787 LSB = First;
801 // the msb and End specifies the index of the lsb.
802 unsigned LSB, Length;
803 if (isStringOfOnes(Mask, LSB, Length)) {
804 Start = 63 - (LSB + Length - 1);
805 End = 63 - LSB;
810 // of the low 1s and End specifies the lsb of the high 1s.
811 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length))
    [all...]
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
477 and r2, t1, #LSB
478 and r0, w2, #LSB
  /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/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/chromium_org/third_party/openssl/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/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...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 37 #define LSB 0xff000000
51 #define LSB 0x000000ff
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 27 /* Second and third bytes are MSB and LSB of master key length. */
119 * lsb corresponds to first cipher suite in allCipherSuites[].
503 msg[2] = LSB(error);
675 msg[3] = LSB(keySize);
677 msg[5] = LSB(ckLen);
679 msg[7] = LSB(ekLen);
681 msg[9] = LSB(caLen);
760 msg[3] = LSB(cert->len);
762 msg[5] = LSB(encCode->len);
877 out[1] = LSB(amount)
    [all...]
  /external/chromium_org/third_party/openssl/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/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...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 72 // Starting at first 1 (from lsb).
422 unsigned LSB;
1589 unsigned lsb = Bitfield.LSB; local
5288 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/chromium_org/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 853 uint64_t LSB = Inst.getOperand(Inst.getNumOperands()-1).getImm();
856 Inst.addOperand(MCOperand::CreateImm(LSB + CE->getValue() - 1));
    [all...]

Completed in 851 milliseconds

1 2