summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.h
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2021-04-05 12:33:25 -0700
committerGitHub <noreply@github.com>2021-04-05 12:33:25 -0700
commit1bb172c789bb3a61aeaae78f5464d0544627ed3e (patch)
tree6bcfd54944e52f9c3f8354a3d3f523f45a5ee670 /src/wasm-delegations-fields.h
parentc59df4cda843ef11ad261f5c889dddc9a9d59d3b (diff)
downloadbinaryen-1bb172c789bb3a61aeaae78f5464d0544627ed3e.tar.gz
binaryen-1bb172c789bb3a61aeaae78f5464d0544627ed3e.tar.bz2
binaryen-1bb172c789bb3a61aeaae78f5464d0544627ed3e.zip
Update SIMD names and opcodes (#3771)
Also removes experimental SIMD instructions that were not included in the final spec proposal.
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r--src/wasm-delegations-fields.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h
index 63ff235d7..16ef11193 100644
--- a/src/wasm-delegations-fields.h
+++ b/src/wasm-delegations-fields.h
@@ -387,23 +387,6 @@ switch (DELEGATE_ID) {
DELEGATE_END(SIMDLoadStoreLane);
break;
}
- case Expression::Id::SIMDWidenId: {
- DELEGATE_START(SIMDWiden);
- DELEGATE_FIELD_CHILD(SIMDWiden, vec);
- DELEGATE_FIELD_INT(SIMDWiden, op);
- DELEGATE_FIELD_INT(SIMDWiden, index);
- DELEGATE_END(SIMDWiden);
- break;
- }
- case Expression::Id::PrefetchId: {
- DELEGATE_START(Prefetch);
- DELEGATE_FIELD_CHILD(Prefetch, ptr);
- DELEGATE_FIELD_INT(Prefetch, op);
- DELEGATE_FIELD_ADDRESS(Prefetch, offset);
- DELEGATE_FIELD_ADDRESS(Prefetch, align);
- DELEGATE_END(Prefetch);
- break;
- }
case Expression::Id::MemoryInitId: {
DELEGATE_START(MemoryInit);
DELEGATE_FIELD_CHILD(MemoryInit, size);