Home | History | Annotate | Download | only in arm64

Lines Matching defs:bit_pos

1334   unsigned bit_pos = (instr->ImmTestBranchBit5() << 5) |
1336 bool take_branch = ((xreg(instr->Rt()) & (1UL << bit_pos)) == 0);