Searched refs:getBit (Results 1 – 2 of 2) sorted by relevance
53 static unsigned getBit(InsnType insn, int pos) { in getBit() function64 return (getBit(insn, 22) == 1); in isLD()176 if (getBit(insn, 21) == 1) { in isMemOp()200 unsigned v = getBit(insn, 26); in isMemOp()214 is_load = (getBit(insn, 22) != 0); in isMemOp()243 is_load = (getBit(insn, 22) != 0); in isMemOp()
58 if (AArch64InsnHelpers::getBit(code.insns[0], 26) != 0) { in isMyDuty()