summaryrefslogtreecommitdiff
path: root/test/llvm_autogenerated/select.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/llvm_autogenerated/select.wast')
-rw-r--r--test/llvm_autogenerated/select.wast24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/llvm_autogenerated/select.wast b/test/llvm_autogenerated/select.wast
index 30d1ff0b8..7c0ba89cf 100644
--- a/test/llvm_autogenerated/select.wast
+++ b/test/llvm_autogenerated/select.wast
@@ -15,108 +15,108 @@
(func $select_i32_bool (param $$0 i32) (param $$1 i32) (param $$2 i32) (result i32)
(return
(i32.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_i32_eq (param $$0 i32) (param $$1 i32) (param $$2 i32) (result i32)
(return
(i32.select
- (get_local $$0)
(get_local $$2)
(get_local $$1)
+ (get_local $$0)
)
)
)
(func $select_i32_ne (param $$0 i32) (param $$1 i32) (param $$2 i32) (result i32)
(return
(i32.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_i64_bool (param $$0 i32) (param $$1 i64) (param $$2 i64) (result i64)
(return
(i64.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_i64_eq (param $$0 i32) (param $$1 i64) (param $$2 i64) (result i64)
(return
(i64.select
- (get_local $$0)
(get_local $$2)
(get_local $$1)
+ (get_local $$0)
)
)
)
(func $select_i64_ne (param $$0 i32) (param $$1 i64) (param $$2 i64) (result i64)
(return
(i64.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_f32_bool (param $$0 i32) (param $$1 f32) (param $$2 f32) (result f32)
(return
(f32.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_f32_eq (param $$0 i32) (param $$1 f32) (param $$2 f32) (result f32)
(return
(f32.select
- (get_local $$0)
(get_local $$2)
(get_local $$1)
+ (get_local $$0)
)
)
)
(func $select_f32_ne (param $$0 i32) (param $$1 f32) (param $$2 f32) (result f32)
(return
(f32.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_f64_bool (param $$0 i32) (param $$1 f64) (param $$2 f64) (result f64)
(return
(f64.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)
(func $select_f64_eq (param $$0 i32) (param $$1 f64) (param $$2 f64) (result f64)
(return
(f64.select
- (get_local $$0)
(get_local $$2)
(get_local $$1)
+ (get_local $$0)
)
)
)
(func $select_f64_ne (param $$0 i32) (param $$1 f64) (param $$2 f64) (result f64)
(return
(f64.select
- (get_local $$0)
(get_local $$1)
(get_local $$2)
+ (get_local $$0)
)
)
)