summaryrefslogtreecommitdiff
path: root/src/jit/emitxarch.h
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-08-07 13:31:30 -0700
committerTanner Gooding <tagoo@outlook.com>2018-08-09 12:35:54 -0700
commit2110b70551bac4f4ad65fcbbdfd853eea9000b4e (patch)
treefc5cfac5e5e61758f6f8b307ca6c1e8e7c173d31 /src/jit/emitxarch.h
parentce175cbb849378c2ef1985ff3994cd0d82f3d8fe (diff)
downloadcoreclr-2110b70551bac4f4ad65fcbbdfd853eea9000b4e.tar.gz
coreclr-2110b70551bac4f4ad65fcbbdfd853eea9000b4e.tar.bz2
coreclr-2110b70551bac4f4ad65fcbbdfd853eea9000b4e.zip
Implementing the Avx.MaskStore intrinsics
Diffstat (limited to 'src/jit/emitxarch.h')
-rw-r--r--src/jit/emitxarch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jit/emitxarch.h b/src/jit/emitxarch.h
index e7a93a1bc6..3ec962f613 100644
--- a/src/jit/emitxarch.h
+++ b/src/jit/emitxarch.h
@@ -319,6 +319,8 @@ void emitIns_R_R_I(instruction ins, emitAttr attr, regNumber reg1, regNumber reg
void emitIns_AR(instruction ins, emitAttr attr, regNumber base, int offs);
+void emitIns_AR_R_R(instruction ins, emitAttr attr, regNumber op2Reg, regNumber op3Reg, regNumber base, int offs);
+
void emitIns_R_A(instruction ins, emitAttr attr, regNumber reg1, GenTreeIndir* indir);
void emitIns_R_A_I(instruction ins, emitAttr attr, regNumber reg1, GenTreeIndir* indir, int ival);