Searched refs:label1 (Results 1 – 3 of 3) sorted by relevance
/art/test/468-checker-bool-simplif-regression/smali/ |
D | TestCase.smali | 40 if-eq v0, v1, :label1 43 :label1
|
/art/test/467-regalloc-pair/smali/ |
D | TestCase.smali | 29 if-ge v6, v7, :label1 57 :label1
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 285 mips::MipsLabel label1, label2; in BranchHelper() local 286 (Base::GetAssembler()->*f)(&label1, is_bare); in BranchHelper() 291 __ Bind(&label1); in BranchHelper() 298 (Base::GetAssembler()->*f)(&label1, is_bare); in BranchHelper() 1411 mips::MipsLabel label1, label2; in TEST_F() local 1412 __ Bc(&label1); in TEST_F() 1416 __ Bind(&label1); in TEST_F() 1422 __ Bc(&label1); in TEST_F() 1505 mips::MipsLabel label1, label2, label3, label4; in TEST_F() local 1508 __ Bind(&label1); in TEST_F() [all …]
|