Searched refs:Beqz (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 981 __ Beqz(value, &done); in MarkGCCard() local 1124 __ Beqz(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local 1585 __ Beqz(TMP, &done); in HandleShift() local 1596 __ Beqz(TMP, &done); in HandleShift() local 1607 __ Beqz(TMP, &done); in HandleShift() local 1621 __ Beqz(TMP, &done); in HandleShift() local 2012 __ Beqz(obj, slow_path->GetExitLabel()); in VisitCheckCast() local 2529 __ Beqz(value.AsRegister<Register>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local 2544 __ Beqz(TMP, slow_path->GetEntryLabel()); in VisitDivZeroCheck() local 2765 __ Beqz(lhs, label); in GenerateIntCompareAndBranch() local [all …]
|
D | optimizing_cfi_test.cc | 205 __ Beqz(mips::A0, &target); in TEST_F() local
|
D | intrinsics_mips.cc | 1834 __ Beqz(out, &exit_loop); // return. in GenCas() local 1851 __ Beqz(out, &loop_head); // If we couldn't do the read-modify-write in GenCas() local 1945 __ Beqz(argument, slow_path->GetEntryLabel()); in VisitStringCompareTo() local 2007 __ Beqz(arg, &return_false); in VisitStringEquals() local 2026 __ Beqz(temp1, &return_true); in VisitStringEquals() local 2190 __ Beqz(byte_array, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes() local 2252 __ Beqz(string_to_copy, slow_path->GetEntryLabel()); in VisitStringNewStringFromString() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 538 void MipsAssembler::Beqz(Register rt, uint16_t imm16) { in Beqz() function in art::mips::MipsAssembler 752 Beqz(rs, imm16); in EmitBcondR2() 2171 void MipsAssembler::Beqz(Register rt, MipsLabel* label) { in Beqz() function in art::mips::MipsAssembler 2213 Beqz(AT, label); in Bge() 2235 Beqz(AT, label); in Bgeu() 2798 Beqz(in_reg.AsCoreRegister(), &null_arg); in CreateHandleScopeEntry() 2818 Beqz(scratch.AsCoreRegister(), &null_arg); in CreateHandleScopeEntry() 2838 Beqz(in_reg.AsCoreRegister(), &null_arg); in LoadReferenceFromHandleScope()
|
D | assembler_mips_test.cc | 1255 TEST_F(AssemblerMIPSTest, Beqz) { in TEST_F() argument 1257 __ Beqz(mips::A0, &label); in TEST_F() local 1267 __ Beqz(mips::A1, &label); in TEST_F() local
|
D | assembler_mips.h | 209 void Beqz(Register rt, uint16_t imm16); 370 void Beqz(Register rt, MipsLabel* label);
|