File tree
473 files changed
+4954
-1019
lines changed- cranelift/codegen/src/isa/aarch64/inst
- crates
- cranelift/src
- test-util/src
- tests/disas/winch/aarch64
- br_if
- br_table
- br
- call_indirect
- call
- f32_abs
- f32_add
- f32_ceil
- f32_convert_i32_s
- f32_convert_i32_u
- f32_convert_i64_s
- f32_convert_i64_u
- f32_copysign
- f32_demote_f64
- f32_div
- f32_eq
- f32_floor
- f32_ge
- f32_gt
- f32_le
- f32_lt
- f32_max
- f32_min
- f32_mul
- f32_nearest
- f32_neg
- f32_ne
- f32_reinterpret_i32
- f32_sqrt
- f32_sub
- f32_trunc
- f64_abs
- f64_add
- f64_ceil
- f64_convert_i32_s
- f64_convert_i32_u
- f64_convert_i64_s
- f64_convert_i64_u
- f64_copysign
- f64_div
- f64_eq
- f64_floor
- f64_ge
- f64_gt
- f64_le
- f64_lt
- f64_max
- f64_min
- f64_mul
- f64_nearest
- f64_neg
- f64_ne
- f64_promote_f32
- f64_reinterpret_i64
- f64_sqrt
- f64_sub
- f64_trunc
- i32_add
- i32_and
- i32_clz
- i32_ctz
- i32_divs
- i32_divu
- i32_eq
- i32_extend_16_s
- i32_extend_8_s
- i32_ge_s
- i32_ge_u
- i32_gt_s
- i32_gt_u
- i32_le_s
- i32_le_u
- i32_lt_s
- i32_lt_u
- i32_mul
- i32_ne
- i32_or
- i32_popcnt
- i32_reinterpret_f32
- i32_rems
- i32_remu
- i32_rotl
- i32_rotr
- i32_shl
- i32_shr_s
- i32_shr_u
- i32_sub
- i32_trunc_f32_s
- i32_trunc_f32_u
- i32_trunc_f64_s
- i32_trunc_f64_u
- i32_wrap_i64
- i32_xor
- i64_add
- i64_and
- i64_clz
- i64_ctz
- i64_divs
- i64_divu
- i64_eq
- i64_extend_16_s
- i64_extend_32_s
- i64_extend_8_s
- i64_extend_i32_s
- i64_extend_i32_u
- i64_ge_s
- i64_ge_u
- i64_gt_s
- i64_gt_u
- i64_le_s
- i64_le_u
- i64_lt_s
- i64_lt_u
- i64_mul
- i64_ne
- i64_or
- i64_popcnt
- i64_reinterpret_f64
- i64_rems
- i64_remu
- i64_rotl
- i64_rotr
- i64_shl
- i64_shr_s
- i64_shr_u
- i64_sub
- i64_trunc_f32_s
- i64_trunc_f32_u
- i64_trunc_f64_s
- i64_trunc_f64_u
- i64_xor
- load
- nop
- params
- store
- winch/codegen/src/isa/aarch64
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
473 files changed
+4954
-1019
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
| 110 | + | |
| 111 | + | |
117 | 112 |
| |
118 | 113 |
| |
119 | 114 |
| |
| |||
204 | 199 |
| |
205 | 200 |
| |
206 | 201 |
| |
207 |
| - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
208 | 209 |
| |
209 | 210 |
| |
210 | 211 |
| |
| |||
218 | 219 |
| |
219 | 220 |
| |
220 | 221 |
| |
221 |
| - | |
| 222 | + | |
| 223 | + | |
222 | 224 |
| |
223 | 225 |
| |
224 | 226 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 421 |
| |
427 | 422 |
| |
428 | 423 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 |
| |
15 | 22 |
| |
16 | 23 |
| |
| |||
21 | 28 |
| |
22 | 29 |
| |
23 | 30 |
| |
| 31 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 |
| |
15 | 22 |
| |
16 | 23 |
| |
| |||
23 | 30 |
| |
24 | 31 |
| |
25 | 32 |
| |
| 33 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
| |||
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
| 38 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
| |||
24 | 31 |
| |
25 | 32 |
| |
26 | 33 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 |
| |
33 | 40 |
| |
34 | 41 |
| |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
38 | 45 |
| |
| 46 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
| |
21 | 28 |
| |
| |||
24 | 31 |
| |
25 | 32 |
| |
26 | 33 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 |
| |
31 |
| - | |
32 |
| - | |
| 38 | + | |
| 39 | + | |
33 | 40 |
| |
34 | 41 |
| |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
38 | 45 |
| |
| 46 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 |
| |
16 | 23 |
| |
17 | 24 |
| |
| |||
24 | 31 |
| |
25 | 32 |
| |
26 | 33 |
| |
| 34 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 |
| |
23 | 30 |
| |
24 | 31 |
| |
| |||
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
38 |
| - | |
39 |
| - | |
| 45 | + | |
| 46 | + | |
40 | 47 |
| |
41 | 48 |
| |
42 | 49 |
| |
43 | 50 |
| |
44 | 51 |
| |
| 52 | + |
0 commit comments