Searched defs:Beqzc (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips64.cc | 1244 __ Beqzc(out, &exit_loop); // return. in GenCas() local 1255 __ Beqzc(out, &loop_head); // If we couldn't do the read-modify-write in GenCas() local 1356 __ Beqzc(argument, slow_path->GetEntryLabel()); in VisitStringCompareTo() local 1417 __ Beqzc(arg, &return_false); in VisitStringEquals() local 1436 __ Beqzc(temp1, &return_true); in VisitStringEquals() local 1583 __ Beqzc(byte_array, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes() local 1648 __ Beqzc(string_to_copy, slow_path->GetEntryLabel()); in VisitStringNewStringFromString() local
|
| D | code_generator_mips64.cc | 880 __ Beqzc(value, &done); in MarkGCCard() local 1006 __ Beqzc(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local 1635 __ Beqzc(obj, slow_path->GetExitLabel()); in VisitCheckCast() local 2172 __ Beqzc(value.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local 2399 __ Beqzc(lhs, label); in GenerateIntLongCompareAndBranch() local 2601 __ Beqzc(cond_val.AsRegister<GpuRegister>(), false_target); in GenerateTestAndBranch() local 2870 __ Beqzc(obj, &done); in VisitInstanceOf() local 3229 __ Beqzc(out, slow_path->GetEntryLabel()); in VisitLoadClass() local 3286 __ Beqzc(out, slow_path->GetEntryLabel()); in VisitLoadString() local 3545 __ Beqzc(obj.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in GenerateExplicitNullCheck() local [all …]
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 616 void Mips64Assembler::Beqzc(GpuRegister rs, uint32_t imm21) { in Beqzc() function in art::mips64::Mips64Assembler 1787 void Mips64Assembler::Beqzc(GpuRegister rs, Mips64Label* label) { in Beqzc() function in art::mips64::Mips64Assembler
|
| D | assembler_mips64_test.cc | 686 TEST_F(AssemblerMIPS64Test, Beqzc) { in TEST_F() argument
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 704 void MipsAssembler::Beqzc(Register rs, uint32_t imm21) { in Beqzc() function in art::mips::MipsAssembler
|