]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/llvm_autogenerated/comparisons_i32.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / llvm_autogenerated / comparisons_i32.s
1 .text
2 .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll"
3 .globl eq_i32
4 .type eq_i32,@function
5 eq_i32:
6 .param i32, i32
7 .result i32
8 i32.eq $push0=, $0, $1
9 return $pop0
10 .endfunc
11 .Lfunc_end0:
12 .size eq_i32, .Lfunc_end0-eq_i32
13
14 .globl ne_i32
15 .type ne_i32,@function
16 ne_i32:
17 .param i32, i32
18 .result i32
19 i32.ne $push0=, $0, $1
20 return $pop0
21 .endfunc
22 .Lfunc_end1:
23 .size ne_i32, .Lfunc_end1-ne_i32
24
25 .globl slt_i32
26 .type slt_i32,@function
27 slt_i32:
28 .param i32, i32
29 .result i32
30 i32.lt_s $push0=, $0, $1
31 return $pop0
32 .endfunc
33 .Lfunc_end2:
34 .size slt_i32, .Lfunc_end2-slt_i32
35
36 .globl sle_i32
37 .type sle_i32,@function
38 sle_i32:
39 .param i32, i32
40 .result i32
41 i32.le_s $push0=, $0, $1
42 return $pop0
43 .endfunc
44 .Lfunc_end3:
45 .size sle_i32, .Lfunc_end3-sle_i32
46
47 .globl ult_i32
48 .type ult_i32,@function
49 ult_i32:
50 .param i32, i32
51 .result i32
52 i32.lt_u $push0=, $0, $1
53 return $pop0
54 .endfunc
55 .Lfunc_end4:
56 .size ult_i32, .Lfunc_end4-ult_i32
57
58 .globl ule_i32
59 .type ule_i32,@function
60 ule_i32:
61 .param i32, i32
62 .result i32
63 i32.le_u $push0=, $0, $1
64 return $pop0
65 .endfunc
66 .Lfunc_end5:
67 .size ule_i32, .Lfunc_end5-ule_i32
68
69 .globl sgt_i32
70 .type sgt_i32,@function
71 sgt_i32:
72 .param i32, i32
73 .result i32
74 i32.gt_s $push0=, $0, $1
75 return $pop0
76 .endfunc
77 .Lfunc_end6:
78 .size sgt_i32, .Lfunc_end6-sgt_i32
79
80 .globl sge_i32
81 .type sge_i32,@function
82 sge_i32:
83 .param i32, i32
84 .result i32
85 i32.ge_s $push0=, $0, $1
86 return $pop0
87 .endfunc
88 .Lfunc_end7:
89 .size sge_i32, .Lfunc_end7-sge_i32
90
91 .globl ugt_i32
92 .type ugt_i32,@function
93 ugt_i32:
94 .param i32, i32
95 .result i32
96 i32.gt_u $push0=, $0, $1
97 return $pop0
98 .endfunc
99 .Lfunc_end8:
100 .size ugt_i32, .Lfunc_end8-ugt_i32
101
102 .globl uge_i32
103 .type uge_i32,@function
104 uge_i32:
105 .param i32, i32
106 .result i32
107 i32.ge_u $push0=, $0, $1
108 return $pop0
109 .endfunc
110 .Lfunc_end9:
111 .size uge_i32, .Lfunc_end9-uge_i32
112
113