Home
last modified time | relevance | path

Searched refs:Mips64Label (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h158 Mips64Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel()
159 Mips64Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
162 Mips64Label entry_label_;
163 Mips64Label exit_label_;
233 Mips64Label* true_target,
234 Mips64Label* false_target);
243 Mips64Label* label);
248 Mips64Label* label);
303 Mips64Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf()
304 return CommonGetLabelOf<Mips64Label>(block_labels_, block); in GetLabelOf()
[all …]
Dintrinsics_mips64.cc466 Mips64Label noNaNs; in GenMinMaxFP()
467 Mips64Label done; in GenMinMaxFP()
738 Mips64Label done; in GenRoundingMode()
1231 Mips64Label loop_head, exit_loop; in GenCas()
1394 Mips64Label loop; in VisitStringEquals()
1395 Mips64Label end; in VisitStringEquals()
1396 Mips64Label return_true; in VisitStringEquals()
1397 Mips64Label return_false; in VisitStringEquals()
Dcode_generator_mips64.cc312 Mips64Label* GetReturnLabel() { in GetReturnLabel()
324 Mips64Label return_label_;
876 Mips64Label done; in MarkGCCard()
1737 Mips64Label done; in VisitCompare()
1759 Mips64Label done; in VisitCompare()
1811 Mips64Label true_label; in HandleCondition()
1834 Mips64Label done; in HandleCondition()
2379 Mips64Label* label) { in GenerateIntLongCompareAndBranch()
2467 Mips64Label* label) { in GenerateFpCompareAndBranch()
2566 Mips64Label* true_target, in GenerateTestAndBranch()
[all …]
Doptimizing_cfi_test.cc232 mips64::Mips64Label target; in TEST_F()
/art/compiler/utils/mips64/
Dassembler_mips64.h68 class Mips64Label : public Label {
70 Mips64Label() : prev_branch_id_plus_one_(0) {} in Mips64Label() function
72 Mips64Label(Mips64Label&& src) in Mips64Label() function
79 DISALLOW_COPY_AND_ASSIGN(Mips64Label);
94 Mips64Label* Entry() { return &exception_entry_; } in Entry()
97 Mips64Label exception_entry_;
330 Bind(down_cast<Mips64Label*>(label)); in Bind()
336 void Bind(Mips64Label* label);
337 void Bc(Mips64Label* label);
338 void Jialc(Mips64Label* label, GpuRegister indirect_reg);
[all …]
Dassembler_mips64.cc1525 void Mips64Assembler::Bind(Mips64Label* label) { in Bind()
1556 uint32_t Mips64Assembler::GetLabelLocation(Mips64Label* label) const { in GetLabelLocation()
1591 void Mips64Assembler::FinalizeLabeledBranch(Mips64Label* label) { in FinalizeLabeledBranch()
1610 void Mips64Assembler::Buncond(Mips64Label* label) { in Buncond()
1616 void Mips64Assembler::Bcond(Mips64Label* label, in Bcond()
1629 void Mips64Assembler::Call(Mips64Label* label, GpuRegister indirect_reg) { in Call()
1739 void Mips64Assembler::Bc(Mips64Label* label) { in Bc()
1743 void Mips64Assembler::Jialc(Mips64Label* label, GpuRegister indirect_reg) { in Jialc()
1747 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bltc()
1751 void Mips64Assembler::Bltzc(GpuRegister rt, Mips64Label* label) { in Bltzc()
[all …]
Dassembler_mips64_test.cc214 mips64::Mips64Label*), in BranchCondOneRegHelper() argument
216 mips64::Mips64Label label; in BranchCondOneRegHelper()
243 mips64::Mips64Label*), in BranchCondTwoRegsHelper() argument
245 mips64::Mips64Label label; in BranchCondTwoRegsHelper()
580 mips64::Mips64Label label1, label2; in TEST_F()
611 mips64::Mips64Label label1, label2; in TEST_F()
659 mips64::Mips64Label label1, label2; in TEST_F()
735 mips64::Mips64Label label; in TEST_F()
761 mips64::Mips64Label label; in TEST_F()
787 mips64::Mips64Label label; in TEST_F()