Lines Matching refs:label2
285 mips::MipsLabel label1, label2; in BranchHelper() local
292 (Base::GetAssembler()->*f)(&label2, is_bare); in BranchHelper()
297 __ Bind(&label2); in BranchHelper()
1411 mips::MipsLabel label1, label2; in TEST_F() local
1417 __ Bc(&label2); in TEST_F()
1421 __ Bind(&label2); in TEST_F()
1505 mips::MipsLabel label1, label2, label3, label4; in TEST_F() local
1513 __ Bind(&label2); in TEST_F()
1515 __ Bc1nez(mips::F0, &label2); in TEST_F()
1551 mips::MipsLabel label1, label2; in TEST_F() local
1561 __ Bc1nez(mips::F2, &label2); in TEST_F()
1566 __ Bind(&label2); in TEST_F()
1572 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F()