Home
last modified time | relevance | path

Searched refs:isLogicalImm (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp417 template<unsigned RegWidth> bool isLogicalImm() const { in isLogicalImm() function in __anon1dcd30fa0211::AArch64Operand
424 return A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits); in isLogicalImm()
428 if (!isLogicalImm<RegWidth>()) return false; in isLogicalImmMOV()
1043 A64Imms::isLogicalImm(RegWidth, CE->getValue(), Bits); in addLogicalImmOperands()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h1121 bool isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits);
DAArch64BaseInfo.cpp946 bool A64Imms::isLogicalImm(unsigned RegWidth, uint64_t Imm, uint32_t &Bits) { in isLogicalImm() function in A64Imms
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp223 if (!A64Imms::isLogicalImm(RegWidth, CN->getZExtValue(), Bits)) in SelectLogicalImm()
253 } else if (A64Imms::isLogicalImm(DestWidth, BitPat, LogicalBits)) { in TrySelectToMoveImm()
DAArch64ISelLowering.cpp4449 if (A64Imms::isLogicalImm(32, CVal, Bits)) in LowerAsmOperandForConstraint()
4453 if (A64Imms::isLogicalImm(64, CVal, Bits)) in LowerAsmOperandForConstraint()
DAArch64InstrInfo.td3647 let PredicateMethod = "isLogicalImm" # note # "<" # size # ">";