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

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 662 bool A64Imms::isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) {
  /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...]

Completed in 87 milliseconds