Home
last modified time | relevance | path

Searched refs:LongBranch (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc409 " 8: f7ff bffc b.w 4 <LongBranch+0x4>\n",
410 " c: f000 b802 b.w 14 <LongBranch+0x14>\n",
415 " 20: f43f affc beq.w 1c <LongBranch+0x1c>\n",
416 " 24: f000 8002 beq.w 2c <LongBranch+0x2c>\n",
419 " 30: f000 b806 b.w 40 <LongBranch+0x40>\n",
421 " 38: f000 b802 b.w 40 <LongBranch+0x40>\n",
5739 test_results["LongBranch"] = LongBranchResults;
Dassembler_thumb_test.cc739 TEST_F(Thumb2AssemblerTest, LongBranch) { in TEST_F() argument