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

Unified Diff: src/compiler/wasm-compiler.h

Issue 2122853002: Implement UnaligedLoad and UnaligedStore turbofan operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Nits. Fixes some errors Created 4 years, 5 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/verifier.cc ('k') | src/compiler/wasm-compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/wasm-compiler.h
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
index f548619d99c2296b64888be86b0727f0376ed917..1a85c8b8cfb2acef1cfa8dcaf80bf0083b4798f8 100644
--- a/src/compiler/wasm-compiler.h
+++ b/src/compiler/wasm-compiler.h
@@ -234,19 +234,6 @@ class WasmGraphBuilder {
void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset,
wasm::WasmCodePosition position);
- MachineType GetTypeForUnalignedAccess(uint32_t alignment,
- bool signExtend = false);
-
- Node* GetUnalignedLoadOffsetNode(Node* baseOffset, int numberOfBytes,
- int stride, int current);
-
- Node* BuildUnalignedLoad(wasm::LocalType type, MachineType memtype,
- Node* index, uint32_t offset, uint32_t alignment);
- Node* GetUnalignedStoreOffsetNode(Node* baseOffset, int numberOfBytes,
- int stride, int current);
- Node* BuildUnalignedStore(MachineType memtype, Node* index, uint32_t offset,
- uint32_t alignment, Node* val);
-
Node* BuildChangeEndianness(Node* node, MachineType type,
wasm::LocalType wasmtype = wasm::kAstStmt);
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/compiler/wasm-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698