HomeSort by relevance Sort by last modified time
    Searched refs:FSize (Results 1 - 15 of 15) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-pxa/
bitfield.h 49 * MACROS: FSize, FShft, FMsk, FAlnMsk, F1stBit
52 * The macros "FSize", "FShft", "FMsk", "FAlnMsk", and "F1stBit" return
60 * FSize Size of the bit field, in number of bits.
67 #define FSize(Field) ((Field) >> 16)
69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field))
70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1)
  /external/u-boot/arch/arm/include/asm/arch-sa1100/
bitfield.h 49 * MACROS: FSize, FShft, FMsk, FAlnMsk, F1stBit
52 * The macros "FSize", "FShft", "FMsk", "FAlnMsk", and "F1stBit" return
60 * FSize Size of the bit field, in number of bits.
67 #define FSize(Field) ((Field) >> 16)
69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field))
70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1)
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Pool.c 315 UINTN FSize;
403 FSize = LIST_TO_SIZE(Index);
405 while (Offset + FSize <= MaxOffset) {
410 Offset += FSize;
  /external/llvm/include/llvm/MC/
MCAssembler.h 411 /// Expects a fragment \p F containing instructions and its size \p FSize.
412 void writeFragmentPadding(const MCFragment &F, uint64_t FSize,
422 /// its section and \p FSize is the fragment's size.
424 uint64_t FOffset, uint64_t FSize);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 53 uint64_t FSize = EF->getContents().size();
55 if (FSize > Assembler.getBundleAlignSize())
59 Assembler, EF, DF->getContents().size(), FSize);
71 Assembler.writeFragmentPadding(*EF, FSize, OW);
MCAssembler.cpp 364 uint64_t FSize = Assembler.computeFragmentSize(*this, *F);
366 if (!Assembler.getRelaxAll() && FSize > Assembler.getBundleAlignSize())
370 F->Offset, FSize);
388 void MCAssembler::writeFragmentPadding(const MCFragment &F, uint64_t FSize,
398 unsigned TotalLength = BundlePadding + static_cast<unsigned>(FSize);
MCFragment.cpp 193 uint64_t FOffset, uint64_t FSize) {
199 uint64_t EndOfFragment = OffsetInBundle + FSize;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCELFStreamer.cpp 58 uint64_t FSize = EF->getContents().size();
60 if (FSize > Assembler.getBundleAlignSize())
64 Assembler, EF, DF->getContents().size(), FSize);
73 Assembler.writeFragmentPadding(VecOS, *EF, FSize);
MCAssembler.cpp 430 uint64_t FSize = Assembler.computeFragmentSize(*this, *EF);
432 if (!Assembler.getRelaxAll() && FSize > Assembler.getBundleAlignSize())
436 computeBundlePadding(Assembler, EF, EF->Offset, FSize);
456 uint64_t FSize) const {
466 unsigned TotalLength = BundlePadding + static_cast<unsigned>(FSize);
    [all...]
MCFragment.cpp 193 uint64_t FOffset, uint64_t FSize) {
199 uint64_t EndOfFragment = OffsetInBundle + FSize;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAssembler.h 444 /// Expects a fragment \p F containing instructions and its size \p FSize.
446 uint64_t FSize) const;
455 /// its section and \p FSize is the fragment's size.
458 uint64_t FSize);
  /external/u-boot/include/
SA-1100.h 556 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \
564 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \
714 (((Div) - 16)/16 >> FSize (SDCR4_BRD) << \
722 (((Div) - 1)/16 >> FSize (SDCR4_BRD) << \
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 623 milliseconds