Searched refs:label_4 (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 1592 Label label_1, label_2, label_3, label_4; in TEST() local 1610 __ Bl(&label_4); in TEST() 1613 __ Bind(&label_4); in TEST() 1663 Label label_1, label_2, label_3, label_4; in TEST() local 1683 __ Adr(x2, &label_4); // Simple forward reference. in TEST() 1693 __ Bind(&label_4); in TEST()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 1613 Label label_1, label_2, label_3, label_4; in TEST() local 1631 __ Bl(&label_4); in TEST() 1634 __ Bind(&label_4); in TEST() 1691 Label label_1, label_2, label_3, label_4; in TEST() local 1711 __ Adr(x2, &label_4); // Simple forward reference. in TEST() 1721 __ Bind(&label_4); in TEST()
|