diff options
Diffstat (limited to 'test/llvm_autogenerated/load-ext.s')
-rw-r--r-- | test/llvm_autogenerated/load-ext.s | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/llvm_autogenerated/load-ext.s b/test/llvm_autogenerated/load-ext.s index a7c4e6810..1bda3b4f7 100644 --- a/test/llvm_autogenerated/load-ext.s +++ b/test/llvm_autogenerated/load-ext.s @@ -7,6 +7,7 @@ sext_i8_i32: .result i32 i32.load8_s $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end0: .size sext_i8_i32, .Lfunc_end0-sext_i8_i32 @@ -17,6 +18,7 @@ zext_i8_i32: .result i32 i32.load8_u $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end1: .size zext_i8_i32, .Lfunc_end1-zext_i8_i32 @@ -27,6 +29,7 @@ sext_i16_i32: .result i32 i32.load16_s $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end2: .size sext_i16_i32, .Lfunc_end2-sext_i16_i32 @@ -37,6 +40,7 @@ zext_i16_i32: .result i32 i32.load16_u $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end3: .size zext_i16_i32, .Lfunc_end3-zext_i16_i32 @@ -47,6 +51,7 @@ sext_i8_i64: .result i64 i64.load8_s $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end4: .size sext_i8_i64, .Lfunc_end4-sext_i8_i64 @@ -57,6 +62,7 @@ zext_i8_i64: .result i64 i64.load8_u $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end5: .size zext_i8_i64, .Lfunc_end5-zext_i8_i64 @@ -67,6 +73,7 @@ sext_i16_i64: .result i64 i64.load16_s $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end6: .size sext_i16_i64, .Lfunc_end6-sext_i16_i64 @@ -77,6 +84,7 @@ zext_i16_i64: .result i64 i64.load16_u $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end7: .size zext_i16_i64, .Lfunc_end7-zext_i16_i64 @@ -87,6 +95,7 @@ sext_i32_i64: .result i64 i64.load32_s $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end8: .size sext_i32_i64, .Lfunc_end8-sext_i32_i64 @@ -97,8 +106,8 @@ zext_i32_i64: .result i64 i64.load32_u $push0=, 0($0) return $pop0 + .endfunc .Lfunc_end9: .size zext_i32_i64, .Lfunc_end9-zext_i32_i64 - .section ".note.GNU-stack","",@progbits |