Lines Matching defs:IsBranch
274 bool Assembler::IsBranch(Instr instr) { return ((instr & kOpcodeMask) == BCX); }