Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.h157 Mips64Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel()
158 Mips64Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
161 Mips64Label entry_label_;
162 Mips64Label exit_label_;
285 Mips64Label* true_target,
286 Mips64Label* false_target);
295 Mips64Label* label);
304 Mips64Label* label);
458 Mips64Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf()
459 return CommonGetLabelOf<Mips64Label>(block_labels_, block); in GetLabelOf()
[all …]
Dintrinsics_mips64.cc552 Mips64Label noNaNs; in GenMinMaxFP()
553 Mips64Label done; in GenMinMaxFP()
824 Mips64Label done; in GenRoundingMode()
892 Mips64Label done; in GenRound()
893 Mips64Label finite; in GenRound()
894 Mips64Label add; in GenRound()
1562 Mips64Label loop_head, exit_loop; in GenCas()
1713 Mips64Label loop; in VisitStringEquals()
1714 Mips64Label end; in VisitStringEquals()
1715 Mips64Label return_true; in VisitStringEquals()
[all …]
Dcode_generator_mips64.cc320 Mips64Label* GetReturnLabel() { in GetReturnLabel()
332 Mips64Label return_label_;
635 Mips64Label done; in EmitNativeCode()
667 Mips64Label loop_head, exit_loop; in EmitNativeCode()
1413 Mips64Label done; in MarkGCCard()
2085 Mips64Label uncompressed_load, done; in VisitArrayGet()
2108 Mips64Label uncompressed_load, done; in VisitArrayGet()
2383 Mips64Label done; in VisitArraySet()
2390 Mips64Label non_zero; in VisitArraySet()
2423 Mips64Label do_put; in VisitArraySet()
[all …]
Doptimizing_cfi_test.cc271 mips64::Mips64Label target; in TEST_F()
/art/compiler/utils/mips64/
Dassembler_mips64.h305 class Mips64Label : public Label {
307 Mips64Label() : prev_branch_id_plus_one_(0) {} in Mips64Label() function
309 Mips64Label(Mips64Label&& src) in Mips64Label() function
316 DISALLOW_COPY_AND_ASSIGN(Mips64Label);
346 Mips64Label* GetLabel() { in GetLabel()
350 const Mips64Label* GetLabel() const { in GetLabel()
355 Mips64Label label_;
365 explicit JumpTable(std::vector<Mips64Label*>&& labels) in JumpTable()
373 const std::vector<Mips64Label*>& GetData() const { in GetData()
377 Mips64Label* GetLabel() { in GetLabel()
[all …]
Dassembler_mips64.cc2121 void Mips64Assembler::Bind(Mips64Label* label) { in Bind()
2152 uint32_t Mips64Assembler::GetLabelLocation(const Mips64Label* label) const { in GetLabelLocation()
2187 void Mips64Assembler::FinalizeLabeledBranch(Mips64Label* label) { in FinalizeLabeledBranch()
2206 void Mips64Assembler::Buncond(Mips64Label* label) { in Buncond()
2212 void Mips64Assembler::Bcond(Mips64Label* label, in Bcond()
2225 void Mips64Assembler::Call(Mips64Label* label) { in Call()
2231 void Mips64Assembler::LoadLabelAddress(GpuRegister dest_reg, Mips64Label* label) { in LoadLabelAddress()
2272 Mips64Label* label = literal->GetLabel(); in LoadLiteral()
2278 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable()
2288 Mips64Label* label = table.GetLabel(); in ReserveJumpTableSpace()
[all …]
Dassembler_mips64_test.cc261 mips64::Mips64Label*), in BranchCondOneRegHelper() argument
263 mips64::Mips64Label label; in BranchCondOneRegHelper()
290 mips64::Mips64Label*), in BranchCondTwoRegsHelper() argument
292 mips64::Mips64Label label; in BranchCondTwoRegsHelper()
681 mips64::Mips64Label label1, label2; in TEST_F()
714 mips64::Mips64Label label1, label2; in TEST_F()
760 mips64::Mips64Label label1, label2; in TEST_F()
836 mips64::Mips64Label label; in TEST_F()
862 mips64::Mips64Label label; in TEST_F()
888 mips64::Mips64Label label; in TEST_F()
[all …]