Lines Matching defs:Mips64Label

68 class Mips64Label : public Label {
70 Mips64Label() : prev_branch_id_plus_one_(0) {}
72 Mips64Label(Mips64Label&& src)
79 DISALLOW_COPY_AND_ASSIGN(Mips64Label);
94 Mips64Label* Entry() { return &exception_entry_; }
97 Mips64Label exception_entry_;
330 Bind(down_cast<Mips64Label*>(label));
336 void Bind(Mips64Label* label);
337 void Bc(Mips64Label* label);
338 void Jialc(Mips64Label* label, GpuRegister indirect_reg);
339 void Bltc(GpuRegister rs, GpuRegister rt, Mips64Label* label);
340 void Bltzc(GpuRegister rt, Mips64Label* label);
341 void Bgtzc(GpuRegister rt, Mips64Label* label);
342 void Bgec(GpuRegister rs, GpuRegister rt, Mips64Label* label);
343 void Bgezc(GpuRegister rt, Mips64Label* label);
344 void Blezc(GpuRegister rt, Mips64Label* label);
345 void Bltuc(GpuRegister rs, GpuRegister rt, Mips64Label* label);
346 void Bgeuc(GpuRegister rs, GpuRegister rt, Mips64Label* label);
347 void Beqc(GpuRegister rs, GpuRegister rt, Mips64Label* label);
348 void Bnec(GpuRegister rs, GpuRegister rt, Mips64Label* label);
349 void Beqzc(GpuRegister rs, Mips64Label* label);
350 void Bnezc(GpuRegister rs, Mips64Label* label);
351 void Bc1eqz(FpuRegister ft, Mips64Label* label);
352 void Bc1nez(FpuRegister ft, Mips64Label* label);
488 // must be used instead of Mips64Label::GetPosition()).
489 uint32_t GetLabelLocation(Mips64Label* label) const;
685 void Buncond(Mips64Label* label);
686 void Bcond(Mips64Label* label,
690 void Call(Mips64Label* label, GpuRegister indirect_reg);
691 void FinalizeLabeledBranch(Mips64Label* label);