src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
changeset 48476 ca9489245872
parent 48332 651a95f30dfb
child 48608 1dab70e20292
equal deleted inserted replaced
48475:18fb03624696 48476:ca9489245872
   977   Label _label;
   977   Label _label;
   978 
   978 
   979  public:
   979  public:
   980    // 'Temp' is a temp register that this object can use (and trash).
   980    // 'Temp' is a temp register that this object can use (and trash).
   981    explicit SkipIfEqualZero(MacroAssembler*, Register temp, const bool* flag_addr);
   981    explicit SkipIfEqualZero(MacroAssembler*, Register temp, const bool* flag_addr);
       
   982    static void skip_to_label_if_equal_zero(MacroAssembler*, Register temp,
       
   983                                            const bool* flag_addr, Label& label);
   982    ~SkipIfEqualZero();
   984    ~SkipIfEqualZero();
   983 };
   985 };
   984 
   986 
   985 #endif // CPU_PPC_VM_MACROASSEMBLER_PPC_HPP
   987 #endif // CPU_PPC_VM_MACROASSEMBLER_PPC_HPP