From 2110b70551bac4f4ad65fcbbdfd853eea9000b4e Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Tue, 7 Aug 2018 13:31:30 -0700 Subject: Implementing the Avx.MaskStore intrinsics --- src/jit/emitxarch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jit/emitxarch.h') 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); -- cgit v1.2.3