summaryrefslogtreecommitdiff
path: root/src/jit/emitfmtsarm64.h
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-10-18 14:25:50 -0400
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2017-10-18 16:41:05 -0400
commitc9bc2594e2ed6fbccdc0cb0819b5922b17238eac (patch)
tree7902397b6685f68191fa4f4270c37cf533d68b38 /src/jit/emitfmtsarm64.h
parent6af41edc29a791942588167d9f6a1fced3bfd402 (diff)
downloadcoreclr-c9bc2594e2ed6fbccdc0cb0819b5922b17238eac.tar.gz
coreclr-c9bc2594e2ed6fbccdc0cb0819b5922b17238eac.tar.bz2
coreclr-c9bc2594e2ed6fbccdc0cb0819b5922b17238eac.zip
[Arm64] Add instructions needed by SIMD
Diffstat (limited to 'src/jit/emitfmtsarm64.h')
-rw-r--r--src/jit/emitfmtsarm64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jit/emitfmtsarm64.h b/src/jit/emitfmtsarm64.h
index e4d11ee48d..8bf3453233 100644
--- a/src/jit/emitfmtsarm64.h
+++ b/src/jit/emitfmtsarm64.h
@@ -58,6 +58,8 @@ IF_DEF(EN4D, IS_NONE, NONE) // Instruction has 4 possible encoding types, type D
IF_DEF(EN4E, IS_NONE, NONE) // Instruction has 4 possible encoding types, type E
IF_DEF(EN4F, IS_NONE, NONE) // Instruction has 4 possible encoding types, type F
IF_DEF(EN4G, IS_NONE, NONE) // Instruction has 4 possible encoding types, type G
+IF_DEF(EN4H, IS_NONE, NONE) // Instruction has 4 possible encoding types, type H
+IF_DEF(EN4I, IS_NONE, NONE) // Instruction has 4 possible encoding types, type I
IF_DEF(EN3A, IS_NONE, NONE) // Instruction has 3 possible encoding types, type A
IF_DEF(EN3B, IS_NONE, NONE) // Instruction has 3 possible encoding types, type B
IF_DEF(EN3C, IS_NONE, NONE) // Instruction has 3 possible encoding types, type C
@@ -81,6 +83,7 @@ IF_DEF(EN2K, IS_NONE, NONE) // Instruction has 2 possible encoding types, type K
IF_DEF(EN2L, IS_NONE, NONE) // Instruction has 2 possible encoding types, type L
IF_DEF(EN2M, IS_NONE, NONE) // Instruction has 2 possible encoding types, type M
IF_DEF(EN2N, IS_NONE, NONE) // Instruction has 2 possible encoding types, type N
+IF_DEF(EN2O, IS_NONE, NONE) // Instruction has 2 possible encoding types, type O
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//