hotspot/src/cpu/sparc/vm/assembler_sparc.hpp
changeset 7427 d7b79a367474
parent 7397 5b173b4ca846
child 7433 b418028612ad
equal deleted inserted replaced
7397:5b173b4ca846 7427:d7b79a367474
  1796   MacroAssembler* delayed() { Assembler::delayed();  return this; }
  1796   MacroAssembler* delayed() { Assembler::delayed();  return this; }
  1797 
  1797 
  1798   // branches that use right instruction for v8 vs. v9
  1798   // branches that use right instruction for v8 vs. v9
  1799   inline void br( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
  1799   inline void br( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
  1800   inline void br( Condition c, bool a, Predict p, Label& L );
  1800   inline void br( Condition c, bool a, Predict p, Label& L );
       
  1801 
  1801   inline void fb( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
  1802   inline void fb( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
  1802   inline void fb( Condition c, bool a, Predict p, Label& L );
  1803   inline void fb( Condition c, bool a, Predict p, Label& L );
  1803 
  1804 
  1804   // compares register with zero and branches (V9 and V8 instructions)
  1805   // compares register with zero and branches (V9 and V8 instructions)
  1805   void br_zero( Condition c, bool a, Predict p, Register s1, Label& L);
  1806   void br_zero( Condition c, bool a, Predict p, Register s1, Label& L);