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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 623 uint8_t BitG = (Imm & 0x000000000000ff00ULL) != 0;
638 EncVal |= BitG;
672 uint8_t BitG = (Imm & 0x00100000ULL) != 0;
687 EncVal |= BitG;
721 uint8_t BitG = (Imm & 0x0002000000000000ULL) != 0;
736 EncVal |= BitG;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 624 uint8_t BitG = (Imm & 0x000000000000ff00ULL) != 0;
639 EncVal |= BitG;
673 uint8_t BitG = (Imm & 0x00100000ULL) != 0;
688 EncVal |= BitG;
722 uint8_t BitG = (Imm & 0x0002000000000000ULL) != 0;
737 EncVal |= BitG;

Completed in 834 milliseconds