diff options
Diffstat (limited to 'test/torture-s/20040409-3.c.s')
-rw-r--r-- | test/torture-s/20040409-3.c.s | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/test/torture-s/20040409-3.c.s b/test/torture-s/20040409-3.c.s new file mode 100644 index 000000000..b8d025ddb --- /dev/null +++ b/test/torture-s/20040409-3.c.s @@ -0,0 +1,195 @@ + .text + .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-3.c" + .globl test1 + .type test1,@function +test1: # @test1 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end0: + .size test1, func_end0-test1 + + .globl test1u + .type test1u,@function +test1u: # @test1u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end1: + .size test1u, func_end1-test1u + + .globl test2 + .type test2,@function +test2: # @test2 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end2: + .size test2, func_end2-test2 + + .globl test2u + .type test2u,@function +test2u: # @test2u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end3: + .size test2u, func_end3-test2u + + .globl test3 + .type test3,@function +test3: # @test3 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end4: + .size test3, func_end4-test3 + + .globl test3u + .type test3u,@function +test3u: # @test3u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end5: + .size test3u, func_end5-test3u + + .globl test4 + .type test4,@function +test4: # @test4 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end6: + .size test4, func_end6-test4 + + .globl test4u + .type test4u,@function +test4u: # @test4u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end7: + .size test4u, func_end7-test4u + + .globl test5 + .type test5,@function +test5: # @test5 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end8: + .size test5, func_end8-test5 + + .globl test5u + .type test5u,@function +test5u: # @test5u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end9: + .size test5u, func_end9-test5u + + .globl test6 + .type test6,@function +test6: # @test6 + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end10: + .size test6, func_end10-test6 + + .globl test6u + .type test6u,@function +test6u: # @test6u + .param i32 + .result i32 +# BB#0: # %entry + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + return $pop1 +func_end11: + .size test6u, func_end11-test6u + + .globl test + .type test,@function +test: # @test + .param i32, i32 +# BB#0: # %entry + block BB12_2 + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + i32.ne $push2=, $pop1, $1 + br_if $pop2, BB12_2 +# BB#1: # %if.end20 + return +BB12_2: # %if.then + call abort + unreachable +func_end12: + .size test, func_end12-test + + .globl testu + .type testu,@function +testu: # @testu + .param i32, i32 +# BB#0: # %entry + block BB13_2 + i32.const $push0=, 2147483647 + i32.xor $push1=, $0, $pop0 + i32.ne $push2=, $pop1, $1 + br_if $pop2, BB13_2 +# BB#1: # %if.end20 + return +BB13_2: # %if.then + call abort + unreachable +func_end13: + .size testu, func_end13-testu + + .globl main + .type main,@function +main: # @main + .result i32 +# BB#0: # %entry + i32.const $push0=, 0 + return $pop0 +func_end14: + .size main, func_end14-main + + + .ident "clang version 3.8.0 " + .section ".note.GNU-stack","",@progbits |