Home | History | Annotate | Download | only in ppc

Lines Matching defs:IsBranch

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