Searched refs:PPC_RAW_BL (Results 1 – 2 of 2) sorted by relevance
115 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BL(0); in is_bl_op()
595 #define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset)) macro