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

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 169 if (!A64Imms::isLogicalImm(RegWidth, CN->getZExtValue(), Bits))
199 } else if (A64Imms::isLogicalImm(DestWidth, BitPat, LogicalBits)) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 402 template<unsigned RegWidth> bool isLogicalImm() const {
409 return A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);
413 if (!isLogicalImm<RegWidth>()) return false;
910 A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits);
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 662 bool A64Imms::isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) {
AArch64BaseInfo.h 770 bool isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits);

Completed in 123 milliseconds