Home
last modified time | relevance | path

Searched refs:label2 (Results 1 – 3 of 3) sorted by relevance

/art/test/468-checker-bool-simplif-regression/smali/
DTestCase.smali42 goto :label2
45 :label2
/art/test/467-regalloc-pair/smali/
DTestCase.smali36 if-ge v1, v3, :label2
50 :label2
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc285 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 …]