Searched refs:LSB (Results 1 - 9 of 9) 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/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp374 unsigned LSB; member in struct:__anon6812::ARMOperand::__anon6813::__anon6833
1098 unsigned lsb = Bitfield.LSB;
1698 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, argument
1701 Op->Bitfield.LSB = LSB;
1912 OS << "<bitfield " << "lsb: " << Bitfield.LSB
2827 // The bitfield descriptor is really two operands, the LSB and the width.
2846 int64_t LSB = CE->getValue(); local
2847 // The LSB must be in the range [0,31]
2848 if (LSB <
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl60 ld1 tmp4=[tmp3],2 // LSB
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2068 unsigned LSB = Srl_imm; local
2071 CurDAG->getTargetConstant(LSB, MVT::i32),
2089 int LSB = Srl_imm - Shl_imm; local
2090 if (LSB < 0)
2094 CurDAG->getTargetConstant(LSB, MVT::i32),
H A DARMISelLowering.cpp6974 unsigned LSB = CountTrailingZeros_32(Mask); local
6975 if (ShAmtC != LSB)
6998 unsigned LSB = CountTrailingZeros_32(~InvMask); local
6999 unsigned Width = (32 - CountLeadingZeros_32(~InvMask)) - LSB;
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp145 #define LSB 1 macro
1088 if (!(word1(&rv) & LSB))
/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/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 824 milliseconds