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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.h 45 unsigned OffsetBits) const;
MipsSEISelDAGToDAG.cpp 294 unsigned OffsetBits) const {
297 if (isIntN(OffsetBits, CN->getSExtValue())) {
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 616 enum OffsetBits {
641 OffsetBits offset_size;
686 OffsetBits GetOffsetSize() const;
715 static OffsetBits GetOffsetSizeNeeded(uint32_t location, uint32_t target);
746 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
761 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 531 enum OffsetBits {
556 OffsetBits offset_size;
600 OffsetBits GetOffsetSize() const;
627 static OffsetBits GetOffsetSizeNeeded(uint32_t location, uint32_t target);
658 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
673 friend std::ostream& operator<<(std::ostream& os, const Branch::OffsetBits& rhs);
assembler_mips64.cc     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 94 unsigned OffsetBits) const;
773 unsigned OffsetBits) const {
774 if ((OffsetBits == 16 && !isUInt<16>(Offset)) ||
775 (OffsetBits == 8 && !isUInt<8>(Offset)))
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 465 uint64_t OffsetBits = CGM.getContext().toBits(Offset);
486 AppendField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits, EltInit);
489 AppendBitField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits,
    [all...]
  /external/v8/src/
code-stubs.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 123 milliseconds