Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.h158 MipsLabel* GetEntryLabel() { return &entry_label_; } in GetEntryLabel()
159 MipsLabel* GetExitLabel() { return &exit_label_; } in GetExitLabel()
162 MipsLabel entry_label_;
163 MipsLabel exit_label_;
232 MipsLabel* label);
235 MipsLabel* label);
240 MipsLabel* label);
243 MipsLabel* true_target,
244 MipsLabel* false_target);
310 MipsLabel* GetLabelOf(HBasicBlock* block) const { in GetLabelOf()
[all …]
Dintrinsics_mips.cc833 MipsLabel noNaNs; in GenMinMaxFP()
834 MipsLabel done; in GenMinMaxFP()
893 MipsLabel ordered; in GenMinMaxFP()
894 MipsLabel compare; in GenMinMaxFP()
895 MipsLabel select; in GenMinMaxFP()
896 MipsLabel done; in GenMinMaxFP()
1093 MipsLabel compare_done; in GenMinMax()
1158 MipsLabel compare_done; in GenMinMax()
1818 MipsLabel loop_head, exit_loop; in GenCas()
1984 MipsLabel loop; in VisitStringEquals()
[all …]
Dcode_generator_mips.cc360 MipsLabel* GetReturnLabel() { in GetReturnLabel()
372 MipsLabel return_label_;
978 MipsLabel done; in MarkGCCard()
1576 MipsLabel done; in HandleShift()
2094 MipsLabel done; in VisitCompare()
2115 MipsLabel done; in VisitCompare()
2155 MipsLabel done; in VisitCompare()
2225 MipsLabel true_label; in HandleCondition()
2250 MipsLabel done; in HandleCondition()
2749 MipsLabel* label) { in GenerateIntCompareAndBranch()
[all …]
Doptimizing_cfi_test.cc204 mips::MipsLabel target; in TEST_F()
/art/compiler/utils/mips/
Dassembler_mips.h68 class MipsLabel : public Label {
70 MipsLabel() : prev_branch_id_plus_one_(0) {} in MipsLabel() function
72 MipsLabel(MipsLabel&& src) in MipsLabel() function
79 DISALLOW_COPY_AND_ASSIGN(MipsLabel);
94 MipsLabel* Entry() { return &exception_entry_; } in Entry()
97 MipsLabel exception_entry_;
365 void Bind(MipsLabel* label);
366 void B(MipsLabel* label);
367 void Jalr(MipsLabel* label, Register indirect_reg);
368 void Beq(Register rs, Register rt, MipsLabel* label);
[all …]
Dassembler_mips.cc1860 void MipsAssembler::Bind(MipsLabel* label) { in Bind()
1891 uint32_t MipsAssembler::GetLabelLocation(MipsLabel* label) const { in GetLabelLocation()
1926 void MipsAssembler::FinalizeLabeledBranch(MipsLabel* label) { in FinalizeLabeledBranch()
1945 void MipsAssembler::Buncond(MipsLabel* label) { in Buncond()
1951 void MipsAssembler::Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs) { in Bcond()
1961 void MipsAssembler::Call(MipsLabel* label, Register indirect_reg) { in Call()
2155 void MipsAssembler::B(MipsLabel* label) { in B()
2159 void MipsAssembler::Jalr(MipsLabel* label, Register indirect_reg) { in Jalr()
2163 void MipsAssembler::Beq(Register rs, Register rt, MipsLabel* label) { in Beq()
2167 void MipsAssembler::Bne(Register rs, Register rt, MipsLabel* label) { in Bne()
[all …]
Dassembler_mips_test.cc190 mips::MipsLabel*), in BranchCondOneRegHelper() argument
192 mips::MipsLabel label; in BranchCondOneRegHelper()
219 mips::MipsLabel*), in BranchCondTwoRegsHelper() argument
221 mips::MipsLabel label; in BranchCondTwoRegsHelper()
1217 mips::MipsLabel label1, label2; in TEST_F()
1256 mips::MipsLabel label; in TEST_F()
1282 mips::MipsLabel label; in TEST_F()
1324 mips::MipsLabel label; in TEST_F()
1352 mips::MipsLabel label; in TEST_F()
1380 mips::MipsLabel label; in TEST_F()
[all …]