Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips64.cc862 __ Beqzc(TMP, &done); in GenRoundingMode() local
1595 __ Beqzc(out, &exit_loop); // return. in GenCas() local
1606 __ Beqzc(out, &loop_head); // If we couldn't do the read-modify-write in GenCas() local
1680 __ Beqzc(argument, slow_path->GetEntryLabel()); in VisitStringCompareTo() local
1738 __ Beqzc(arg, &return_false); in VisitStringEquals() local
1763 __ Beqzc(temp1, &return_true); in VisitStringEquals() local
1914 __ Beqzc(byte_array, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes() local
1963 __ Beqzc(string_to_copy, slow_path->GetEntryLabel()); in VisitStringNewStringFromString() local
2226 __ Beqzc(src, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() local
2229 __ Beqzc(dest, slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() local
[all …]
Dcode_generator_mips64.cc676 __ Beqzc(tmp, &loop_head); in EmitNativeCode() local
1417 __ Beqzc(value, &done); in MarkGCCard() local
1717 __ Beqzc(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2640 __ Beqzc(obj, &done); in VisitCheckCast() local
2679 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
2728 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
2771 __ Beqzc(TMP, slow_path->GetEntryLabel()); in VisitCheckCast() local
3290 __ Beqzc(value.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
3538 __ Beqzc(lhs, label); in GenerateIntLongCompareAndBranch() local
3855 __ Beqzc(cond_val.AsRegister<GpuRegister>(), false_target); in GenerateTestAndBranch() local
[all …]
/art/compiler/utils/mips64/
Dassembler_mips64.cc780 void Mips64Assembler::Beqzc(GpuRegister rs, uint32_t imm21) { in Beqzc() function in art::mips64::Mips64Assembler
2604 void Mips64Assembler::Beqzc(GpuRegister rs, Mips64Label* label) { in Beqzc() function in art::mips64::Mips64Assembler
Dassembler_mips64_test.cc787 TEST_F(AssemblerMIPS64Test, Beqzc) { in TEST_F() argument
/art/compiler/utils/mips/
Dassembler_mips.cc996 void MipsAssembler::Beqzc(Register rs, uint32_t imm21) { in Beqzc() function in art::mips::MipsAssembler