Searched refs:isLogicalImmBits (Results 1 – 4 of 4) sorted by relevance
236 A64Imms::isLogicalImmBits(RegWidth, MO.getImm(), Val); in printLogicalImmOperand()
1122 bool isLogicalImmBits(unsigned RegWidth, uint32_t Bits, uint64_t &Imm);
1021 bool A64Imms::isLogicalImmBits(unsigned RegWidth, uint32_t Bits, in isLogicalImmBits() function in A64Imms
623 if (!A64Imms::isLogicalImmBits(RegWidth, Bits, Imm)) in DecodeLogicalImmOperand()