summaryrefslogtreecommitdiff
path: root/src/jit/emitxarch.h
diff options
context:
space:
mode:
authorFei Peng <fei.peng@intel.com>2017-02-22 10:38:52 -0800
committerFei Peng <fei.peng@intel.com>2017-02-23 13:41:01 -0800
commitd14d26a8ef2b8c46b14c9f6be7e61be5438e1083 (patch)
tree90eaed8c395eb2e8e8e53c1ee4244db620fa9608 /src/jit/emitxarch.h
parent84092471c678da00bb59d86fb5fcd0890a524472 (diff)
downloadcoreclr-d14d26a8ef2b8c46b14c9f6be7e61be5438e1083.tar.gz
coreclr-d14d26a8ef2b8c46b14c9f6be7e61be5438e1083.tar.bz2
coreclr-d14d26a8ef2b8c46b14c9f6be7e61be5438e1083.zip
Rewrite Is4ByteAVXInstruction() and Is4ByteSSE4Instruction()
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 9c435e5d87..524b057915 100644
--- a/src/jit/emitxarch.h
+++ b/src/jit/emitxarch.h
@@ -107,6 +107,7 @@ void SetUseSSE3_4(bool value)
{
useSSE3_4Encodings = value;
}
+bool EncodedBySSE38orSSE3A(instruction ins);
bool Is4ByteSSE4Instruction(instruction ins);
bool hasRexPrefix(code_t code)