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

Unified Diff: src/crankshaft/arm64/delayed-masm-arm64.h

Issue 2812573003: Reland "ARM64: Add NEON support" (Closed)
Patch Set: Add trace directory to gitignore Created 3 years, 8 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
« no previous file with comments | « src/compiler/arm64/instruction-selector-arm64.cc ('k') | src/crankshaft/arm64/delayed-masm-arm64-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/arm64/delayed-masm-arm64.h
diff --git a/src/crankshaft/arm64/delayed-masm-arm64.h b/src/crankshaft/arm64/delayed-masm-arm64.h
index 2dd36b725ed0a9213f7843e09f835a85220bfb23..1cf416021e601c893d829d41947d9666d2239483 100644
--- a/src/crankshaft/arm64/delayed-masm-arm64.h
+++ b/src/crankshaft/arm64/delayed-masm-arm64.h
@@ -61,8 +61,8 @@ class DelayedMasm BASE_EMBEDDED {
inline void Mov(const Register& rd,
const Operand& operand,
DiscardMoveMode discard_mode = kDontDiscardForSameWReg);
- inline void Fmov(FPRegister fd, FPRegister fn);
- inline void Fmov(FPRegister fd, double imm);
+ inline void Fmov(VRegister fd, VRegister fn);
+ inline void Fmov(VRegister fd, double imm);
inline void LoadObject(Register result, Handle<Object> object);
// Instructions which try to merge which the pending instructions.
void StackSlotMove(LOperand* src, LOperand* dst);
« no previous file with comments | « src/compiler/arm64/instruction-selector-arm64.cc ('k') | src/crankshaft/arm64/delayed-masm-arm64-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698