Searched refs:LSB (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dround.c588 int LSB; local
596 ** and the LSB bit at the bottom of the manitssa.
608 /* mask off LSB from resulting guard bits */
627 /* mask off LSB from resulting guard bits */
644 /* g >> 3 == LSB, g & 7 == guard bits */
690 /* get LSB for tie breaking */
691 LSB = Z.layout.frac & 1;
707 if (debug) printf("tie: LSB = %d\n", LSB);
708 expected = (LSB
905 int LSB; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c588 int LSB; local
596 ** and the LSB bit at the bottom of the manitssa.
608 /* mask off LSB from resulting guard bits */
627 /* mask off LSB from resulting guard bits */
644 /* g >> 3 == LSB, g & 7 == guard bits */
690 /* get LSB for tie breaking */
691 LSB = Z.layout.frac & 1;
707 if (debug) printf("tie: LSB = %d\n", LSB);
708 expected = (LSB
905 int LSB; local
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl77 $LSB=3&~$MSB;
112 lwr @X[$j],$j*4+$LSB($inp)
289 lwr @X[0],$LSB($inp)
H A Dsha512-mips.pl109 $LSB = ($SZ-1)&~$MSB;
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
309 ${LD}r @X[0],$LSB($inp)
H A Dsha1-ia64.pl58 ld1 tmp4=[tmp3],2 // LSB
/external/openssl/crypto/aes/asm/
H A Daes-mips.pl84 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(
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp145 #define LSB 1 macro
1088 if (!(word1(&rv) & LSB))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp401 unsigned LSB; member in struct:__anon7537::ARMOperand::__anon7538::__anon7557
1484 unsigned lsb = Bitfield.LSB;
2148 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, argument
2151 Op->Bitfield.LSB = LSB;
2375 OS << "<bitfield " << "lsb: " << Bitfield.LSB
3609 // The bitfield descriptor is really two operands, the LSB and the width.
3629 int64_t LSB = CE->getValue(); local
3630 // The LSB must be in the range [0,31]
3631 if (LSB <
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc363 #define LSB 1 macro
420 #define LSB 1 macro
449 #define LSB 0x10000 macro
3194 if (!(word1(&rv) & LSB))
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2137 unsigned LSB = Srl_imm; local
2140 CurDAG->getTargetConstant(LSB, MVT::i32),
2158 int LSB = Srl_imm - Shl_imm; local
2159 if (LSB < 0)
2163 CurDAG->getTargetConstant(LSB, MVT::i32),
H A DARMISelLowering.cpp7232 unsigned LSB = CountTrailingZeros_32(Mask); local
7233 if (ShAmtC != LSB)
7275 unsigned LSB = CountTrailingZeros_32(~InvMask); local
7276 unsigned Width = (32 - CountLeadingZeros_32(~InvMask)) - LSB;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6060 /** Count the number of LSB bits which are zero
6062 @return The number of contiguous zero LSB bits

Completed in 619 milliseconds