/external/llvm/test/CodeGen/AArch64/ |
D | vcvt-oversize.ll | 6 ; CHECK-DAG: fadd v[[MSB:[0-9]+]].4s, v1.4s, v1.4s 8 ; CHECK-DAG: fcvtzu v[[MSB2:[0-9]+]].4s, v[[MSB]].4s 10 ; CHECK-DAG: xtn2 v[[TMP]].8h, v[[MSB]].4s
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 164 ConstantInt *MSB; in generateUnsignedDivisionCode() local 170 MSB = Builder.getInt64(63); in generateUnsignedDivisionCode() 176 MSB = Builder.getInt32(31); in generateUnsignedDivisionCode() 258 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB); in generateUnsignedDivisionCode() 260 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB); in generateUnsignedDivisionCode() 273 Value *Tmp2 = Builder.CreateSub(MSB, SR); in generateUnsignedDivisionCode() 311 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB); in generateUnsignedDivisionCode() 316 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB); in generateUnsignedDivisionCode()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1422 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument 1497 MSB = Srl_imm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(And_imm) in isBitfieldExtractOpFromAnd() 1505 MSB = MSB > 31 ? 31 : MSB; in isBitfieldExtractOpFromAnd() 1513 unsigned &MSB) { in isSeveralBitsExtractOpFromShr() argument 1550 MSB = BitWide + Srl_imm - 1; in isSeveralBitsExtractOpFromShr() 1733 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd() argument 1739 if (MSB >= Imm) { in getUsefulBitsFromBitfieldMoveOpd() 1740 OpUsefulBits = OpUsefulBits.shl(MSB - Imm + 1); in getUsefulBitsFromBitfieldMoveOpd() 1747 OpUsefulBits = OpUsefulBits.shl(MSB + 1); in getUsefulBitsFromBitfieldMoveOpd() 1763 uint64_t MSB = in getUsefulBitsFromUBFM() local [all …]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2008-06-05-APInt-OverAShr.ll | 6 @.str = internal constant [10 x i8] c"MSB = %d\0A\00" ; <[10 x i8]*> [#uses=1]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2008-06-05-APInt-OverAShr.ll | 6 @.str = internal constant [10 x i8] c"MSB = %d\0A\00" ; <[10 x i8]*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 13 ; LSB 0 1 2 3 | 4 5 6 7 MSB 87 ; LSB 0 1 2 3 | 4 5 | 6 7 MSB
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_highbd_error_avx.asm | 143 ; by checking if the MSB of the accumulators have ever been a set bit.
|
/external/openssh/ |
D | PROTOCOL.agent | 31 The "uint16" data type is a simple MSB-first 16 bit unsigned integer 43 eight bits per byte in big-endian (MSB first) format.
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
|
D | rfc1951.txt | 307 elements in the correct MSB-to-LSB order and Huffman codes in
|
/external/libvncserver/ |
D | README | 214 contain pixels as single bits stored in bytes in MSB order. The rows are
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 783 # on either GL (with MSB reset) or GR (with MSB set).
|
/external/nanopb-c/docs/ |
D | reference.rst | 641 :stream: Input stream to read from. Will read 1 byte at a time until the MSB is clear.
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2492 (MSB) (LSB) 2515 and four MSB bits store operation code 2559 (MSB) (LSB)
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.24 | 721 [base] Split out MSB function. 830 expansion factor. Vector components with MSB of 29 are now safe
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10795 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; in ReduceLoadOpStoreWidth() local 10796 unsigned NewBW = NextPowerOf2(MSB - ShAmt); in ReduceLoadOpStoreWidth()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/ |
D | configure | 6156 *MSB*)
|
D | aclocal.m4 | 1361 *MSB*)
|
/external/pcre/dist/ |
D | configure | 8929 *MSB*)
|
/external/pcre/dist/m4/ |
D | libtool.m4 | 1355 *MSB*)
|
/external/ImageMagick/m4/ |
D | libtool.m4 | 1355 *MSB*)
|
/external/libpng/ |
D | CHANGES | 1489 Added code to update the row_info->colortype in png_do_read_filler() (MSB).
|
/external/ImageMagick/ |
D | configure | 14780 *MSB*)
|
/external/tpm2/ |
D | part4.txt | 21467 1403 // From MSB to LSB, they are the key and iv
|