Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: src/x64/macro-assembler-x64.h

Issue 2719953002: Add Int32x4 Wasm Simd Binops, compare ops, select (Closed)
Patch Set: Fix macro Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/x64/macro-assembler-x64.h
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
index 5f877097defaedeb9a94bce8623c797cd9df622a..921a9dabf080fb566f960de8981abc7410f16607 100644
--- a/src/x64/macro-assembler-x64.h
+++ b/src/x64/macro-assembler-x64.h
@@ -1096,6 +1096,8 @@ class MacroAssembler: public Assembler {
void Popcntq(Register dst, Register src);
void Popcntq(Register dst, const Operand& src);
+ void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle);
+
// Non-x64 instructions.
// Push/pop all general purpose registers.
// Does not push rsp/rbp nor any of the assembler's special purpose registers

Powered by Google App Engine
This is Rietveld 408576698