< prev index next >

src/hotspot/cpu/ppc/assembler_ppc.hpp

Print this page
@@ -1814,10 +1814,11 @@
                           relocInfo::relocType rt = relocInfo::none);
    inline void bcctrl(int boint, int biint, int bhint = bhintbhBCLRisReturn,
                           relocInfo::relocType rt = relocInfo::none);
  
    // helper function for b, bcxx
+   inline bool is_branch(address a);
    inline bool is_within_range_of_b(address a, address pc);
    inline bool is_within_range_of_bcxx(address a, address pc);
  
    // get the destination of a bxx branch (b, bl, ba, bla)
    static inline address  bxx_destination(address baddr);
< prev index next >