/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 589 __ 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 …]
|
D | code_generator_mips64.cc | 689 __ 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 …]
|
D | code_generator_mips.cc | 2582 __ 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/ |
D | assembler_mips32r6_test.cc | 1096 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
|
D | assembler_mips.cc | 1086 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/ |
D | assembler_mips64_test.cc | 798 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
|
D | assembler_mips64.cc | 811 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
|