On ARM, instr_is_encoding_possible() was checking reachabilty, yet it took no target encode address, causing it to fail for any but very small addresses. We remove the reachability checks to solve this.
The test for #5302 (closed) in a forthcoming PR adds a regression test for this.
Fixes #5304 (closed)