summaryrefslogtreecommitdiff
path: root/src/jit/target.h
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-09-19 12:39:20 -0400
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-09-22 12:17:13 -0400
commit17d3593a93599c5a1e02bef061441bdb8c778648 (patch)
tree04571e264f4a6ef37246ef035ac3c689e888b8c3 /src/jit/target.h
parent3609269610ba7df0e52809b989e69a00dfeb089a (diff)
downloadcoreclr-17d3593a93599c5a1e02bef061441bdb8c778648.tar.gz
coreclr-17d3593a93599c5a1e02bef061441bdb8c778648.tar.bz2
coreclr-17d3593a93599c5a1e02bef061441bdb8c778648.zip
[Arm64] Add emitters for cbz, cbnz, tbz, or tbnz
Diffstat (limited to 'src/jit/target.h')
-rw-r--r--src/jit/target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jit/target.h b/src/jit/target.h
index 68b27f22f9..c7a2937a93 100644
--- a/src/jit/target.h
+++ b/src/jit/target.h
@@ -1804,6 +1804,9 @@ typedef unsigned short regPairNoSmall; // arm: need 12 bits
#define JCC_DIST_SMALL_MAX_NEG (-1048576)
#define JCC_DIST_SMALL_MAX_POS (+1048575)
+ #define TB_DIST_SMALL_MAX_NEG (-32768)
+ #define TB_DIST_SMALL_MAX_POS (+32767)
+
#define JCC_SIZE_SMALL (4)
#define JCC_SIZE_LARGE (8)