Home
last modified time | relevance | path

Searched defs:Beqzc (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc589 __ Beqzc(TMP, &done); in GenRoundingMode() local
647 __ Beqzc(TMP, &done); in GenRound() local
656 __ Beqzc(TMP, &done); in GenRound() local
1279 __ Beqzc(out, &exit_loop); // return. in GenCas() local
1290 __ Beqzc(out, &loop_head); // If we couldn't do the read-modify-write in GenCas() local
1364 __ Beqzc(argument, slow_path->GetEntryLabel()); in VisitStringCompareTo() local
1421 __ Beqzc(arg, &return_false); in VisitStringEquals() local
1454 __ Beqzc(temp1, &return_true); in VisitStringEquals() local
1601 __ Beqzc(byte_array, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes() local
1649 __ Beqzc(string_to_copy, slow_path->GetEntryLabel()); in VisitStringNewStringFromString() local
[all …]
Dcode_generator_mips64.cc689 __ Beqzc(tmp, &loop_head); in EmitNativeCode() local
1491 __ Beqzc(value, &done); in MarkGCCard() local
1937 __ Beqzc(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2919 __ Beqzc(TMP, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
3007 __ Beqzc(obj, &done); in VisitCheckCast() local
3046 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
3095 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
3138 __ Beqzc(TMP, slow_path->GetEntryLabel()); in VisitCheckCast() local
3657 __ Beqzc(value.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
4022 __ Beqzc(lhs, label); in GenerateIntLongCompareAndBranch() local
[all …]
Dcode_generator_mips.cc2582 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2598 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2615 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2634 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
7219 __ Beqzc(T9, &skip_call, /* is_bare= */ true); in GenerateFieldLoadWithBakerReadBarrier() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1096 TEST_F(AssemblerMIPS32r6Test, Beqzc) { in TEST_F() argument
1367 __ Beqzc(mips::A0, &label); in TEST_F() local
1375 __ Beqzc(mips::A2, &label); in TEST_F() local
Dassembler_mips.cc1086 void MipsAssembler::Beqzc(Register rs, uint32_t imm21) { in Beqzc() function in art::mips::MipsAssembler
4468 void MipsAssembler::Beqzc(Register rt, MipsLabel* label, bool is_bare) { in Beqzc() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc798 TEST_F(AssemblerMIPS64Test, Beqzc) { in TEST_F() argument
997 __ Beqzc(mips64::A0, &label); in TEST_F() local
1005 __ Beqzc(mips64::A2, &label); in TEST_F() local
Dassembler_mips64.cc811 void Mips64Assembler::Beqzc(GpuRegister rs, uint32_t imm21) { in Beqzc() function in art::mips64::Mips64Assembler
3320 void Mips64Assembler::Beqzc(GpuRegister rs, Mips64Label* label, bool is_bare) { in Beqzc() function in art::mips64::Mips64Assembler