Searched defs:label2 (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips32r6_test.cc275 mips::MipsLabel label1, label2; local
282 (Base::GetAssembler()->*f)(&label2, is_bare);
287 __ Bind(&label2);
1401 mips::MipsLabel label1, label2; local
1407 __ Bc(&label2);
1411 __ Bind(&label2);
1495 mips::MipsLabel label1, label2, label3, label4; local
1503 __ Bind(&label2);
1505 __ Bc1nez(mips::F0, &label2);
1541 mips::MipsLabel label1, label2; local
[all...]
H A Dassembler_mips_test.cc204 mips::MipsLabel label1, label2; local
211 (Base::GetAssembler()->*f)(&label2, is_bare);
216 __ Bind(&label2);
2298 mips::MipsLabel label1, label2; local
2344 __ Bind(&label2);
2346 __ Bnez(mips::T0, &label2); // No preceding instruction for the delay slot.
2348 __ Bgeu(mips::T1, mips::T0, &label2); // No preceding instruction for the delay slot.
2350 __ Bc1f(2, &label2); // No preceding instruction for the delay slot.
2352 __ Bal(&label2); // No preceding instruction for the delay slot.
2358 __ Beq(mips::T1, mips::T2, &label2); // N
2448 mips::MipsLabel label1, label2; local
2518 mips::MipsLabel label1, label2, label3, label4, label5, label6; local
2646 mips::MipsLabel label1, label2, label3, label4, label5, label6; local
2730 mips::MipsLabel label1, label2; local
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc271 mips64::Mips64Label label1, label2; local
278 (Base::GetAssembler()->*f)(&label2, is_bare);
283 __ Bind(&label2);
1031 mips64::Mips64Label label1, label2; local
1037 __ Balc(&label2);
1041 __ Bind(&label2);

Completed in 69 milliseconds