db86be4901
DBC always encodes branches similarly to arm64's far branches. In particular, the unconditional jump takes a signed 26-bit offset. This CL just modifies the test to generate enough code to test that dbc can handle branches the same distance as the other platforms. R=iposva@google.com Review URL: https://codereview.chromium.org/1919283003 .