Searched refs:label2 (Results 1 – 3 of 3) sorted by relevance
/art/test/468-checker-bool-simplif-regression/smali/ |
D | TestCase.smali | 42 goto :label2 45 :label2
|
/art/test/467-regalloc-pair/smali/ |
D | TestCase.smali | 36 if-ge v1, v3, :label2 50 :label2
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 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 [all …]
|