summaryrefslogtreecommitdiff
path: root/src/jit/emitxarch.h
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2017-12-23 20:38:29 -0800
committerTanner Gooding <tagoo@outlook.com>2018-01-16 16:04:52 -0800
commit91c75504d6e545311ca97699419787ec1bccec1f (patch)
tree8cf097fa52b238c6d549eef2c683d9c9bc19be46 /src/jit/emitxarch.h
parent77fa074b4674b7b9803954ccf471d4cd37e93fae (diff)
downloadcoreclr-91c75504d6e545311ca97699419787ec1bccec1f.tar.gz
coreclr-91c75504d6e545311ca97699419787ec1bccec1f.tar.bz2
coreclr-91c75504d6e545311ca97699419787ec1bccec1f.zip
Adding support for the SSE Reciprocal, ReciprocalSqrt, and Sqrt intrinsics
Diffstat (limited to 'src/jit/emitxarch.h')
-rw-r--r--src/jit/emitxarch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/emitxarch.h b/src/jit/emitxarch.h
index e8097a491e..5bcba76d27 100644
--- a/src/jit/emitxarch.h
+++ b/src/jit/emitxarch.h
@@ -441,6 +441,7 @@ void emitIns_R_AX(instruction ins, emitAttr attr, regNumber ireg, regNumber reg,
void emitIns_AX_R(instruction ins, emitAttr attr, regNumber ireg, regNumber reg, unsigned mul, int disp);
#if FEATURE_HW_INTRINSICS
+void emitIns_SIMD_R_R(instruction ins, regNumber reg, regNumber reg1, var_types simdtype);
void emitIns_SIMD_R_R_A(instruction ins, regNumber reg, regNumber reg1, GenTreeIndir* indir, var_types simdtype);
void emitIns_SIMD_R_R_C(
instruction ins, regNumber reg, regNumber reg1, CORINFO_FIELD_HANDLE fldHnd, int offs, var_types simdtype);