equal
deleted
inserted
replaced
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 |