Home
last modified time | relevance | path

Searched refs:isLogicalImmBits (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp236 A64Imms::isLogicalImmBits(RegWidth, MO.getImm(), Val); in printLogicalImmOperand()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h1122 bool isLogicalImmBits(unsigned RegWidth, uint32_t Bits, uint64_t &Imm);
DAArch64BaseInfo.cpp1021 bool A64Imms::isLogicalImmBits(unsigned RegWidth, uint32_t Bits, in isLogicalImmBits() function in A64Imms
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp623 if (!A64Imms::isLogicalImmBits(RegWidth, Bits, Imm)) in DecodeLogicalImmOperand()