| ... | ... | @@ -2418,7 +2418,7 @@ fn genBodyBlock(self: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2418 | 2418 | } |
| 2419 | 2419 | |
| 2420 | 2420 | fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2421 | | @setEvalBranchQuota(12_400); |
| 2421 | @setEvalBranchQuota(12_500); |
| 2422 | 2422 | const pt = cg.pt; |
| 2423 | 2423 | const zcu = pt.zcu; |
| 2424 | 2424 | const ip = &zcu.intern_pool; |
| ... | ... | @@ -2599,6 +2599,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2599 | 2599 | .unused, |
| 2600 | 2600 | .unused, |
| 2601 | 2601 | .unused, |
| 2602 | .unused, |
| 2603 | .unused, |
| 2602 | 2604 | }, |
| 2603 | 2605 | .dst_temps = .{ .mem, .unused }, |
| 2604 | 2606 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -2630,6 +2632,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2630 | 2632 | .unused, |
| 2631 | 2633 | .unused, |
| 2632 | 2634 | .unused, |
| 2635 | .unused, |
| 2636 | .unused, |
| 2633 | 2637 | }, |
| 2634 | 2638 | .dst_temps = .{ .mem, .unused }, |
| 2635 | 2639 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -2710,6 +2714,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2710 | 2714 | .unused, |
| 2711 | 2715 | .unused, |
| 2712 | 2716 | .unused, |
| 2717 | .unused, |
| 2718 | .unused, |
| 2713 | 2719 | }, |
| 2714 | 2720 | .dst_temps = .{ .mem, .unused }, |
| 2715 | 2721 | .each = .{ .once = &.{ |
| ... | ... | @@ -2740,6 +2746,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2740 | 2746 | .unused, |
| 2741 | 2747 | .unused, |
| 2742 | 2748 | .unused, |
| 2749 | .unused, |
| 2750 | .unused, |
| 2743 | 2751 | }, |
| 2744 | 2752 | .dst_temps = .{ .mem, .unused }, |
| 2745 | 2753 | .each = .{ .once = &.{ |
| ... | ... | @@ -2770,6 +2778,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2770 | 2778 | .unused, |
| 2771 | 2779 | .unused, |
| 2772 | 2780 | .unused, |
| 2781 | .unused, |
| 2782 | .unused, |
| 2773 | 2783 | }, |
| 2774 | 2784 | .dst_temps = .{ .mem, .unused }, |
| 2775 | 2785 | .each = .{ .once = &.{ |
| ... | ... | @@ -2800,6 +2810,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2800 | 2810 | .unused, |
| 2801 | 2811 | .unused, |
| 2802 | 2812 | .unused, |
| 2813 | .unused, |
| 2814 | .unused, |
| 2803 | 2815 | }, |
| 2804 | 2816 | .dst_temps = .{ .mem, .unused }, |
| 2805 | 2817 | .each = .{ .once = &.{ |
| ... | ... | @@ -2829,6 +2841,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2829 | 2841 | .unused, |
| 2830 | 2842 | .unused, |
| 2831 | 2843 | .unused, |
| 2844 | .unused, |
| 2845 | .unused, |
| 2832 | 2846 | }, |
| 2833 | 2847 | .dst_temps = .{ .mem, .unused }, |
| 2834 | 2848 | .each = .{ .once = &.{ |
| ... | ... | @@ -2907,6 +2921,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2907 | 2921 | .unused, |
| 2908 | 2922 | .unused, |
| 2909 | 2923 | .unused, |
| 2924 | .unused, |
| 2925 | .unused, |
| 2910 | 2926 | }, |
| 2911 | 2927 | .dst_temps = .{ .mem, .unused }, |
| 2912 | 2928 | .each = .{ .once = &.{ |
| ... | ... | @@ -2937,6 +2953,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2937 | 2953 | .unused, |
| 2938 | 2954 | .unused, |
| 2939 | 2955 | .unused, |
| 2956 | .unused, |
| 2957 | .unused, |
| 2940 | 2958 | }, |
| 2941 | 2959 | .dst_temps = .{ .mem, .unused }, |
| 2942 | 2960 | .each = .{ .once = &.{ |
| ... | ... | @@ -2967,6 +2985,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2967 | 2985 | .unused, |
| 2968 | 2986 | .unused, |
| 2969 | 2987 | .unused, |
| 2988 | .unused, |
| 2989 | .unused, |
| 2970 | 2990 | }, |
| 2971 | 2991 | .dst_temps = .{ .mem, .unused }, |
| 2972 | 2992 | .each = .{ .once = &.{ |
| ... | ... | @@ -2996,6 +3016,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 2996 | 3016 | .unused, |
| 2997 | 3017 | .unused, |
| 2998 | 3018 | .unused, |
| 3019 | .unused, |
| 3020 | .unused, |
| 2999 | 3021 | }, |
| 3000 | 3022 | .dst_temps = .{ .mem, .unused }, |
| 3001 | 3023 | .each = .{ .once = &.{ |
| ... | ... | @@ -3074,6 +3096,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3074 | 3096 | .unused, |
| 3075 | 3097 | .unused, |
| 3076 | 3098 | .unused, |
| 3099 | .unused, |
| 3100 | .unused, |
| 3077 | 3101 | }, |
| 3078 | 3102 | .dst_temps = .{ .mem, .unused }, |
| 3079 | 3103 | .each = .{ .once = &.{ |
| ... | ... | @@ -3104,6 +3128,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3104 | 3128 | .unused, |
| 3105 | 3129 | .unused, |
| 3106 | 3130 | .unused, |
| 3131 | .unused, |
| 3132 | .unused, |
| 3107 | 3133 | }, |
| 3108 | 3134 | .dst_temps = .{ .mem, .unused }, |
| 3109 | 3135 | .each = .{ .once = &.{ |
| ... | ... | @@ -3134,6 +3160,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3134 | 3160 | .unused, |
| 3135 | 3161 | .unused, |
| 3136 | 3162 | .unused, |
| 3163 | .unused, |
| 3164 | .unused, |
| 3137 | 3165 | }, |
| 3138 | 3166 | .dst_temps = .{ .mem, .unused }, |
| 3139 | 3167 | .each = .{ .once = &.{ |
| ... | ... | @@ -3163,6 +3191,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3163 | 3191 | .unused, |
| 3164 | 3192 | .unused, |
| 3165 | 3193 | .unused, |
| 3194 | .unused, |
| 3195 | .unused, |
| 3166 | 3196 | }, |
| 3167 | 3197 | .dst_temps = .{ .mem, .unused }, |
| 3168 | 3198 | .each = .{ .once = &.{ |
| ... | ... | @@ -3241,6 +3271,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3241 | 3271 | .unused, |
| 3242 | 3272 | .unused, |
| 3243 | 3273 | .unused, |
| 3274 | .unused, |
| 3275 | .unused, |
| 3244 | 3276 | }, |
| 3245 | 3277 | .dst_temps = .{ .mem, .unused }, |
| 3246 | 3278 | .each = .{ .once = &.{ |
| ... | ... | @@ -3271,6 +3303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3271 | 3303 | .unused, |
| 3272 | 3304 | .unused, |
| 3273 | 3305 | .unused, |
| 3306 | .unused, |
| 3307 | .unused, |
| 3274 | 3308 | }, |
| 3275 | 3309 | .dst_temps = .{ .mem, .unused }, |
| 3276 | 3310 | .each = .{ .once = &.{ |
| ... | ... | @@ -3301,6 +3335,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3301 | 3335 | .unused, |
| 3302 | 3336 | .unused, |
| 3303 | 3337 | .unused, |
| 3338 | .unused, |
| 3339 | .unused, |
| 3304 | 3340 | }, |
| 3305 | 3341 | .dst_temps = .{ .mem, .unused }, |
| 3306 | 3342 | .each = .{ .once = &.{ |
| ... | ... | @@ -3331,6 +3367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3331 | 3367 | .unused, |
| 3332 | 3368 | .unused, |
| 3333 | 3369 | .unused, |
| 3370 | .unused, |
| 3371 | .unused, |
| 3334 | 3372 | }, |
| 3335 | 3373 | .dst_temps = .{ .mem, .unused }, |
| 3336 | 3374 | .each = .{ .once = &.{ |
| ... | ... | @@ -3361,6 +3399,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3361 | 3399 | .unused, |
| 3362 | 3400 | .unused, |
| 3363 | 3401 | .unused, |
| 3402 | .unused, |
| 3403 | .unused, |
| 3364 | 3404 | }, |
| 3365 | 3405 | .dst_temps = .{ .mem, .unused }, |
| 3366 | 3406 | .each = .{ .once = &.{ |
| ... | ... | @@ -3397,6 +3437,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3397 | 3437 | .unused, |
| 3398 | 3438 | .unused, |
| 3399 | 3439 | .unused, |
| 3440 | .unused, |
| 3441 | .unused, |
| 3400 | 3442 | }, |
| 3401 | 3443 | .dst_temps = .{ .mem, .unused }, |
| 3402 | 3444 | .each = .{ .once = &.{ |
| ... | ... | @@ -3434,6 +3476,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3434 | 3476 | .unused, |
| 3435 | 3477 | .unused, |
| 3436 | 3478 | .unused, |
| 3479 | .unused, |
| 3480 | .unused, |
| 3437 | 3481 | }, |
| 3438 | 3482 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 3439 | 3483 | .each = .{ .once = &.{ |
| ... | ... | @@ -3463,6 +3507,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3463 | 3507 | .unused, |
| 3464 | 3508 | .unused, |
| 3465 | 3509 | .unused, |
| 3510 | .unused, |
| 3511 | .unused, |
| 3466 | 3512 | }, |
| 3467 | 3513 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 3468 | 3514 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -3492,6 +3538,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3492 | 3538 | .unused, |
| 3493 | 3539 | .unused, |
| 3494 | 3540 | .unused, |
| 3541 | .unused, |
| 3542 | .unused, |
| 3495 | 3543 | }, |
| 3496 | 3544 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 3497 | 3545 | .each = .{ .once = &.{ |
| ... | ... | @@ -3523,6 +3571,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3523 | 3571 | .unused, |
| 3524 | 3572 | .unused, |
| 3525 | 3573 | .unused, |
| 3574 | .unused, |
| 3575 | .unused, |
| 3526 | 3576 | }, |
| 3527 | 3577 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 3528 | 3578 | .each = .{ .once = &.{ |
| ... | ... | @@ -3551,6 +3601,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3551 | 3601 | .unused, |
| 3552 | 3602 | .unused, |
| 3553 | 3603 | .unused, |
| 3604 | .unused, |
| 3605 | .unused, |
| 3554 | 3606 | }, |
| 3555 | 3607 | .dst_temps = .{ .mem, .unused }, |
| 3556 | 3608 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -3584,6 +3636,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3584 | 3636 | .unused, |
| 3585 | 3637 | .unused, |
| 3586 | 3638 | .unused, |
| 3639 | .unused, |
| 3640 | .unused, |
| 3587 | 3641 | }, |
| 3588 | 3642 | .dst_temps = .{ .mem, .unused }, |
| 3589 | 3643 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -3618,6 +3672,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3618 | 3672 | .unused, |
| 3619 | 3673 | .unused, |
| 3620 | 3674 | .unused, |
| 3675 | .unused, |
| 3676 | .unused, |
| 3621 | 3677 | }, |
| 3622 | 3678 | .dst_temps = .{ .mem, .unused }, |
| 3623 | 3679 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -3653,6 +3709,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3653 | 3709 | .unused, |
| 3654 | 3710 | .unused, |
| 3655 | 3711 | .unused, |
| 3712 | .unused, |
| 3713 | .unused, |
| 3656 | 3714 | }, |
| 3657 | 3715 | .dst_temps = .{ .mem, .unused }, |
| 3658 | 3716 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -3689,6 +3747,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3689 | 3747 | .unused, |
| 3690 | 3748 | .unused, |
| 3691 | 3749 | .unused, |
| 3750 | .unused, |
| 3751 | .unused, |
| 3692 | 3752 | }, |
| 3693 | 3753 | .dst_temps = .{ .mem, .unused }, |
| 3694 | 3754 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -3807,6 +3867,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3807 | 3867 | .unused, |
| 3808 | 3868 | .unused, |
| 3809 | 3869 | .unused, |
| 3870 | .unused, |
| 3871 | .unused, |
| 3810 | 3872 | }, |
| 3811 | 3873 | .dst_temps = .{ .mem, .unused }, |
| 3812 | 3874 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -3838,6 +3900,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3838 | 3900 | .unused, |
| 3839 | 3901 | .unused, |
| 3840 | 3902 | .unused, |
| 3903 | .unused, |
| 3904 | .unused, |
| 3841 | 3905 | }, |
| 3842 | 3906 | .dst_temps = .{ .mem, .unused }, |
| 3843 | 3907 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -3901,6 +3965,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3901 | 3965 | .unused, |
| 3902 | 3966 | .unused, |
| 3903 | 3967 | .unused, |
| 3968 | .unused, |
| 3969 | .unused, |
| 3904 | 3970 | }, |
| 3905 | 3971 | .dst_temps = .{ .mem, .unused }, |
| 3906 | 3972 | .each = .{ .once = &.{ |
| ... | ... | @@ -3976,6 +4042,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 3976 | 4042 | .unused, |
| 3977 | 4043 | .unused, |
| 3978 | 4044 | .unused, |
| 4045 | .unused, |
| 4046 | .unused, |
| 3979 | 4047 | }, |
| 3980 | 4048 | .dst_temps = .{ .mem, .unused }, |
| 3981 | 4049 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -4007,6 +4075,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4007 | 4075 | .unused, |
| 4008 | 4076 | .unused, |
| 4009 | 4077 | .unused, |
| 4078 | .unused, |
| 4079 | .unused, |
| 4010 | 4080 | }, |
| 4011 | 4081 | .dst_temps = .{ .mem, .unused }, |
| 4012 | 4082 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -4038,6 +4108,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4038 | 4108 | .unused, |
| 4039 | 4109 | .unused, |
| 4040 | 4110 | .unused, |
| 4111 | .unused, |
| 4112 | .unused, |
| 4041 | 4113 | }, |
| 4042 | 4114 | .dst_temps = .{ .mem, .unused }, |
| 4043 | 4115 | .each = .{ .once = &.{ |
| ... | ... | @@ -4068,6 +4140,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4068 | 4140 | .unused, |
| 4069 | 4141 | .unused, |
| 4070 | 4142 | .unused, |
| 4143 | .unused, |
| 4144 | .unused, |
| 4071 | 4145 | }, |
| 4072 | 4146 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 4073 | 4147 | .each = .{ .once = &.{ |
| ... | ... | @@ -4098,6 +4172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4098 | 4172 | .unused, |
| 4099 | 4173 | .unused, |
| 4100 | 4174 | .unused, |
| 4175 | .unused, |
| 4176 | .unused, |
| 4101 | 4177 | }, |
| 4102 | 4178 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 4103 | 4179 | .each = .{ .once = &.{ |
| ... | ... | @@ -4125,6 +4201,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4125 | 4201 | .unused, |
| 4126 | 4202 | .unused, |
| 4127 | 4203 | .unused, |
| 4204 | .unused, |
| 4205 | .unused, |
| 4128 | 4206 | }, |
| 4129 | 4207 | .dst_temps = .{ .mem, .unused }, |
| 4130 | 4208 | .each = .{ .once = &.{ |
| ... | ... | @@ -4157,6 +4235,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4157 | 4235 | .unused, |
| 4158 | 4236 | .unused, |
| 4159 | 4237 | .unused, |
| 4238 | .unused, |
| 4239 | .unused, |
| 4160 | 4240 | }, |
| 4161 | 4241 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 4162 | 4242 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -4184,6 +4264,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4184 | 4264 | .unused, |
| 4185 | 4265 | .unused, |
| 4186 | 4266 | .unused, |
| 4267 | .unused, |
| 4268 | .unused, |
| 4187 | 4269 | }, |
| 4188 | 4270 | .dst_temps = .{ .mem, .unused }, |
| 4189 | 4271 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -4217,6 +4299,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4217 | 4299 | .unused, |
| 4218 | 4300 | .unused, |
| 4219 | 4301 | .unused, |
| 4302 | .unused, |
| 4303 | .unused, |
| 4220 | 4304 | }, |
| 4221 | 4305 | .dst_temps = .{ .mem, .unused }, |
| 4222 | 4306 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -4250,6 +4334,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4250 | 4334 | .unused, |
| 4251 | 4335 | .unused, |
| 4252 | 4336 | .unused, |
| 4337 | .unused, |
| 4338 | .unused, |
| 4253 | 4339 | }, |
| 4254 | 4340 | .dst_temps = .{ .mem, .unused }, |
| 4255 | 4341 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -4355,6 +4441,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4355 | 4441 | .unused, |
| 4356 | 4442 | .unused, |
| 4357 | 4443 | .unused, |
| 4444 | .unused, |
| 4445 | .unused, |
| 4358 | 4446 | }, |
| 4359 | 4447 | .dst_temps = .{ .mem, .unused }, |
| 4360 | 4448 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -4386,6 +4474,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4386 | 4474 | .unused, |
| 4387 | 4475 | .unused, |
| 4388 | 4476 | .unused, |
| 4477 | .unused, |
| 4478 | .unused, |
| 4389 | 4479 | }, |
| 4390 | 4480 | .dst_temps = .{ .mem, .unused }, |
| 4391 | 4481 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -4463,6 +4553,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4463 | 4553 | .unused, |
| 4464 | 4554 | .unused, |
| 4465 | 4555 | .unused, |
| 4556 | .unused, |
| 4557 | .unused, |
| 4466 | 4558 | }, |
| 4467 | 4559 | .dst_temps = .{ .mem, .unused }, |
| 4468 | 4560 | .each = .{ .once = &.{ |
| ... | ... | @@ -4493,6 +4585,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4493 | 4585 | .unused, |
| 4494 | 4586 | .unused, |
| 4495 | 4587 | .unused, |
| 4588 | .unused, |
| 4589 | .unused, |
| 4496 | 4590 | }, |
| 4497 | 4591 | .dst_temps = .{ .mem, .unused }, |
| 4498 | 4592 | .each = .{ .once = &.{ |
| ... | ... | @@ -4523,6 +4617,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4523 | 4617 | .unused, |
| 4524 | 4618 | .unused, |
| 4525 | 4619 | .unused, |
| 4620 | .unused, |
| 4621 | .unused, |
| 4526 | 4622 | }, |
| 4527 | 4623 | .dst_temps = .{ .mem, .unused }, |
| 4528 | 4624 | .each = .{ .once = &.{ |
| ... | ... | @@ -4553,6 +4649,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4553 | 4649 | .unused, |
| 4554 | 4650 | .unused, |
| 4555 | 4651 | .unused, |
| 4652 | .unused, |
| 4653 | .unused, |
| 4556 | 4654 | }, |
| 4557 | 4655 | .dst_temps = .{ .mem, .unused }, |
| 4558 | 4656 | .each = .{ .once = &.{ |
| ... | ... | @@ -4582,6 +4680,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4582 | 4680 | .unused, |
| 4583 | 4681 | .unused, |
| 4584 | 4682 | .unused, |
| 4683 | .unused, |
| 4684 | .unused, |
| 4585 | 4685 | }, |
| 4586 | 4686 | .dst_temps = .{ .mem, .unused }, |
| 4587 | 4687 | .each = .{ .once = &.{ |
| ... | ... | @@ -4657,6 +4757,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4657 | 4757 | .unused, |
| 4658 | 4758 | .unused, |
| 4659 | 4759 | .unused, |
| 4760 | .unused, |
| 4761 | .unused, |
| 4660 | 4762 | }, |
| 4661 | 4763 | .dst_temps = .{ .mem, .unused }, |
| 4662 | 4764 | .each = .{ .once = &.{ |
| ... | ... | @@ -4687,6 +4789,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4687 | 4789 | .unused, |
| 4688 | 4790 | .unused, |
| 4689 | 4791 | .unused, |
| 4792 | .unused, |
| 4793 | .unused, |
| 4690 | 4794 | }, |
| 4691 | 4795 | .dst_temps = .{ .mem, .unused }, |
| 4692 | 4796 | .each = .{ .once = &.{ |
| ... | ... | @@ -4717,6 +4821,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4717 | 4821 | .unused, |
| 4718 | 4822 | .unused, |
| 4719 | 4823 | .unused, |
| 4824 | .unused, |
| 4825 | .unused, |
| 4720 | 4826 | }, |
| 4721 | 4827 | .dst_temps = .{ .mem, .unused }, |
| 4722 | 4828 | .each = .{ .once = &.{ |
| ... | ... | @@ -4746,6 +4852,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4746 | 4852 | .unused, |
| 4747 | 4853 | .unused, |
| 4748 | 4854 | .unused, |
| 4855 | .unused, |
| 4856 | .unused, |
| 4749 | 4857 | }, |
| 4750 | 4858 | .dst_temps = .{ .mem, .unused }, |
| 4751 | 4859 | .each = .{ .once = &.{ |
| ... | ... | @@ -4821,6 +4929,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4821 | 4929 | .unused, |
| 4822 | 4930 | .unused, |
| 4823 | 4931 | .unused, |
| 4932 | .unused, |
| 4933 | .unused, |
| 4824 | 4934 | }, |
| 4825 | 4935 | .dst_temps = .{ .mem, .unused }, |
| 4826 | 4936 | .each = .{ .once = &.{ |
| ... | ... | @@ -4851,6 +4961,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4851 | 4961 | .unused, |
| 4852 | 4962 | .unused, |
| 4853 | 4963 | .unused, |
| 4964 | .unused, |
| 4965 | .unused, |
| 4854 | 4966 | }, |
| 4855 | 4967 | .dst_temps = .{ .mem, .unused }, |
| 4856 | 4968 | .each = .{ .once = &.{ |
| ... | ... | @@ -4881,6 +4993,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4881 | 4993 | .unused, |
| 4882 | 4994 | .unused, |
| 4883 | 4995 | .unused, |
| 4996 | .unused, |
| 4997 | .unused, |
| 4884 | 4998 | }, |
| 4885 | 4999 | .dst_temps = .{ .mem, .unused }, |
| 4886 | 5000 | .each = .{ .once = &.{ |
| ... | ... | @@ -4910,6 +5024,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4910 | 5024 | .unused, |
| 4911 | 5025 | .unused, |
| 4912 | 5026 | .unused, |
| 5027 | .unused, |
| 5028 | .unused, |
| 4913 | 5029 | }, |
| 4914 | 5030 | .dst_temps = .{ .mem, .unused }, |
| 4915 | 5031 | .each = .{ .once = &.{ |
| ... | ... | @@ -4985,6 +5101,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 4985 | 5101 | .unused, |
| 4986 | 5102 | .unused, |
| 4987 | 5103 | .unused, |
| 5104 | .unused, |
| 5105 | .unused, |
| 4988 | 5106 | }, |
| 4989 | 5107 | .dst_temps = .{ .mem, .unused }, |
| 4990 | 5108 | .each = .{ .once = &.{ |
| ... | ... | @@ -5015,6 +5133,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5015 | 5133 | .unused, |
| 5016 | 5134 | .unused, |
| 5017 | 5135 | .unused, |
| 5136 | .unused, |
| 5137 | .unused, |
| 5018 | 5138 | }, |
| 5019 | 5139 | .dst_temps = .{ .mem, .unused }, |
| 5020 | 5140 | .each = .{ .once = &.{ |
| ... | ... | @@ -5045,6 +5165,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5045 | 5165 | .unused, |
| 5046 | 5166 | .unused, |
| 5047 | 5167 | .unused, |
| 5168 | .unused, |
| 5169 | .unused, |
| 5048 | 5170 | }, |
| 5049 | 5171 | .dst_temps = .{ .mem, .unused }, |
| 5050 | 5172 | .each = .{ .once = &.{ |
| ... | ... | @@ -5075,6 +5197,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5075 | 5197 | .unused, |
| 5076 | 5198 | .unused, |
| 5077 | 5199 | .unused, |
| 5200 | .unused, |
| 5201 | .unused, |
| 5078 | 5202 | }, |
| 5079 | 5203 | .dst_temps = .{ .mem, .unused }, |
| 5080 | 5204 | .each = .{ .once = &.{ |
| ... | ... | @@ -5105,6 +5229,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5105 | 5229 | .unused, |
| 5106 | 5230 | .unused, |
| 5107 | 5231 | .unused, |
| 5232 | .unused, |
| 5233 | .unused, |
| 5108 | 5234 | }, |
| 5109 | 5235 | .dst_temps = .{ .mem, .unused }, |
| 5110 | 5236 | .each = .{ .once = &.{ |
| ... | ... | @@ -5141,6 +5267,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5141 | 5267 | .unused, |
| 5142 | 5268 | .unused, |
| 5143 | 5269 | .unused, |
| 5270 | .unused, |
| 5271 | .unused, |
| 5144 | 5272 | }, |
| 5145 | 5273 | .dst_temps = .{ .mem, .unused }, |
| 5146 | 5274 | .each = .{ .once = &.{ |
| ... | ... | @@ -5178,6 +5306,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5178 | 5306 | .unused, |
| 5179 | 5307 | .unused, |
| 5180 | 5308 | .unused, |
| 5309 | .unused, |
| 5310 | .unused, |
| 5181 | 5311 | }, |
| 5182 | 5312 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 5183 | 5313 | .each = .{ .once = &.{ |
| ... | ... | @@ -5207,6 +5337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5207 | 5337 | .unused, |
| 5208 | 5338 | .unused, |
| 5209 | 5339 | .unused, |
| 5340 | .unused, |
| 5341 | .unused, |
| 5210 | 5342 | }, |
| 5211 | 5343 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 5212 | 5344 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5236,6 +5368,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5236 | 5368 | .unused, |
| 5237 | 5369 | .unused, |
| 5238 | 5370 | .unused, |
| 5371 | .unused, |
| 5372 | .unused, |
| 5239 | 5373 | }, |
| 5240 | 5374 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 5241 | 5375 | .each = .{ .once = &.{ |
| ... | ... | @@ -5267,6 +5401,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5267 | 5401 | .unused, |
| 5268 | 5402 | .unused, |
| 5269 | 5403 | .unused, |
| 5404 | .unused, |
| 5405 | .unused, |
| 5270 | 5406 | }, |
| 5271 | 5407 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 5272 | 5408 | .each = .{ .once = &.{ |
| ... | ... | @@ -5295,6 +5431,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5295 | 5431 | .unused, |
| 5296 | 5432 | .unused, |
| 5297 | 5433 | .unused, |
| 5434 | .unused, |
| 5435 | .unused, |
| 5298 | 5436 | }, |
| 5299 | 5437 | .dst_temps = .{ .mem, .unused }, |
| 5300 | 5438 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -5328,6 +5466,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5328 | 5466 | .unused, |
| 5329 | 5467 | .unused, |
| 5330 | 5468 | .unused, |
| 5469 | .unused, |
| 5470 | .unused, |
| 5331 | 5471 | }, |
| 5332 | 5472 | .dst_temps = .{ .mem, .unused }, |
| 5333 | 5473 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5362,6 +5502,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5362 | 5502 | .unused, |
| 5363 | 5503 | .unused, |
| 5364 | 5504 | .unused, |
| 5505 | .unused, |
| 5506 | .unused, |
| 5365 | 5507 | }, |
| 5366 | 5508 | .dst_temps = .{ .mem, .unused }, |
| 5367 | 5509 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5397,6 +5539,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5397 | 5539 | .unused, |
| 5398 | 5540 | .unused, |
| 5399 | 5541 | .unused, |
| 5542 | .unused, |
| 5543 | .unused, |
| 5400 | 5544 | }, |
| 5401 | 5545 | .dst_temps = .{ .mem, .unused }, |
| 5402 | 5546 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5433,6 +5577,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5433 | 5577 | .unused, |
| 5434 | 5578 | .unused, |
| 5435 | 5579 | .unused, |
| 5580 | .unused, |
| 5581 | .unused, |
| 5436 | 5582 | }, |
| 5437 | 5583 | .dst_temps = .{ .mem, .unused }, |
| 5438 | 5584 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5546,6 +5692,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5546 | 5692 | .unused, |
| 5547 | 5693 | .unused, |
| 5548 | 5694 | .unused, |
| 5695 | .unused, |
| 5696 | .unused, |
| 5549 | 5697 | }, |
| 5550 | 5698 | .dst_temps = .{ .mem, .unused }, |
| 5551 | 5699 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -5577,6 +5725,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5577 | 5725 | .unused, |
| 5578 | 5726 | .unused, |
| 5579 | 5727 | .unused, |
| 5728 | .unused, |
| 5729 | .unused, |
| 5580 | 5730 | }, |
| 5581 | 5731 | .dst_temps = .{ .mem, .unused }, |
| 5582 | 5732 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -5638,6 +5788,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5638 | 5788 | .unused, |
| 5639 | 5789 | .unused, |
| 5640 | 5790 | .unused, |
| 5791 | .unused, |
| 5792 | .unused, |
| 5641 | 5793 | }, |
| 5642 | 5794 | .dst_temps = .{ .mem, .unused }, |
| 5643 | 5795 | .each = .{ .once = &.{ |
| ... | ... | @@ -5710,6 +5862,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5710 | 5862 | .unused, |
| 5711 | 5863 | .unused, |
| 5712 | 5864 | .unused, |
| 5865 | .unused, |
| 5866 | .unused, |
| 5713 | 5867 | }, |
| 5714 | 5868 | .dst_temps = .{ .mem, .unused }, |
| 5715 | 5869 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -5741,6 +5895,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5741 | 5895 | .unused, |
| 5742 | 5896 | .unused, |
| 5743 | 5897 | .unused, |
| 5898 | .unused, |
| 5899 | .unused, |
| 5744 | 5900 | }, |
| 5745 | 5901 | .dst_temps = .{ .mem, .unused }, |
| 5746 | 5902 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -5772,6 +5928,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5772 | 5928 | .unused, |
| 5773 | 5929 | .unused, |
| 5774 | 5930 | .unused, |
| 5931 | .unused, |
| 5932 | .unused, |
| 5775 | 5933 | }, |
| 5776 | 5934 | .dst_temps = .{ .mem, .unused }, |
| 5777 | 5935 | .each = .{ .once = &.{ |
| ... | ... | @@ -5802,6 +5960,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5802 | 5960 | .unused, |
| 5803 | 5961 | .unused, |
| 5804 | 5962 | .unused, |
| 5963 | .unused, |
| 5964 | .unused, |
| 5805 | 5965 | }, |
| 5806 | 5966 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 5807 | 5967 | .each = .{ .once = &.{ |
| ... | ... | @@ -5830,6 +5990,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5830 | 5990 | .unused, |
| 5831 | 5991 | .unused, |
| 5832 | 5992 | .unused, |
| 5993 | .unused, |
| 5994 | .unused, |
| 5833 | 5995 | }, |
| 5834 | 5996 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 5835 | 5997 | .each = .{ .once = &.{ |
| ... | ... | @@ -5858,6 +6020,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5858 | 6020 | .unused, |
| 5859 | 6021 | .unused, |
| 5860 | 6022 | .unused, |
| 6023 | .unused, |
| 6024 | .unused, |
| 5861 | 6025 | }, |
| 5862 | 6026 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 5863 | 6027 | .each = .{ .once = &.{ |
| ... | ... | @@ -5885,6 +6049,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5885 | 6049 | .unused, |
| 5886 | 6050 | .unused, |
| 5887 | 6051 | .unused, |
| 6052 | .unused, |
| 6053 | .unused, |
| 5888 | 6054 | }, |
| 5889 | 6055 | .dst_temps = .{ .mem, .unused }, |
| 5890 | 6056 | .each = .{ .once = &.{ |
| ... | ... | @@ -5917,6 +6083,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5917 | 6083 | .unused, |
| 5918 | 6084 | .unused, |
| 5919 | 6085 | .unused, |
| 6086 | .unused, |
| 6087 | .unused, |
| 5920 | 6088 | }, |
| 5921 | 6089 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 5922 | 6090 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5944,6 +6112,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5944 | 6112 | .unused, |
| 5945 | 6113 | .unused, |
| 5946 | 6114 | .unused, |
| 6115 | .unused, |
| 6116 | .unused, |
| 5947 | 6117 | }, |
| 5948 | 6118 | .dst_temps = .{ .mem, .unused }, |
| 5949 | 6119 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -5977,6 +6147,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 5977 | 6147 | .unused, |
| 5978 | 6148 | .unused, |
| 5979 | 6149 | .unused, |
| 6150 | .unused, |
| 6151 | .unused, |
| 5980 | 6152 | }, |
| 5981 | 6153 | .dst_temps = .{ .mem, .unused }, |
| 5982 | 6154 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -6010,6 +6182,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6010 | 6182 | .unused, |
| 6011 | 6183 | .unused, |
| 6012 | 6184 | .unused, |
| 6185 | .unused, |
| 6186 | .unused, |
| 6013 | 6187 | }, |
| 6014 | 6188 | .dst_temps = .{ .mem, .unused }, |
| 6015 | 6189 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -6034,10 +6208,9 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6034 | 6208 | try res[0].finish(inst, &.{ bin_op.lhs, bin_op.rhs }, &ops, cg); |
| 6035 | 6209 | }, |
| 6036 | 6210 | .sub_safe => unreachable, |
| 6037 | | .mul, .mul_optimized => |air_tag| if (use_old) try cg.airMulDivBinOp(inst, .mul) else fallback: { |
| 6211 | .mul, .mul_optimized => |air_tag| if (use_old) try cg.airMulDivBinOp(inst, .mul) else { |
| 6038 | 6212 | const bin_op = air_datas[@intFromEnum(inst)].bin_op; |
| 6039 | 6213 | const ty = cg.typeOf(bin_op.lhs); |
| 6040 | | if (ty.isVector(zcu) and cg.floatBits(ty.childType(zcu)) == null) break :fallback try cg.airMulDivBinOp(inst, .mul); |
| 6041 | 6214 | var ops = try cg.tempsFromOperands(inst, .{ bin_op.lhs, bin_op.rhs }); |
| 6042 | 6215 | var res: [1]Temp = undefined; |
| 6043 | 6216 | cg.select(&res, &.{ty}, &ops, comptime &.{ .{ |
| ... | ... | @@ -6157,6 +6330,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6157 | 6330 | .unused, |
| 6158 | 6331 | .unused, |
| 6159 | 6332 | .unused, |
| 6333 | .unused, |
| 6334 | .unused, |
| 6160 | 6335 | }, |
| 6161 | 6336 | .dst_temps = .{ .mem, .unused }, |
| 6162 | 6337 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6192,6 +6367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6192 | 6367 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 6193 | 6368 | .unused, |
| 6194 | 6369 | .unused, |
| 6370 | .unused, |
| 6371 | .unused, |
| 6195 | 6372 | }, |
| 6196 | 6373 | .dst_temps = .{ .mem, .unused }, |
| 6197 | 6374 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6236,6 +6413,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6236 | 6413 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 6237 | 6414 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 6238 | 6415 | .unused, |
| 6416 | .unused, |
| 6417 | .unused, |
| 6239 | 6418 | }, |
| 6240 | 6419 | .dst_temps = .{ .mem, .unused }, |
| 6241 | 6420 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6283,6 +6462,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6283 | 6462 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 6284 | 6463 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 6285 | 6464 | .unused, |
| 6465 | .unused, |
| 6466 | .unused, |
| 6286 | 6467 | }, |
| 6287 | 6468 | .dst_temps = .{ .mem, .unused }, |
| 6288 | 6469 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6330,6 +6511,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6330 | 6511 | .{ .type = .u64, .kind = .{ .reg = .rax } }, |
| 6331 | 6512 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 6332 | 6513 | .unused, |
| 6514 | .unused, |
| 6515 | .unused, |
| 6333 | 6516 | }, |
| 6334 | 6517 | .dst_temps = .{ .mem, .unused }, |
| 6335 | 6518 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6378,6 +6561,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6378 | 6561 | .{ .type = .u64, .kind = .{ .reg = .rax } }, |
| 6379 | 6562 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 6380 | 6563 | .unused, |
| 6564 | .unused, |
| 6565 | .unused, |
| 6381 | 6566 | }, |
| 6382 | 6567 | .dst_temps = .{ .mem, .unused }, |
| 6383 | 6568 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6407,17 +6592,55 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6407 | 6592 | .{ ._, ._ns, .j, .@"0b", ._, ._, ._ }, |
| 6408 | 6593 | } }, |
| 6409 | 6594 | }, .{ |
| 6410 | | .required_features = .{ .f16c, null, null, null }, |
| 6595 | .required_features = .{ .avx, null, null, null }, |
| 6411 | 6596 | .src_constraints = .{ |
| 6412 | | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 6413 | | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 6597 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6598 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6599 | .any, |
| 6600 | }, |
| 6601 | .patterns = &.{ |
| 6602 | .{ .src = .{ .mem, .mem, .none } }, |
| 6603 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 6604 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 6605 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6606 | }, |
| 6607 | .extra_temps = .{ |
| 6608 | .{ .type = .vector_8_i16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6609 | .unused, |
| 6610 | .unused, |
| 6611 | .unused, |
| 6612 | .unused, |
| 6613 | .unused, |
| 6614 | .unused, |
| 6615 | .unused, |
| 6616 | .unused, |
| 6617 | .unused, |
| 6618 | .unused, |
| 6619 | }, |
| 6620 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6621 | .each = .{ .once = &.{ |
| 6622 | .{ ._, .vp_w, .movsxb, .dst0x, .src0q, ._, ._ }, |
| 6623 | .{ ._, .vp_w, .movsxb, .tmp0x, .src1q, ._, ._ }, |
| 6624 | .{ ._, .vp_w, .mull, .dst0x, .dst0x, .tmp0x, ._ }, |
| 6625 | .{ ._, .vp_b, .ackssw, .dst0x, .dst0x, .dst0x, ._ }, |
| 6626 | } }, |
| 6627 | }, .{ |
| 6628 | .required_features = .{ .sse4_1, null, null, null }, |
| 6629 | .src_constraints = .{ |
| 6630 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6631 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6414 | 6632 | .any, |
| 6415 | 6633 | }, |
| 6416 | 6634 | .patterns = &.{ |
| 6635 | .{ .src = .{ .mem, .mem, .none } }, |
| 6636 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 6637 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 6417 | 6638 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6418 | 6639 | }, |
| 6419 | 6640 | .extra_temps = .{ |
| 6420 | | .{ .type = .f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6641 | .{ .type = .vector_8_i16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6642 | .unused, |
| 6643 | .unused, |
| 6421 | 6644 | .unused, |
| 6422 | 6645 | .unused, |
| 6423 | 6646 | .unused, |
| ... | ... | @@ -6429,24 +6652,25 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6429 | 6652 | }, |
| 6430 | 6653 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6431 | 6654 | .each = .{ .once = &.{ |
| 6432 | | .{ ._, .v_ps, .cvtph2, .dst0x, .src0q, ._, ._ }, |
| 6433 | | .{ ._, .v_ps, .cvtph2, .tmp0x, .src1q, ._, ._ }, |
| 6434 | | .{ ._, .v_ss, .mul, .dst0x, .dst0x, .tmp0d, ._ }, |
| 6435 | | .{ ._, .v_, .cvtps2ph, .dst0q, .dst0x, .rm(.{}), ._ }, |
| 6655 | .{ ._, .p_w, .movsxb, .dst0x, .src0q, ._, ._ }, |
| 6656 | .{ ._, .p_w, .movsxb, .tmp0x, .src1q, ._, ._ }, |
| 6657 | .{ ._, .p_w, .mull, .dst0x, .tmp0x, ._, ._ }, |
| 6658 | .{ ._, .p_b, .ackssw, .dst0x, .dst0x, ._, ._ }, |
| 6436 | 6659 | } }, |
| 6437 | 6660 | }, .{ |
| 6438 | | .required_features = .{ .sse, null, null, null }, |
| 6661 | .required_features = .{ .sse2, null, null, null }, |
| 6439 | 6662 | .src_constraints = .{ |
| 6440 | | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 6441 | | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 6663 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6664 | .{ .scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6442 | 6665 | .any, |
| 6443 | 6666 | }, |
| 6444 | 6667 | .patterns = &.{ |
| 6445 | | .{ .src = .{ .{ .to_reg = .xmm0 }, .{ .to_reg = .xmm1 }, .none } }, |
| 6668 | .{ .src = .{ .to_mut_sse, .to_mut_sse, .none } }, |
| 6446 | 6669 | }, |
| 6447 | | .call_frame = .{ .alignment = .@"16" }, |
| 6448 | 6670 | .extra_temps = .{ |
| 6449 | | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 6671 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6672 | .unused, |
| 6673 | .unused, |
| 6450 | 6674 | .unused, |
| 6451 | 6675 | .unused, |
| 6452 | 6676 | .unused, |
| ... | ... | @@ -6457,15 +6681,21 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6457 | 6681 | .unused, |
| 6458 | 6682 | }, |
| 6459 | 6683 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 6460 | | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 6461 | 6684 | .each = .{ .once = &.{ |
| 6462 | | .{ ._, ._, .call, .tmp0d, ._, ._, ._ }, |
| 6685 | .{ ._, .p_, .xor, .tmp0x, .tmp0x, ._, ._ }, |
| 6686 | .{ ._, .p_b, .cmpgt, .tmp0x, .src0x, ._, ._ }, |
| 6687 | .{ ._, .p_, .unpcklbw, .dst0x, .tmp0x, ._, ._ }, |
| 6688 | .{ ._, .p_, .xor, .tmp0x, .tmp0x, ._, ._ }, |
| 6689 | .{ ._, .p_b, .cmpgt, .tmp0x, .src1x, ._, ._ }, |
| 6690 | .{ ._, .p_, .unpcklbw, .src1x, .tmp0x, ._, ._ }, |
| 6691 | .{ ._, .p_w, .mull, .dst0x, .src1x, ._, ._ }, |
| 6692 | .{ ._, .p_b, .ackssw, .dst0x, .dst0x, ._, ._ }, |
| 6463 | 6693 | } }, |
| 6464 | 6694 | }, .{ |
| 6465 | | .required_features = .{ .f16c, null, null, null }, |
| 6695 | .required_features = .{ .avx2, null, null, null }, |
| 6466 | 6696 | .src_constraints = .{ |
| 6467 | | .{ .scalar_float = .{ .of = .qword, .is = .word } }, |
| 6468 | | .{ .scalar_float = .{ .of = .qword, .is = .word } }, |
| 6697 | .{ .scalar_signed_int = .{ .of = .xword, .is = .byte } }, |
| 6698 | .{ .scalar_signed_int = .{ .of = .xword, .is = .byte } }, |
| 6469 | 6699 | .any, |
| 6470 | 6700 | }, |
| 6471 | 6701 | .patterns = &.{ |
| ... | ... | @@ -6475,7 +6705,9 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6475 | 6705 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6476 | 6706 | }, |
| 6477 | 6707 | .extra_temps = .{ |
| 6478 | | .{ .type = .vector_4_f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6708 | .{ .type = .vector_16_i16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6709 | .unused, |
| 6710 | .unused, |
| 6479 | 6711 | .unused, |
| 6480 | 6712 | .unused, |
| 6481 | 6713 | .unused, |
| ... | ... | @@ -6487,16 +6719,17 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6487 | 6719 | }, |
| 6488 | 6720 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6489 | 6721 | .each = .{ .once = &.{ |
| 6490 | | .{ ._, .v_ps, .cvtph2, .dst0x, .src0q, ._, ._ }, |
| 6491 | | .{ ._, .v_ps, .cvtph2, .tmp0x, .src1q, ._, ._ }, |
| 6492 | | .{ ._, .v_ps, .mul, .dst0x, .dst0x, .tmp0x, ._ }, |
| 6493 | | .{ ._, .v_, .cvtps2ph, .dst0q, .dst0x, .rm(.{}), ._ }, |
| 6722 | .{ ._, .vp_w, .movsxb, .dst0y, .src0x, ._, ._ }, |
| 6723 | .{ ._, .vp_w, .movsxb, .tmp0y, .src1x, ._, ._ }, |
| 6724 | .{ ._, .vp_w, .mull, .dst0y, .dst0y, .tmp0y, ._ }, |
| 6725 | .{ ._, .vp_b, .ackssw, .dst0y, .dst0y, .dst0y, ._ }, |
| 6726 | .{ ._, .v_q, .perm, .dst0y, .dst0y, .ui(0b10_00_10_00), ._ }, |
| 6494 | 6727 | } }, |
| 6495 | 6728 | }, .{ |
| 6496 | | .required_features = .{ .f16c, null, null, null }, |
| 6729 | .required_features = .{ .avx, null, null, null }, |
| 6497 | 6730 | .src_constraints = .{ |
| 6498 | | .{ .scalar_float = .{ .of = .xword, .is = .word } }, |
| 6499 | | .{ .scalar_float = .{ .of = .xword, .is = .word } }, |
| 6731 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6732 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6500 | 6733 | .any, |
| 6501 | 6734 | }, |
| 6502 | 6735 | .patterns = &.{ |
| ... | ... | @@ -6506,7 +6739,9 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6506 | 6739 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6507 | 6740 | }, |
| 6508 | 6741 | .extra_temps = .{ |
| 6509 | | .{ .type = .vector_8_f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6742 | .{ .type = .vector_8_u16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6743 | .unused, |
| 6744 | .unused, |
| 6510 | 6745 | .unused, |
| 6511 | 6746 | .unused, |
| 6512 | 6747 | .unused, |
| ... | ... | @@ -6518,16 +6753,114 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6518 | 6753 | }, |
| 6519 | 6754 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6520 | 6755 | .each = .{ .once = &.{ |
| 6521 | | .{ ._, .v_ps, .cvtph2, .dst0y, .src0x, ._, ._ }, |
| 6522 | | .{ ._, .v_ps, .cvtph2, .tmp0y, .src1x, ._, ._ }, |
| 6523 | | .{ ._, .v_ps, .mul, .dst0y, .dst0y, .tmp0y, ._ }, |
| 6524 | | .{ ._, .v_, .cvtps2ph, .dst0x, .dst0y, .rm(.{}), ._ }, |
| 6756 | .{ ._, .vp_w, .movzxb, .dst0x, .src0q, ._, ._ }, |
| 6757 | .{ ._, .vp_w, .movzxb, .tmp0x, .src1q, ._, ._ }, |
| 6758 | .{ ._, .vp_w, .mull, .dst0x, .dst0x, .tmp0x, ._ }, |
| 6759 | .{ ._, .vp_b, .ackusw, .dst0x, .dst0x, .dst0x, ._ }, |
| 6525 | 6760 | } }, |
| 6526 | 6761 | }, .{ |
| 6527 | | .required_features = .{ .f16c, null, null, null }, |
| 6762 | .required_features = .{ .sse4_1, null, null, null }, |
| 6528 | 6763 | .src_constraints = .{ |
| 6529 | | .{ .multiple_scalar_float = .{ .of = .xword, .is = .word } }, |
| 6530 | | .{ .multiple_scalar_float = .{ .of = .xword, .is = .word } }, |
| 6764 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6765 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6766 | .any, |
| 6767 | }, |
| 6768 | .patterns = &.{ |
| 6769 | .{ .src = .{ .mem, .mem, .none } }, |
| 6770 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 6771 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 6772 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6773 | }, |
| 6774 | .extra_temps = .{ |
| 6775 | .{ .type = .vector_8_u16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6776 | .unused, |
| 6777 | .unused, |
| 6778 | .unused, |
| 6779 | .unused, |
| 6780 | .unused, |
| 6781 | .unused, |
| 6782 | .unused, |
| 6783 | .unused, |
| 6784 | .unused, |
| 6785 | .unused, |
| 6786 | }, |
| 6787 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6788 | .each = .{ .once = &.{ |
| 6789 | .{ ._, .p_w, .movzxb, .dst0x, .src0q, ._, ._ }, |
| 6790 | .{ ._, .p_w, .movzxb, .tmp0x, .src1q, ._, ._ }, |
| 6791 | .{ ._, .p_w, .mull, .dst0x, .tmp0x, ._, ._ }, |
| 6792 | .{ ._, .p_b, .ackusw, .dst0x, .dst0x, ._, ._ }, |
| 6793 | } }, |
| 6794 | }, .{ |
| 6795 | .required_features = .{ .sse2, null, null, null }, |
| 6796 | .src_constraints = .{ |
| 6797 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6798 | .{ .scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 6799 | .any, |
| 6800 | }, |
| 6801 | .patterns = &.{ |
| 6802 | .{ .src = .{ .to_mut_sse, .to_mut_sse, .none } }, |
| 6803 | }, |
| 6804 | .extra_temps = .{ |
| 6805 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 6806 | .unused, |
| 6807 | .unused, |
| 6808 | .unused, |
| 6809 | .unused, |
| 6810 | .unused, |
| 6811 | .unused, |
| 6812 | .unused, |
| 6813 | .unused, |
| 6814 | .unused, |
| 6815 | .unused, |
| 6816 | }, |
| 6817 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 6818 | .each = .{ .once = &.{ |
| 6819 | .{ ._, .p_, .xor, .tmp0x, .tmp0x, ._, ._ }, |
| 6820 | .{ ._, .p_, .unpcklbw, .dst0x, .tmp0x, ._, ._ }, |
| 6821 | .{ ._, .p_, .unpcklbw, .src1x, .tmp0x, ._, ._ }, |
| 6822 | .{ ._, .p_w, .mull, .dst0x, .src1x, ._, ._ }, |
| 6823 | .{ ._, .p_b, .ackusw, .dst0x, .dst0x, ._, ._ }, |
| 6824 | } }, |
| 6825 | }, .{ |
| 6826 | .required_features = .{ .avx2, null, null, null }, |
| 6827 | .src_constraints = .{ |
| 6828 | .{ .scalar_unsigned_int = .{ .of = .xword, .is = .byte } }, |
| 6829 | .{ .scalar_unsigned_int = .{ .of = .xword, .is = .byte } }, |
| 6830 | .any, |
| 6831 | }, |
| 6832 | .patterns = &.{ |
| 6833 | .{ .src = .{ .mem, .mem, .none } }, |
| 6834 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 6835 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 6836 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 6837 | }, |
| 6838 | .extra_temps = .{ |
| 6839 | .{ .type = .vector_16_u16, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 6840 | .unused, |
| 6841 | .unused, |
| 6842 | .unused, |
| 6843 | .unused, |
| 6844 | .unused, |
| 6845 | .unused, |
| 6846 | .unused, |
| 6847 | .unused, |
| 6848 | .unused, |
| 6849 | .unused, |
| 6850 | }, |
| 6851 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 6852 | .each = .{ .once = &.{ |
| 6853 | .{ ._, .vp_w, .movzxb, .dst0y, .src0x, ._, ._ }, |
| 6854 | .{ ._, .vp_w, .movzxb, .tmp0y, .src1x, ._, ._ }, |
| 6855 | .{ ._, .vp_w, .mull, .dst0y, .dst0y, .tmp0y, ._ }, |
| 6856 | .{ ._, .vp_b, .ackusw, .dst0y, .dst0y, .dst0y, ._ }, |
| 6857 | .{ ._, .v_q, .perm, .dst0y, .dst0y, .ui(0b10_00_10_00), ._ }, |
| 6858 | } }, |
| 6859 | }, .{ |
| 6860 | .required_features = .{ .avx2, null, null, null }, |
| 6861 | .src_constraints = .{ |
| 6862 | .{ .multiple_scalar_signed_int = .{ .of = .xword, .is = .byte } }, |
| 6863 | .{ .multiple_scalar_signed_int = .{ .of = .xword, .is = .byte } }, |
| 6531 | 6864 | .any, |
| 6532 | 6865 | }, |
| 6533 | 6866 | .patterns = &.{ |
| ... | ... | @@ -6535,8 +6868,10 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6535 | 6868 | }, |
| 6536 | 6869 | .extra_temps = .{ |
| 6537 | 6870 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 6538 | | .{ .type = .vector_8_f32, .kind = .{ .rc = .sse } }, |
| 6539 | | .{ .type = .vector_8_f32, .kind = .{ .rc = .sse } }, |
| 6871 | .{ .type = .vector_16_i16, .kind = .{ .rc = .sse } }, |
| 6872 | .{ .type = .vector_16_i16, .kind = .{ .rc = .sse } }, |
| 6873 | .unused, |
| 6874 | .unused, |
| 6540 | 6875 | .unused, |
| 6541 | 6876 | .unused, |
| 6542 | 6877 | .unused, |
| ... | ... | @@ -6548,29 +6883,32 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6548 | 6883 | .clobbers = .{ .eflags = true }, |
| 6549 | 6884 | .each = .{ .once = &.{ |
| 6550 | 6885 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 6551 | | .{ .@"0:", .v_ps, .cvtph2, .tmp1y, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6552 | | .{ ._, .v_ps, .cvtph2, .tmp2y, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6553 | | .{ ._, .v_ps, .mul, .tmp1y, .tmp1y, .tmp2y, ._ }, |
| 6554 | | .{ ._, .v_, .cvtps2ph, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1y, .rm(.{}), ._ }, |
| 6886 | .{ .@"0:", .vp_w, .movsxb, .tmp1y, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6887 | .{ ._, .vp_w, .movsxb, .tmp2y, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6888 | .{ ._, .vp_w, .mull, .tmp1y, .tmp1y, .tmp2y, ._ }, |
| 6889 | .{ ._, .vp_b, .ackssw, .tmp1y, .tmp1y, .tmp1y, ._ }, |
| 6890 | .{ ._, .v_q, .perm, .tmp1y, .tmp1y, .ui(0b10_00_10_00), ._ }, |
| 6891 | .{ ._, .v_dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 6555 | 6892 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 6556 | 6893 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 6557 | 6894 | } }, |
| 6558 | 6895 | }, .{ |
| 6559 | 6896 | .required_features = .{ .avx, null, null, null }, |
| 6560 | 6897 | .src_constraints = .{ |
| 6561 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6562 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6898 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6899 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6563 | 6900 | .any, |
| 6564 | 6901 | }, |
| 6565 | 6902 | .patterns = &.{ |
| 6566 | 6903 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 6567 | 6904 | }, |
| 6568 | | .call_frame = .{ .alignment = .@"16" }, |
| 6569 | 6905 | .extra_temps = .{ |
| 6570 | 6906 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 6571 | | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 6572 | | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 6573 | | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 6907 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6908 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6909 | .unused, |
| 6910 | .unused, |
| 6911 | .unused, |
| 6574 | 6912 | .unused, |
| 6575 | 6913 | .unused, |
| 6576 | 6914 | .unused, |
| ... | ... | @@ -6578,33 +6916,34 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6578 | 6916 | .unused, |
| 6579 | 6917 | }, |
| 6580 | 6918 | .dst_temps = .{ .mem, .unused }, |
| 6581 | | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 6919 | .clobbers = .{ .eflags = true }, |
| 6582 | 6920 | .each = .{ .once = &.{ |
| 6583 | 6921 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 6584 | | .{ .@"0:", .vp_, .xor, .tmp2x, .tmp2x, .tmp2x, ._ }, |
| 6585 | | .{ ._, .vp_w, .insr, .tmp1x, .tmp2x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0) }, |
| 6586 | | .{ ._, .vp_w, .insr, .tmp2x, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0) }, |
| 6587 | | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 6588 | | .{ ._, .vp_w, .extr, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1x, .ui(0), ._ }, |
| 6589 | | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 6922 | .{ .@"0:", .vp_w, .movsxb, .tmp1x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6923 | .{ ._, .vp_w, .movsxb, .tmp2x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6924 | .{ ._, .vp_w, .mull, .tmp1x, .tmp1x, .tmp2x, ._ }, |
| 6925 | .{ ._, .vp_b, .ackssw, .tmp1x, .tmp1x, .tmp1x, ._ }, |
| 6926 | .{ ._, .v_q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 6927 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 6590 | 6928 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 6591 | 6929 | } }, |
| 6592 | 6930 | }, .{ |
| 6593 | 6931 | .required_features = .{ .sse4_1, null, null, null }, |
| 6594 | 6932 | .src_constraints = .{ |
| 6595 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6596 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6933 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6934 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6597 | 6935 | .any, |
| 6598 | 6936 | }, |
| 6599 | 6937 | .patterns = &.{ |
| 6600 | 6938 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 6601 | 6939 | }, |
| 6602 | | .call_frame = .{ .alignment = .@"16" }, |
| 6603 | 6940 | .extra_temps = .{ |
| 6604 | 6941 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 6605 | | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 6606 | | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 6607 | | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 6942 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6943 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6944 | .unused, |
| 6945 | .unused, |
| 6946 | .unused, |
| 6608 | 6947 | .unused, |
| 6609 | 6948 | .unused, |
| 6610 | 6949 | .unused, |
| ... | ... | @@ -6612,108 +6951,1350 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6612 | 6951 | .unused, |
| 6613 | 6952 | }, |
| 6614 | 6953 | .dst_temps = .{ .mem, .unused }, |
| 6615 | | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 6954 | .clobbers = .{ .eflags = true }, |
| 6616 | 6955 | .each = .{ .once = &.{ |
| 6617 | 6956 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 6618 | | .{ .@"0:", .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 6619 | | .{ ._, .p_, .xor, .tmp2x, .tmp2x, ._, ._ }, |
| 6620 | | .{ ._, .p_w, .insr, .tmp1x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 6621 | | .{ ._, .p_w, .insr, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 6622 | | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 6623 | | .{ ._, .p_w, .extr, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1x, .ui(0), ._ }, |
| 6624 | | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 6957 | .{ .@"0:", .p_w, .movsxb, .tmp1x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6958 | .{ ._, .p_w, .movsxb, .tmp2x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6959 | .{ ._, .p_w, .mull, .tmp1x, .tmp2x, ._, ._ }, |
| 6960 | .{ ._, .p_b, .ackssw, .tmp1x, .tmp1x, ._, ._ }, |
| 6961 | .{ ._, ._q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 6962 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 6625 | 6963 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 6626 | 6964 | } }, |
| 6627 | 6965 | }, .{ |
| 6628 | 6966 | .required_features = .{ .sse2, null, null, null }, |
| 6629 | 6967 | .src_constraints = .{ |
| 6630 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6631 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6968 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6969 | .{ .multiple_scalar_signed_int = .{ .of = .qword, .is = .byte } }, |
| 6632 | 6970 | .any, |
| 6633 | 6971 | }, |
| 6634 | 6972 | .patterns = &.{ |
| 6635 | 6973 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 6636 | 6974 | }, |
| 6637 | | .call_frame = .{ .alignment = .@"16" }, |
| 6638 | 6975 | .extra_temps = .{ |
| 6639 | 6976 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 6640 | | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 6641 | | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 6642 | | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 6643 | | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 6977 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6978 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6979 | .{ .type = .vector_8_i16, .kind = .{ .rc = .sse } }, |
| 6980 | .unused, |
| 6981 | .unused, |
| 6982 | .unused, |
| 6644 | 6983 | .unused, |
| 6645 | 6984 | .unused, |
| 6646 | 6985 | .unused, |
| 6647 | 6986 | .unused, |
| 6648 | 6987 | }, |
| 6649 | 6988 | .dst_temps = .{ .mem, .unused }, |
| 6650 | | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 6989 | .clobbers = .{ .eflags = true }, |
| 6651 | 6990 | .each = .{ .once = &.{ |
| 6652 | 6991 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 6653 | 6992 | .{ .@"0:", .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 6654 | | .{ ._, .p_, .xor, .tmp2x, .tmp2x, ._, ._ }, |
| 6655 | | .{ ._, .p_w, .insr, .tmp1x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 6656 | | .{ ._, .p_w, .insr, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 6657 | | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 6658 | | .{ ._, .p_w, .extr, .tmp4d, .tmp1x, .ui(0), ._ }, |
| 6659 | | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp4w, ._, ._ }, |
| 6660 | | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 6993 | .{ ._, ._q, .mov, .tmp2x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6994 | .{ ._, .p_b, .cmpgt, .tmp1x, .tmp2x, ._, ._ }, |
| 6995 | .{ ._, .p_, .unpcklbw, .tmp2x, .tmp1x, ._, ._ }, |
| 6996 | .{ ._, .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 6997 | .{ ._, ._q, .mov, .tmp3x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6998 | .{ ._, .p_b, .cmpgt, .tmp1x, .tmp3x, ._, ._ }, |
| 6999 | .{ ._, .p_, .unpcklbw, .tmp3x, .tmp1x, ._, ._ }, |
| 7000 | .{ ._, .p_w, .mull, .tmp2x, .tmp3x, ._, ._ }, |
| 7001 | .{ ._, .p_b, .ackssw, .tmp2x, .tmp2x, ._, ._ }, |
| 7002 | .{ ._, ._q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp2x, ._, ._ }, |
| 7003 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 6661 | 7004 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 6662 | 7005 | } }, |
| 6663 | 7006 | }, .{ |
| 6664 | | .required_features = .{ .sse, null, null, null }, |
| 7007 | .required_features = .{ .slow_incdec, null, null, null }, |
| 6665 | 7008 | .src_constraints = .{ |
| 6666 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 6667 | | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 7009 | .{ .multiple_scalar_signed_int = .{ .of = .byte, .is = .byte } }, |
| 7010 | .{ .multiple_scalar_signed_int = .{ .of = .byte, .is = .byte } }, |
| 6668 | 7011 | .any, |
| 6669 | 7012 | }, |
| 6670 | 7013 | .patterns = &.{ |
| 6671 | 7014 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 6672 | 7015 | }, |
| 6673 | | .call_frame = .{ .alignment = .@"16" }, |
| 6674 | 7016 | .extra_temps = .{ |
| 6675 | 7017 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 6676 | | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 6677 | | .{ .type = .f32, .kind = .mem }, |
| 6678 | | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 6679 | | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 6680 | | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 7018 | .{ .type = .i8, .kind = .{ .reg = .al } }, |
| 7019 | .unused, |
| 7020 | .unused, |
| 7021 | .unused, |
| 7022 | .unused, |
| 7023 | .unused, |
| 7024 | .unused, |
| 6681 | 7025 | .unused, |
| 6682 | 7026 | .unused, |
| 6683 | 7027 | .unused, |
| 6684 | 7028 | }, |
| 6685 | 7029 | .dst_temps = .{ .mem, .unused }, |
| 6686 | | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 7030 | .clobbers = .{ .eflags = true }, |
| 6687 | 7031 | .each = .{ .once = &.{ |
| 6688 | 7032 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 6689 | | .{ .@"0:", ._, .movzx, .tmp1d, .memia(.src0w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6690 | | .{ ._, ._, .mov, .mem(.tmp2d), .tmp1d, ._, ._ }, |
| 6691 | | .{ ._, ._ss, .mov, .tmp3x, .mem(.tmp2d), ._, ._ }, |
| 6692 | | .{ ._, ._, .movzx, .tmp1d, .memia(.src1w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 6693 | | .{ ._, ._, .mov, .mem(.tmp2d), .tmp1d, ._, ._ }, |
| 6694 | | .{ ._, ._ss, .mov, .tmp4x, .mem(.tmp2d), ._, ._ }, |
| 6695 | | .{ ._, ._, .call, .tmp5d, ._, ._, ._ }, |
| 6696 | | .{ ._, ._ss, .mov, .mem(.tmp2d), .tmp3x, ._, ._ }, |
| 6697 | | .{ ._, ._, .mov, .tmp1d, .mem(.tmp2d), ._, ._ }, |
| 6698 | | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1w, ._, ._ }, |
| 6699 | | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 7033 | .{ .@"0:", ._, .movsx, .tmp1d, .memia(.src0b, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7034 | .{ ._, .i_, .mul, .memia(.src1b, .tmp0, .add_unaligned_size), ._, ._, ._ }, |
| 7035 | .{ ._, ._, .mov, .memia(.dst0b, .tmp0, .add_unaligned_size), .tmp1b, ._, ._ }, |
| 7036 | .{ ._, ._, .add, .tmp0p, .si(1), ._, ._ }, |
| 6700 | 7037 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 6701 | 7038 | } }, |
| 6702 | 7039 | }, .{ |
| 6703 | | .required_features = .{ .avx, null, null, null }, |
| 6704 | 7040 | .src_constraints = .{ |
| 6705 | | .{ .scalar_float = .{ .of = .dword, .is = .dword } }, |
| 6706 | | .{ .scalar_float = .{ .of = .dword, .is = .dword } }, |
| 7041 | .{ .multiple_scalar_signed_int = .{ .of = .byte, .is = .byte } }, |
| 7042 | .{ .multiple_scalar_signed_int = .{ .of = .byte, .is = .byte } }, |
| 6707 | 7043 | .any, |
| 6708 | 7044 | }, |
| 6709 | 7045 | .patterns = &.{ |
| 6710 | | .{ .src = .{ .to_sse, .mem, .none } }, |
| 6711 | | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 6712 | | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7046 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 6713 | 7047 | }, |
| 6714 | | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7048 | .extra_temps = .{ |
| 7049 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7050 | .{ .type = .i8, .kind = .{ .reg = .al } }, |
| 7051 | .unused, |
| 7052 | .unused, |
| 7053 | .unused, |
| 7054 | .unused, |
| 7055 | .unused, |
| 7056 | .unused, |
| 7057 | .unused, |
| 7058 | .unused, |
| 7059 | .unused, |
| 7060 | }, |
| 7061 | .dst_temps = .{ .mem, .unused }, |
| 7062 | .clobbers = .{ .eflags = true }, |
| 6715 | 7063 | .each = .{ .once = &.{ |
| 6716 | | .{ ._, .v_ss, .mul, .dst0x, .src0x, .src1d, ._ }, |
| 7064 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7065 | .{ .@"0:", ._, .movsx, .tmp1d, .memia(.src0b, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7066 | .{ ._, .i_, .mul, .memia(.src1b, .tmp0, .add_unaligned_size), ._, ._, ._ }, |
| 7067 | .{ ._, ._, .mov, .memia(.dst0b, .tmp0, .add_unaligned_size), .tmp1b, ._, ._ }, |
| 7068 | .{ ._, ._c, .in, .tmp0p, ._, ._, ._ }, |
| 7069 | .{ ._, ._nz, .j, .@"0b", ._, ._, ._ }, |
| 7070 | } }, |
| 7071 | }, .{ |
| 7072 | .required_features = .{ .avx2, null, null, null }, |
| 7073 | .src_constraints = .{ |
| 7074 | .{ .multiple_scalar_unsigned_int = .{ .of = .xword, .is = .byte } }, |
| 7075 | .{ .multiple_scalar_unsigned_int = .{ .of = .xword, .is = .byte } }, |
| 7076 | .any, |
| 7077 | }, |
| 7078 | .patterns = &.{ |
| 7079 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7080 | }, |
| 7081 | .extra_temps = .{ |
| 7082 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7083 | .{ .type = .vector_16_u16, .kind = .{ .rc = .sse } }, |
| 7084 | .{ .type = .vector_16_u16, .kind = .{ .rc = .sse } }, |
| 7085 | .unused, |
| 7086 | .unused, |
| 7087 | .unused, |
| 7088 | .unused, |
| 7089 | .unused, |
| 7090 | .unused, |
| 7091 | .unused, |
| 7092 | .unused, |
| 7093 | }, |
| 7094 | .dst_temps = .{ .mem, .unused }, |
| 7095 | .clobbers = .{ .eflags = true }, |
| 7096 | .each = .{ .once = &.{ |
| 7097 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7098 | .{ .@"0:", .vp_w, .movzxb, .tmp1y, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7099 | .{ ._, .vp_w, .movzxb, .tmp2y, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7100 | .{ ._, .vp_w, .mull, .tmp1y, .tmp1y, .tmp2y, ._ }, |
| 7101 | .{ ._, .vp_b, .ackusw, .tmp1y, .tmp1y, .tmp1y, ._ }, |
| 7102 | .{ ._, .v_q, .perm, .tmp1y, .tmp1y, .ui(0b10_00_10_00), ._ }, |
| 7103 | .{ ._, .v_dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7104 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 7105 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7106 | } }, |
| 7107 | }, .{ |
| 7108 | .required_features = .{ .avx, null, null, null }, |
| 7109 | .src_constraints = .{ |
| 7110 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7111 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7112 | .any, |
| 7113 | }, |
| 7114 | .patterns = &.{ |
| 7115 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7116 | }, |
| 7117 | .extra_temps = .{ |
| 7118 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7119 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7120 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7121 | .unused, |
| 7122 | .unused, |
| 7123 | .unused, |
| 7124 | .unused, |
| 7125 | .unused, |
| 7126 | .unused, |
| 7127 | .unused, |
| 7128 | .unused, |
| 7129 | }, |
| 7130 | .dst_temps = .{ .mem, .unused }, |
| 7131 | .clobbers = .{ .eflags = true }, |
| 7132 | .each = .{ .once = &.{ |
| 7133 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7134 | .{ .@"0:", .vp_w, .movzxb, .tmp1x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7135 | .{ ._, .vp_w, .movzxb, .tmp2x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7136 | .{ ._, .vp_w, .mull, .tmp1x, .tmp1x, .tmp2x, ._ }, |
| 7137 | .{ ._, .vp_b, .ackusw, .tmp1x, .tmp1x, .tmp1x, ._ }, |
| 7138 | .{ ._, .v_q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7139 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 7140 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7141 | } }, |
| 7142 | }, .{ |
| 7143 | .required_features = .{ .sse4_1, null, null, null }, |
| 7144 | .src_constraints = .{ |
| 7145 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7146 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7147 | .any, |
| 7148 | }, |
| 7149 | .patterns = &.{ |
| 7150 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7151 | }, |
| 7152 | .extra_temps = .{ |
| 7153 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7154 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7155 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7156 | .unused, |
| 7157 | .unused, |
| 7158 | .unused, |
| 7159 | .unused, |
| 7160 | .unused, |
| 7161 | .unused, |
| 7162 | .unused, |
| 7163 | .unused, |
| 7164 | }, |
| 7165 | .dst_temps = .{ .mem, .unused }, |
| 7166 | .clobbers = .{ .eflags = true }, |
| 7167 | .each = .{ .once = &.{ |
| 7168 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7169 | .{ .@"0:", .p_w, .movzxb, .tmp1x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7170 | .{ ._, .p_w, .movzxb, .tmp2x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7171 | .{ ._, .p_w, .mull, .tmp1x, .tmp2x, ._, ._ }, |
| 7172 | .{ ._, .p_b, .ackusw, .tmp1x, .tmp1x, ._, ._ }, |
| 7173 | .{ ._, ._q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7174 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 7175 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7176 | } }, |
| 7177 | }, .{ |
| 7178 | .required_features = .{ .sse2, null, null, null }, |
| 7179 | .src_constraints = .{ |
| 7180 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7181 | .{ .multiple_scalar_unsigned_int = .{ .of = .qword, .is = .byte } }, |
| 7182 | .any, |
| 7183 | }, |
| 7184 | .patterns = &.{ |
| 7185 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7186 | }, |
| 7187 | .extra_temps = .{ |
| 7188 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7189 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7190 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7191 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7192 | .unused, |
| 7193 | .unused, |
| 7194 | .unused, |
| 7195 | .unused, |
| 7196 | .unused, |
| 7197 | .unused, |
| 7198 | .unused, |
| 7199 | }, |
| 7200 | .dst_temps = .{ .mem, .unused }, |
| 7201 | .clobbers = .{ .eflags = true }, |
| 7202 | .each = .{ .once = &.{ |
| 7203 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7204 | .{ .@"0:", .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 7205 | .{ ._, ._q, .mov, .tmp2x, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7206 | .{ ._, .p_, .unpcklbw, .tmp2x, .tmp1x, ._, ._ }, |
| 7207 | .{ ._, ._q, .mov, .tmp3x, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7208 | .{ ._, .p_, .unpcklbw, .tmp3x, .tmp1x, ._, ._ }, |
| 7209 | .{ ._, .p_w, .mull, .tmp2x, .tmp3x, ._, ._ }, |
| 7210 | .{ ._, .p_b, .ackusw, .tmp2x, .tmp2x, ._, ._ }, |
| 7211 | .{ ._, ._q, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp2x, ._, ._ }, |
| 7212 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 7213 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7214 | } }, |
| 7215 | }, .{ |
| 7216 | .required_features = .{ .slow_incdec, null, null, null }, |
| 7217 | .src_constraints = .{ |
| 7218 | .{ .multiple_scalar_unsigned_int = .{ .of = .byte, .is = .byte } }, |
| 7219 | .{ .multiple_scalar_unsigned_int = .{ .of = .byte, .is = .byte } }, |
| 7220 | .any, |
| 7221 | }, |
| 7222 | .patterns = &.{ |
| 7223 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7224 | }, |
| 7225 | .extra_temps = .{ |
| 7226 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7227 | .{ .type = .u8, .kind = .{ .reg = .al } }, |
| 7228 | .unused, |
| 7229 | .unused, |
| 7230 | .unused, |
| 7231 | .unused, |
| 7232 | .unused, |
| 7233 | .unused, |
| 7234 | .unused, |
| 7235 | .unused, |
| 7236 | .unused, |
| 7237 | }, |
| 7238 | .dst_temps = .{ .mem, .unused }, |
| 7239 | .clobbers = .{ .eflags = true }, |
| 7240 | .each = .{ .once = &.{ |
| 7241 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7242 | .{ .@"0:", ._, .movzx, .tmp1d, .memia(.src0b, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7243 | .{ ._, ._, .mul, .memia(.src1b, .tmp0, .add_unaligned_size), ._, ._, ._ }, |
| 7244 | .{ ._, ._, .mov, .memia(.dst0b, .tmp0, .add_unaligned_size), .tmp1b, ._, ._ }, |
| 7245 | .{ ._, ._, .add, .tmp0p, .si(1), ._, ._ }, |
| 7246 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7247 | } }, |
| 7248 | }, .{ |
| 7249 | .src_constraints = .{ |
| 7250 | .{ .multiple_scalar_unsigned_int = .{ .of = .byte, .is = .byte } }, |
| 7251 | .{ .multiple_scalar_unsigned_int = .{ .of = .byte, .is = .byte } }, |
| 7252 | .any, |
| 7253 | }, |
| 7254 | .patterns = &.{ |
| 7255 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7256 | }, |
| 7257 | .extra_temps = .{ |
| 7258 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7259 | .{ .type = .u8, .kind = .{ .reg = .al } }, |
| 7260 | .unused, |
| 7261 | .unused, |
| 7262 | .unused, |
| 7263 | .unused, |
| 7264 | .unused, |
| 7265 | .unused, |
| 7266 | .unused, |
| 7267 | .unused, |
| 7268 | .unused, |
| 7269 | }, |
| 7270 | .dst_temps = .{ .mem, .unused }, |
| 7271 | .clobbers = .{ .eflags = true }, |
| 7272 | .each = .{ .once = &.{ |
| 7273 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7274 | .{ .@"0:", ._, .movzx, .tmp1d, .memia(.src0b, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7275 | .{ ._, ._, .mul, .memia(.src1b, .tmp0, .add_unaligned_size), ._, ._, ._ }, |
| 7276 | .{ ._, ._, .mov, .memia(.dst0b, .tmp0, .add_unaligned_size), .tmp1b, ._, ._ }, |
| 7277 | .{ ._, ._c, .in, .tmp0p, ._, ._, ._ }, |
| 7278 | .{ ._, ._nz, .j, .@"0b", ._, ._, ._ }, |
| 7279 | } }, |
| 7280 | }, .{ |
| 7281 | .required_features = .{ .avx, null, null, null }, |
| 7282 | .src_constraints = .{ |
| 7283 | .{ .scalar_int = .{ .of = .xword, .is = .word } }, |
| 7284 | .{ .scalar_int = .{ .of = .xword, .is = .word } }, |
| 7285 | .any, |
| 7286 | }, |
| 7287 | .patterns = &.{ |
| 7288 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 7289 | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 7290 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7291 | }, |
| 7292 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7293 | .each = .{ .once = &.{ |
| 7294 | .{ ._, .vp_w, .mull, .dst0x, .src0x, .src1x, ._ }, |
| 7295 | } }, |
| 7296 | }, .{ |
| 7297 | .required_features = .{ .sse2, null, null, null }, |
| 7298 | .src_constraints = .{ |
| 7299 | .{ .scalar_int = .{ .of = .xword, .is = .word } }, |
| 7300 | .{ .scalar_int = .{ .of = .xword, .is = .word } }, |
| 7301 | .any, |
| 7302 | }, |
| 7303 | .patterns = &.{ |
| 7304 | .{ .src = .{ .to_mut_sse, .mem, .none } }, |
| 7305 | .{ .src = .{ .mem, .to_mut_sse, .none }, .commute = .{ 0, 1 } }, |
| 7306 | .{ .src = .{ .to_mut_sse, .to_sse, .none } }, |
| 7307 | }, |
| 7308 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 7309 | .each = .{ .once = &.{ |
| 7310 | .{ ._, .p_w, .mull, .dst0x, .src1x, ._, ._ }, |
| 7311 | } }, |
| 7312 | }, .{ |
| 7313 | .required_features = .{ .avx2, null, null, null }, |
| 7314 | .src_constraints = .{ |
| 7315 | .{ .scalar_int = .{ .of = .yword, .is = .word } }, |
| 7316 | .{ .scalar_int = .{ .of = .yword, .is = .word } }, |
| 7317 | .any, |
| 7318 | }, |
| 7319 | .patterns = &.{ |
| 7320 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 7321 | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 7322 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7323 | }, |
| 7324 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7325 | .each = .{ .once = &.{ |
| 7326 | .{ ._, .vp_w, .mull, .dst0y, .src0y, .src1y, ._ }, |
| 7327 | } }, |
| 7328 | }, .{ |
| 7329 | .required_features = .{ .avx2, null, null, null }, |
| 7330 | .src_constraints = .{ |
| 7331 | .{ .multiple_scalar_int = .{ .of = .yword, .is = .word } }, |
| 7332 | .{ .multiple_scalar_int = .{ .of = .yword, .is = .word } }, |
| 7333 | .any, |
| 7334 | }, |
| 7335 | .patterns = &.{ |
| 7336 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7337 | }, |
| 7338 | .extra_temps = .{ |
| 7339 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7340 | .{ .type = .vector_16_u16, .kind = .{ .rc = .sse } }, |
| 7341 | .unused, |
| 7342 | .unused, |
| 7343 | .unused, |
| 7344 | .unused, |
| 7345 | .unused, |
| 7346 | .unused, |
| 7347 | .unused, |
| 7348 | .unused, |
| 7349 | .unused, |
| 7350 | }, |
| 7351 | .dst_temps = .{ .mem, .unused }, |
| 7352 | .clobbers = .{ .eflags = true }, |
| 7353 | .each = .{ .once = &.{ |
| 7354 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7355 | .{ .@"0:", .v_dqa, .mov, .tmp1y, .memia(.src0y, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7356 | .{ ._, .vp_w, .mull, .tmp1y, .tmp1y, .memia(.src1y, .tmp0, .add_unaligned_size), ._ }, |
| 7357 | .{ ._, .v_dqa, .mov, .memia(.dst0y, .tmp0, .add_unaligned_size), .tmp1y, ._, ._ }, |
| 7358 | .{ ._, ._, .add, .tmp0p, .si(32), ._, ._ }, |
| 7359 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7360 | } }, |
| 7361 | }, .{ |
| 7362 | .required_features = .{ .avx, null, null, null }, |
| 7363 | .src_constraints = .{ |
| 7364 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .word } }, |
| 7365 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .word } }, |
| 7366 | .any, |
| 7367 | }, |
| 7368 | .patterns = &.{ |
| 7369 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7370 | }, |
| 7371 | .extra_temps = .{ |
| 7372 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7373 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7374 | .unused, |
| 7375 | .unused, |
| 7376 | .unused, |
| 7377 | .unused, |
| 7378 | .unused, |
| 7379 | .unused, |
| 7380 | .unused, |
| 7381 | .unused, |
| 7382 | .unused, |
| 7383 | }, |
| 7384 | .dst_temps = .{ .mem, .unused }, |
| 7385 | .clobbers = .{ .eflags = true }, |
| 7386 | .each = .{ .once = &.{ |
| 7387 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7388 | .{ .@"0:", .v_dqa, .mov, .tmp1x, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7389 | .{ ._, .vp_w, .mull, .tmp1x, .tmp1x, .memia(.src1x, .tmp0, .add_unaligned_size), ._ }, |
| 7390 | .{ ._, .v_dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7391 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 7392 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7393 | } }, |
| 7394 | }, .{ |
| 7395 | .required_features = .{ .sse2, null, null, null }, |
| 7396 | .src_constraints = .{ |
| 7397 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .word } }, |
| 7398 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .word } }, |
| 7399 | .any, |
| 7400 | }, |
| 7401 | .patterns = &.{ |
| 7402 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7403 | }, |
| 7404 | .extra_temps = .{ |
| 7405 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7406 | .{ .type = .vector_8_u16, .kind = .{ .rc = .sse } }, |
| 7407 | .unused, |
| 7408 | .unused, |
| 7409 | .unused, |
| 7410 | .unused, |
| 7411 | .unused, |
| 7412 | .unused, |
| 7413 | .unused, |
| 7414 | .unused, |
| 7415 | .unused, |
| 7416 | }, |
| 7417 | .dst_temps = .{ .mem, .unused }, |
| 7418 | .clobbers = .{ .eflags = true }, |
| 7419 | .each = .{ .once = &.{ |
| 7420 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7421 | .{ .@"0:", ._dqa, .mov, .tmp1x, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7422 | .{ ._, .p_w, .mull, .tmp1x, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7423 | .{ ._, ._dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7424 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 7425 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7426 | } }, |
| 7427 | }, .{ |
| 7428 | .src_constraints = .{ |
| 7429 | .{ .multiple_scalar_signed_int = .{ .of = .word, .is = .word } }, |
| 7430 | .{ .multiple_scalar_signed_int = .{ .of = .word, .is = .word } }, |
| 7431 | .any, |
| 7432 | }, |
| 7433 | .patterns = &.{ |
| 7434 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7435 | }, |
| 7436 | .extra_temps = .{ |
| 7437 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7438 | .{ .type = .i16, .kind = .{ .rc = .general_purpose } }, |
| 7439 | .unused, |
| 7440 | .unused, |
| 7441 | .unused, |
| 7442 | .unused, |
| 7443 | .unused, |
| 7444 | .unused, |
| 7445 | .unused, |
| 7446 | .unused, |
| 7447 | .unused, |
| 7448 | }, |
| 7449 | .dst_temps = .{ .mem, .unused }, |
| 7450 | .clobbers = .{ .eflags = true }, |
| 7451 | .each = .{ .once = &.{ |
| 7452 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7453 | .{ .@"0:", ._, .movsx, .tmp1d, .memia(.src0w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7454 | .{ ._, .i_, .mul, .tmp1w, .memia(.src1w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7455 | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1w, ._, ._ }, |
| 7456 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 7457 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7458 | } }, |
| 7459 | }, .{ |
| 7460 | .src_constraints = .{ |
| 7461 | .{ .multiple_scalar_unsigned_int = .{ .of = .word, .is = .word } }, |
| 7462 | .{ .multiple_scalar_unsigned_int = .{ .of = .word, .is = .word } }, |
| 7463 | .any, |
| 7464 | }, |
| 7465 | .patterns = &.{ |
| 7466 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7467 | }, |
| 7468 | .extra_temps = .{ |
| 7469 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7470 | .{ .type = .u16, .kind = .{ .rc = .general_purpose } }, |
| 7471 | .unused, |
| 7472 | .unused, |
| 7473 | .unused, |
| 7474 | .unused, |
| 7475 | .unused, |
| 7476 | .unused, |
| 7477 | .unused, |
| 7478 | .unused, |
| 7479 | .unused, |
| 7480 | }, |
| 7481 | .dst_temps = .{ .mem, .unused }, |
| 7482 | .clobbers = .{ .eflags = true }, |
| 7483 | .each = .{ .once = &.{ |
| 7484 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7485 | .{ .@"0:", ._, .movzx, .tmp1d, .memia(.src0w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7486 | .{ ._, .i_, .mul, .tmp1w, .memia(.src1w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7487 | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1w, ._, ._ }, |
| 7488 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 7489 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7490 | } }, |
| 7491 | }, .{ |
| 7492 | .required_features = .{ .avx, null, null, null }, |
| 7493 | .src_constraints = .{ |
| 7494 | .{ .scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7495 | .{ .scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7496 | .any, |
| 7497 | }, |
| 7498 | .patterns = &.{ |
| 7499 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 7500 | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 7501 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7502 | }, |
| 7503 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7504 | .each = .{ .once = &.{ |
| 7505 | .{ ._, .vp_d, .mull, .dst0x, .src0x, .src1x, ._ }, |
| 7506 | } }, |
| 7507 | }, .{ |
| 7508 | .required_features = .{ .sse4_1, null, null, null }, |
| 7509 | .src_constraints = .{ |
| 7510 | .{ .scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7511 | .{ .scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7512 | .any, |
| 7513 | }, |
| 7514 | .patterns = &.{ |
| 7515 | .{ .src = .{ .to_mut_sse, .mem, .none } }, |
| 7516 | .{ .src = .{ .mem, .to_mut_sse, .none }, .commute = .{ 0, 1 } }, |
| 7517 | .{ .src = .{ .to_mut_sse, .to_sse, .none } }, |
| 7518 | }, |
| 7519 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 7520 | .each = .{ .once = &.{ |
| 7521 | .{ ._, .p_d, .mull, .dst0x, .src1x, ._, ._ }, |
| 7522 | } }, |
| 7523 | }, .{ |
| 7524 | .required_features = .{ .avx2, null, null, null }, |
| 7525 | .src_constraints = .{ |
| 7526 | .{ .scalar_int = .{ .of = .yword, .is = .dword } }, |
| 7527 | .{ .scalar_int = .{ .of = .yword, .is = .dword } }, |
| 7528 | .any, |
| 7529 | }, |
| 7530 | .patterns = &.{ |
| 7531 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 7532 | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 7533 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7534 | }, |
| 7535 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7536 | .each = .{ .once = &.{ |
| 7537 | .{ ._, .vp_d, .mull, .dst0y, .src0y, .src1y, ._ }, |
| 7538 | } }, |
| 7539 | }, .{ |
| 7540 | .required_features = .{ .avx2, null, null, null }, |
| 7541 | .src_constraints = .{ |
| 7542 | .{ .multiple_scalar_int = .{ .of = .yword, .is = .dword } }, |
| 7543 | .{ .multiple_scalar_int = .{ .of = .yword, .is = .dword } }, |
| 7544 | .any, |
| 7545 | }, |
| 7546 | .patterns = &.{ |
| 7547 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7548 | }, |
| 7549 | .extra_temps = .{ |
| 7550 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7551 | .{ .type = .vector_8_u32, .kind = .{ .rc = .sse } }, |
| 7552 | .unused, |
| 7553 | .unused, |
| 7554 | .unused, |
| 7555 | .unused, |
| 7556 | .unused, |
| 7557 | .unused, |
| 7558 | .unused, |
| 7559 | .unused, |
| 7560 | .unused, |
| 7561 | }, |
| 7562 | .dst_temps = .{ .mem, .unused }, |
| 7563 | .clobbers = .{ .eflags = true }, |
| 7564 | .each = .{ .once = &.{ |
| 7565 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7566 | .{ .@"0:", .v_dqa, .mov, .tmp1y, .memia(.src0y, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7567 | .{ ._, .vp_d, .mull, .tmp1y, .tmp1y, .memia(.src1y, .tmp0, .add_unaligned_size), ._ }, |
| 7568 | .{ ._, .v_dqa, .mov, .memia(.dst0y, .tmp0, .add_unaligned_size), .tmp1y, ._, ._ }, |
| 7569 | .{ ._, ._, .add, .tmp0p, .si(32), ._, ._ }, |
| 7570 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7571 | } }, |
| 7572 | }, .{ |
| 7573 | .required_features = .{ .avx, null, null, null }, |
| 7574 | .src_constraints = .{ |
| 7575 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7576 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7577 | .any, |
| 7578 | }, |
| 7579 | .patterns = &.{ |
| 7580 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7581 | }, |
| 7582 | .extra_temps = .{ |
| 7583 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7584 | .{ .type = .vector_4_u32, .kind = .{ .rc = .sse } }, |
| 7585 | .unused, |
| 7586 | .unused, |
| 7587 | .unused, |
| 7588 | .unused, |
| 7589 | .unused, |
| 7590 | .unused, |
| 7591 | .unused, |
| 7592 | .unused, |
| 7593 | .unused, |
| 7594 | }, |
| 7595 | .dst_temps = .{ .mem, .unused }, |
| 7596 | .clobbers = .{ .eflags = true }, |
| 7597 | .each = .{ .once = &.{ |
| 7598 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7599 | .{ .@"0:", .v_dqa, .mov, .tmp1x, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7600 | .{ ._, .vp_d, .mull, .tmp1x, .tmp1x, .memia(.src1x, .tmp0, .add_unaligned_size), ._ }, |
| 7601 | .{ ._, .v_dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7602 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 7603 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7604 | } }, |
| 7605 | }, .{ |
| 7606 | .required_features = .{ .sse4_1, null, null, null }, |
| 7607 | .src_constraints = .{ |
| 7608 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7609 | .{ .multiple_scalar_int = .{ .of = .xword, .is = .dword } }, |
| 7610 | .any, |
| 7611 | }, |
| 7612 | .patterns = &.{ |
| 7613 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7614 | }, |
| 7615 | .extra_temps = .{ |
| 7616 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7617 | .{ .type = .vector_4_u32, .kind = .{ .rc = .sse } }, |
| 7618 | .unused, |
| 7619 | .unused, |
| 7620 | .unused, |
| 7621 | .unused, |
| 7622 | .unused, |
| 7623 | .unused, |
| 7624 | .unused, |
| 7625 | .unused, |
| 7626 | .unused, |
| 7627 | }, |
| 7628 | .dst_temps = .{ .mem, .unused }, |
| 7629 | .clobbers = .{ .eflags = true }, |
| 7630 | .each = .{ .once = &.{ |
| 7631 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7632 | .{ .@"0:", ._dqa, .mov, .tmp1x, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7633 | .{ ._, .p_d, .mull, .tmp1x, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7634 | .{ ._, ._dqa, .mov, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1x, ._, ._ }, |
| 7635 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 7636 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7637 | } }, |
| 7638 | }, .{ |
| 7639 | .src_constraints = .{ |
| 7640 | .{ .multiple_scalar_int = .{ .of = .dword, .is = .dword } }, |
| 7641 | .{ .multiple_scalar_int = .{ .of = .dword, .is = .dword } }, |
| 7642 | .any, |
| 7643 | }, |
| 7644 | .patterns = &.{ |
| 7645 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7646 | }, |
| 7647 | .extra_temps = .{ |
| 7648 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7649 | .{ .type = .u32, .kind = .{ .rc = .general_purpose } }, |
| 7650 | .unused, |
| 7651 | .unused, |
| 7652 | .unused, |
| 7653 | .unused, |
| 7654 | .unused, |
| 7655 | .unused, |
| 7656 | .unused, |
| 7657 | .unused, |
| 7658 | .unused, |
| 7659 | }, |
| 7660 | .dst_temps = .{ .mem, .unused }, |
| 7661 | .clobbers = .{ .eflags = true }, |
| 7662 | .each = .{ .once = &.{ |
| 7663 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7664 | .{ .@"0:", ._, .mov, .tmp1d, .memia(.src0d, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7665 | .{ ._, .i_, .mul, .tmp1d, .memia(.src1d, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7666 | .{ ._, ._, .mov, .memia(.dst0d, .tmp0, .add_unaligned_size), .tmp1d, ._, ._ }, |
| 7667 | .{ ._, ._, .add, .tmp0p, .si(4), ._, ._ }, |
| 7668 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7669 | } }, |
| 7670 | }, .{ |
| 7671 | .required_features = .{ .@"64bit", null, null, null }, |
| 7672 | .src_constraints = .{ |
| 7673 | .{ .multiple_scalar_int = .{ .of = .qword, .is = .qword } }, |
| 7674 | .{ .multiple_scalar_int = .{ .of = .qword, .is = .qword } }, |
| 7675 | .any, |
| 7676 | }, |
| 7677 | .patterns = &.{ |
| 7678 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7679 | }, |
| 7680 | .extra_temps = .{ |
| 7681 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7682 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7683 | .unused, |
| 7684 | .unused, |
| 7685 | .unused, |
| 7686 | .unused, |
| 7687 | .unused, |
| 7688 | .unused, |
| 7689 | .unused, |
| 7690 | .unused, |
| 7691 | .unused, |
| 7692 | }, |
| 7693 | .dst_temps = .{ .mem, .unused }, |
| 7694 | .clobbers = .{ .eflags = true }, |
| 7695 | .each = .{ .once = &.{ |
| 7696 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 7697 | .{ .@"0:", ._, .mov, .tmp1q, .memia(.src0q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7698 | .{ ._, .i_, .mul, .tmp1q, .memia(.src1q, .tmp0, .add_unaligned_size), ._, ._ }, |
| 7699 | .{ ._, ._, .mov, .memia(.dst0q, .tmp0, .add_unaligned_size), .tmp1q, ._, ._ }, |
| 7700 | .{ ._, ._, .add, .tmp0p, .si(8), ._, ._ }, |
| 7701 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7702 | } }, |
| 7703 | }, .{ |
| 7704 | .required_features = .{ .@"64bit", .bmi2, .adx, null }, |
| 7705 | .src_constraints = .{ |
| 7706 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7707 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7708 | .any, |
| 7709 | }, |
| 7710 | .patterns = &.{ |
| 7711 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7712 | }, |
| 7713 | .extra_temps = .{ |
| 7714 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7715 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7716 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7717 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7718 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7719 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 7720 | .{ .type = .isize, .kind = .{ .reg = .rcx } }, |
| 7721 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7722 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7723 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7724 | .unused, |
| 7725 | }, |
| 7726 | .dst_temps = .{ .mem, .unused }, |
| 7727 | .clobbers = .{ .eflags = true }, |
| 7728 | .each = .{ .once = &.{ |
| 7729 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_size), ._, ._ }, |
| 7730 | .{ .@"0:", ._, .lea, .tmp1p, .memia(.src0, .tmp0, .add_size), ._, ._ }, |
| 7731 | .{ ._, ._, .lea, .tmp2p, .memia(.src1, .tmp0, .add_size), ._, ._ }, |
| 7732 | .{ ._, ._, .lea, .tmp3p, .memia(.dst0, .tmp0, .add_size), ._, ._ }, |
| 7733 | .{ ._, ._, .mov, .tmp4d, .sia(-8, .src0, .add_elem_size), ._, ._ }, |
| 7734 | .{ .@"1:", ._, .xor, .tmp5d, .tmp5d, ._, ._ }, |
| 7735 | .{ ._, ._, .@"or", .tmp5q, .leai(.tmp1q, .tmp4), ._, ._ }, |
| 7736 | .{ ._, ._z, .j, .@"3f", ._, ._, ._ }, |
| 7737 | .{ ._, ._, .lea, .tmp6p, .leaad(.tmp4, .sub_src0_elem_size, 8), ._, ._ }, |
| 7738 | .{ ._, ._, .xor, .tmp7d, .tmp7d, ._, ._ }, |
| 7739 | .{ .@"2:", ._x, .mul, .tmp9q, .tmp8q, .leai(.tmp2q, .tmp6), ._ }, |
| 7740 | .{ ._, ._x, .adc, .tmp8q, .tmp7q, ._, ._ }, |
| 7741 | .{ ._, ._, .mov, .leaiad(.tmp3q, .tmp6, .add_dst0_elem_size, -8), .tmp8q, ._, ._ }, |
| 7742 | .{ ._, ._rcxz, .j, .@"2f", ._, ._, ._ }, |
| 7743 | .{ ._, ._x, .ado, .tmp9q, .leaia(.tmp3q, .tmp6, .add_dst0_elem_size), ._, ._ }, |
| 7744 | .{ ._, ._, .mov, .tmp7q, .tmp9q, ._, ._ }, |
| 7745 | .{ ._, ._, .lea, .tmp6p, .lead(.tmp6, 8), ._, ._ }, |
| 7746 | .{ ._, ._mp, .j, .@"2b", ._, ._, ._ }, |
| 7747 | .{ .@"3:", ._, .mov, .leai(.tmp3q, .tmp4), .tmp5q, ._, ._ }, |
| 7748 | .{ .@"2:", ._, .lea, .tmp2p, .lead(.tmp2, 8), ._, ._ }, |
| 7749 | .{ ._, ._, .sub, .tmp4d, .si(8), ._, ._ }, |
| 7750 | .{ ._, ._ae, .j, .@"1b", ._, ._, ._ }, |
| 7751 | .{ ._, ._, .add, .tmp0p, .sa(.src0, .add_elem_size), ._, ._ }, |
| 7752 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7753 | } }, |
| 7754 | }, .{ |
| 7755 | .required_features = .{ .@"64bit", .bmi2, .slow_incdec, null }, |
| 7756 | .src_constraints = .{ |
| 7757 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7758 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7759 | .any, |
| 7760 | }, |
| 7761 | .patterns = &.{ |
| 7762 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7763 | }, |
| 7764 | .extra_temps = .{ |
| 7765 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7766 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7767 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7768 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7769 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7770 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7771 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 7772 | .{ .type = .u8, .kind = .{ .rc = .general_purpose } }, |
| 7773 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7774 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7775 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7776 | }, |
| 7777 | .dst_temps = .{ .mem, .unused }, |
| 7778 | .clobbers = .{ .eflags = true }, |
| 7779 | .each = .{ .once = &.{ |
| 7780 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_size), ._, ._ }, |
| 7781 | .{ .@"0:", ._, .lea, .tmp1p, .memia(.src0, .tmp0, .add_size), ._, ._ }, |
| 7782 | .{ ._, ._, .lea, .tmp2p, .memiad(.src1, .tmp0, .add_size, 8), ._, ._ }, |
| 7783 | .{ ._, ._, .lea, .tmp3p, .memia(.dst0, .tmp0, .add_size), ._, ._ }, |
| 7784 | .{ ._, ._, .mov, .tmp4d, .sia(-1, .src0, .add_elem_size_div_8), ._, ._ }, |
| 7785 | .{ .@"1:", ._, .lea, .tmp5p, .leaa(.tmp4, .sub_src0_elem_size_div_8), ._, ._ }, |
| 7786 | .{ ._, ._, .xor, .tmp6d, .tmp6d, ._, ._ }, |
| 7787 | .{ ._, ._, .xor, .tmp7d, .tmp7d, ._, ._ }, |
| 7788 | .{ ._, ._, .xor, .tmp8d, .tmp8d, ._, ._ }, |
| 7789 | .{ ._, ._, .@"or", .tmp6q, .leasi(.tmp1q, .@"8", .tmp4), ._, ._ }, |
| 7790 | .{ ._, ._nz, .j, .@"3f", ._, ._, ._ }, |
| 7791 | .{ ._, ._, .mov, .leasi(.tmp3q, .@"8", .tmp4), .tmp6q, ._, ._ }, |
| 7792 | .{ ._, ._mp, .j, .@"4f", ._, ._, ._ }, |
| 7793 | .{ .@"2:", ._, .adc, .tmp10q, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), ._, ._ }, |
| 7794 | .{ ._, ._, .adc, .tmp7b, .si(0), ._, ._ }, |
| 7795 | .{ ._, ._, .mov, .tmp8q, .tmp10q, ._, ._ }, |
| 7796 | .{ ._, ._l, .sh, .tmp7b, .ui(4), ._, ._ }, |
| 7797 | .{ .@"3:", ._x, .mul, .tmp10q, .tmp9q, .leasi(.tmp2q, .@"8", .tmp5), ._ }, |
| 7798 | .{ ._, ._, .adc, .tmp9q, .tmp8q, ._, ._ }, |
| 7799 | .{ ._, ._, .mov, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), .tmp9q, ._, ._ }, |
| 7800 | .{ ._, ._c, .in, .tmp5p, ._, ._, ._ }, |
| 7801 | .{ ._, ._nz, .j, .@"2b", ._, ._, ._ }, |
| 7802 | .{ .@"4:", ._, .lea, .tmp2p, .lead(.tmp2, 8), ._, ._ }, |
| 7803 | .{ ._, ._, .sub, .tmp4d, .si(1), ._, ._ }, |
| 7804 | .{ ._, ._ae, .j, .@"1b", ._, ._, ._ }, |
| 7805 | .{ ._, ._, .add, .tmp0p, .sa(.src0, .add_elem_size), ._, ._ }, |
| 7806 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7807 | } }, |
| 7808 | }, .{ |
| 7809 | .required_features = .{ .@"64bit", .bmi2, null, null }, |
| 7810 | .src_constraints = .{ |
| 7811 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7812 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7813 | .any, |
| 7814 | }, |
| 7815 | .patterns = &.{ |
| 7816 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7817 | }, |
| 7818 | .extra_temps = .{ |
| 7819 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7820 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7821 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7822 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7823 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7824 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7825 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 7826 | .{ .type = .u8, .kind = .{ .rc = .general_purpose } }, |
| 7827 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7828 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7829 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7830 | }, |
| 7831 | .dst_temps = .{ .mem, .unused }, |
| 7832 | .clobbers = .{ .eflags = true }, |
| 7833 | .each = .{ .once = &.{ |
| 7834 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_size), ._, ._ }, |
| 7835 | .{ .@"0:", ._, .lea, .tmp1p, .memia(.src0, .tmp0, .add_size), ._, ._ }, |
| 7836 | .{ ._, ._, .lea, .tmp2p, .memiad(.src1, .tmp0, .add_size, 8), ._, ._ }, |
| 7837 | .{ ._, ._, .lea, .tmp3p, .memia(.dst0, .tmp0, .add_size), ._, ._ }, |
| 7838 | .{ ._, ._, .mov, .tmp4d, .sia(-1, .src0, .add_elem_size_div_8), ._, ._ }, |
| 7839 | .{ .@"1:", ._, .lea, .tmp5p, .leaa(.tmp4, .sub_src0_elem_size_div_8), ._, ._ }, |
| 7840 | .{ ._, ._, .xor, .tmp6d, .tmp6d, ._, ._ }, |
| 7841 | .{ ._, ._, .xor, .tmp7d, .tmp7d, ._, ._ }, |
| 7842 | .{ ._, ._, .xor, .tmp8d, .tmp8d, ._, ._ }, |
| 7843 | .{ ._, ._, .@"or", .tmp6q, .leasi(.tmp1q, .@"8", .tmp4), ._, ._ }, |
| 7844 | .{ ._, ._nz, .j, .@"3f", ._, ._, ._ }, |
| 7845 | .{ ._, ._, .mov, .leasi(.tmp3q, .@"8", .tmp4), .tmp6q, ._, ._ }, |
| 7846 | .{ ._, ._mp, .j, .@"4f", ._, ._, ._ }, |
| 7847 | .{ .@"2:", ._, .adc, .tmp10q, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), ._, ._ }, |
| 7848 | .{ ._, ._, .adc, .tmp7b, .si(0), ._, ._ }, |
| 7849 | .{ ._, ._, .mov, .tmp8q, .tmp10q, ._, ._ }, |
| 7850 | .{ ._, ._l, .sh, .tmp7b, .ui(4), ._, ._ }, |
| 7851 | .{ .@"3:", ._x, .mul, .tmp10q, .tmp9q, .leasi(.tmp2q, .@"8", .tmp5), ._ }, |
| 7852 | .{ ._, ._, .adc, .tmp9q, .tmp8q, ._, ._ }, |
| 7853 | .{ ._, ._, .mov, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), .tmp9q, ._, ._ }, |
| 7854 | .{ ._, ._c, .in, .tmp5p, ._, ._, ._ }, |
| 7855 | .{ ._, ._nz, .j, .@"2b", ._, ._, ._ }, |
| 7856 | .{ .@"4:", ._, .lea, .tmp2p, .lead(.tmp2, 8), ._, ._ }, |
| 7857 | .{ ._, ._c, .de, .tmp4d, ._, ._, ._ }, |
| 7858 | .{ ._, ._ns, .j, .@"1b", ._, ._, ._ }, |
| 7859 | .{ ._, ._, .add, .tmp0p, .sa(.src0, .add_elem_size), ._, ._ }, |
| 7860 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7861 | } }, |
| 7862 | }, .{ |
| 7863 | .required_features = .{ .@"64bit", .slow_incdec, null, null }, |
| 7864 | .src_constraints = .{ |
| 7865 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7866 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7867 | .any, |
| 7868 | }, |
| 7869 | .patterns = &.{ |
| 7870 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7871 | }, |
| 7872 | .extra_temps = .{ |
| 7873 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7874 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7875 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7876 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7877 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7878 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7879 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7880 | .{ .type = .u8, .kind = .{ .rc = .general_purpose } }, |
| 7881 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7882 | .{ .type = .u64, .kind = .{ .reg = .rax } }, |
| 7883 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 7884 | }, |
| 7885 | .dst_temps = .{ .mem, .unused }, |
| 7886 | .clobbers = .{ .eflags = true }, |
| 7887 | .each = .{ .once = &.{ |
| 7888 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_size), ._, ._ }, |
| 7889 | .{ .@"0:", ._, .lea, .tmp1p, .memia(.src0, .tmp0, .add_size), ._, ._ }, |
| 7890 | .{ ._, ._, .lea, .tmp2p, .memiad(.src1, .tmp0, .add_size, 8), ._, ._ }, |
| 7891 | .{ ._, ._, .lea, .tmp3p, .memia(.dst0, .tmp0, .add_size), ._, ._ }, |
| 7892 | .{ ._, ._, .mov, .tmp4d, .sia(-1, .src0, .add_elem_size_div_8), ._, ._ }, |
| 7893 | .{ .@"1:", ._, .lea, .tmp5p, .leaa(.tmp4, .sub_src0_elem_size_div_8), ._, ._ }, |
| 7894 | .{ ._, ._, .xor, .tmp6d, .tmp6d, ._, ._ }, |
| 7895 | .{ ._, ._, .xor, .tmp7d, .tmp7d, ._, ._ }, |
| 7896 | .{ ._, ._, .xor, .tmp8d, .tmp8d, ._, ._ }, |
| 7897 | .{ ._, ._, .@"or", .tmp6q, .leasi(.tmp1q, .@"8", .tmp4), ._, ._ }, |
| 7898 | .{ ._, ._nz, .j, .@"3f", ._, ._, ._ }, |
| 7899 | .{ ._, ._, .mov, .leasi(.tmp3q, .@"8", .tmp4), .tmp6q, ._, ._ }, |
| 7900 | .{ ._, ._mp, .j, .@"4f", ._, ._, ._ }, |
| 7901 | .{ .@"2:", ._, .adc, .tmp10q, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), ._, ._ }, |
| 7902 | .{ ._, ._, .adc, .tmp7b, .si(0), ._, ._ }, |
| 7903 | .{ ._, ._, .mov, .tmp8q, .tmp10q, ._, ._ }, |
| 7904 | .{ .@"3:", ._, .mov, .tmp9q, .tmp6q, ._, ._ }, |
| 7905 | .{ ._, ._, .mul, .leasi(.tmp2q, .@"8", .tmp5), ._, ._, ._ }, |
| 7906 | .{ ._, ._l, .sh, .tmp7b, .ui(4), ._, ._ }, |
| 7907 | .{ ._, ._, .adc, .tmp9q, .tmp8q, ._, ._ }, |
| 7908 | .{ ._, ._, .mov, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), .tmp9q, ._, ._ }, |
| 7909 | .{ ._, ._c, .in, .tmp5p, ._, ._, ._ }, |
| 7910 | .{ ._, ._nz, .j, .@"2b", ._, ._, ._ }, |
| 7911 | .{ .@"4:", ._, .lea, .tmp2p, .lead(.tmp2, 8), ._, ._ }, |
| 7912 | .{ ._, ._, .sub, .tmp4d, .si(1), ._, ._ }, |
| 7913 | .{ ._, ._ae, .j, .@"1b", ._, ._, ._ }, |
| 7914 | .{ ._, ._, .add, .tmp0p, .sa(.src0, .add_elem_size), ._, ._ }, |
| 7915 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7916 | } }, |
| 7917 | }, .{ |
| 7918 | .required_features = .{ .@"64bit", null, null, null }, |
| 7919 | .src_constraints = .{ |
| 7920 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7921 | .{ .scalar_remainder_int = .{ .of = .qword, .is = .qword } }, |
| 7922 | .any, |
| 7923 | }, |
| 7924 | .patterns = &.{ |
| 7925 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 7926 | }, |
| 7927 | .extra_temps = .{ |
| 7928 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7929 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7930 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7931 | .{ .type = .usize, .kind = .{ .rc = .general_purpose } }, |
| 7932 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7933 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 7934 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7935 | .{ .type = .u8, .kind = .{ .rc = .general_purpose } }, |
| 7936 | .{ .type = .u64, .kind = .{ .rc = .general_purpose } }, |
| 7937 | .{ .type = .u64, .kind = .{ .reg = .rax } }, |
| 7938 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 7939 | }, |
| 7940 | .dst_temps = .{ .mem, .unused }, |
| 7941 | .clobbers = .{ .eflags = true }, |
| 7942 | .each = .{ .once = &.{ |
| 7943 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_size), ._, ._ }, |
| 7944 | .{ .@"0:", ._, .lea, .tmp1p, .memia(.src0, .tmp0, .add_size), ._, ._ }, |
| 7945 | .{ ._, ._, .lea, .tmp2p, .memiad(.src1, .tmp0, .add_size, 8), ._, ._ }, |
| 7946 | .{ ._, ._, .lea, .tmp3p, .memia(.dst0, .tmp0, .add_size), ._, ._ }, |
| 7947 | .{ ._, ._, .mov, .tmp4d, .sia(-1, .src0, .add_elem_size_div_8), ._, ._ }, |
| 7948 | .{ .@"1:", ._, .lea, .tmp5p, .leaa(.tmp4, .sub_src0_elem_size_div_8), ._, ._ }, |
| 7949 | .{ ._, ._, .xor, .tmp6d, .tmp6d, ._, ._ }, |
| 7950 | .{ ._, ._, .xor, .tmp7d, .tmp7d, ._, ._ }, |
| 7951 | .{ ._, ._, .xor, .tmp8d, .tmp8d, ._, ._ }, |
| 7952 | .{ ._, ._, .@"or", .tmp6q, .leasi(.tmp1q, .@"8", .tmp4), ._, ._ }, |
| 7953 | .{ ._, ._nz, .j, .@"3f", ._, ._, ._ }, |
| 7954 | .{ ._, ._, .mov, .leasi(.tmp3q, .@"8", .tmp4), .tmp6q, ._, ._ }, |
| 7955 | .{ ._, ._mp, .j, .@"4f", ._, ._, ._ }, |
| 7956 | .{ .@"2:", ._, .adc, .tmp10q, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), ._, ._ }, |
| 7957 | .{ ._, ._, .adc, .tmp7b, .si(0), ._, ._ }, |
| 7958 | .{ ._, ._, .mov, .tmp8q, .tmp10q, ._, ._ }, |
| 7959 | .{ .@"3:", ._, .mov, .tmp9q, .tmp6q, ._, ._ }, |
| 7960 | .{ ._, ._, .mul, .leasi(.tmp2q, .@"8", .tmp5), ._, ._, ._ }, |
| 7961 | .{ ._, ._l, .sh, .tmp7b, .ui(4), ._, ._ }, |
| 7962 | .{ ._, ._, .adc, .tmp9q, .tmp8q, ._, ._ }, |
| 7963 | .{ ._, ._, .mov, .leasia(.tmp3q, .@"8", .tmp5, .add_src0_elem_size), .tmp9q, ._, ._ }, |
| 7964 | .{ ._, ._c, .in, .tmp5p, ._, ._, ._ }, |
| 7965 | .{ ._, ._nz, .j, .@"2b", ._, ._, ._ }, |
| 7966 | .{ .@"4:", ._, .lea, .tmp2p, .lead(.tmp2, 8), ._, ._ }, |
| 7967 | .{ ._, ._c, .de, .tmp4d, ._, ._, ._ }, |
| 7968 | .{ ._, ._ns, .j, .@"1b", ._, ._, ._ }, |
| 7969 | .{ ._, ._, .add, .tmp0p, .sa(.src0, .add_elem_size), ._, ._ }, |
| 7970 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 7971 | } }, |
| 7972 | }, .{ |
| 7973 | .required_features = .{ .f16c, null, null, null }, |
| 7974 | .src_constraints = .{ |
| 7975 | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 7976 | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 7977 | .any, |
| 7978 | }, |
| 7979 | .patterns = &.{ |
| 7980 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 7981 | }, |
| 7982 | .extra_temps = .{ |
| 7983 | .{ .type = .f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 7984 | .unused, |
| 7985 | .unused, |
| 7986 | .unused, |
| 7987 | .unused, |
| 7988 | .unused, |
| 7989 | .unused, |
| 7990 | .unused, |
| 7991 | .unused, |
| 7992 | .unused, |
| 7993 | .unused, |
| 7994 | }, |
| 7995 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7996 | .each = .{ .once = &.{ |
| 7997 | .{ ._, .v_ps, .cvtph2, .dst0x, .src0q, ._, ._ }, |
| 7998 | .{ ._, .v_ps, .cvtph2, .tmp0x, .src1q, ._, ._ }, |
| 7999 | .{ ._, .v_ss, .mul, .dst0x, .dst0x, .tmp0d, ._ }, |
| 8000 | .{ ._, .v_, .cvtps2ph, .dst0q, .dst0x, .rm(.{}), ._ }, |
| 8001 | } }, |
| 8002 | }, .{ |
| 8003 | .required_features = .{ .sse, null, null, null }, |
| 8004 | .src_constraints = .{ |
| 8005 | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 8006 | .{ .scalar_float = .{ .of = .word, .is = .word } }, |
| 8007 | .any, |
| 8008 | }, |
| 8009 | .patterns = &.{ |
| 8010 | .{ .src = .{ .{ .to_reg = .xmm0 }, .{ .to_reg = .xmm1 }, .none } }, |
| 8011 | }, |
| 8012 | .call_frame = .{ .alignment = .@"16" }, |
| 8013 | .extra_temps = .{ |
| 8014 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 8015 | .unused, |
| 8016 | .unused, |
| 8017 | .unused, |
| 8018 | .unused, |
| 8019 | .unused, |
| 8020 | .unused, |
| 8021 | .unused, |
| 8022 | .unused, |
| 8023 | .unused, |
| 8024 | .unused, |
| 8025 | }, |
| 8026 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8027 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 8028 | .each = .{ .once = &.{ |
| 8029 | .{ ._, ._, .call, .tmp0d, ._, ._, ._ }, |
| 8030 | } }, |
| 8031 | }, .{ |
| 8032 | .required_features = .{ .f16c, null, null, null }, |
| 8033 | .src_constraints = .{ |
| 8034 | .{ .scalar_float = .{ .of = .qword, .is = .word } }, |
| 8035 | .{ .scalar_float = .{ .of = .qword, .is = .word } }, |
| 8036 | .any, |
| 8037 | }, |
| 8038 | .patterns = &.{ |
| 8039 | .{ .src = .{ .mem, .mem, .none } }, |
| 8040 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 8041 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 8042 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 8043 | }, |
| 8044 | .extra_temps = .{ |
| 8045 | .{ .type = .vector_4_f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 8046 | .unused, |
| 8047 | .unused, |
| 8048 | .unused, |
| 8049 | .unused, |
| 8050 | .unused, |
| 8051 | .unused, |
| 8052 | .unused, |
| 8053 | .unused, |
| 8054 | .unused, |
| 8055 | .unused, |
| 8056 | }, |
| 8057 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8058 | .each = .{ .once = &.{ |
| 8059 | .{ ._, .v_ps, .cvtph2, .dst0x, .src0q, ._, ._ }, |
| 8060 | .{ ._, .v_ps, .cvtph2, .tmp0x, .src1q, ._, ._ }, |
| 8061 | .{ ._, .v_ps, .mul, .dst0x, .dst0x, .tmp0x, ._ }, |
| 8062 | .{ ._, .v_, .cvtps2ph, .dst0q, .dst0x, .rm(.{}), ._ }, |
| 8063 | } }, |
| 8064 | }, .{ |
| 8065 | .required_features = .{ .f16c, null, null, null }, |
| 8066 | .src_constraints = .{ |
| 8067 | .{ .scalar_float = .{ .of = .xword, .is = .word } }, |
| 8068 | .{ .scalar_float = .{ .of = .xword, .is = .word } }, |
| 8069 | .any, |
| 8070 | }, |
| 8071 | .patterns = &.{ |
| 8072 | .{ .src = .{ .mem, .mem, .none } }, |
| 8073 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 8074 | .{ .src = .{ .mem, .to_sse, .none } }, |
| 8075 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 8076 | }, |
| 8077 | .extra_temps = .{ |
| 8078 | .{ .type = .vector_8_f32, .kind = .{ .mut_rc = .{ .ref = .src1, .rc = .sse } } }, |
| 8079 | .unused, |
| 8080 | .unused, |
| 8081 | .unused, |
| 8082 | .unused, |
| 8083 | .unused, |
| 8084 | .unused, |
| 8085 | .unused, |
| 8086 | .unused, |
| 8087 | .unused, |
| 8088 | .unused, |
| 8089 | }, |
| 8090 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8091 | .each = .{ .once = &.{ |
| 8092 | .{ ._, .v_ps, .cvtph2, .dst0y, .src0x, ._, ._ }, |
| 8093 | .{ ._, .v_ps, .cvtph2, .tmp0y, .src1x, ._, ._ }, |
| 8094 | .{ ._, .v_ps, .mul, .dst0y, .dst0y, .tmp0y, ._ }, |
| 8095 | .{ ._, .v_, .cvtps2ph, .dst0x, .dst0y, .rm(.{}), ._ }, |
| 8096 | } }, |
| 8097 | }, .{ |
| 8098 | .required_features = .{ .f16c, null, null, null }, |
| 8099 | .src_constraints = .{ |
| 8100 | .{ .multiple_scalar_float = .{ .of = .xword, .is = .word } }, |
| 8101 | .{ .multiple_scalar_float = .{ .of = .xword, .is = .word } }, |
| 8102 | .any, |
| 8103 | }, |
| 8104 | .patterns = &.{ |
| 8105 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 8106 | }, |
| 8107 | .extra_temps = .{ |
| 8108 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 8109 | .{ .type = .vector_8_f32, .kind = .{ .rc = .sse } }, |
| 8110 | .{ .type = .vector_8_f32, .kind = .{ .rc = .sse } }, |
| 8111 | .unused, |
| 8112 | .unused, |
| 8113 | .unused, |
| 8114 | .unused, |
| 8115 | .unused, |
| 8116 | .unused, |
| 8117 | .unused, |
| 8118 | .unused, |
| 8119 | }, |
| 8120 | .dst_temps = .{ .mem, .unused }, |
| 8121 | .clobbers = .{ .eflags = true }, |
| 8122 | .each = .{ .once = &.{ |
| 8123 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 8124 | .{ .@"0:", .v_ps, .cvtph2, .tmp1y, .memia(.src0x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 8125 | .{ ._, .v_ps, .cvtph2, .tmp2y, .memia(.src1x, .tmp0, .add_unaligned_size), ._, ._ }, |
| 8126 | .{ ._, .v_ps, .mul, .tmp1y, .tmp1y, .tmp2y, ._ }, |
| 8127 | .{ ._, .v_, .cvtps2ph, .memia(.dst0x, .tmp0, .add_unaligned_size), .tmp1y, .rm(.{}), ._ }, |
| 8128 | .{ ._, ._, .add, .tmp0p, .si(16), ._, ._ }, |
| 8129 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 8130 | } }, |
| 8131 | }, .{ |
| 8132 | .required_features = .{ .avx, null, null, null }, |
| 8133 | .src_constraints = .{ |
| 8134 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8135 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8136 | .any, |
| 8137 | }, |
| 8138 | .patterns = &.{ |
| 8139 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 8140 | }, |
| 8141 | .call_frame = .{ .alignment = .@"16" }, |
| 8142 | .extra_temps = .{ |
| 8143 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 8144 | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 8145 | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 8146 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 8147 | .unused, |
| 8148 | .unused, |
| 8149 | .unused, |
| 8150 | .unused, |
| 8151 | .unused, |
| 8152 | .unused, |
| 8153 | .unused, |
| 8154 | }, |
| 8155 | .dst_temps = .{ .mem, .unused }, |
| 8156 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 8157 | .each = .{ .once = &.{ |
| 8158 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 8159 | .{ .@"0:", .vp_, .xor, .tmp2x, .tmp2x, .tmp2x, ._ }, |
| 8160 | .{ ._, .vp_w, .insr, .tmp1x, .tmp2x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0) }, |
| 8161 | .{ ._, .vp_w, .insr, .tmp2x, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0) }, |
| 8162 | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 8163 | .{ ._, .vp_w, .extr, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1x, .ui(0), ._ }, |
| 8164 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 8165 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 8166 | } }, |
| 8167 | }, .{ |
| 8168 | .required_features = .{ .sse4_1, null, null, null }, |
| 8169 | .src_constraints = .{ |
| 8170 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8171 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8172 | .any, |
| 8173 | }, |
| 8174 | .patterns = &.{ |
| 8175 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 8176 | }, |
| 8177 | .call_frame = .{ .alignment = .@"16" }, |
| 8178 | .extra_temps = .{ |
| 8179 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 8180 | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 8181 | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 8182 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 8183 | .unused, |
| 8184 | .unused, |
| 8185 | .unused, |
| 8186 | .unused, |
| 8187 | .unused, |
| 8188 | .unused, |
| 8189 | .unused, |
| 8190 | }, |
| 8191 | .dst_temps = .{ .mem, .unused }, |
| 8192 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 8193 | .each = .{ .once = &.{ |
| 8194 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 8195 | .{ .@"0:", .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 8196 | .{ ._, .p_, .xor, .tmp2x, .tmp2x, ._, ._ }, |
| 8197 | .{ ._, .p_w, .insr, .tmp1x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 8198 | .{ ._, .p_w, .insr, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 8199 | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 8200 | .{ ._, .p_w, .extr, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1x, .ui(0), ._ }, |
| 8201 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 8202 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 8203 | } }, |
| 8204 | }, .{ |
| 8205 | .required_features = .{ .sse2, null, null, null }, |
| 8206 | .src_constraints = .{ |
| 8207 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8208 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8209 | .any, |
| 8210 | }, |
| 8211 | .patterns = &.{ |
| 8212 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 8213 | }, |
| 8214 | .call_frame = .{ .alignment = .@"16" }, |
| 8215 | .extra_temps = .{ |
| 8216 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 8217 | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 8218 | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 8219 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 8220 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 8221 | .unused, |
| 8222 | .unused, |
| 8223 | .unused, |
| 8224 | .unused, |
| 8225 | .unused, |
| 8226 | .unused, |
| 8227 | }, |
| 8228 | .dst_temps = .{ .mem, .unused }, |
| 8229 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 8230 | .each = .{ .once = &.{ |
| 8231 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 8232 | .{ .@"0:", .p_, .xor, .tmp1x, .tmp1x, ._, ._ }, |
| 8233 | .{ ._, .p_, .xor, .tmp2x, .tmp2x, ._, ._ }, |
| 8234 | .{ ._, .p_w, .insr, .tmp1x, .memia(.src0w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 8235 | .{ ._, .p_w, .insr, .tmp2x, .memia(.src1w, .tmp0, .add_unaligned_size), .ui(0), ._ }, |
| 8236 | .{ ._, ._, .call, .tmp3d, ._, ._, ._ }, |
| 8237 | .{ ._, .p_w, .extr, .tmp4d, .tmp1x, .ui(0), ._ }, |
| 8238 | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp4w, ._, ._ }, |
| 8239 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 8240 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 8241 | } }, |
| 8242 | }, .{ |
| 8243 | .required_features = .{ .sse, null, null, null }, |
| 8244 | .src_constraints = .{ |
| 8245 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8246 | .{ .multiple_scalar_float = .{ .of = .word, .is = .word } }, |
| 8247 | .any, |
| 8248 | }, |
| 8249 | .patterns = &.{ |
| 8250 | .{ .src = .{ .to_mem, .to_mem, .none } }, |
| 8251 | }, |
| 8252 | .call_frame = .{ .alignment = .@"16" }, |
| 8253 | .extra_temps = .{ |
| 8254 | .{ .type = .isize, .kind = .{ .rc = .general_purpose } }, |
| 8255 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 8256 | .{ .type = .f32, .kind = .mem }, |
| 8257 | .{ .type = .f16, .kind = .{ .reg = .xmm0 } }, |
| 8258 | .{ .type = .f16, .kind = .{ .reg = .xmm1 } }, |
| 8259 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__mulhf3" } } }, |
| 8260 | .unused, |
| 8261 | .unused, |
| 8262 | .unused, |
| 8263 | .unused, |
| 8264 | .unused, |
| 8265 | }, |
| 8266 | .dst_temps = .{ .mem, .unused }, |
| 8267 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| 8268 | .each = .{ .once = &.{ |
| 8269 | .{ ._, ._, .mov, .tmp0p, .sa(.src0, .sub_unaligned_size), ._, ._ }, |
| 8270 | .{ .@"0:", ._, .movzx, .tmp1d, .memia(.src0w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 8271 | .{ ._, ._, .mov, .mem(.tmp2d), .tmp1d, ._, ._ }, |
| 8272 | .{ ._, ._ss, .mov, .tmp3x, .mem(.tmp2d), ._, ._ }, |
| 8273 | .{ ._, ._, .movzx, .tmp1d, .memia(.src1w, .tmp0, .add_unaligned_size), ._, ._ }, |
| 8274 | .{ ._, ._, .mov, .mem(.tmp2d), .tmp1d, ._, ._ }, |
| 8275 | .{ ._, ._ss, .mov, .tmp4x, .mem(.tmp2d), ._, ._ }, |
| 8276 | .{ ._, ._, .call, .tmp5d, ._, ._, ._ }, |
| 8277 | .{ ._, ._ss, .mov, .mem(.tmp2d), .tmp3x, ._, ._ }, |
| 8278 | .{ ._, ._, .mov, .tmp1d, .mem(.tmp2d), ._, ._ }, |
| 8279 | .{ ._, ._, .mov, .memia(.dst0w, .tmp0, .add_unaligned_size), .tmp1w, ._, ._ }, |
| 8280 | .{ ._, ._, .add, .tmp0p, .si(2), ._, ._ }, |
| 8281 | .{ ._, ._nc, .j, .@"0b", ._, ._, ._ }, |
| 8282 | } }, |
| 8283 | }, .{ |
| 8284 | .required_features = .{ .avx, null, null, null }, |
| 8285 | .src_constraints = .{ |
| 8286 | .{ .scalar_float = .{ .of = .dword, .is = .dword } }, |
| 8287 | .{ .scalar_float = .{ .of = .dword, .is = .dword } }, |
| 8288 | .any, |
| 8289 | }, |
| 8290 | .patterns = &.{ |
| 8291 | .{ .src = .{ .to_sse, .mem, .none } }, |
| 8292 | .{ .src = .{ .mem, .to_sse, .none }, .commute = .{ 0, 1 } }, |
| 8293 | .{ .src = .{ .to_sse, .to_sse, .none } }, |
| 8294 | }, |
| 8295 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8296 | .each = .{ .once = &.{ |
| 8297 | .{ ._, .v_ss, .mul, .dst0x, .src0x, .src1d, ._ }, |
| 6717 | 8298 | } }, |
| 6718 | 8299 | }, .{ |
| 6719 | 8300 | .required_features = .{ .sse, null, null, null }, |
| ... | ... | @@ -6799,6 +8380,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6799 | 8380 | .unused, |
| 6800 | 8381 | .unused, |
| 6801 | 8382 | .unused, |
| 8383 | .unused, |
| 8384 | .unused, |
| 6802 | 8385 | }, |
| 6803 | 8386 | .dst_temps = .{ .mem, .unused }, |
| 6804 | 8387 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6830,6 +8413,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6830 | 8413 | .unused, |
| 6831 | 8414 | .unused, |
| 6832 | 8415 | .unused, |
| 8416 | .unused, |
| 8417 | .unused, |
| 6833 | 8418 | }, |
| 6834 | 8419 | .dst_temps = .{ .mem, .unused }, |
| 6835 | 8420 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6893,6 +8478,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6893 | 8478 | .unused, |
| 6894 | 8479 | .unused, |
| 6895 | 8480 | .unused, |
| 8481 | .unused, |
| 8482 | .unused, |
| 6896 | 8483 | }, |
| 6897 | 8484 | .dst_temps = .{ .mem, .unused }, |
| 6898 | 8485 | .each = .{ .once = &.{ |
| ... | ... | @@ -6968,6 +8555,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6968 | 8555 | .unused, |
| 6969 | 8556 | .unused, |
| 6970 | 8557 | .unused, |
| 8558 | .unused, |
| 8559 | .unused, |
| 6971 | 8560 | }, |
| 6972 | 8561 | .dst_temps = .{ .mem, .unused }, |
| 6973 | 8562 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -6999,6 +8588,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 6999 | 8588 | .unused, |
| 7000 | 8589 | .unused, |
| 7001 | 8590 | .unused, |
| 8591 | .unused, |
| 8592 | .unused, |
| 7002 | 8593 | }, |
| 7003 | 8594 | .dst_temps = .{ .mem, .unused }, |
| 7004 | 8595 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7030,6 +8621,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7030 | 8621 | .unused, |
| 7031 | 8622 | .unused, |
| 7032 | 8623 | .unused, |
| 8624 | .unused, |
| 8625 | .unused, |
| 7033 | 8626 | }, |
| 7034 | 8627 | .dst_temps = .{ .mem, .unused }, |
| 7035 | 8628 | .each = .{ .once = &.{ |
| ... | ... | @@ -7060,6 +8653,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7060 | 8653 | .unused, |
| 7061 | 8654 | .unused, |
| 7062 | 8655 | .unused, |
| 8656 | .unused, |
| 8657 | .unused, |
| 7063 | 8658 | }, |
| 7064 | 8659 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 7065 | 8660 | .each = .{ .once = &.{ |
| ... | ... | @@ -7090,6 +8685,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7090 | 8685 | .unused, |
| 7091 | 8686 | .unused, |
| 7092 | 8687 | .unused, |
| 8688 | .unused, |
| 8689 | .unused, |
| 7093 | 8690 | }, |
| 7094 | 8691 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 7095 | 8692 | .each = .{ .once = &.{ |
| ... | ... | @@ -7117,6 +8714,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7117 | 8714 | .unused, |
| 7118 | 8715 | .unused, |
| 7119 | 8716 | .unused, |
| 8717 | .unused, |
| 8718 | .unused, |
| 7120 | 8719 | }, |
| 7121 | 8720 | .dst_temps = .{ .mem, .unused }, |
| 7122 | 8721 | .each = .{ .once = &.{ |
| ... | ... | @@ -7149,6 +8748,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7149 | 8748 | .unused, |
| 7150 | 8749 | .unused, |
| 7151 | 8750 | .unused, |
| 8751 | .unused, |
| 8752 | .unused, |
| 7152 | 8753 | }, |
| 7153 | 8754 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 7154 | 8755 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7176,6 +8777,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7176 | 8777 | .unused, |
| 7177 | 8778 | .unused, |
| 7178 | 8779 | .unused, |
| 8780 | .unused, |
| 8781 | .unused, |
| 7179 | 8782 | }, |
| 7180 | 8783 | .dst_temps = .{ .mem, .unused }, |
| 7181 | 8784 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7209,6 +8812,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7209 | 8812 | .unused, |
| 7210 | 8813 | .unused, |
| 7211 | 8814 | .unused, |
| 8815 | .unused, |
| 8816 | .unused, |
| 7212 | 8817 | }, |
| 7213 | 8818 | .dst_temps = .{ .mem, .unused }, |
| 7214 | 8819 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7242,6 +8847,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7242 | 8847 | .unused, |
| 7243 | 8848 | .unused, |
| 7244 | 8849 | .unused, |
| 8850 | .unused, |
| 8851 | .unused, |
| 7245 | 8852 | }, |
| 7246 | 8853 | .dst_temps = .{ .mem, .unused }, |
| 7247 | 8854 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7295,6 +8902,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7295 | 8902 | .unused, |
| 7296 | 8903 | .unused, |
| 7297 | 8904 | .unused, |
| 8905 | .unused, |
| 8906 | .unused, |
| 7298 | 8907 | }, |
| 7299 | 8908 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7300 | 8909 | .each = .{ .once = &.{ |
| ... | ... | @@ -7324,6 +8933,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7324 | 8933 | .unused, |
| 7325 | 8934 | .unused, |
| 7326 | 8935 | .unused, |
| 8936 | .unused, |
| 8937 | .unused, |
| 7327 | 8938 | }, |
| 7328 | 8939 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 7329 | 8940 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7353,6 +8964,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7353 | 8964 | .unused, |
| 7354 | 8965 | .unused, |
| 7355 | 8966 | .unused, |
| 8967 | .unused, |
| 8968 | .unused, |
| 7356 | 8969 | }, |
| 7357 | 8970 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7358 | 8971 | .each = .{ .once = &.{ |
| ... | ... | @@ -7384,6 +8997,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7384 | 8997 | .unused, |
| 7385 | 8998 | .unused, |
| 7386 | 8999 | .unused, |
| 9000 | .unused, |
| 9001 | .unused, |
| 7387 | 9002 | }, |
| 7388 | 9003 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 7389 | 9004 | .each = .{ .once = &.{ |
| ... | ... | @@ -7412,6 +9027,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7412 | 9027 | .unused, |
| 7413 | 9028 | .unused, |
| 7414 | 9029 | .unused, |
| 9030 | .unused, |
| 9031 | .unused, |
| 7415 | 9032 | }, |
| 7416 | 9033 | .dst_temps = .{ .mem, .unused }, |
| 7417 | 9034 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7445,6 +9062,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7445 | 9062 | .unused, |
| 7446 | 9063 | .unused, |
| 7447 | 9064 | .unused, |
| 9065 | .unused, |
| 9066 | .unused, |
| 7448 | 9067 | }, |
| 7449 | 9068 | .dst_temps = .{ .mem, .unused }, |
| 7450 | 9069 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7479,6 +9098,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7479 | 9098 | .unused, |
| 7480 | 9099 | .unused, |
| 7481 | 9100 | .unused, |
| 9101 | .unused, |
| 9102 | .unused, |
| 7482 | 9103 | }, |
| 7483 | 9104 | .dst_temps = .{ .mem, .unused }, |
| 7484 | 9105 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7514,6 +9135,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7514 | 9135 | .unused, |
| 7515 | 9136 | .unused, |
| 7516 | 9137 | .unused, |
| 9138 | .unused, |
| 9139 | .unused, |
| 7517 | 9140 | }, |
| 7518 | 9141 | .dst_temps = .{ .mem, .unused }, |
| 7519 | 9142 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7550,6 +9173,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7550 | 9173 | .unused, |
| 7551 | 9174 | .unused, |
| 7552 | 9175 | .unused, |
| 9176 | .unused, |
| 9177 | .unused, |
| 7553 | 9178 | }, |
| 7554 | 9179 | .dst_temps = .{ .mem, .unused }, |
| 7555 | 9180 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -7663,6 +9288,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7663 | 9288 | .unused, |
| 7664 | 9289 | .unused, |
| 7665 | 9290 | .unused, |
| 9291 | .unused, |
| 9292 | .unused, |
| 7666 | 9293 | }, |
| 7667 | 9294 | .dst_temps = .{ .mem, .unused }, |
| 7668 | 9295 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7694,6 +9321,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7694 | 9321 | .unused, |
| 7695 | 9322 | .unused, |
| 7696 | 9323 | .unused, |
| 9324 | .unused, |
| 9325 | .unused, |
| 7697 | 9326 | }, |
| 7698 | 9327 | .dst_temps = .{ .mem, .unused }, |
| 7699 | 9328 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7755,6 +9384,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7755 | 9384 | .unused, |
| 7756 | 9385 | .unused, |
| 7757 | 9386 | .unused, |
| 9387 | .unused, |
| 9388 | .unused, |
| 7758 | 9389 | }, |
| 7759 | 9390 | .dst_temps = .{ .mem, .unused }, |
| 7760 | 9391 | .each = .{ .once = &.{ |
| ... | ... | @@ -7827,6 +9458,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7827 | 9458 | .unused, |
| 7828 | 9459 | .unused, |
| 7829 | 9460 | .unused, |
| 9461 | .unused, |
| 9462 | .unused, |
| 7830 | 9463 | }, |
| 7831 | 9464 | .dst_temps = .{ .mem, .unused }, |
| 7832 | 9465 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7858,6 +9491,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7858 | 9491 | .unused, |
| 7859 | 9492 | .unused, |
| 7860 | 9493 | .unused, |
| 9494 | .unused, |
| 9495 | .unused, |
| 7861 | 9496 | }, |
| 7862 | 9497 | .dst_temps = .{ .mem, .unused }, |
| 7863 | 9498 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -7889,6 +9524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7889 | 9524 | .unused, |
| 7890 | 9525 | .unused, |
| 7891 | 9526 | .unused, |
| 9527 | .unused, |
| 9528 | .unused, |
| 7892 | 9529 | }, |
| 7893 | 9530 | .dst_temps = .{ .mem, .unused }, |
| 7894 | 9531 | .each = .{ .once = &.{ |
| ... | ... | @@ -7919,6 +9556,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7919 | 9556 | .unused, |
| 7920 | 9557 | .unused, |
| 7921 | 9558 | .unused, |
| 9559 | .unused, |
| 9560 | .unused, |
| 7922 | 9561 | }, |
| 7923 | 9562 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 7924 | 9563 | .each = .{ .once = &.{ |
| ... | ... | @@ -7947,6 +9586,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7947 | 9586 | .unused, |
| 7948 | 9587 | .unused, |
| 7949 | 9588 | .unused, |
| 9589 | .unused, |
| 9590 | .unused, |
| 7950 | 9591 | }, |
| 7951 | 9592 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 7952 | 9593 | .each = .{ .once = &.{ |
| ... | ... | @@ -7975,6 +9616,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 7975 | 9616 | .unused, |
| 7976 | 9617 | .unused, |
| 7977 | 9618 | .unused, |
| 9619 | .unused, |
| 9620 | .unused, |
| 7978 | 9621 | }, |
| 7979 | 9622 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 7980 | 9623 | .each = .{ .once = &.{ |
| ... | ... | @@ -8002,6 +9645,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8002 | 9645 | .unused, |
| 8003 | 9646 | .unused, |
| 8004 | 9647 | .unused, |
| 9648 | .unused, |
| 9649 | .unused, |
| 8005 | 9650 | }, |
| 8006 | 9651 | .dst_temps = .{ .mem, .unused }, |
| 8007 | 9652 | .each = .{ .once = &.{ |
| ... | ... | @@ -8034,6 +9679,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8034 | 9679 | .unused, |
| 8035 | 9680 | .unused, |
| 8036 | 9681 | .unused, |
| 9682 | .unused, |
| 9683 | .unused, |
| 8037 | 9684 | }, |
| 8038 | 9685 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8039 | 9686 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8061,6 +9708,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8061 | 9708 | .unused, |
| 8062 | 9709 | .unused, |
| 8063 | 9710 | .unused, |
| 9711 | .unused, |
| 9712 | .unused, |
| 8064 | 9713 | }, |
| 8065 | 9714 | .dst_temps = .{ .mem, .unused }, |
| 8066 | 9715 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8094,6 +9743,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8094 | 9743 | .unused, |
| 8095 | 9744 | .unused, |
| 8096 | 9745 | .unused, |
| 9746 | .unused, |
| 9747 | .unused, |
| 8097 | 9748 | }, |
| 8098 | 9749 | .dst_temps = .{ .mem, .unused }, |
| 8099 | 9750 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8127,6 +9778,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8127 | 9778 | .unused, |
| 8128 | 9779 | .unused, |
| 8129 | 9780 | .unused, |
| 9781 | .unused, |
| 9782 | .unused, |
| 8130 | 9783 | }, |
| 8131 | 9784 | .dst_temps = .{ .mem, .unused }, |
| 8132 | 9785 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8178,6 +9831,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8178 | 9831 | .unused, |
| 8179 | 9832 | .unused, |
| 8180 | 9833 | .unused, |
| 9834 | .unused, |
| 9835 | .unused, |
| 8181 | 9836 | }, |
| 8182 | 9837 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8183 | 9838 | .each = .{ .once = &.{ |
| ... | ... | @@ -8210,6 +9865,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8210 | 9865 | .unused, |
| 8211 | 9866 | .unused, |
| 8212 | 9867 | .unused, |
| 9868 | .unused, |
| 9869 | .unused, |
| 8213 | 9870 | }, |
| 8214 | 9871 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8215 | 9872 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8240,6 +9897,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8240 | 9897 | .unused, |
| 8241 | 9898 | .unused, |
| 8242 | 9899 | .unused, |
| 9900 | .unused, |
| 9901 | .unused, |
| 8243 | 9902 | }, |
| 8244 | 9903 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8245 | 9904 | .each = .{ .once = &.{ |
| ... | ... | @@ -8274,6 +9933,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8274 | 9933 | .unused, |
| 8275 | 9934 | .unused, |
| 8276 | 9935 | .unused, |
| 9936 | .unused, |
| 9937 | .unused, |
| 8277 | 9938 | }, |
| 8278 | 9939 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 8279 | 9940 | .each = .{ .once = &.{ |
| ... | ... | @@ -8305,6 +9966,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8305 | 9966 | .unused, |
| 8306 | 9967 | .unused, |
| 8307 | 9968 | .unused, |
| 9969 | .unused, |
| 9970 | .unused, |
| 8308 | 9971 | }, |
| 8309 | 9972 | .dst_temps = .{ .mem, .unused }, |
| 8310 | 9973 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -8341,6 +10004,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8341 | 10004 | .unused, |
| 8342 | 10005 | .unused, |
| 8343 | 10006 | .unused, |
| 10007 | .unused, |
| 10008 | .unused, |
| 8344 | 10009 | }, |
| 8345 | 10010 | .dst_temps = .{ .mem, .unused }, |
| 8346 | 10011 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8376,6 +10041,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8376 | 10041 | .unused, |
| 8377 | 10042 | .unused, |
| 8378 | 10043 | .unused, |
| 10044 | .unused, |
| 10045 | .unused, |
| 8379 | 10046 | }, |
| 8380 | 10047 | .dst_temps = .{ .mem, .unused }, |
| 8381 | 10048 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8412,6 +10079,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8412 | 10079 | .unused, |
| 8413 | 10080 | .unused, |
| 8414 | 10081 | .unused, |
| 10082 | .unused, |
| 10083 | .unused, |
| 8415 | 10084 | }, |
| 8416 | 10085 | .dst_temps = .{ .mem, .unused }, |
| 8417 | 10086 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8449,6 +10118,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8449 | 10118 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__trunch" } } }, |
| 8450 | 10119 | .unused, |
| 8451 | 10120 | .unused, |
| 10121 | .unused, |
| 10122 | .unused, |
| 8452 | 10123 | }, |
| 8453 | 10124 | .dst_temps = .{ .mem, .unused }, |
| 8454 | 10125 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8521,6 +10192,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8521 | 10192 | .unused, |
| 8522 | 10193 | .unused, |
| 8523 | 10194 | .unused, |
| 10195 | .unused, |
| 10196 | .unused, |
| 8524 | 10197 | }, |
| 8525 | 10198 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8526 | 10199 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8581,6 +10254,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8581 | 10254 | .unused, |
| 8582 | 10255 | .unused, |
| 8583 | 10256 | .unused, |
| 10257 | .unused, |
| 10258 | .unused, |
| 8584 | 10259 | }, |
| 8585 | 10260 | .dst_temps = .{ .mem, .unused }, |
| 8586 | 10261 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8629,6 +10304,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8629 | 10304 | .unused, |
| 8630 | 10305 | .unused, |
| 8631 | 10306 | .unused, |
| 10307 | .unused, |
| 10308 | .unused, |
| 8632 | 10309 | }, |
| 8633 | 10310 | .dst_temps = .{ .mem, .unused }, |
| 8634 | 10311 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -8661,6 +10338,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8661 | 10338 | .unused, |
| 8662 | 10339 | .unused, |
| 8663 | 10340 | .unused, |
| 10341 | .unused, |
| 10342 | .unused, |
| 8664 | 10343 | }, |
| 8665 | 10344 | .dst_temps = .{ .mem, .unused }, |
| 8666 | 10345 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -8726,6 +10405,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8726 | 10405 | .unused, |
| 8727 | 10406 | .unused, |
| 8728 | 10407 | .unused, |
| 10408 | .unused, |
| 10409 | .unused, |
| 8729 | 10410 | }, |
| 8730 | 10411 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8731 | 10412 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8754,6 +10435,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8754 | 10435 | .unused, |
| 8755 | 10436 | .unused, |
| 8756 | 10437 | .unused, |
| 10438 | .unused, |
| 10439 | .unused, |
| 8757 | 10440 | }, |
| 8758 | 10441 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 8759 | 10442 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8829,6 +10512,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8829 | 10512 | .unused, |
| 8830 | 10513 | .unused, |
| 8831 | 10514 | .unused, |
| 10515 | .unused, |
| 10516 | .unused, |
| 8832 | 10517 | }, |
| 8833 | 10518 | .dst_temps = .{ .mem, .unused }, |
| 8834 | 10519 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -8861,6 +10546,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8861 | 10546 | .unused, |
| 8862 | 10547 | .unused, |
| 8863 | 10548 | .unused, |
| 10549 | .unused, |
| 10550 | .unused, |
| 8864 | 10551 | }, |
| 8865 | 10552 | .dst_temps = .{ .mem, .unused }, |
| 8866 | 10553 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -8894,6 +10581,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8894 | 10581 | .unused, |
| 8895 | 10582 | .unused, |
| 8896 | 10583 | .unused, |
| 10584 | .unused, |
| 10585 | .unused, |
| 8897 | 10586 | }, |
| 8898 | 10587 | .dst_temps = .{ .mem, .unused }, |
| 8899 | 10588 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8927,6 +10616,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8927 | 10616 | .unused, |
| 8928 | 10617 | .unused, |
| 8929 | 10618 | .unused, |
| 10619 | .unused, |
| 10620 | .unused, |
| 8930 | 10621 | }, |
| 8931 | 10622 | .dst_temps = .{ .mem, .unused }, |
| 8932 | 10623 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8963,6 +10654,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8963 | 10654 | .unused, |
| 8964 | 10655 | .unused, |
| 8965 | 10656 | .unused, |
| 10657 | .unused, |
| 10658 | .unused, |
| 8966 | 10659 | }, |
| 8967 | 10660 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 8968 | 10661 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -8994,6 +10687,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 8994 | 10687 | .unused, |
| 8995 | 10688 | .unused, |
| 8996 | 10689 | .unused, |
| 10690 | .unused, |
| 10691 | .unused, |
| 8997 | 10692 | }, |
| 8998 | 10693 | .dst_temps = .{ .mem, .unused }, |
| 8999 | 10694 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9030,6 +10725,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9030 | 10725 | .unused, |
| 9031 | 10726 | .unused, |
| 9032 | 10727 | .unused, |
| 10728 | .unused, |
| 10729 | .unused, |
| 9033 | 10730 | }, |
| 9034 | 10731 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 9035 | 10732 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9058,6 +10755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9058 | 10755 | .unused, |
| 9059 | 10756 | .unused, |
| 9060 | 10757 | .unused, |
| 10758 | .unused, |
| 10759 | .unused, |
| 9061 | 10760 | }, |
| 9062 | 10761 | .dst_temps = .{ .mem, .unused }, |
| 9063 | 10762 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9092,6 +10791,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9092 | 10791 | .unused, |
| 9093 | 10792 | .unused, |
| 9094 | 10793 | .unused, |
| 10794 | .unused, |
| 10795 | .unused, |
| 9095 | 10796 | }, |
| 9096 | 10797 | .dst_temps = .{ .mem, .unused }, |
| 9097 | 10798 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9126,6 +10827,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9126 | 10827 | .unused, |
| 9127 | 10828 | .unused, |
| 9128 | 10829 | .unused, |
| 10830 | .unused, |
| 10831 | .unused, |
| 9129 | 10832 | }, |
| 9130 | 10833 | .dst_temps = .{ .mem, .unused }, |
| 9131 | 10834 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9186,6 +10889,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9186 | 10889 | .unused, |
| 9187 | 10890 | .unused, |
| 9188 | 10891 | .unused, |
| 10892 | .unused, |
| 10893 | .unused, |
| 9189 | 10894 | }, |
| 9190 | 10895 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 9191 | 10896 | .each = .{ .once = &.{ |
| ... | ... | @@ -9220,6 +10925,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9220 | 10925 | .unused, |
| 9221 | 10926 | .unused, |
| 9222 | 10927 | .unused, |
| 10928 | .unused, |
| 10929 | .unused, |
| 9223 | 10930 | }, |
| 9224 | 10931 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 9225 | 10932 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9250,6 +10957,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9250 | 10957 | .unused, |
| 9251 | 10958 | .unused, |
| 9252 | 10959 | .unused, |
| 10960 | .unused, |
| 10961 | .unused, |
| 9253 | 10962 | }, |
| 9254 | 10963 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 9255 | 10964 | .each = .{ .once = &.{ |
| ... | ... | @@ -9282,6 +10991,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9282 | 10991 | .unused, |
| 9283 | 10992 | .unused, |
| 9284 | 10993 | .unused, |
| 10994 | .unused, |
| 10995 | .unused, |
| 9285 | 10996 | }, |
| 9286 | 10997 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 9287 | 10998 | .each = .{ .once = &.{ |
| ... | ... | @@ -9311,6 +11022,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9311 | 11022 | .unused, |
| 9312 | 11023 | .unused, |
| 9313 | 11024 | .unused, |
| 11025 | .unused, |
| 11026 | .unused, |
| 9314 | 11027 | }, |
| 9315 | 11028 | .dst_temps = .{ .mem, .unused }, |
| 9316 | 11029 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -9349,6 +11062,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9349 | 11062 | .unused, |
| 9350 | 11063 | .unused, |
| 9351 | 11064 | .unused, |
| 11065 | .unused, |
| 11066 | .unused, |
| 9352 | 11067 | }, |
| 9353 | 11068 | .dst_temps = .{ .mem, .unused }, |
| 9354 | 11069 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9388,6 +11103,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9388 | 11103 | .unused, |
| 9389 | 11104 | .unused, |
| 9390 | 11105 | .unused, |
| 11106 | .unused, |
| 11107 | .unused, |
| 9391 | 11108 | }, |
| 9392 | 11109 | .dst_temps = .{ .mem, .unused }, |
| 9393 | 11110 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9428,6 +11145,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9428 | 11145 | .unused, |
| 9429 | 11146 | .unused, |
| 9430 | 11147 | .unused, |
| 11148 | .unused, |
| 11149 | .unused, |
| 9431 | 11150 | }, |
| 9432 | 11151 | .dst_temps = .{ .mem, .unused }, |
| 9433 | 11152 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9469,6 +11188,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9469 | 11188 | } } } }, |
| 9470 | 11189 | .unused, |
| 9471 | 11190 | .unused, |
| 11191 | .unused, |
| 11192 | .unused, |
| 9472 | 11193 | }, |
| 9473 | 11194 | .dst_temps = .{ .mem, .unused }, |
| 9474 | 11195 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9545,6 +11266,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9545 | 11266 | .unused, |
| 9546 | 11267 | .unused, |
| 9547 | 11268 | .unused, |
| 11269 | .unused, |
| 11270 | .unused, |
| 9548 | 11271 | }, |
| 9549 | 11272 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 9550 | 11273 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9609,6 +11332,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9609 | 11332 | .unused, |
| 9610 | 11333 | .unused, |
| 9611 | 11334 | .unused, |
| 11335 | .unused, |
| 11336 | .unused, |
| 9612 | 11337 | }, |
| 9613 | 11338 | .dst_temps = .{ .mem, .unused }, |
| 9614 | 11339 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9657,6 +11382,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9657 | 11382 | .unused, |
| 9658 | 11383 | .unused, |
| 9659 | 11384 | .unused, |
| 11385 | .unused, |
| 11386 | .unused, |
| 9660 | 11387 | }, |
| 9661 | 11388 | .dst_temps = .{ .mem, .unused }, |
| 9662 | 11389 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -9689,6 +11416,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9689 | 11416 | .unused, |
| 9690 | 11417 | .unused, |
| 9691 | 11418 | .unused, |
| 11419 | .unused, |
| 11420 | .unused, |
| 9692 | 11421 | }, |
| 9693 | 11422 | .dst_temps = .{ .mem, .unused }, |
| 9694 | 11423 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -9758,6 +11487,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9758 | 11487 | .unused, |
| 9759 | 11488 | .unused, |
| 9760 | 11489 | .unused, |
| 11490 | .unused, |
| 11491 | .unused, |
| 9761 | 11492 | }, |
| 9762 | 11493 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 9763 | 11494 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9790,6 +11521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9790 | 11521 | .unused, |
| 9791 | 11522 | .unused, |
| 9792 | 11523 | .unused, |
| 11524 | .unused, |
| 11525 | .unused, |
| 9793 | 11526 | }, |
| 9794 | 11527 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 9795 | 11528 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9865,6 +11598,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9865 | 11598 | .unused, |
| 9866 | 11599 | .unused, |
| 9867 | 11600 | .unused, |
| 11601 | .unused, |
| 11602 | .unused, |
| 9868 | 11603 | }, |
| 9869 | 11604 | .dst_temps = .{ .mem, .unused }, |
| 9870 | 11605 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -9897,6 +11632,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9897 | 11632 | .unused, |
| 9898 | 11633 | .unused, |
| 9899 | 11634 | .unused, |
| 11635 | .unused, |
| 11636 | .unused, |
| 9900 | 11637 | }, |
| 9901 | 11638 | .dst_temps = .{ .mem, .unused }, |
| 9902 | 11639 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -9934,6 +11671,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9934 | 11671 | .unused, |
| 9935 | 11672 | .unused, |
| 9936 | 11673 | .unused, |
| 11674 | .unused, |
| 11675 | .unused, |
| 9937 | 11676 | }, |
| 9938 | 11677 | .dst_temps = .{ .mem, .unused }, |
| 9939 | 11678 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -9971,6 +11710,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 9971 | 11710 | .unused, |
| 9972 | 11711 | .unused, |
| 9973 | 11712 | .unused, |
| 11713 | .unused, |
| 11714 | .unused, |
| 9974 | 11715 | }, |
| 9975 | 11716 | .dst_temps = .{ .mem, .unused }, |
| 9976 | 11717 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10011,6 +11752,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10011 | 11752 | .unused, |
| 10012 | 11753 | .unused, |
| 10013 | 11754 | .unused, |
| 11755 | .unused, |
| 11756 | .unused, |
| 10014 | 11757 | }, |
| 10015 | 11758 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 10016 | 11759 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10046,6 +11789,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10046 | 11789 | .unused, |
| 10047 | 11790 | .unused, |
| 10048 | 11791 | .unused, |
| 11792 | .unused, |
| 11793 | .unused, |
| 10049 | 11794 | }, |
| 10050 | 11795 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 10051 | 11796 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10081,6 +11826,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10081 | 11826 | .unused, |
| 10082 | 11827 | .unused, |
| 10083 | 11828 | .unused, |
| 11829 | .unused, |
| 11830 | .unused, |
| 10084 | 11831 | }, |
| 10085 | 11832 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 10086 | 11833 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10115,6 +11862,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10115 | 11862 | .unused, |
| 10116 | 11863 | .unused, |
| 10117 | 11864 | .unused, |
| 11865 | .unused, |
| 11866 | .unused, |
| 10118 | 11867 | }, |
| 10119 | 11868 | .dst_temps = .{ .mem, .unused }, |
| 10120 | 11869 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10155,6 +11904,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10155 | 11904 | .unused, |
| 10156 | 11905 | .unused, |
| 10157 | 11906 | .unused, |
| 11907 | .unused, |
| 11908 | .unused, |
| 10158 | 11909 | }, |
| 10159 | 11910 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 10160 | 11911 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10187,6 +11938,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10187 | 11938 | .unused, |
| 10188 | 11939 | .unused, |
| 10189 | 11940 | .unused, |
| 11941 | .unused, |
| 11942 | .unused, |
| 10190 | 11943 | }, |
| 10191 | 11944 | .dst_temps = .{ .mem, .unused }, |
| 10192 | 11945 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10225,6 +11978,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10225 | 11978 | .unused, |
| 10226 | 11979 | .unused, |
| 10227 | 11980 | .unused, |
| 11981 | .unused, |
| 11982 | .unused, |
| 10228 | 11983 | }, |
| 10229 | 11984 | .dst_temps = .{ .mem, .unused }, |
| 10230 | 11985 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10263,6 +12018,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10263 | 12018 | .unused, |
| 10264 | 12019 | .unused, |
| 10265 | 12020 | .unused, |
| 12021 | .unused, |
| 12022 | .unused, |
| 10266 | 12023 | }, |
| 10267 | 12024 | .dst_temps = .{ .mem, .unused }, |
| 10268 | 12025 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10313,6 +12070,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10313 | 12070 | .unused, |
| 10314 | 12071 | .unused, |
| 10315 | 12072 | .unused, |
| 12073 | .unused, |
| 12074 | .unused, |
| 10316 | 12075 | }, |
| 10317 | 12076 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 10318 | 12077 | .each = .{ .once = &.{ |
| ... | ... | @@ -10345,6 +12104,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10345 | 12104 | .unused, |
| 10346 | 12105 | .unused, |
| 10347 | 12106 | .unused, |
| 12107 | .unused, |
| 12108 | .unused, |
| 10348 | 12109 | }, |
| 10349 | 12110 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 10350 | 12111 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10375,6 +12136,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10375 | 12136 | .unused, |
| 10376 | 12137 | .unused, |
| 10377 | 12138 | .unused, |
| 12139 | .unused, |
| 12140 | .unused, |
| 10378 | 12141 | }, |
| 10379 | 12142 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 10380 | 12143 | .each = .{ .once = &.{ |
| ... | ... | @@ -10409,6 +12172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10409 | 12172 | .unused, |
| 10410 | 12173 | .unused, |
| 10411 | 12174 | .unused, |
| 12175 | .unused, |
| 12176 | .unused, |
| 10412 | 12177 | }, |
| 10413 | 12178 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 10414 | 12179 | .each = .{ .once = &.{ |
| ... | ... | @@ -10440,6 +12205,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10440 | 12205 | .unused, |
| 10441 | 12206 | .unused, |
| 10442 | 12207 | .unused, |
| 12208 | .unused, |
| 12209 | .unused, |
| 10443 | 12210 | }, |
| 10444 | 12211 | .dst_temps = .{ .mem, .unused }, |
| 10445 | 12212 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -10476,6 +12243,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10476 | 12243 | .unused, |
| 10477 | 12244 | .unused, |
| 10478 | 12245 | .unused, |
| 12246 | .unused, |
| 12247 | .unused, |
| 10479 | 12248 | }, |
| 10480 | 12249 | .dst_temps = .{ .mem, .unused }, |
| 10481 | 12250 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10511,6 +12280,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10511 | 12280 | .unused, |
| 10512 | 12281 | .unused, |
| 10513 | 12282 | .unused, |
| 12283 | .unused, |
| 12284 | .unused, |
| 10514 | 12285 | }, |
| 10515 | 12286 | .dst_temps = .{ .mem, .unused }, |
| 10516 | 12287 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10547,6 +12318,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10547 | 12318 | .unused, |
| 10548 | 12319 | .unused, |
| 10549 | 12320 | .unused, |
| 12321 | .unused, |
| 12322 | .unused, |
| 10550 | 12323 | }, |
| 10551 | 12324 | .dst_temps = .{ .mem, .unused }, |
| 10552 | 12325 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10584,6 +12357,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10584 | 12357 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__floorh" } } }, |
| 10585 | 12358 | .unused, |
| 10586 | 12359 | .unused, |
| 12360 | .unused, |
| 12361 | .unused, |
| 10587 | 12362 | }, |
| 10588 | 12363 | .dst_temps = .{ .mem, .unused }, |
| 10589 | 12364 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10656,6 +12431,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10656 | 12431 | .unused, |
| 10657 | 12432 | .unused, |
| 10658 | 12433 | .unused, |
| 12434 | .unused, |
| 12435 | .unused, |
| 10659 | 12436 | }, |
| 10660 | 12437 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 10661 | 12438 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10716,6 +12493,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10716 | 12493 | .unused, |
| 10717 | 12494 | .unused, |
| 10718 | 12495 | .unused, |
| 12496 | .unused, |
| 12497 | .unused, |
| 10719 | 12498 | }, |
| 10720 | 12499 | .dst_temps = .{ .mem, .unused }, |
| 10721 | 12500 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10764,6 +12543,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10764 | 12543 | .unused, |
| 10765 | 12544 | .unused, |
| 10766 | 12545 | .unused, |
| 12546 | .unused, |
| 12547 | .unused, |
| 10767 | 12548 | }, |
| 10768 | 12549 | .dst_temps = .{ .mem, .unused }, |
| 10769 | 12550 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -10796,6 +12577,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10796 | 12577 | .unused, |
| 10797 | 12578 | .unused, |
| 10798 | 12579 | .unused, |
| 12580 | .unused, |
| 12581 | .unused, |
| 10799 | 12582 | }, |
| 10800 | 12583 | .dst_temps = .{ .mem, .unused }, |
| 10801 | 12584 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -10861,6 +12644,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10861 | 12644 | .unused, |
| 10862 | 12645 | .unused, |
| 10863 | 12646 | .unused, |
| 12647 | .unused, |
| 12648 | .unused, |
| 10864 | 12649 | }, |
| 10865 | 12650 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 10866 | 12651 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10889,6 +12674,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10889 | 12674 | .unused, |
| 10890 | 12675 | .unused, |
| 10891 | 12676 | .unused, |
| 12677 | .unused, |
| 12678 | .unused, |
| 10892 | 12679 | }, |
| 10893 | 12680 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 10894 | 12681 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -10964,6 +12751,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10964 | 12751 | .unused, |
| 10965 | 12752 | .unused, |
| 10966 | 12753 | .unused, |
| 12754 | .unused, |
| 12755 | .unused, |
| 10967 | 12756 | }, |
| 10968 | 12757 | .dst_temps = .{ .mem, .unused }, |
| 10969 | 12758 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -10996,6 +12785,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 10996 | 12785 | .unused, |
| 10997 | 12786 | .unused, |
| 10998 | 12787 | .unused, |
| 12788 | .unused, |
| 12789 | .unused, |
| 10999 | 12790 | }, |
| 11000 | 12791 | .dst_temps = .{ .mem, .unused }, |
| 11001 | 12792 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11029,6 +12820,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11029 | 12820 | .unused, |
| 11030 | 12821 | .unused, |
| 11031 | 12822 | .unused, |
| 12823 | .unused, |
| 12824 | .unused, |
| 11032 | 12825 | }, |
| 11033 | 12826 | .dst_temps = .{ .mem, .unused }, |
| 11034 | 12827 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11062,6 +12855,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11062 | 12855 | .unused, |
| 11063 | 12856 | .unused, |
| 11064 | 12857 | .unused, |
| 12858 | .unused, |
| 12859 | .unused, |
| 11065 | 12860 | }, |
| 11066 | 12861 | .dst_temps = .{ .mem, .unused }, |
| 11067 | 12862 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11098,6 +12893,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11098 | 12893 | .unused, |
| 11099 | 12894 | .unused, |
| 11100 | 12895 | .unused, |
| 12896 | .unused, |
| 12897 | .unused, |
| 11101 | 12898 | }, |
| 11102 | 12899 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 11103 | 12900 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11129,6 +12926,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11129 | 12926 | .unused, |
| 11130 | 12927 | .unused, |
| 11131 | 12928 | .unused, |
| 12929 | .unused, |
| 12930 | .unused, |
| 11132 | 12931 | }, |
| 11133 | 12932 | .dst_temps = .{ .mem, .unused }, |
| 11134 | 12933 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11165,6 +12964,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11165 | 12964 | .unused, |
| 11166 | 12965 | .unused, |
| 11167 | 12966 | .unused, |
| 12967 | .unused, |
| 12968 | .unused, |
| 11168 | 12969 | }, |
| 11169 | 12970 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 11170 | 12971 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11193,6 +12994,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11193 | 12994 | .unused, |
| 11194 | 12995 | .unused, |
| 11195 | 12996 | .unused, |
| 12997 | .unused, |
| 12998 | .unused, |
| 11196 | 12999 | }, |
| 11197 | 13000 | .dst_temps = .{ .mem, .unused }, |
| 11198 | 13001 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11227,6 +13030,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11227 | 13030 | .unused, |
| 11228 | 13031 | .unused, |
| 11229 | 13032 | .unused, |
| 13033 | .unused, |
| 13034 | .unused, |
| 11230 | 13035 | }, |
| 11231 | 13036 | .dst_temps = .{ .mem, .unused }, |
| 11232 | 13037 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11261,6 +13066,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11261 | 13066 | .unused, |
| 11262 | 13067 | .unused, |
| 11263 | 13068 | .unused, |
| 13069 | .unused, |
| 13070 | .unused, |
| 11264 | 13071 | }, |
| 11265 | 13072 | .dst_temps = .{ .mem, .unused }, |
| 11266 | 13073 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11412,6 +13219,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11412 | 13219 | .unused, |
| 11413 | 13220 | .unused, |
| 11414 | 13221 | .unused, |
| 13222 | .unused, |
| 13223 | .unused, |
| 11415 | 13224 | }, |
| 11416 | 13225 | .dst_temps = .{ .{ .ret_gpr_pair = .{ .cc = .ccc, .index = 0 } }, .unused }, |
| 11417 | 13226 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11439,6 +13248,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11439 | 13248 | .unused, |
| 11440 | 13249 | .unused, |
| 11441 | 13250 | .unused, |
| 13251 | .unused, |
| 13252 | .unused, |
| 11442 | 13253 | }, |
| 11443 | 13254 | .dst_temps = .{ .{ .ret_gpr_pair = .{ .cc = .ccc, .index = 0 } }, .unused }, |
| 11444 | 13255 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11466,6 +13277,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11466 | 13277 | .unused, |
| 11467 | 13278 | .unused, |
| 11468 | 13279 | .unused, |
| 13280 | .unused, |
| 13281 | .unused, |
| 11469 | 13282 | }, |
| 11470 | 13283 | .dst_temps = .{ .mem, .unused }, |
| 11471 | 13284 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11497,6 +13310,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11497 | 13310 | .unused, |
| 11498 | 13311 | .unused, |
| 11499 | 13312 | .unused, |
| 13313 | .unused, |
| 13314 | .unused, |
| 11500 | 13315 | }, |
| 11501 | 13316 | .dst_temps = .{ .mem, .unused }, |
| 11502 | 13317 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11527,6 +13342,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11527 | 13342 | .unused, |
| 11528 | 13343 | .unused, |
| 11529 | 13344 | .unused, |
| 13345 | .unused, |
| 13346 | .unused, |
| 11530 | 13347 | }, |
| 11531 | 13348 | .dst_temps = .{ .mem, .unused }, |
| 11532 | 13349 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11557,6 +13374,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11557 | 13374 | .unused, |
| 11558 | 13375 | .unused, |
| 11559 | 13376 | .unused, |
| 13377 | .unused, |
| 13378 | .unused, |
| 11560 | 13379 | }, |
| 11561 | 13380 | .dst_temps = .{ .mem, .unused }, |
| 11562 | 13381 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11588,6 +13407,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11588 | 13407 | .unused, |
| 11589 | 13408 | .unused, |
| 11590 | 13409 | .unused, |
| 13410 | .unused, |
| 13411 | .unused, |
| 11591 | 13412 | }, |
| 11592 | 13413 | .dst_temps = .{ .mem, .unused }, |
| 11593 | 13414 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11618,6 +13439,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11618 | 13439 | .unused, |
| 11619 | 13440 | .unused, |
| 11620 | 13441 | .unused, |
| 13442 | .unused, |
| 13443 | .unused, |
| 11621 | 13444 | }, |
| 11622 | 13445 | .dst_temps = .{ .mem, .unused }, |
| 11623 | 13446 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11648,6 +13471,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11648 | 13471 | .unused, |
| 11649 | 13472 | .unused, |
| 11650 | 13473 | .unused, |
| 13474 | .unused, |
| 13475 | .unused, |
| 11651 | 13476 | }, |
| 11652 | 13477 | .dst_temps = .{ .mem, .unused }, |
| 11653 | 13478 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11679,6 +13504,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11679 | 13504 | .unused, |
| 11680 | 13505 | .unused, |
| 11681 | 13506 | .unused, |
| 13507 | .unused, |
| 13508 | .unused, |
| 11682 | 13509 | }, |
| 11683 | 13510 | .dst_temps = .{ .mem, .unused }, |
| 11684 | 13511 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11710,6 +13537,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11710 | 13537 | .unused, |
| 11711 | 13538 | .unused, |
| 11712 | 13539 | .unused, |
| 13540 | .unused, |
| 13541 | .unused, |
| 11713 | 13542 | }, |
| 11714 | 13543 | .dst_temps = .{ .mem, .unused }, |
| 11715 | 13544 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11741,6 +13570,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11741 | 13570 | .unused, |
| 11742 | 13571 | .unused, |
| 11743 | 13572 | .unused, |
| 13573 | .unused, |
| 13574 | .unused, |
| 11744 | 13575 | }, |
| 11745 | 13576 | .dst_temps = .{ .mem, .unused }, |
| 11746 | 13577 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11773,6 +13604,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11773 | 13604 | .unused, |
| 11774 | 13605 | .unused, |
| 11775 | 13606 | .unused, |
| 13607 | .unused, |
| 13608 | .unused, |
| 11776 | 13609 | }, |
| 11777 | 13610 | .dst_temps = .{ .mem, .unused }, |
| 11778 | 13611 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11805,6 +13638,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11805 | 13638 | .unused, |
| 11806 | 13639 | .unused, |
| 11807 | 13640 | .unused, |
| 13641 | .unused, |
| 13642 | .unused, |
| 11808 | 13643 | }, |
| 11809 | 13644 | .dst_temps = .{ .mem, .unused }, |
| 11810 | 13645 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -11838,6 +13673,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11838 | 13673 | .{ .type = .u64, .kind = .{ .ret_gpr = .{ .cc = .ccc, .index = 0 } } }, |
| 11839 | 13674 | .unused, |
| 11840 | 13675 | .unused, |
| 13676 | .unused, |
| 13677 | .unused, |
| 11841 | 13678 | }, |
| 11842 | 13679 | .dst_temps = .{ .mem, .unused }, |
| 11843 | 13680 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11874,6 +13711,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11874 | 13711 | .{ .type = .u64, .kind = .{ .ret_gpr = .{ .cc = .ccc, .index = 0 } } }, |
| 11875 | 13712 | .unused, |
| 11876 | 13713 | .unused, |
| 13714 | .unused, |
| 13715 | .unused, |
| 11877 | 13716 | }, |
| 11878 | 13717 | .dst_temps = .{ .mem, .unused }, |
| 11879 | 13718 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11910,6 +13749,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11910 | 13749 | .unused, |
| 11911 | 13750 | .unused, |
| 11912 | 13751 | .unused, |
| 13752 | .unused, |
| 13753 | .unused, |
| 11913 | 13754 | }, |
| 11914 | 13755 | .dst_temps = .{ .mem, .unused }, |
| 11915 | 13756 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11944,6 +13785,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11944 | 13785 | .unused, |
| 11945 | 13786 | .unused, |
| 11946 | 13787 | .unused, |
| 13788 | .unused, |
| 13789 | .unused, |
| 11947 | 13790 | }, |
| 11948 | 13791 | .dst_temps = .{ .mem, .unused }, |
| 11949 | 13792 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -11978,6 +13821,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 11978 | 13821 | .unused, |
| 11979 | 13822 | .unused, |
| 11980 | 13823 | .unused, |
| 13824 | .unused, |
| 13825 | .unused, |
| 11981 | 13826 | }, |
| 11982 | 13827 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 11983 | 13828 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12005,6 +13850,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12005 | 13850 | .unused, |
| 12006 | 13851 | .unused, |
| 12007 | 13852 | .unused, |
| 13853 | .unused, |
| 13854 | .unused, |
| 12008 | 13855 | }, |
| 12009 | 13856 | .dst_temps = .{ .mem, .unused }, |
| 12010 | 13857 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12039,6 +13886,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12039 | 13886 | .unused, |
| 12040 | 13887 | .unused, |
| 12041 | 13888 | .unused, |
| 13889 | .unused, |
| 13890 | .unused, |
| 12042 | 13891 | }, |
| 12043 | 13892 | .dst_temps = .{ .mem, .unused }, |
| 12044 | 13893 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12074,6 +13923,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12074 | 13923 | .unused, |
| 12075 | 13924 | .unused, |
| 12076 | 13925 | .unused, |
| 13926 | .unused, |
| 13927 | .unused, |
| 12077 | 13928 | }, |
| 12078 | 13929 | .dst_temps = .{ .mem, .unused }, |
| 12079 | 13930 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12110,6 +13961,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12110 | 13961 | .unused, |
| 12111 | 13962 | .unused, |
| 12112 | 13963 | .unused, |
| 13964 | .unused, |
| 13965 | .unused, |
| 12113 | 13966 | }, |
| 12114 | 13967 | .dst_temps = .{ .mem, .unused }, |
| 12115 | 13968 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12149,6 +14002,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12149 | 14002 | .unused, |
| 12150 | 14003 | .unused, |
| 12151 | 14004 | .unused, |
| 14005 | .unused, |
| 14006 | .unused, |
| 12152 | 14007 | }, |
| 12153 | 14008 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12154 | 14009 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12176,6 +14031,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12176 | 14031 | .unused, |
| 12177 | 14032 | .unused, |
| 12178 | 14033 | .unused, |
| 14034 | .unused, |
| 14035 | .unused, |
| 12179 | 14036 | }, |
| 12180 | 14037 | .dst_temps = .{ .mem, .unused }, |
| 12181 | 14038 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12209,6 +14066,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12209 | 14066 | .unused, |
| 12210 | 14067 | .unused, |
| 12211 | 14068 | .unused, |
| 14069 | .unused, |
| 14070 | .unused, |
| 12212 | 14071 | }, |
| 12213 | 14072 | .dst_temps = .{ .mem, .unused }, |
| 12214 | 14073 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12242,6 +14101,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12242 | 14101 | .unused, |
| 12243 | 14102 | .unused, |
| 12244 | 14103 | .unused, |
| 14104 | .unused, |
| 14105 | .unused, |
| 12245 | 14106 | }, |
| 12246 | 14107 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12247 | 14108 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12269,6 +14130,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12269 | 14130 | .unused, |
| 12270 | 14131 | .unused, |
| 12271 | 14132 | .unused, |
| 14133 | .unused, |
| 14134 | .unused, |
| 12272 | 14135 | }, |
| 12273 | 14136 | .dst_temps = .{ .mem, .unused }, |
| 12274 | 14137 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12302,6 +14165,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12302 | 14165 | .unused, |
| 12303 | 14166 | .unused, |
| 12304 | 14167 | .unused, |
| 14168 | .unused, |
| 14169 | .unused, |
| 12305 | 14170 | }, |
| 12306 | 14171 | .dst_temps = .{ .mem, .unused }, |
| 12307 | 14172 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12335,6 +14200,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12335 | 14200 | .unused, |
| 12336 | 14201 | .unused, |
| 12337 | 14202 | .unused, |
| 14203 | .unused, |
| 14204 | .unused, |
| 12338 | 14205 | }, |
| 12339 | 14206 | .dst_temps = .{ .mem, .unused }, |
| 12340 | 14207 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12370,6 +14237,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12370 | 14237 | .unused, |
| 12371 | 14238 | .unused, |
| 12372 | 14239 | .unused, |
| 14240 | .unused, |
| 14241 | .unused, |
| 12373 | 14242 | }, |
| 12374 | 14243 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 12375 | 14244 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12401,6 +14270,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12401 | 14270 | .unused, |
| 12402 | 14271 | .unused, |
| 12403 | 14272 | .unused, |
| 14273 | .unused, |
| 14274 | .unused, |
| 12404 | 14275 | }, |
| 12405 | 14276 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 12406 | 14277 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12432,6 +14303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12432 | 14303 | .unused, |
| 12433 | 14304 | .unused, |
| 12434 | 14305 | .unused, |
| 14306 | .unused, |
| 14307 | .unused, |
| 12435 | 14308 | }, |
| 12436 | 14309 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 12437 | 14310 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12463,6 +14336,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12463 | 14336 | .unused, |
| 12464 | 14337 | .unused, |
| 12465 | 14338 | .unused, |
| 14339 | .unused, |
| 14340 | .unused, |
| 12466 | 14341 | }, |
| 12467 | 14342 | .dst_temps = .{ .mem, .unused }, |
| 12468 | 14343 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12499,6 +14374,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12499 | 14374 | .unused, |
| 12500 | 14375 | .unused, |
| 12501 | 14376 | .unused, |
| 14377 | .unused, |
| 14378 | .unused, |
| 12502 | 14379 | }, |
| 12503 | 14380 | .dst_temps = .{ .mem, .unused }, |
| 12504 | 14381 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12535,6 +14412,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12535 | 14412 | .unused, |
| 12536 | 14413 | .unused, |
| 12537 | 14414 | .unused, |
| 14415 | .unused, |
| 14416 | .unused, |
| 12538 | 14417 | }, |
| 12539 | 14418 | .dst_temps = .{ .mem, .unused }, |
| 12540 | 14419 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12571,6 +14450,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12571 | 14450 | .unused, |
| 12572 | 14451 | .unused, |
| 12573 | 14452 | .unused, |
| 14453 | .unused, |
| 14454 | .unused, |
| 12574 | 14455 | }, |
| 12575 | 14456 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12576 | 14457 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12598,6 +14479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12598 | 14479 | .unused, |
| 12599 | 14480 | .unused, |
| 12600 | 14481 | .unused, |
| 14482 | .unused, |
| 14483 | .unused, |
| 12601 | 14484 | }, |
| 12602 | 14485 | .dst_temps = .{ .mem, .unused }, |
| 12603 | 14486 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12631,6 +14514,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12631 | 14514 | .unused, |
| 12632 | 14515 | .unused, |
| 12633 | 14516 | .unused, |
| 14517 | .unused, |
| 14518 | .unused, |
| 12634 | 14519 | }, |
| 12635 | 14520 | .dst_temps = .{ .mem, .unused }, |
| 12636 | 14521 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12664,6 +14549,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12664 | 14549 | .unused, |
| 12665 | 14550 | .unused, |
| 12666 | 14551 | .unused, |
| 14552 | .unused, |
| 14553 | .unused, |
| 12667 | 14554 | }, |
| 12668 | 14555 | .dst_temps = .{ .mem, .unused }, |
| 12669 | 14556 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12713,6 +14600,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12713 | 14600 | .unused, |
| 12714 | 14601 | .unused, |
| 12715 | 14602 | .unused, |
| 14603 | .unused, |
| 14604 | .unused, |
| 12716 | 14605 | }, |
| 12717 | 14606 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12718 | 14607 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12752,6 +14641,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12752 | 14641 | .unused, |
| 12753 | 14642 | .unused, |
| 12754 | 14643 | .unused, |
| 14644 | .unused, |
| 14645 | .unused, |
| 12755 | 14646 | }, |
| 12756 | 14647 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12757 | 14648 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12791,6 +14682,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12791 | 14682 | .unused, |
| 12792 | 14683 | .unused, |
| 12793 | 14684 | .unused, |
| 14685 | .unused, |
| 14686 | .unused, |
| 12794 | 14687 | }, |
| 12795 | 14688 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12796 | 14689 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12827,6 +14720,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12827 | 14720 | .unused, |
| 12828 | 14721 | .unused, |
| 12829 | 14722 | .unused, |
| 14723 | .unused, |
| 14724 | .unused, |
| 12830 | 14725 | }, |
| 12831 | 14726 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12832 | 14727 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12863,6 +14758,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12863 | 14758 | .unused, |
| 12864 | 14759 | .unused, |
| 12865 | 14760 | .unused, |
| 14761 | .unused, |
| 14762 | .unused, |
| 12866 | 14763 | }, |
| 12867 | 14764 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12868 | 14765 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12899,6 +14796,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12899 | 14796 | .unused, |
| 12900 | 14797 | .unused, |
| 12901 | 14798 | .unused, |
| 14799 | .unused, |
| 14800 | .unused, |
| 12902 | 14801 | }, |
| 12903 | 14802 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12904 | 14803 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12935,6 +14834,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12935 | 14834 | .unused, |
| 12936 | 14835 | .unused, |
| 12937 | 14836 | .unused, |
| 14837 | .unused, |
| 14838 | .unused, |
| 12938 | 14839 | }, |
| 12939 | 14840 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12940 | 14841 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -12971,6 +14872,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 12971 | 14872 | .unused, |
| 12972 | 14873 | .unused, |
| 12973 | 14874 | .unused, |
| 14875 | .unused, |
| 14876 | .unused, |
| 12974 | 14877 | }, |
| 12975 | 14878 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 12976 | 14879 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13007,6 +14910,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13007 | 14910 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13008 | 14911 | .unused, |
| 13009 | 14912 | .unused, |
| 14913 | .unused, |
| 14914 | .unused, |
| 13010 | 14915 | }, |
| 13011 | 14916 | .dst_temps = .{ .mem, .unused }, |
| 13012 | 14917 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13053,6 +14958,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13053 | 14958 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13054 | 14959 | .unused, |
| 13055 | 14960 | .unused, |
| 14961 | .unused, |
| 14962 | .unused, |
| 13056 | 14963 | }, |
| 13057 | 14964 | .dst_temps = .{ .mem, .unused }, |
| 13058 | 14965 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13099,6 +15006,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13099 | 15006 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13100 | 15007 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13101 | 15008 | .unused, |
| 15009 | .unused, |
| 15010 | .unused, |
| 13102 | 15011 | }, |
| 13103 | 15012 | .dst_temps = .{ .mem, .unused }, |
| 13104 | 15013 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13142,6 +15051,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13142 | 15051 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13143 | 15052 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13144 | 15053 | .unused, |
| 15054 | .unused, |
| 15055 | .unused, |
| 13145 | 15056 | }, |
| 13146 | 15057 | .dst_temps = .{ .mem, .unused }, |
| 13147 | 15058 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13185,6 +15096,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13185 | 15096 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13186 | 15097 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13187 | 15098 | .unused, |
| 15099 | .unused, |
| 15100 | .unused, |
| 13188 | 15101 | }, |
| 13189 | 15102 | .dst_temps = .{ .mem, .unused }, |
| 13190 | 15103 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13228,6 +15141,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13228 | 15141 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13229 | 15142 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13230 | 15143 | .unused, |
| 15144 | .unused, |
| 15145 | .unused, |
| 13231 | 15146 | }, |
| 13232 | 15147 | .dst_temps = .{ .mem, .unused }, |
| 13233 | 15148 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13271,6 +15186,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13271 | 15186 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13272 | 15187 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13273 | 15188 | .unused, |
| 15189 | .unused, |
| 15190 | .unused, |
| 13274 | 15191 | }, |
| 13275 | 15192 | .dst_temps = .{ .mem, .unused }, |
| 13276 | 15193 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13315,6 +15232,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13315 | 15232 | .{ .type = .f16, .kind = .{ .reg = .ax } }, |
| 13316 | 15233 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13317 | 15234 | .unused, |
| 15235 | .unused, |
| 15236 | .unused, |
| 13318 | 15237 | }, |
| 13319 | 15238 | .dst_temps = .{ .mem, .unused }, |
| 13320 | 15239 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13359,6 +15278,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13359 | 15278 | .{ .type = .f32, .kind = .mem }, |
| 13360 | 15279 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13361 | 15280 | .unused, |
| 15281 | .unused, |
| 15282 | .unused, |
| 13362 | 15283 | }, |
| 13363 | 15284 | .dst_temps = .{ .mem, .unused }, |
| 13364 | 15285 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13406,6 +15327,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13406 | 15327 | .{ .type = .f32, .kind = .mem }, |
| 13407 | 15328 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addhf3" } } }, |
| 13408 | 15329 | .unused, |
| 15330 | .unused, |
| 15331 | .unused, |
| 13409 | 15332 | }, |
| 13410 | 15333 | .dst_temps = .{ .mem, .unused }, |
| 13411 | 15334 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13453,6 +15376,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13453 | 15376 | .unused, |
| 13454 | 15377 | .unused, |
| 13455 | 15378 | .unused, |
| 15379 | .unused, |
| 15380 | .unused, |
| 13456 | 15381 | }, |
| 13457 | 15382 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13458 | 15383 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13489,6 +15414,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13489 | 15414 | .unused, |
| 13490 | 15415 | .unused, |
| 13491 | 15416 | .unused, |
| 15417 | .unused, |
| 15418 | .unused, |
| 13492 | 15419 | }, |
| 13493 | 15420 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13494 | 15421 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13525,6 +15452,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13525 | 15452 | .unused, |
| 13526 | 15453 | .unused, |
| 13527 | 15454 | .unused, |
| 15455 | .unused, |
| 15456 | .unused, |
| 13528 | 15457 | }, |
| 13529 | 15458 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13530 | 15459 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13560,6 +15489,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13560 | 15489 | .{ .type = .f32, .kind = .{ .reg = .eax } }, |
| 13561 | 15490 | .unused, |
| 13562 | 15491 | .unused, |
| 15492 | .unused, |
| 15493 | .unused, |
| 13563 | 15494 | }, |
| 13564 | 15495 | .dst_temps = .{ .mem, .unused }, |
| 13565 | 15496 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13602,6 +15533,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13602 | 15533 | .{ .type = .f32, .kind = .{ .reg = .eax } }, |
| 13603 | 15534 | .unused, |
| 13604 | 15535 | .unused, |
| 15536 | .unused, |
| 15537 | .unused, |
| 13605 | 15538 | }, |
| 13606 | 15539 | .dst_temps = .{ .mem, .unused }, |
| 13607 | 15540 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13644,6 +15577,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13644 | 15577 | .unused, |
| 13645 | 15578 | .unused, |
| 13646 | 15579 | .unused, |
| 15580 | .unused, |
| 15581 | .unused, |
| 13647 | 15582 | }, |
| 13648 | 15583 | .dst_temps = .{ .mem, .unused }, |
| 13649 | 15584 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13684,6 +15619,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13684 | 15619 | .unused, |
| 13685 | 15620 | .unused, |
| 13686 | 15621 | .unused, |
| 15622 | .unused, |
| 15623 | .unused, |
| 13687 | 15624 | }, |
| 13688 | 15625 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13689 | 15626 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13721,6 +15658,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13721 | 15658 | .unused, |
| 13722 | 15659 | .unused, |
| 13723 | 15660 | .unused, |
| 15661 | .unused, |
| 15662 | .unused, |
| 13724 | 15663 | }, |
| 13725 | 15664 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13726 | 15665 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13758,6 +15697,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13758 | 15697 | .{ .type = .f64, .kind = .{ .reg = .st7 } }, |
| 13759 | 15698 | .unused, |
| 13760 | 15699 | .unused, |
| 15700 | .unused, |
| 15701 | .unused, |
| 13761 | 15702 | }, |
| 13762 | 15703 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 13763 | 15704 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13798,6 +15739,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13798 | 15739 | .{ .type = .f64, .kind = .{ .reg = .rdx } }, |
| 13799 | 15740 | .{ .type = .f64, .kind = .{ .reg = .rax } }, |
| 13800 | 15741 | .unused, |
| 15742 | .unused, |
| 15743 | .unused, |
| 13801 | 15744 | }, |
| 13802 | 15745 | .dst_temps = .{ .mem, .unused }, |
| 13803 | 15746 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13841,6 +15784,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13841 | 15784 | .{ .type = .f64, .kind = .{ .reg = .rdx } }, |
| 13842 | 15785 | .{ .type = .f64, .kind = .{ .reg = .rax } }, |
| 13843 | 15786 | .unused, |
| 15787 | .unused, |
| 15788 | .unused, |
| 13844 | 15789 | }, |
| 13845 | 15790 | .dst_temps = .{ .mem, .unused }, |
| 13846 | 15791 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13884,6 +15829,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13884 | 15829 | .{ .type = .f64, .kind = .{ .reg = .rax } }, |
| 13885 | 15830 | .{ .type = .f64, .kind = .{ .reg = .st6 } }, |
| 13886 | 15831 | .{ .type = .f64, .kind = .{ .reg = .st7 } }, |
| 15832 | .unused, |
| 15833 | .unused, |
| 13887 | 15834 | }, |
| 13888 | 15835 | .dst_temps = .{ .mem, .unused }, |
| 13889 | 15836 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13931,6 +15878,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13931 | 15878 | .unused, |
| 13932 | 15879 | .unused, |
| 13933 | 15880 | .unused, |
| 15881 | .unused, |
| 15882 | .unused, |
| 13934 | 15883 | }, |
| 13935 | 15884 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 13936 | 15885 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -13972,6 +15921,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 13972 | 15921 | .unused, |
| 13973 | 15922 | .unused, |
| 13974 | 15923 | .unused, |
| 15924 | .unused, |
| 15925 | .unused, |
| 13975 | 15926 | }, |
| 13976 | 15927 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 13977 | 15928 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14013,6 +15964,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14013 | 15964 | .unused, |
| 14014 | 15965 | .unused, |
| 14015 | 15966 | .unused, |
| 15967 | .unused, |
| 15968 | .unused, |
| 14016 | 15969 | }, |
| 14017 | 15970 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 14018 | 15971 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14054,6 +16007,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14054 | 16007 | .unused, |
| 14055 | 16008 | .unused, |
| 14056 | 16009 | .unused, |
| 16010 | .unused, |
| 16011 | .unused, |
| 14057 | 16012 | }, |
| 14058 | 16013 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 14059 | 16014 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14095,6 +16050,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14095 | 16050 | .unused, |
| 14096 | 16051 | .unused, |
| 14097 | 16052 | .unused, |
| 16053 | .unused, |
| 16054 | .unused, |
| 14098 | 16055 | }, |
| 14099 | 16056 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 14100 | 16057 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14136,6 +16093,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14136 | 16093 | .unused, |
| 14137 | 16094 | .unused, |
| 14138 | 16095 | .unused, |
| 16096 | .unused, |
| 16097 | .unused, |
| 14139 | 16098 | }, |
| 14140 | 16099 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 14141 | 16100 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14177,6 +16136,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14177 | 16136 | .unused, |
| 14178 | 16137 | .unused, |
| 14179 | 16138 | .unused, |
| 16139 | .unused, |
| 16140 | .unused, |
| 14180 | 16141 | }, |
| 14181 | 16142 | .dst_temps = .{ .mem, .unused }, |
| 14182 | 16143 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14223,6 +16184,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14223 | 16184 | .unused, |
| 14224 | 16185 | .unused, |
| 14225 | 16186 | .unused, |
| 16187 | .unused, |
| 16188 | .unused, |
| 14226 | 16189 | }, |
| 14227 | 16190 | .dst_temps = .{ .mem, .unused }, |
| 14228 | 16191 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14269,6 +16232,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14269 | 16232 | .unused, |
| 14270 | 16233 | .unused, |
| 14271 | 16234 | .unused, |
| 16235 | .unused, |
| 16236 | .unused, |
| 14272 | 16237 | }, |
| 14273 | 16238 | .dst_temps = .{ .mem, .unused }, |
| 14274 | 16239 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14315,6 +16280,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14315 | 16280 | .unused, |
| 14316 | 16281 | .unused, |
| 14317 | 16282 | .unused, |
| 16283 | .unused, |
| 16284 | .unused, |
| 14318 | 16285 | }, |
| 14319 | 16286 | .dst_temps = .{ .mem, .unused }, |
| 14320 | 16287 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14361,6 +16328,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14361 | 16328 | .unused, |
| 14362 | 16329 | .unused, |
| 14363 | 16330 | .unused, |
| 16331 | .unused, |
| 16332 | .unused, |
| 14364 | 16333 | }, |
| 14365 | 16334 | .dst_temps = .{ .mem, .unused }, |
| 14366 | 16335 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14407,6 +16376,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14407 | 16376 | .unused, |
| 14408 | 16377 | .unused, |
| 14409 | 16378 | .unused, |
| 16379 | .unused, |
| 16380 | .unused, |
| 14410 | 16381 | }, |
| 14411 | 16382 | .dst_temps = .{ .mem, .unused }, |
| 14412 | 16383 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14453,6 +16424,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14453 | 16424 | .unused, |
| 14454 | 16425 | .unused, |
| 14455 | 16426 | .unused, |
| 16427 | .unused, |
| 16428 | .unused, |
| 14456 | 16429 | }, |
| 14457 | 16430 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 14458 | 16431 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14492,6 +16465,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14492 | 16465 | .unused, |
| 14493 | 16466 | .unused, |
| 14494 | 16467 | .unused, |
| 16468 | .unused, |
| 16469 | .unused, |
| 14495 | 16470 | }, |
| 14496 | 16471 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 14497 | 16472 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14531,6 +16506,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14531 | 16506 | .unused, |
| 14532 | 16507 | .unused, |
| 14533 | 16508 | .unused, |
| 16509 | .unused, |
| 16510 | .unused, |
| 14534 | 16511 | }, |
| 14535 | 16512 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 14536 | 16513 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14571,6 +16548,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14571 | 16548 | .unused, |
| 14572 | 16549 | .unused, |
| 14573 | 16550 | .unused, |
| 16551 | .unused, |
| 16552 | .unused, |
| 14574 | 16553 | }, |
| 14575 | 16554 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 14576 | 16555 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14609,6 +16588,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14609 | 16588 | .{ .type = .f128, .kind = .{ .reg = .rax } }, |
| 14610 | 16589 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addtf3" } } }, |
| 14611 | 16590 | .unused, |
| 16591 | .unused, |
| 16592 | .unused, |
| 14612 | 16593 | }, |
| 14613 | 16594 | .dst_temps = .{ .mem, .unused }, |
| 14614 | 16595 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14653,6 +16634,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14653 | 16634 | .{ .type = .f128, .kind = .{ .reg = .rax } }, |
| 14654 | 16635 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addtf3" } } }, |
| 14655 | 16636 | .unused, |
| 16637 | .unused, |
| 16638 | .unused, |
| 14656 | 16639 | }, |
| 14657 | 16640 | .dst_temps = .{ .mem, .unused }, |
| 14658 | 16641 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14697,6 +16680,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14697 | 16680 | .{ .type = .f128, .kind = .{ .reg = .rax } }, |
| 14698 | 16681 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addtf3" } } }, |
| 14699 | 16682 | .unused, |
| 16683 | .unused, |
| 16684 | .unused, |
| 14700 | 16685 | }, |
| 14701 | 16686 | .dst_temps = .{ .mem, .unused }, |
| 14702 | 16687 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -14742,6 +16727,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 14742 | 16727 | .{ .type = .f128, .kind = .{ .reg = .rax } }, |
| 14743 | 16728 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__addtf3" } } }, |
| 14744 | 16729 | .unused, |
| 16730 | .unused, |
| 16731 | .unused, |
| 14745 | 16732 | }, |
| 14746 | 16733 | .dst_temps = .{ .mem, .unused }, |
| 14747 | 16734 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -15260,6 +17247,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15260 | 17247 | .unused, |
| 15261 | 17248 | .unused, |
| 15262 | 17249 | .unused, |
| 17250 | .unused, |
| 17251 | .unused, |
| 15263 | 17252 | }, |
| 15264 | 17253 | .dst_temps = .{ .mem, .unused }, |
| 15265 | 17254 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15295,6 +17284,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15295 | 17284 | .unused, |
| 15296 | 17285 | .unused, |
| 15297 | 17286 | .unused, |
| 17287 | .unused, |
| 17288 | .unused, |
| 15298 | 17289 | }, |
| 15299 | 17290 | .dst_temps = .{ .mem, .unused }, |
| 15300 | 17291 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15330,6 +17321,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15330 | 17321 | .unused, |
| 15331 | 17322 | .unused, |
| 15332 | 17323 | .unused, |
| 17324 | .unused, |
| 17325 | .unused, |
| 15333 | 17326 | }, |
| 15334 | 17327 | .dst_temps = .{ .mem, .unused }, |
| 15335 | 17328 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15363,6 +17356,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15363 | 17356 | .unused, |
| 15364 | 17357 | .unused, |
| 15365 | 17358 | .unused, |
| 17359 | .unused, |
| 17360 | .unused, |
| 15366 | 17361 | }, |
| 15367 | 17362 | .dst_temps = .{ .mem, .unused }, |
| 15368 | 17363 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15468,6 +17463,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15468 | 17463 | .unused, |
| 15469 | 17464 | .unused, |
| 15470 | 17465 | .unused, |
| 17466 | .unused, |
| 17467 | .unused, |
| 15471 | 17468 | }, |
| 15472 | 17469 | .dst_temps = .{ .mem, .unused }, |
| 15473 | 17470 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15499,6 +17496,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15499 | 17496 | .unused, |
| 15500 | 17497 | .unused, |
| 15501 | 17498 | .unused, |
| 17499 | .unused, |
| 17500 | .unused, |
| 15502 | 17501 | }, |
| 15503 | 17502 | .dst_temps = .{ .mem, .unused }, |
| 15504 | 17503 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15530,6 +17529,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15530 | 17529 | .unused, |
| 15531 | 17530 | .unused, |
| 15532 | 17531 | .unused, |
| 17532 | .unused, |
| 17533 | .unused, |
| 15533 | 17534 | }, |
| 15534 | 17535 | .dst_temps = .{ .mem, .unused }, |
| 15535 | 17536 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15561,6 +17562,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15561 | 17562 | .unused, |
| 15562 | 17563 | .unused, |
| 15563 | 17564 | .unused, |
| 17565 | .unused, |
| 17566 | .unused, |
| 15564 | 17567 | }, |
| 15565 | 17568 | .dst_temps = .{ .mem, .unused }, |
| 15566 | 17569 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15596,6 +17599,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15596 | 17599 | .unused, |
| 15597 | 17600 | .unused, |
| 15598 | 17601 | .unused, |
| 17602 | .unused, |
| 17603 | .unused, |
| 15599 | 17604 | }, |
| 15600 | 17605 | .dst_temps = .{ .mem, .unused }, |
| 15601 | 17606 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15629,6 +17634,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15629 | 17634 | .unused, |
| 15630 | 17635 | .unused, |
| 15631 | 17636 | .unused, |
| 17637 | .unused, |
| 17638 | .unused, |
| 15632 | 17639 | }, |
| 15633 | 17640 | .dst_temps = .{ .mem, .unused }, |
| 15634 | 17641 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15662,6 +17669,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15662 | 17669 | .unused, |
| 15663 | 17670 | .unused, |
| 15664 | 17671 | .unused, |
| 17672 | .unused, |
| 17673 | .unused, |
| 15665 | 17674 | }, |
| 15666 | 17675 | .dst_temps = .{ .mem, .unused }, |
| 15667 | 17676 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15694,6 +17703,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15694 | 17703 | .unused, |
| 15695 | 17704 | .unused, |
| 15696 | 17705 | .unused, |
| 17706 | .unused, |
| 17707 | .unused, |
| 15697 | 17708 | }, |
| 15698 | 17709 | .dst_temps = .{ .mem, .unused }, |
| 15699 | 17710 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15791,6 +17802,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15791 | 17802 | .unused, |
| 15792 | 17803 | .unused, |
| 15793 | 17804 | .unused, |
| 17805 | .unused, |
| 17806 | .unused, |
| 15794 | 17807 | }, |
| 15795 | 17808 | .dst_temps = .{ .mem, .unused }, |
| 15796 | 17809 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15822,6 +17835,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15822 | 17835 | .unused, |
| 15823 | 17836 | .unused, |
| 15824 | 17837 | .unused, |
| 17838 | .unused, |
| 17839 | .unused, |
| 15825 | 17840 | }, |
| 15826 | 17841 | .dst_temps = .{ .mem, .unused }, |
| 15827 | 17842 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15853,6 +17868,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15853 | 17868 | .unused, |
| 15854 | 17869 | .unused, |
| 15855 | 17870 | .unused, |
| 17871 | .unused, |
| 17872 | .unused, |
| 15856 | 17873 | }, |
| 15857 | 17874 | .dst_temps = .{ .mem, .unused }, |
| 15858 | 17875 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15884,6 +17901,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15884 | 17901 | .unused, |
| 15885 | 17902 | .unused, |
| 15886 | 17903 | .unused, |
| 17904 | .unused, |
| 17905 | .unused, |
| 15887 | 17906 | }, |
| 15888 | 17907 | .dst_temps = .{ .mem, .unused }, |
| 15889 | 17908 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15917,6 +17936,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15917 | 17936 | .unused, |
| 15918 | 17937 | .unused, |
| 15919 | 17938 | .unused, |
| 17939 | .unused, |
| 17940 | .unused, |
| 15920 | 17941 | }, |
| 15921 | 17942 | .dst_temps = .{ .mem, .unused }, |
| 15922 | 17943 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15950,6 +17971,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15950 | 17971 | .unused, |
| 15951 | 17972 | .unused, |
| 15952 | 17973 | .unused, |
| 17974 | .unused, |
| 17975 | .unused, |
| 15953 | 17976 | }, |
| 15954 | 17977 | .dst_temps = .{ .mem, .unused }, |
| 15955 | 17978 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -15982,6 +18005,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 15982 | 18005 | .unused, |
| 15983 | 18006 | .unused, |
| 15984 | 18007 | .unused, |
| 18008 | .unused, |
| 18009 | .unused, |
| 15985 | 18010 | }, |
| 15986 | 18011 | .dst_temps = .{ .mem, .unused }, |
| 15987 | 18012 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16079,6 +18104,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16079 | 18104 | .unused, |
| 16080 | 18105 | .unused, |
| 16081 | 18106 | .unused, |
| 18107 | .unused, |
| 18108 | .unused, |
| 16082 | 18109 | }, |
| 16083 | 18110 | .dst_temps = .{ .mem, .unused }, |
| 16084 | 18111 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16110,6 +18137,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16110 | 18137 | .unused, |
| 16111 | 18138 | .unused, |
| 16112 | 18139 | .unused, |
| 18140 | .unused, |
| 18141 | .unused, |
| 16113 | 18142 | }, |
| 16114 | 18143 | .dst_temps = .{ .mem, .unused }, |
| 16115 | 18144 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16141,6 +18170,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16141 | 18170 | .unused, |
| 16142 | 18171 | .unused, |
| 16143 | 18172 | .unused, |
| 18173 | .unused, |
| 18174 | .unused, |
| 16144 | 18175 | }, |
| 16145 | 18176 | .dst_temps = .{ .mem, .unused }, |
| 16146 | 18177 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16172,6 +18203,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16172 | 18203 | .unused, |
| 16173 | 18204 | .unused, |
| 16174 | 18205 | .unused, |
| 18206 | .unused, |
| 18207 | .unused, |
| 16175 | 18208 | }, |
| 16176 | 18209 | .dst_temps = .{ .mem, .unused }, |
| 16177 | 18210 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16203,6 +18236,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16203 | 18236 | .unused, |
| 16204 | 18237 | .unused, |
| 16205 | 18238 | .unused, |
| 18239 | .unused, |
| 18240 | .unused, |
| 16206 | 18241 | }, |
| 16207 | 18242 | .dst_temps = .{ .mem, .unused }, |
| 16208 | 18243 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16301,6 +18336,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16301 | 18336 | .unused, |
| 16302 | 18337 | .unused, |
| 16303 | 18338 | .unused, |
| 18339 | .unused, |
| 18340 | .unused, |
| 16304 | 18341 | }, |
| 16305 | 18342 | .dst_temps = .{ .mem, .unused }, |
| 16306 | 18343 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16332,6 +18369,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16332 | 18369 | .unused, |
| 16333 | 18370 | .unused, |
| 16334 | 18371 | .unused, |
| 18372 | .unused, |
| 18373 | .unused, |
| 16335 | 18374 | }, |
| 16336 | 18375 | .dst_temps = .{ .mem, .unused }, |
| 16337 | 18376 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16363,6 +18402,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16363 | 18402 | .unused, |
| 16364 | 18403 | .unused, |
| 16365 | 18404 | .unused, |
| 18405 | .unused, |
| 18406 | .unused, |
| 16366 | 18407 | }, |
| 16367 | 18408 | .dst_temps = .{ .mem, .unused }, |
| 16368 | 18409 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16394,6 +18435,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16394 | 18435 | .unused, |
| 16395 | 18436 | .unused, |
| 16396 | 18437 | .unused, |
| 18438 | .unused, |
| 18439 | .unused, |
| 16397 | 18440 | }, |
| 16398 | 18441 | .dst_temps = .{ .mem, .unused }, |
| 16399 | 18442 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16426,6 +18469,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16426 | 18469 | .unused, |
| 16427 | 18470 | .unused, |
| 16428 | 18471 | .unused, |
| 18472 | .unused, |
| 18473 | .unused, |
| 16429 | 18474 | }, |
| 16430 | 18475 | .dst_temps = .{ .mem, .unused }, |
| 16431 | 18476 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16457,6 +18502,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16457 | 18502 | .unused, |
| 16458 | 18503 | .unused, |
| 16459 | 18504 | .unused, |
| 18505 | .unused, |
| 18506 | .unused, |
| 16460 | 18507 | }, |
| 16461 | 18508 | .dst_temps = .{ .mem, .unused }, |
| 16462 | 18509 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16558,6 +18605,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16558 | 18605 | .unused, |
| 16559 | 18606 | .unused, |
| 16560 | 18607 | .unused, |
| 18608 | .unused, |
| 18609 | .unused, |
| 16561 | 18610 | }, |
| 16562 | 18611 | .dst_temps = .{ .mem, .unused }, |
| 16563 | 18612 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16589,6 +18638,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16589 | 18638 | .unused, |
| 16590 | 18639 | .unused, |
| 16591 | 18640 | .unused, |
| 18641 | .unused, |
| 18642 | .unused, |
| 16592 | 18643 | }, |
| 16593 | 18644 | .dst_temps = .{ .mem, .unused }, |
| 16594 | 18645 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16620,6 +18671,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16620 | 18671 | .unused, |
| 16621 | 18672 | .unused, |
| 16622 | 18673 | .unused, |
| 18674 | .unused, |
| 18675 | .unused, |
| 16623 | 18676 | }, |
| 16624 | 18677 | .dst_temps = .{ .mem, .unused }, |
| 16625 | 18678 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16651,6 +18704,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16651 | 18704 | .unused, |
| 16652 | 18705 | .unused, |
| 16653 | 18706 | .unused, |
| 18707 | .unused, |
| 18708 | .unused, |
| 16654 | 18709 | }, |
| 16655 | 18710 | .dst_temps = .{ .mem, .unused }, |
| 16656 | 18711 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16686,6 +18741,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16686 | 18741 | .unused, |
| 16687 | 18742 | .unused, |
| 16688 | 18743 | .unused, |
| 18744 | .unused, |
| 18745 | .unused, |
| 16689 | 18746 | }, |
| 16690 | 18747 | .dst_temps = .{ .mem, .unused }, |
| 16691 | 18748 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16717,6 +18774,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16717 | 18774 | .unused, |
| 16718 | 18775 | .unused, |
| 16719 | 18776 | .unused, |
| 18777 | .unused, |
| 18778 | .unused, |
| 16720 | 18779 | }, |
| 16721 | 18780 | .dst_temps = .{ .mem, .unused }, |
| 16722 | 18781 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16784,6 +18843,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16784 | 18843 | .unused, |
| 16785 | 18844 | .unused, |
| 16786 | 18845 | .unused, |
| 18846 | .unused, |
| 18847 | .unused, |
| 16787 | 18848 | }, |
| 16788 | 18849 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 16789 | 18850 | .each = .{ .once = &.{ |
| ... | ... | @@ -16833,6 +18894,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16833 | 18894 | .unused, |
| 16834 | 18895 | .unused, |
| 16835 | 18896 | .unused, |
| 18897 | .unused, |
| 18898 | .unused, |
| 16836 | 18899 | }, |
| 16837 | 18900 | .dst_temps = .{ .mem, .unused }, |
| 16838 | 18901 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16864,6 +18927,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16864 | 18927 | .unused, |
| 16865 | 18928 | .unused, |
| 16866 | 18929 | .unused, |
| 18930 | .unused, |
| 18931 | .unused, |
| 16867 | 18932 | }, |
| 16868 | 18933 | .dst_temps = .{ .mem, .unused }, |
| 16869 | 18934 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16895,6 +18960,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16895 | 18960 | .unused, |
| 16896 | 18961 | .unused, |
| 16897 | 18962 | .unused, |
| 18963 | .unused, |
| 18964 | .unused, |
| 16898 | 18965 | }, |
| 16899 | 18966 | .dst_temps = .{ .mem, .unused }, |
| 16900 | 18967 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16926,6 +18993,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16926 | 18993 | .{ .type = .vector_4_u32, .kind = .{ .rc = .sse } }, |
| 16927 | 18994 | .unused, |
| 16928 | 18995 | .unused, |
| 18996 | .unused, |
| 18997 | .unused, |
| 16929 | 18998 | }, |
| 16930 | 18999 | .dst_temps = .{ .mem, .unused }, |
| 16931 | 19000 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16967,6 +19036,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16967 | 19036 | .unused, |
| 16968 | 19037 | .unused, |
| 16969 | 19038 | .unused, |
| 19039 | .unused, |
| 19040 | .unused, |
| 16970 | 19041 | }, |
| 16971 | 19042 | .dst_temps = .{ .mem, .unused }, |
| 16972 | 19043 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -16998,6 +19069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 16998 | 19069 | .unused, |
| 16999 | 19070 | .unused, |
| 17000 | 19071 | .unused, |
| 19072 | .unused, |
| 19073 | .unused, |
| 17001 | 19074 | }, |
| 17002 | 19075 | .dst_temps = .{ .mem, .unused }, |
| 17003 | 19076 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17048,6 +19121,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17048 | 19121 | .unused, |
| 17049 | 19122 | .unused, |
| 17050 | 19123 | .unused, |
| 19124 | .unused, |
| 19125 | .unused, |
| 17051 | 19126 | }, |
| 17052 | 19127 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 17053 | 19128 | .each = .{ .once = &.{ |
| ... | ... | @@ -17090,6 +19165,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17090 | 19165 | .unused, |
| 17091 | 19166 | .unused, |
| 17092 | 19167 | .unused, |
| 19168 | .unused, |
| 19169 | .unused, |
| 17093 | 19170 | }, |
| 17094 | 19171 | .dst_temps = .{ .mem, .unused }, |
| 17095 | 19172 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17123,6 +19200,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17123 | 19200 | .unused, |
| 17124 | 19201 | .unused, |
| 17125 | 19202 | .unused, |
| 19203 | .unused, |
| 19204 | .unused, |
| 17126 | 19205 | }, |
| 17127 | 19206 | .dst_temps = .{ .mem, .unused }, |
| 17128 | 19207 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17156,6 +19235,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17156 | 19235 | .unused, |
| 17157 | 19236 | .unused, |
| 17158 | 19237 | .unused, |
| 19238 | .unused, |
| 19239 | .unused, |
| 17159 | 19240 | }, |
| 17160 | 19241 | .dst_temps = .{ .mem, .unused }, |
| 17161 | 19242 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17190,6 +19271,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17190 | 19271 | .unused, |
| 17191 | 19272 | .unused, |
| 17192 | 19273 | .unused, |
| 19274 | .unused, |
| 19275 | .unused, |
| 17193 | 19276 | }, |
| 17194 | 19277 | .dst_temps = .{ .mem, .unused }, |
| 17195 | 19278 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17222,6 +19305,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17222 | 19305 | .unused, |
| 17223 | 19306 | .unused, |
| 17224 | 19307 | .unused, |
| 19308 | .unused, |
| 19309 | .unused, |
| 17225 | 19310 | }, |
| 17226 | 19311 | .dst_temps = .{ .mem, .unused }, |
| 17227 | 19312 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17257,6 +19342,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17257 | 19342 | .unused, |
| 17258 | 19343 | .unused, |
| 17259 | 19344 | .unused, |
| 19345 | .unused, |
| 19346 | .unused, |
| 17260 | 19347 | }, |
| 17261 | 19348 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 17262 | 19349 | .each = .{ .once = &.{ |
| ... | ... | @@ -17289,6 +19376,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17289 | 19376 | .unused, |
| 17290 | 19377 | .unused, |
| 17291 | 19378 | .unused, |
| 19379 | .unused, |
| 19380 | .unused, |
| 17292 | 19381 | }, |
| 17293 | 19382 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 17294 | 19383 | .each = .{ .once = &.{ |
| ... | ... | @@ -17322,6 +19411,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17322 | 19411 | .unused, |
| 17323 | 19412 | .unused, |
| 17324 | 19413 | .unused, |
| 19414 | .unused, |
| 19415 | .unused, |
| 17325 | 19416 | }, |
| 17326 | 19417 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 17327 | 19418 | .each = .{ .once = &.{ |
| ... | ... | @@ -17352,6 +19443,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17352 | 19443 | .{ .type = .vector_4_u64, .kind = .{ .rc = .sse } }, |
| 17353 | 19444 | .unused, |
| 17354 | 19445 | .unused, |
| 19446 | .unused, |
| 19447 | .unused, |
| 17355 | 19448 | }, |
| 17356 | 19449 | .dst_temps = .{ .mem, .unused }, |
| 17357 | 19450 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17389,6 +19482,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17389 | 19482 | .{ .type = .vector_2_u64, .kind = .{ .rc = .sse } }, |
| 17390 | 19483 | .unused, |
| 17391 | 19484 | .unused, |
| 19485 | .unused, |
| 19486 | .unused, |
| 17392 | 19487 | }, |
| 17393 | 19488 | .dst_temps = .{ .mem, .unused }, |
| 17394 | 19489 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17426,6 +19521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17426 | 19521 | .{ .type = .vector_2_u64, .kind = .{ .reg = .xmm0 } }, |
| 17427 | 19522 | .unused, |
| 17428 | 19523 | .unused, |
| 19524 | .unused, |
| 19525 | .unused, |
| 17429 | 19526 | }, |
| 17430 | 19527 | .dst_temps = .{ .mem, .unused }, |
| 17431 | 19528 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17465,6 +19562,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17465 | 19562 | .unused, |
| 17466 | 19563 | .unused, |
| 17467 | 19564 | .unused, |
| 19565 | .unused, |
| 19566 | .unused, |
| 17468 | 19567 | }, |
| 17469 | 19568 | .dst_temps = .{ .mem, .unused }, |
| 17470 | 19569 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17497,6 +19596,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17497 | 19596 | .unused, |
| 17498 | 19597 | .unused, |
| 17499 | 19598 | .unused, |
| 19599 | .unused, |
| 19600 | .unused, |
| 17500 | 19601 | }, |
| 17501 | 19602 | .dst_temps = .{ .mem, .unused }, |
| 17502 | 19603 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17526,6 +19627,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17526 | 19627 | .unused, |
| 17527 | 19628 | .unused, |
| 17528 | 19629 | .unused, |
| 19630 | .unused, |
| 19631 | .unused, |
| 17529 | 19632 | }, |
| 17530 | 19633 | .dst_temps = .{ .mem, .unused }, |
| 17531 | 19634 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17565,6 +19668,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17565 | 19668 | .unused, |
| 17566 | 19669 | .unused, |
| 17567 | 19670 | .unused, |
| 19671 | .unused, |
| 19672 | .unused, |
| 17568 | 19673 | }, |
| 17569 | 19674 | .dst_temps = .{ .mem, .unused }, |
| 17570 | 19675 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17604,6 +19709,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17604 | 19709 | .unused, |
| 17605 | 19710 | .unused, |
| 17606 | 19711 | .unused, |
| 19712 | .unused, |
| 19713 | .unused, |
| 17607 | 19714 | }, |
| 17608 | 19715 | .dst_temps = .{ .mem, .unused }, |
| 17609 | 19716 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17641,6 +19748,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17641 | 19748 | .unused, |
| 17642 | 19749 | .unused, |
| 17643 | 19750 | .unused, |
| 19751 | .unused, |
| 19752 | .unused, |
| 17644 | 19753 | }, |
| 17645 | 19754 | .dst_temps = .{ .mem, .unused }, |
| 17646 | 19755 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17682,6 +19791,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17682 | 19791 | .unused, |
| 17683 | 19792 | .unused, |
| 17684 | 19793 | .unused, |
| 19794 | .unused, |
| 19795 | .unused, |
| 17685 | 19796 | }, |
| 17686 | 19797 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 17687 | 19798 | .each = .{ .once = &.{ |
| ... | ... | @@ -17713,6 +19824,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17713 | 19824 | .unused, |
| 17714 | 19825 | .unused, |
| 17715 | 19826 | .unused, |
| 19827 | .unused, |
| 19828 | .unused, |
| 17716 | 19829 | }, |
| 17717 | 19830 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 17718 | 19831 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -17742,6 +19855,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17742 | 19855 | .unused, |
| 17743 | 19856 | .unused, |
| 17744 | 19857 | .unused, |
| 19858 | .unused, |
| 19859 | .unused, |
| 17745 | 19860 | }, |
| 17746 | 19861 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 17747 | 19862 | .each = .{ .once = &.{ |
| ... | ... | @@ -17775,6 +19890,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17775 | 19890 | .unused, |
| 17776 | 19891 | .unused, |
| 17777 | 19892 | .unused, |
| 19893 | .unused, |
| 19894 | .unused, |
| 17778 | 19895 | }, |
| 17779 | 19896 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 17780 | 19897 | .each = .{ .once = &.{ |
| ... | ... | @@ -17805,6 +19922,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17805 | 19922 | .unused, |
| 17806 | 19923 | .unused, |
| 17807 | 19924 | .unused, |
| 19925 | .unused, |
| 19926 | .unused, |
| 17808 | 19927 | }, |
| 17809 | 19928 | .dst_temps = .{ .mem, .unused }, |
| 17810 | 19929 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -17840,6 +19959,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17840 | 19959 | .unused, |
| 17841 | 19960 | .unused, |
| 17842 | 19961 | .unused, |
| 19962 | .unused, |
| 19963 | .unused, |
| 17843 | 19964 | }, |
| 17844 | 19965 | .dst_temps = .{ .mem, .unused }, |
| 17845 | 19966 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -17874,6 +19995,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17874 | 19995 | .unused, |
| 17875 | 19996 | .unused, |
| 17876 | 19997 | .unused, |
| 19998 | .unused, |
| 19999 | .unused, |
| 17877 | 20000 | }, |
| 17878 | 20001 | .dst_temps = .{ .mem, .unused }, |
| 17879 | 20002 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -17909,6 +20032,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17909 | 20032 | .unused, |
| 17910 | 20033 | .unused, |
| 17911 | 20034 | .unused, |
| 20035 | .unused, |
| 20036 | .unused, |
| 17912 | 20037 | }, |
| 17913 | 20038 | .dst_temps = .{ .mem, .unused }, |
| 17914 | 20039 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -17945,6 +20070,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17945 | 20070 | .unused, |
| 17946 | 20071 | .unused, |
| 17947 | 20072 | .unused, |
| 20073 | .unused, |
| 20074 | .unused, |
| 17948 | 20075 | }, |
| 17949 | 20076 | .dst_temps = .{ .mem, .unused }, |
| 17950 | 20077 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -17983,6 +20110,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 17983 | 20110 | .unused, |
| 17984 | 20111 | .unused, |
| 17985 | 20112 | .unused, |
| 20113 | .unused, |
| 20114 | .unused, |
| 17986 | 20115 | }, |
| 17987 | 20116 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 17988 | 20117 | .each = .{ .once = &.{ |
| ... | ... | @@ -18027,6 +20156,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18027 | 20156 | .unused, |
| 18028 | 20157 | .unused, |
| 18029 | 20158 | .unused, |
| 20159 | .unused, |
| 20160 | .unused, |
| 18030 | 20161 | }, |
| 18031 | 20162 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18032 | 20163 | .each = .{ .once = &.{ |
| ... | ... | @@ -18057,6 +20188,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18057 | 20188 | .unused, |
| 18058 | 20189 | .unused, |
| 18059 | 20190 | .unused, |
| 20191 | .unused, |
| 20192 | .unused, |
| 18060 | 20193 | }, |
| 18061 | 20194 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 18062 | 20195 | .each = .{ .once = &.{ |
| ... | ... | @@ -18105,6 +20238,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18105 | 20238 | .unused, |
| 18106 | 20239 | .unused, |
| 18107 | 20240 | .unused, |
| 20241 | .unused, |
| 20242 | .unused, |
| 18108 | 20243 | }, |
| 18109 | 20244 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18110 | 20245 | .each = .{ .once = &.{ |
| ... | ... | @@ -18135,6 +20270,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18135 | 20270 | .unused, |
| 18136 | 20271 | .unused, |
| 18137 | 20272 | .unused, |
| 20273 | .unused, |
| 20274 | .unused, |
| 18138 | 20275 | }, |
| 18139 | 20276 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 18140 | 20277 | .each = .{ .once = &.{ |
| ... | ... | @@ -18162,6 +20299,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18162 | 20299 | .unused, |
| 18163 | 20300 | .unused, |
| 18164 | 20301 | .unused, |
| 20302 | .unused, |
| 20303 | .unused, |
| 18165 | 20304 | }, |
| 18166 | 20305 | .dst_temps = .{ .mem, .unused }, |
| 18167 | 20306 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18196,6 +20335,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18196 | 20335 | .unused, |
| 18197 | 20336 | .unused, |
| 18198 | 20337 | .unused, |
| 20338 | .unused, |
| 20339 | .unused, |
| 18199 | 20340 | }, |
| 18200 | 20341 | .dst_temps = .{ .mem, .unused }, |
| 18201 | 20342 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18231,6 +20372,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18231 | 20372 | .unused, |
| 18232 | 20373 | .unused, |
| 18233 | 20374 | .unused, |
| 20375 | .unused, |
| 20376 | .unused, |
| 18234 | 20377 | }, |
| 18235 | 20378 | .dst_temps = .{ .mem, .unused }, |
| 18236 | 20379 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18268,6 +20411,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18268 | 20411 | .unused, |
| 18269 | 20412 | .unused, |
| 18270 | 20413 | .unused, |
| 20414 | .unused, |
| 20415 | .unused, |
| 18271 | 20416 | }, |
| 18272 | 20417 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 18273 | 20418 | .each = .{ .once = &.{ |
| ... | ... | @@ -18312,6 +20457,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18312 | 20457 | .unused, |
| 18313 | 20458 | .unused, |
| 18314 | 20459 | .unused, |
| 20460 | .unused, |
| 20461 | .unused, |
| 18315 | 20462 | }, |
| 18316 | 20463 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18317 | 20464 | .each = .{ .once = &.{ |
| ... | ... | @@ -18343,6 +20490,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18343 | 20490 | .unused, |
| 18344 | 20491 | .unused, |
| 18345 | 20492 | .unused, |
| 20493 | .unused, |
| 20494 | .unused, |
| 18346 | 20495 | }, |
| 18347 | 20496 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18348 | 20497 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -18369,6 +20518,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18369 | 20518 | .unused, |
| 18370 | 20519 | .unused, |
| 18371 | 20520 | .unused, |
| 20521 | .unused, |
| 20522 | .unused, |
| 18372 | 20523 | }, |
| 18373 | 20524 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 18374 | 20525 | .each = .{ .once = &.{ |
| ... | ... | @@ -18417,6 +20568,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18417 | 20568 | .unused, |
| 18418 | 20569 | .unused, |
| 18419 | 20570 | .unused, |
| 20571 | .unused, |
| 20572 | .unused, |
| 18420 | 20573 | }, |
| 18421 | 20574 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18422 | 20575 | .each = .{ .once = &.{ |
| ... | ... | @@ -18447,6 +20600,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18447 | 20600 | .unused, |
| 18448 | 20601 | .unused, |
| 18449 | 20602 | .unused, |
| 20603 | .unused, |
| 20604 | .unused, |
| 18450 | 20605 | }, |
| 18451 | 20606 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 18452 | 20607 | .each = .{ .once = &.{ |
| ... | ... | @@ -18474,6 +20629,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18474 | 20629 | .unused, |
| 18475 | 20630 | .unused, |
| 18476 | 20631 | .unused, |
| 20632 | .unused, |
| 20633 | .unused, |
| 18477 | 20634 | }, |
| 18478 | 20635 | .dst_temps = .{ .mem, .unused }, |
| 18479 | 20636 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18508,6 +20665,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18508 | 20665 | .unused, |
| 18509 | 20666 | .unused, |
| 18510 | 20667 | .unused, |
| 20668 | .unused, |
| 20669 | .unused, |
| 18511 | 20670 | }, |
| 18512 | 20671 | .dst_temps = .{ .mem, .unused }, |
| 18513 | 20672 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18543,6 +20702,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18543 | 20702 | .unused, |
| 18544 | 20703 | .unused, |
| 18545 | 20704 | .unused, |
| 20705 | .unused, |
| 20706 | .unused, |
| 18546 | 20707 | }, |
| 18547 | 20708 | .dst_temps = .{ .mem, .unused }, |
| 18548 | 20709 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18581,6 +20742,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18581 | 20742 | .unused, |
| 18582 | 20743 | .unused, |
| 18583 | 20744 | .unused, |
| 20745 | .unused, |
| 20746 | .unused, |
| 18584 | 20747 | }, |
| 18585 | 20748 | .dst_temps = .{ .mem, .unused }, |
| 18586 | 20749 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -18617,6 +20780,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18617 | 20780 | .unused, |
| 18618 | 20781 | .unused, |
| 18619 | 20782 | .unused, |
| 20783 | .unused, |
| 20784 | .unused, |
| 18620 | 20785 | }, |
| 18621 | 20786 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 18622 | 20787 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18652,6 +20817,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18652 | 20817 | .unused, |
| 18653 | 20818 | .unused, |
| 18654 | 20819 | .unused, |
| 20820 | .unused, |
| 20821 | .unused, |
| 18655 | 20822 | }, |
| 18656 | 20823 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 18657 | 20824 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18693,6 +20860,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18693 | 20860 | .unused, |
| 18694 | 20861 | .unused, |
| 18695 | 20862 | .unused, |
| 20863 | .unused, |
| 20864 | .unused, |
| 18696 | 20865 | }, |
| 18697 | 20866 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 18698 | 20867 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18732,6 +20901,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18732 | 20901 | .unused, |
| 18733 | 20902 | .unused, |
| 18734 | 20903 | .unused, |
| 20904 | .unused, |
| 20905 | .unused, |
| 18735 | 20906 | }, |
| 18736 | 20907 | .dst_temps = .{ .mem, .unused }, |
| 18737 | 20908 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18770,6 +20941,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18770 | 20941 | .unused, |
| 18771 | 20942 | .unused, |
| 18772 | 20943 | .unused, |
| 20944 | .unused, |
| 20945 | .unused, |
| 18773 | 20946 | }, |
| 18774 | 20947 | .dst_temps = .{ .mem, .unused }, |
| 18775 | 20948 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18814,6 +20987,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18814 | 20987 | .unused, |
| 18815 | 20988 | .unused, |
| 18816 | 20989 | .unused, |
| 20990 | .unused, |
| 20991 | .unused, |
| 18817 | 20992 | }, |
| 18818 | 20993 | .dst_temps = .{ .mem, .unused }, |
| 18819 | 20994 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -18859,6 +21034,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18859 | 21034 | .unused, |
| 18860 | 21035 | .unused, |
| 18861 | 21036 | .unused, |
| 21037 | .unused, |
| 21038 | .unused, |
| 18862 | 21039 | }, |
| 18863 | 21040 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 18864 | 21041 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -18886,6 +21063,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18886 | 21063 | .unused, |
| 18887 | 21064 | .unused, |
| 18888 | 21065 | .unused, |
| 21066 | .unused, |
| 21067 | .unused, |
| 18889 | 21068 | }, |
| 18890 | 21069 | .dst_temps = .{ .mem, .unused }, |
| 18891 | 21070 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -18919,6 +21098,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18919 | 21098 | .unused, |
| 18920 | 21099 | .unused, |
| 18921 | 21100 | .unused, |
| 21101 | .unused, |
| 21102 | .unused, |
| 18922 | 21103 | }, |
| 18923 | 21104 | .dst_temps = .{ .mem, .unused }, |
| 18924 | 21105 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -18952,6 +21133,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 18952 | 21133 | .unused, |
| 18953 | 21134 | .unused, |
| 18954 | 21135 | .unused, |
| 21136 | .unused, |
| 21137 | .unused, |
| 18955 | 21138 | }, |
| 18956 | 21139 | .dst_temps = .{ .mem, .unused }, |
| 18957 | 21140 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -19217,6 +21400,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19217 | 21400 | .unused, |
| 19218 | 21401 | .unused, |
| 19219 | 21402 | .unused, |
| 21403 | .unused, |
| 21404 | .unused, |
| 19220 | 21405 | }, |
| 19221 | 21406 | .dst_temps = .{ .mem, .unused }, |
| 19222 | 21407 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19252,6 +21437,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19252 | 21437 | .unused, |
| 19253 | 21438 | .unused, |
| 19254 | 21439 | .unused, |
| 21440 | .unused, |
| 21441 | .unused, |
| 19255 | 21442 | }, |
| 19256 | 21443 | .dst_temps = .{ .mem, .unused }, |
| 19257 | 21444 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19287,6 +21474,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19287 | 21474 | .unused, |
| 19288 | 21475 | .unused, |
| 19289 | 21476 | .unused, |
| 21477 | .unused, |
| 21478 | .unused, |
| 19290 | 21479 | }, |
| 19291 | 21480 | .dst_temps = .{ .mem, .unused }, |
| 19292 | 21481 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19320,6 +21509,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19320 | 21509 | .unused, |
| 19321 | 21510 | .unused, |
| 19322 | 21511 | .unused, |
| 21512 | .unused, |
| 21513 | .unused, |
| 19323 | 21514 | }, |
| 19324 | 21515 | .dst_temps = .{ .mem, .unused }, |
| 19325 | 21516 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19425,6 +21616,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19425 | 21616 | .unused, |
| 19426 | 21617 | .unused, |
| 19427 | 21618 | .unused, |
| 21619 | .unused, |
| 21620 | .unused, |
| 19428 | 21621 | }, |
| 19429 | 21622 | .dst_temps = .{ .mem, .unused }, |
| 19430 | 21623 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19456,6 +21649,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19456 | 21649 | .unused, |
| 19457 | 21650 | .unused, |
| 19458 | 21651 | .unused, |
| 21652 | .unused, |
| 21653 | .unused, |
| 19459 | 21654 | }, |
| 19460 | 21655 | .dst_temps = .{ .mem, .unused }, |
| 19461 | 21656 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19487,6 +21682,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19487 | 21682 | .unused, |
| 19488 | 21683 | .unused, |
| 19489 | 21684 | .unused, |
| 21685 | .unused, |
| 21686 | .unused, |
| 19490 | 21687 | }, |
| 19491 | 21688 | .dst_temps = .{ .mem, .unused }, |
| 19492 | 21689 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19518,6 +21715,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19518 | 21715 | .unused, |
| 19519 | 21716 | .unused, |
| 19520 | 21717 | .unused, |
| 21718 | .unused, |
| 21719 | .unused, |
| 19521 | 21720 | }, |
| 19522 | 21721 | .dst_temps = .{ .mem, .unused }, |
| 19523 | 21722 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19553,6 +21752,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19553 | 21752 | .unused, |
| 19554 | 21753 | .unused, |
| 19555 | 21754 | .unused, |
| 21755 | .unused, |
| 21756 | .unused, |
| 19556 | 21757 | }, |
| 19557 | 21758 | .dst_temps = .{ .mem, .unused }, |
| 19558 | 21759 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19586,6 +21787,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19586 | 21787 | .unused, |
| 19587 | 21788 | .unused, |
| 19588 | 21789 | .unused, |
| 21790 | .unused, |
| 21791 | .unused, |
| 19589 | 21792 | }, |
| 19590 | 21793 | .dst_temps = .{ .mem, .unused }, |
| 19591 | 21794 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19619,6 +21822,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19619 | 21822 | .unused, |
| 19620 | 21823 | .unused, |
| 19621 | 21824 | .unused, |
| 21825 | .unused, |
| 21826 | .unused, |
| 19622 | 21827 | }, |
| 19623 | 21828 | .dst_temps = .{ .mem, .unused }, |
| 19624 | 21829 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19651,6 +21856,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19651 | 21856 | .unused, |
| 19652 | 21857 | .unused, |
| 19653 | 21858 | .unused, |
| 21859 | .unused, |
| 21860 | .unused, |
| 19654 | 21861 | }, |
| 19655 | 21862 | .dst_temps = .{ .mem, .unused }, |
| 19656 | 21863 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19748,6 +21955,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19748 | 21955 | .unused, |
| 19749 | 21956 | .unused, |
| 19750 | 21957 | .unused, |
| 21958 | .unused, |
| 21959 | .unused, |
| 19751 | 21960 | }, |
| 19752 | 21961 | .dst_temps = .{ .mem, .unused }, |
| 19753 | 21962 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19779,6 +21988,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19779 | 21988 | .unused, |
| 19780 | 21989 | .unused, |
| 19781 | 21990 | .unused, |
| 21991 | .unused, |
| 21992 | .unused, |
| 19782 | 21993 | }, |
| 19783 | 21994 | .dst_temps = .{ .mem, .unused }, |
| 19784 | 21995 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19810,6 +22021,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19810 | 22021 | .unused, |
| 19811 | 22022 | .unused, |
| 19812 | 22023 | .unused, |
| 22024 | .unused, |
| 22025 | .unused, |
| 19813 | 22026 | }, |
| 19814 | 22027 | .dst_temps = .{ .mem, .unused }, |
| 19815 | 22028 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19841,6 +22054,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19841 | 22054 | .unused, |
| 19842 | 22055 | .unused, |
| 19843 | 22056 | .unused, |
| 22057 | .unused, |
| 22058 | .unused, |
| 19844 | 22059 | }, |
| 19845 | 22060 | .dst_temps = .{ .mem, .unused }, |
| 19846 | 22061 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19874,6 +22089,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19874 | 22089 | .unused, |
| 19875 | 22090 | .unused, |
| 19876 | 22091 | .unused, |
| 22092 | .unused, |
| 22093 | .unused, |
| 19877 | 22094 | }, |
| 19878 | 22095 | .dst_temps = .{ .mem, .unused }, |
| 19879 | 22096 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19907,6 +22124,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19907 | 22124 | .unused, |
| 19908 | 22125 | .unused, |
| 19909 | 22126 | .unused, |
| 22127 | .unused, |
| 22128 | .unused, |
| 19910 | 22129 | }, |
| 19911 | 22130 | .dst_temps = .{ .mem, .unused }, |
| 19912 | 22131 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -19939,6 +22158,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 19939 | 22158 | .unused, |
| 19940 | 22159 | .unused, |
| 19941 | 22160 | .unused, |
| 22161 | .unused, |
| 22162 | .unused, |
| 19942 | 22163 | }, |
| 19943 | 22164 | .dst_temps = .{ .mem, .unused }, |
| 19944 | 22165 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20036,6 +22257,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20036 | 22257 | .unused, |
| 20037 | 22258 | .unused, |
| 20038 | 22259 | .unused, |
| 22260 | .unused, |
| 22261 | .unused, |
| 20039 | 22262 | }, |
| 20040 | 22263 | .dst_temps = .{ .mem, .unused }, |
| 20041 | 22264 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20067,6 +22290,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20067 | 22290 | .unused, |
| 20068 | 22291 | .unused, |
| 20069 | 22292 | .unused, |
| 22293 | .unused, |
| 22294 | .unused, |
| 20070 | 22295 | }, |
| 20071 | 22296 | .dst_temps = .{ .mem, .unused }, |
| 20072 | 22297 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20098,6 +22323,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20098 | 22323 | .unused, |
| 20099 | 22324 | .unused, |
| 20100 | 22325 | .unused, |
| 22326 | .unused, |
| 22327 | .unused, |
| 20101 | 22328 | }, |
| 20102 | 22329 | .dst_temps = .{ .mem, .unused }, |
| 20103 | 22330 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20129,6 +22356,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20129 | 22356 | .unused, |
| 20130 | 22357 | .unused, |
| 20131 | 22358 | .unused, |
| 22359 | .unused, |
| 22360 | .unused, |
| 20132 | 22361 | }, |
| 20133 | 22362 | .dst_temps = .{ .mem, .unused }, |
| 20134 | 22363 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20160,6 +22389,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20160 | 22389 | .unused, |
| 20161 | 22390 | .unused, |
| 20162 | 22391 | .unused, |
| 22392 | .unused, |
| 22393 | .unused, |
| 20163 | 22394 | }, |
| 20164 | 22395 | .dst_temps = .{ .mem, .unused }, |
| 20165 | 22396 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20259,6 +22490,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20259 | 22490 | .unused, |
| 20260 | 22491 | .unused, |
| 20261 | 22492 | .unused, |
| 22493 | .unused, |
| 22494 | .unused, |
| 20262 | 22495 | }, |
| 20263 | 22496 | .dst_temps = .{ .mem, .unused }, |
| 20264 | 22497 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20290,6 +22523,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20290 | 22523 | .unused, |
| 20291 | 22524 | .unused, |
| 20292 | 22525 | .unused, |
| 22526 | .unused, |
| 22527 | .unused, |
| 20293 | 22528 | }, |
| 20294 | 22529 | .dst_temps = .{ .mem, .unused }, |
| 20295 | 22530 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20321,6 +22556,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20321 | 22556 | .unused, |
| 20322 | 22557 | .unused, |
| 20323 | 22558 | .unused, |
| 22559 | .unused, |
| 22560 | .unused, |
| 20324 | 22561 | }, |
| 20325 | 22562 | .dst_temps = .{ .mem, .unused }, |
| 20326 | 22563 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20352,6 +22589,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20352 | 22589 | .unused, |
| 20353 | 22590 | .unused, |
| 20354 | 22591 | .unused, |
| 22592 | .unused, |
| 22593 | .unused, |
| 20355 | 22594 | }, |
| 20356 | 22595 | .dst_temps = .{ .mem, .unused }, |
| 20357 | 22596 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20385,6 +22624,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20385 | 22624 | .unused, |
| 20386 | 22625 | .unused, |
| 20387 | 22626 | .unused, |
| 22627 | .unused, |
| 22628 | .unused, |
| 20388 | 22629 | }, |
| 20389 | 22630 | .dst_temps = .{ .mem, .unused }, |
| 20390 | 22631 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20416,6 +22657,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20416 | 22657 | .unused, |
| 20417 | 22658 | .unused, |
| 20418 | 22659 | .unused, |
| 22660 | .unused, |
| 22661 | .unused, |
| 20419 | 22662 | }, |
| 20420 | 22663 | .dst_temps = .{ .mem, .unused }, |
| 20421 | 22664 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20517,6 +22760,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20517 | 22760 | .unused, |
| 20518 | 22761 | .unused, |
| 20519 | 22762 | .unused, |
| 22763 | .unused, |
| 22764 | .unused, |
| 20520 | 22765 | }, |
| 20521 | 22766 | .dst_temps = .{ .mem, .unused }, |
| 20522 | 22767 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20548,6 +22793,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20548 | 22793 | .unused, |
| 20549 | 22794 | .unused, |
| 20550 | 22795 | .unused, |
| 22796 | .unused, |
| 22797 | .unused, |
| 20551 | 22798 | }, |
| 20552 | 22799 | .dst_temps = .{ .mem, .unused }, |
| 20553 | 22800 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20579,6 +22826,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20579 | 22826 | .unused, |
| 20580 | 22827 | .unused, |
| 20581 | 22828 | .unused, |
| 22829 | .unused, |
| 22830 | .unused, |
| 20582 | 22831 | }, |
| 20583 | 22832 | .dst_temps = .{ .mem, .unused }, |
| 20584 | 22833 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20610,6 +22859,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20610 | 22859 | .unused, |
| 20611 | 22860 | .unused, |
| 20612 | 22861 | .unused, |
| 22862 | .unused, |
| 22863 | .unused, |
| 20613 | 22864 | }, |
| 20614 | 22865 | .dst_temps = .{ .mem, .unused }, |
| 20615 | 22866 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20645,6 +22896,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20645 | 22896 | .unused, |
| 20646 | 22897 | .unused, |
| 20647 | 22898 | .unused, |
| 22899 | .unused, |
| 22900 | .unused, |
| 20648 | 22901 | }, |
| 20649 | 22902 | .dst_temps = .{ .mem, .unused }, |
| 20650 | 22903 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20676,6 +22929,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20676 | 22929 | .unused, |
| 20677 | 22930 | .unused, |
| 20678 | 22931 | .unused, |
| 22932 | .unused, |
| 22933 | .unused, |
| 20679 | 22934 | }, |
| 20680 | 22935 | .dst_temps = .{ .mem, .unused }, |
| 20681 | 22936 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20743,6 +22998,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20743 | 22998 | .unused, |
| 20744 | 22999 | .unused, |
| 20745 | 23000 | .unused, |
| 23001 | .unused, |
| 23002 | .unused, |
| 20746 | 23003 | }, |
| 20747 | 23004 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 20748 | 23005 | .each = .{ .once = &.{ |
| ... | ... | @@ -20792,6 +23049,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20792 | 23049 | .unused, |
| 20793 | 23050 | .unused, |
| 20794 | 23051 | .unused, |
| 23052 | .unused, |
| 23053 | .unused, |
| 20795 | 23054 | }, |
| 20796 | 23055 | .dst_temps = .{ .mem, .unused }, |
| 20797 | 23056 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20823,6 +23082,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20823 | 23082 | .unused, |
| 20824 | 23083 | .unused, |
| 20825 | 23084 | .unused, |
| 23085 | .unused, |
| 23086 | .unused, |
| 20826 | 23087 | }, |
| 20827 | 23088 | .dst_temps = .{ .mem, .unused }, |
| 20828 | 23089 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20854,6 +23115,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20854 | 23115 | .unused, |
| 20855 | 23116 | .unused, |
| 20856 | 23117 | .unused, |
| 23118 | .unused, |
| 23119 | .unused, |
| 20857 | 23120 | }, |
| 20858 | 23121 | .dst_temps = .{ .mem, .unused }, |
| 20859 | 23122 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20885,6 +23148,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20885 | 23148 | .{ .type = .vector_4_u32, .kind = .{ .rc = .sse } }, |
| 20886 | 23149 | .unused, |
| 20887 | 23150 | .unused, |
| 23151 | .unused, |
| 23152 | .unused, |
| 20888 | 23153 | }, |
| 20889 | 23154 | .dst_temps = .{ .mem, .unused }, |
| 20890 | 23155 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20926,6 +23191,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20926 | 23191 | .unused, |
| 20927 | 23192 | .unused, |
| 20928 | 23193 | .unused, |
| 23194 | .unused, |
| 23195 | .unused, |
| 20929 | 23196 | }, |
| 20930 | 23197 | .dst_temps = .{ .mem, .unused }, |
| 20931 | 23198 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -20957,6 +23224,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 20957 | 23224 | .unused, |
| 20958 | 23225 | .unused, |
| 20959 | 23226 | .unused, |
| 23227 | .unused, |
| 23228 | .unused, |
| 20960 | 23229 | }, |
| 20961 | 23230 | .dst_temps = .{ .mem, .unused }, |
| 20962 | 23231 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21009,6 +23278,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21009 | 23278 | .unused, |
| 21010 | 23279 | .unused, |
| 21011 | 23280 | .unused, |
| 23281 | .unused, |
| 23282 | .unused, |
| 21012 | 23283 | }, |
| 21013 | 23284 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 21014 | 23285 | .each = .{ .once = &.{ |
| ... | ... | @@ -21053,6 +23324,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21053 | 23324 | .unused, |
| 21054 | 23325 | .unused, |
| 21055 | 23326 | .unused, |
| 23327 | .unused, |
| 23328 | .unused, |
| 21056 | 23329 | }, |
| 21057 | 23330 | .dst_temps = .{ .mem, .unused }, |
| 21058 | 23331 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21086,6 +23359,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21086 | 23359 | .unused, |
| 21087 | 23360 | .unused, |
| 21088 | 23361 | .unused, |
| 23362 | .unused, |
| 23363 | .unused, |
| 21089 | 23364 | }, |
| 21090 | 23365 | .dst_temps = .{ .mem, .unused }, |
| 21091 | 23366 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21119,6 +23394,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21119 | 23394 | .unused, |
| 21120 | 23395 | .unused, |
| 21121 | 23396 | .unused, |
| 23397 | .unused, |
| 23398 | .unused, |
| 21122 | 23399 | }, |
| 21123 | 23400 | .dst_temps = .{ .mem, .unused }, |
| 21124 | 23401 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21153,6 +23430,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21153 | 23430 | .unused, |
| 21154 | 23431 | .unused, |
| 21155 | 23432 | .unused, |
| 23433 | .unused, |
| 23434 | .unused, |
| 21156 | 23435 | }, |
| 21157 | 23436 | .dst_temps = .{ .mem, .unused }, |
| 21158 | 23437 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21185,6 +23464,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21185 | 23464 | .unused, |
| 21186 | 23465 | .unused, |
| 21187 | 23466 | .unused, |
| 23467 | .unused, |
| 23468 | .unused, |
| 21188 | 23469 | }, |
| 21189 | 23470 | .dst_temps = .{ .mem, .unused }, |
| 21190 | 23471 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21220,6 +23501,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21220 | 23501 | .unused, |
| 21221 | 23502 | .unused, |
| 21222 | 23503 | .unused, |
| 23504 | .unused, |
| 23505 | .unused, |
| 21223 | 23506 | }, |
| 21224 | 23507 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 21225 | 23508 | .each = .{ .once = &.{ |
| ... | ... | @@ -21252,6 +23535,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21252 | 23535 | .unused, |
| 21253 | 23536 | .unused, |
| 21254 | 23537 | .unused, |
| 23538 | .unused, |
| 23539 | .unused, |
| 21255 | 23540 | }, |
| 21256 | 23541 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 21257 | 23542 | .each = .{ .once = &.{ |
| ... | ... | @@ -21285,6 +23570,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21285 | 23570 | .unused, |
| 21286 | 23571 | .unused, |
| 21287 | 23572 | .unused, |
| 23573 | .unused, |
| 23574 | .unused, |
| 21288 | 23575 | }, |
| 21289 | 23576 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 21290 | 23577 | .each = .{ .once = &.{ |
| ... | ... | @@ -21315,6 +23602,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21315 | 23602 | .{ .type = .vector_4_u64, .kind = .{ .rc = .sse } }, |
| 21316 | 23603 | .unused, |
| 21317 | 23604 | .unused, |
| 23605 | .unused, |
| 23606 | .unused, |
| 21318 | 23607 | }, |
| 21319 | 23608 | .dst_temps = .{ .mem, .unused }, |
| 21320 | 23609 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21352,6 +23641,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21352 | 23641 | .{ .type = .vector_2_u64, .kind = .{ .rc = .sse } }, |
| 21353 | 23642 | .unused, |
| 21354 | 23643 | .unused, |
| 23644 | .unused, |
| 23645 | .unused, |
| 21355 | 23646 | }, |
| 21356 | 23647 | .dst_temps = .{ .mem, .unused }, |
| 21357 | 23648 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21389,6 +23680,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21389 | 23680 | .{ .type = .vector_2_u64, .kind = .{ .rc = .sse } }, |
| 21390 | 23681 | .unused, |
| 21391 | 23682 | .unused, |
| 23683 | .unused, |
| 23684 | .unused, |
| 21392 | 23685 | }, |
| 21393 | 23686 | .dst_temps = .{ .mem, .unused }, |
| 21394 | 23687 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21428,6 +23721,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21428 | 23721 | .unused, |
| 21429 | 23722 | .unused, |
| 21430 | 23723 | .unused, |
| 23724 | .unused, |
| 23725 | .unused, |
| 21431 | 23726 | }, |
| 21432 | 23727 | .dst_temps = .{ .mem, .unused }, |
| 21433 | 23728 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21460,6 +23755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21460 | 23755 | .unused, |
| 21461 | 23756 | .unused, |
| 21462 | 23757 | .unused, |
| 23758 | .unused, |
| 23759 | .unused, |
| 21463 | 23760 | }, |
| 21464 | 23761 | .dst_temps = .{ .mem, .unused }, |
| 21465 | 23762 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21489,6 +23786,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21489 | 23786 | .unused, |
| 21490 | 23787 | .unused, |
| 21491 | 23788 | .unused, |
| 23789 | .unused, |
| 23790 | .unused, |
| 21492 | 23791 | }, |
| 21493 | 23792 | .dst_temps = .{ .mem, .unused }, |
| 21494 | 23793 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21528,6 +23827,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21528 | 23827 | .unused, |
| 21529 | 23828 | .unused, |
| 21530 | 23829 | .unused, |
| 23830 | .unused, |
| 23831 | .unused, |
| 21531 | 23832 | }, |
| 21532 | 23833 | .dst_temps = .{ .mem, .unused }, |
| 21533 | 23834 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21567,6 +23868,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21567 | 23868 | .unused, |
| 21568 | 23869 | .unused, |
| 21569 | 23870 | .unused, |
| 23871 | .unused, |
| 23872 | .unused, |
| 21570 | 23873 | }, |
| 21571 | 23874 | .dst_temps = .{ .mem, .unused }, |
| 21572 | 23875 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21604,6 +23907,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21604 | 23907 | .unused, |
| 21605 | 23908 | .unused, |
| 21606 | 23909 | .unused, |
| 23910 | .unused, |
| 23911 | .unused, |
| 21607 | 23912 | }, |
| 21608 | 23913 | .dst_temps = .{ .mem, .unused }, |
| 21609 | 23914 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21645,6 +23950,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21645 | 23950 | .unused, |
| 21646 | 23951 | .unused, |
| 21647 | 23952 | .unused, |
| 23953 | .unused, |
| 23954 | .unused, |
| 21648 | 23955 | }, |
| 21649 | 23956 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 21650 | 23957 | .each = .{ .once = &.{ |
| ... | ... | @@ -21676,6 +23983,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21676 | 23983 | .unused, |
| 21677 | 23984 | .unused, |
| 21678 | 23985 | .unused, |
| 23986 | .unused, |
| 23987 | .unused, |
| 21679 | 23988 | }, |
| 21680 | 23989 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 21681 | 23990 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -21705,6 +24014,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21705 | 24014 | .unused, |
| 21706 | 24015 | .unused, |
| 21707 | 24016 | .unused, |
| 24017 | .unused, |
| 24018 | .unused, |
| 21708 | 24019 | }, |
| 21709 | 24020 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 21710 | 24021 | .each = .{ .once = &.{ |
| ... | ... | @@ -21738,6 +24049,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21738 | 24049 | .unused, |
| 21739 | 24050 | .unused, |
| 21740 | 24051 | .unused, |
| 24052 | .unused, |
| 24053 | .unused, |
| 21741 | 24054 | }, |
| 21742 | 24055 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 21743 | 24056 | .each = .{ .once = &.{ |
| ... | ... | @@ -21768,6 +24081,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21768 | 24081 | .unused, |
| 21769 | 24082 | .unused, |
| 21770 | 24083 | .unused, |
| 24084 | .unused, |
| 24085 | .unused, |
| 21771 | 24086 | }, |
| 21772 | 24087 | .dst_temps = .{ .mem, .unused }, |
| 21773 | 24088 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -21803,6 +24118,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21803 | 24118 | .unused, |
| 21804 | 24119 | .unused, |
| 21805 | 24120 | .unused, |
| 24121 | .unused, |
| 24122 | .unused, |
| 21806 | 24123 | }, |
| 21807 | 24124 | .dst_temps = .{ .mem, .unused }, |
| 21808 | 24125 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -21837,6 +24154,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21837 | 24154 | .unused, |
| 21838 | 24155 | .unused, |
| 21839 | 24156 | .unused, |
| 24157 | .unused, |
| 24158 | .unused, |
| 21840 | 24159 | }, |
| 21841 | 24160 | .dst_temps = .{ .mem, .unused }, |
| 21842 | 24161 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -21872,6 +24191,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21872 | 24191 | .unused, |
| 21873 | 24192 | .unused, |
| 21874 | 24193 | .unused, |
| 24194 | .unused, |
| 24195 | .unused, |
| 21875 | 24196 | }, |
| 21876 | 24197 | .dst_temps = .{ .mem, .unused }, |
| 21877 | 24198 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -21908,6 +24229,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21908 | 24229 | .unused, |
| 21909 | 24230 | .unused, |
| 21910 | 24231 | .unused, |
| 24232 | .unused, |
| 24233 | .unused, |
| 21911 | 24234 | }, |
| 21912 | 24235 | .dst_temps = .{ .mem, .unused }, |
| 21913 | 24236 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -21946,6 +24269,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21946 | 24269 | .unused, |
| 21947 | 24270 | .unused, |
| 21948 | 24271 | .unused, |
| 24272 | .unused, |
| 24273 | .unused, |
| 21949 | 24274 | }, |
| 21950 | 24275 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 21951 | 24276 | .each = .{ .once = &.{ |
| ... | ... | @@ -21990,6 +24315,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 21990 | 24315 | .unused, |
| 21991 | 24316 | .unused, |
| 21992 | 24317 | .unused, |
| 24318 | .unused, |
| 24319 | .unused, |
| 21993 | 24320 | }, |
| 21994 | 24321 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 21995 | 24322 | .each = .{ .once = &.{ |
| ... | ... | @@ -22020,6 +24347,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22020 | 24347 | .unused, |
| 22021 | 24348 | .unused, |
| 22022 | 24349 | .unused, |
| 24350 | .unused, |
| 24351 | .unused, |
| 22023 | 24352 | }, |
| 22024 | 24353 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 22025 | 24354 | .each = .{ .once = &.{ |
| ... | ... | @@ -22068,6 +24397,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22068 | 24397 | .unused, |
| 22069 | 24398 | .unused, |
| 22070 | 24399 | .unused, |
| 24400 | .unused, |
| 24401 | .unused, |
| 22071 | 24402 | }, |
| 22072 | 24403 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 22073 | 24404 | .each = .{ .once = &.{ |
| ... | ... | @@ -22098,6 +24429,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22098 | 24429 | .unused, |
| 22099 | 24430 | .unused, |
| 22100 | 24431 | .unused, |
| 24432 | .unused, |
| 24433 | .unused, |
| 22101 | 24434 | }, |
| 22102 | 24435 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 22103 | 24436 | .each = .{ .once = &.{ |
| ... | ... | @@ -22125,6 +24458,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22125 | 24458 | .unused, |
| 22126 | 24459 | .unused, |
| 22127 | 24460 | .unused, |
| 24461 | .unused, |
| 24462 | .unused, |
| 22128 | 24463 | }, |
| 22129 | 24464 | .dst_temps = .{ .mem, .unused }, |
| 22130 | 24465 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22159,6 +24494,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22159 | 24494 | .unused, |
| 22160 | 24495 | .unused, |
| 22161 | 24496 | .unused, |
| 24497 | .unused, |
| 24498 | .unused, |
| 22162 | 24499 | }, |
| 22163 | 24500 | .dst_temps = .{ .mem, .unused }, |
| 22164 | 24501 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22194,6 +24531,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22194 | 24531 | .unused, |
| 22195 | 24532 | .unused, |
| 22196 | 24533 | .unused, |
| 24534 | .unused, |
| 24535 | .unused, |
| 22197 | 24536 | }, |
| 22198 | 24537 | .dst_temps = .{ .mem, .unused }, |
| 22199 | 24538 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22231,6 +24570,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22231 | 24570 | .unused, |
| 22232 | 24571 | .unused, |
| 22233 | 24572 | .unused, |
| 24573 | .unused, |
| 24574 | .unused, |
| 22234 | 24575 | }, |
| 22235 | 24576 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 22236 | 24577 | .each = .{ .once = &.{ |
| ... | ... | @@ -22275,6 +24616,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22275 | 24616 | .unused, |
| 22276 | 24617 | .unused, |
| 22277 | 24618 | .unused, |
| 24619 | .unused, |
| 24620 | .unused, |
| 22278 | 24621 | }, |
| 22279 | 24622 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 22280 | 24623 | .each = .{ .once = &.{ |
| ... | ... | @@ -22306,6 +24649,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22306 | 24649 | .unused, |
| 22307 | 24650 | .unused, |
| 22308 | 24651 | .unused, |
| 24652 | .unused, |
| 24653 | .unused, |
| 22309 | 24654 | }, |
| 22310 | 24655 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 22311 | 24656 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -22332,6 +24677,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22332 | 24677 | .unused, |
| 22333 | 24678 | .unused, |
| 22334 | 24679 | .unused, |
| 24680 | .unused, |
| 24681 | .unused, |
| 22335 | 24682 | }, |
| 22336 | 24683 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 22337 | 24684 | .each = .{ .once = &.{ |
| ... | ... | @@ -22380,6 +24727,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22380 | 24727 | .unused, |
| 22381 | 24728 | .unused, |
| 22382 | 24729 | .unused, |
| 24730 | .unused, |
| 24731 | .unused, |
| 22383 | 24732 | }, |
| 22384 | 24733 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 22385 | 24734 | .each = .{ .once = &.{ |
| ... | ... | @@ -22410,6 +24759,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22410 | 24759 | .unused, |
| 22411 | 24760 | .unused, |
| 22412 | 24761 | .unused, |
| 24762 | .unused, |
| 24763 | .unused, |
| 22413 | 24764 | }, |
| 22414 | 24765 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 22415 | 24766 | .each = .{ .once = &.{ |
| ... | ... | @@ -22437,6 +24788,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22437 | 24788 | .unused, |
| 22438 | 24789 | .unused, |
| 22439 | 24790 | .unused, |
| 24791 | .unused, |
| 24792 | .unused, |
| 22440 | 24793 | }, |
| 22441 | 24794 | .dst_temps = .{ .mem, .unused }, |
| 22442 | 24795 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22471,6 +24824,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22471 | 24824 | .unused, |
| 22472 | 24825 | .unused, |
| 22473 | 24826 | .unused, |
| 24827 | .unused, |
| 24828 | .unused, |
| 22474 | 24829 | }, |
| 22475 | 24830 | .dst_temps = .{ .mem, .unused }, |
| 22476 | 24831 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22506,6 +24861,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22506 | 24861 | .unused, |
| 22507 | 24862 | .unused, |
| 22508 | 24863 | .unused, |
| 24864 | .unused, |
| 24865 | .unused, |
| 22509 | 24866 | }, |
| 22510 | 24867 | .dst_temps = .{ .mem, .unused }, |
| 22511 | 24868 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22544,6 +24901,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22544 | 24901 | .unused, |
| 22545 | 24902 | .unused, |
| 22546 | 24903 | .unused, |
| 24904 | .unused, |
| 24905 | .unused, |
| 22547 | 24906 | }, |
| 22548 | 24907 | .dst_temps = .{ .mem, .unused }, |
| 22549 | 24908 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -22580,6 +24939,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22580 | 24939 | .unused, |
| 22581 | 24940 | .unused, |
| 22582 | 24941 | .unused, |
| 24942 | .unused, |
| 24943 | .unused, |
| 22583 | 24944 | }, |
| 22584 | 24945 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 22585 | 24946 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22613,6 +24974,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22613 | 24974 | .unused, |
| 22614 | 24975 | .unused, |
| 22615 | 24976 | .unused, |
| 24977 | .unused, |
| 24978 | .unused, |
| 22616 | 24979 | }, |
| 22617 | 24980 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 22618 | 24981 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22652,6 +25015,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22652 | 25015 | .unused, |
| 22653 | 25016 | .unused, |
| 22654 | 25017 | .unused, |
| 25018 | .unused, |
| 25019 | .unused, |
| 22655 | 25020 | }, |
| 22656 | 25021 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src1, .rc = .x87 } }, .unused }, |
| 22657 | 25022 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22689,6 +25054,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22689 | 25054 | .unused, |
| 22690 | 25055 | .unused, |
| 22691 | 25056 | .unused, |
| 25057 | .unused, |
| 25058 | .unused, |
| 22692 | 25059 | }, |
| 22693 | 25060 | .dst_temps = .{ .mem, .unused }, |
| 22694 | 25061 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22725,6 +25092,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22725 | 25092 | .unused, |
| 22726 | 25093 | .unused, |
| 22727 | 25094 | .unused, |
| 25095 | .unused, |
| 25096 | .unused, |
| 22728 | 25097 | }, |
| 22729 | 25098 | .dst_temps = .{ .mem, .unused }, |
| 22730 | 25099 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22767,6 +25136,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22767 | 25136 | .unused, |
| 22768 | 25137 | .unused, |
| 22769 | 25138 | .unused, |
| 25139 | .unused, |
| 25140 | .unused, |
| 22770 | 25141 | }, |
| 22771 | 25142 | .dst_temps = .{ .mem, .unused }, |
| 22772 | 25143 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -22810,6 +25181,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22810 | 25181 | .unused, |
| 22811 | 25182 | .unused, |
| 22812 | 25183 | .unused, |
| 25184 | .unused, |
| 25185 | .unused, |
| 22813 | 25186 | }, |
| 22814 | 25187 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 22815 | 25188 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -22837,6 +25210,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22837 | 25210 | .unused, |
| 22838 | 25211 | .unused, |
| 22839 | 25212 | .unused, |
| 25213 | .unused, |
| 25214 | .unused, |
| 22840 | 25215 | }, |
| 22841 | 25216 | .dst_temps = .{ .mem, .unused }, |
| 22842 | 25217 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -22870,6 +25245,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22870 | 25245 | .unused, |
| 22871 | 25246 | .unused, |
| 22872 | 25247 | .unused, |
| 25248 | .unused, |
| 25249 | .unused, |
| 22873 | 25250 | }, |
| 22874 | 25251 | .dst_temps = .{ .mem, .unused }, |
| 22875 | 25252 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -22903,6 +25280,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 22903 | 25280 | .unused, |
| 22904 | 25281 | .unused, |
| 22905 | 25282 | .unused, |
| 25283 | .unused, |
| 25284 | .unused, |
| 22906 | 25285 | }, |
| 22907 | 25286 | .dst_temps = .{ .mem, .unused }, |
| 22908 | 25287 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -23122,6 +25501,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23122 | 25501 | .unused, |
| 23123 | 25502 | .unused, |
| 23124 | 25503 | .unused, |
| 25504 | .unused, |
| 25505 | .unused, |
| 23125 | 25506 | }, |
| 23126 | 25507 | .dst_temps = .{ .mem, .unused }, |
| 23127 | 25508 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23149,6 +25530,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23149 | 25530 | .unused, |
| 23150 | 25531 | .unused, |
| 23151 | 25532 | .unused, |
| 25533 | .unused, |
| 25534 | .unused, |
| 23152 | 25535 | }, |
| 23153 | 25536 | .dst_temps = .{ .mem, .unused }, |
| 23154 | 25537 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23176,6 +25559,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23176 | 25559 | .unused, |
| 23177 | 25560 | .unused, |
| 23178 | 25561 | .unused, |
| 25562 | .unused, |
| 25563 | .unused, |
| 23179 | 25564 | }, |
| 23180 | 25565 | .dst_temps = .{ .mem, .unused }, |
| 23181 | 25566 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23203,6 +25588,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23203 | 25588 | .unused, |
| 23204 | 25589 | .unused, |
| 23205 | 25590 | .unused, |
| 25591 | .unused, |
| 25592 | .unused, |
| 23206 | 25593 | }, |
| 23207 | 25594 | .dst_temps = .{ .mem, .unused }, |
| 23208 | 25595 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23230,6 +25617,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23230 | 25617 | .unused, |
| 23231 | 25618 | .unused, |
| 23232 | 25619 | .unused, |
| 25620 | .unused, |
| 25621 | .unused, |
| 23233 | 25622 | }, |
| 23234 | 25623 | .dst_temps = .{ .mem, .unused }, |
| 23235 | 25624 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23257,6 +25646,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23257 | 25646 | .unused, |
| 23258 | 25647 | .unused, |
| 23259 | 25648 | .unused, |
| 25649 | .unused, |
| 25650 | .unused, |
| 23260 | 25651 | }, |
| 23261 | 25652 | .dst_temps = .{ .mem, .unused }, |
| 23262 | 25653 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23283,6 +25674,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23283 | 25674 | .unused, |
| 23284 | 25675 | .unused, |
| 23285 | 25676 | .unused, |
| 25677 | .unused, |
| 25678 | .unused, |
| 23286 | 25679 | }, |
| 23287 | 25680 | .dst_temps = .{ .mem, .unused }, |
| 23288 | 25681 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23424,6 +25817,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23424 | 25817 | .unused, |
| 23425 | 25818 | .unused, |
| 23426 | 25819 | .unused, |
| 25820 | .unused, |
| 25821 | .unused, |
| 23427 | 25822 | }, |
| 23428 | 25823 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23429 | 25824 | .each = .{ .once = &.{ |
| ... | ... | @@ -23458,6 +25853,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23458 | 25853 | .unused, |
| 23459 | 25854 | .unused, |
| 23460 | 25855 | .unused, |
| 25856 | .unused, |
| 25857 | .unused, |
| 23461 | 25858 | }, |
| 23462 | 25859 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 23463 | 25860 | .each = .{ .once = &.{ |
| ... | ... | @@ -23492,6 +25889,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23492 | 25889 | .unused, |
| 23493 | 25890 | .unused, |
| 23494 | 25891 | .unused, |
| 25892 | .unused, |
| 25893 | .unused, |
| 23495 | 25894 | }, |
| 23496 | 25895 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23497 | 25896 | .each = .{ .once = &.{ |
| ... | ... | @@ -23514,6 +25913,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23514 | 25913 | .unused, |
| 23515 | 25914 | .unused, |
| 23516 | 25915 | .unused, |
| 25916 | .unused, |
| 25917 | .unused, |
| 23517 | 25918 | }, |
| 23518 | 25919 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23519 | 25920 | .each = .{ .once = &.{ |
| ... | ... | @@ -23548,6 +25949,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23548 | 25949 | .unused, |
| 23549 | 25950 | .unused, |
| 23550 | 25951 | .unused, |
| 25952 | .unused, |
| 25953 | .unused, |
| 23551 | 25954 | }, |
| 23552 | 25955 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 23553 | 25956 | .each = .{ .once = &.{ |
| ... | ... | @@ -23582,6 +25985,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23582 | 25985 | .unused, |
| 23583 | 25986 | .unused, |
| 23584 | 25987 | .unused, |
| 25988 | .unused, |
| 25989 | .unused, |
| 23585 | 25990 | }, |
| 23586 | 25991 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 23587 | 25992 | .each = .{ .once = &.{ |
| ... | ... | @@ -23604,6 +26009,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23604 | 26009 | .unused, |
| 23605 | 26010 | .unused, |
| 23606 | 26011 | .unused, |
| 26012 | .unused, |
| 26013 | .unused, |
| 23607 | 26014 | }, |
| 23608 | 26015 | .dst_temps = .{ .mem, .unused }, |
| 23609 | 26016 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23633,6 +26040,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23633 | 26040 | .unused, |
| 23634 | 26041 | .unused, |
| 23635 | 26042 | .unused, |
| 26043 | .unused, |
| 26044 | .unused, |
| 23636 | 26045 | }, |
| 23637 | 26046 | .dst_temps = .{ .mem, .unused }, |
| 23638 | 26047 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23660,6 +26069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23660 | 26069 | .unused, |
| 23661 | 26070 | .unused, |
| 23662 | 26071 | .unused, |
| 26072 | .unused, |
| 26073 | .unused, |
| 23663 | 26074 | }, |
| 23664 | 26075 | .dst_temps = .{ .mem, .unused }, |
| 23665 | 26076 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23689,6 +26100,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23689 | 26100 | .unused, |
| 23690 | 26101 | .unused, |
| 23691 | 26102 | .unused, |
| 26103 | .unused, |
| 26104 | .unused, |
| 23692 | 26105 | }, |
| 23693 | 26106 | .dst_temps = .{ .mem, .unused }, |
| 23694 | 26107 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23716,6 +26129,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23716 | 26129 | .unused, |
| 23717 | 26130 | .unused, |
| 23718 | 26131 | .unused, |
| 26132 | .unused, |
| 26133 | .unused, |
| 23719 | 26134 | }, |
| 23720 | 26135 | .dst_temps = .{ .mem, .unused }, |
| 23721 | 26136 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23743,6 +26158,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23743 | 26158 | .unused, |
| 23744 | 26159 | .unused, |
| 23745 | 26160 | .unused, |
| 26161 | .unused, |
| 26162 | .unused, |
| 23746 | 26163 | }, |
| 23747 | 26164 | .dst_temps = .{ .mem, .unused }, |
| 23748 | 26165 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23771,6 +26188,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23771 | 26188 | .unused, |
| 23772 | 26189 | .unused, |
| 23773 | 26190 | .unused, |
| 26191 | .unused, |
| 26192 | .unused, |
| 23774 | 26193 | }, |
| 23775 | 26194 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23776 | 26195 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23797,6 +26216,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23797 | 26216 | .unused, |
| 23798 | 26217 | .unused, |
| 23799 | 26218 | .unused, |
| 26219 | .unused, |
| 26220 | .unused, |
| 23800 | 26221 | }, |
| 23801 | 26222 | .dst_temps = .{ .mem, .unused }, |
| 23802 | 26223 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23824,6 +26245,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23824 | 26245 | .unused, |
| 23825 | 26246 | .unused, |
| 23826 | 26247 | .unused, |
| 26248 | .unused, |
| 26249 | .unused, |
| 23827 | 26250 | }, |
| 23828 | 26251 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23829 | 26252 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23851,6 +26274,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23851 | 26274 | .unused, |
| 23852 | 26275 | .unused, |
| 23853 | 26276 | .unused, |
| 26277 | .unused, |
| 26278 | .unused, |
| 23854 | 26279 | }, |
| 23855 | 26280 | .dst_temps = .{ .mem, .unused }, |
| 23856 | 26281 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23883,6 +26308,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23883 | 26308 | .unused, |
| 23884 | 26309 | .unused, |
| 23885 | 26310 | .unused, |
| 26311 | .unused, |
| 26312 | .unused, |
| 23886 | 26313 | }, |
| 23887 | 26314 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23888 | 26315 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23910,6 +26337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23910 | 26337 | .unused, |
| 23911 | 26338 | .unused, |
| 23912 | 26339 | .unused, |
| 26340 | .unused, |
| 26341 | .unused, |
| 23913 | 26342 | }, |
| 23914 | 26343 | .dst_temps = .{ .mem, .unused }, |
| 23915 | 26344 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23938,6 +26367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23938 | 26367 | .unused, |
| 23939 | 26368 | .unused, |
| 23940 | 26369 | .unused, |
| 26370 | .unused, |
| 26371 | .unused, |
| 23941 | 26372 | }, |
| 23942 | 26373 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 23943 | 26374 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23964,6 +26395,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23964 | 26395 | .unused, |
| 23965 | 26396 | .unused, |
| 23966 | 26397 | .unused, |
| 26398 | .unused, |
| 26399 | .unused, |
| 23967 | 26400 | }, |
| 23968 | 26401 | .dst_temps = .{ .mem, .unused }, |
| 23969 | 26402 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -23995,6 +26428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 23995 | 26428 | .unused, |
| 23996 | 26429 | .unused, |
| 23997 | 26430 | .unused, |
| 26431 | .unused, |
| 26432 | .unused, |
| 23998 | 26433 | }, |
| 23999 | 26434 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24000 | 26435 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24022,6 +26457,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24022 | 26457 | .unused, |
| 24023 | 26458 | .unused, |
| 24024 | 26459 | .unused, |
| 26460 | .unused, |
| 26461 | .unused, |
| 24025 | 26462 | }, |
| 24026 | 26463 | .dst_temps = .{ .mem, .unused }, |
| 24027 | 26464 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24054,6 +26491,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24054 | 26491 | .unused, |
| 24055 | 26492 | .unused, |
| 24056 | 26493 | .unused, |
| 26494 | .unused, |
| 26495 | .unused, |
| 24057 | 26496 | }, |
| 24058 | 26497 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24059 | 26498 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24080,6 +26519,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24080 | 26519 | .unused, |
| 24081 | 26520 | .unused, |
| 24082 | 26521 | .unused, |
| 26522 | .unused, |
| 26523 | .unused, |
| 24083 | 26524 | }, |
| 24084 | 26525 | .dst_temps = .{ .mem, .unused }, |
| 24085 | 26526 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24111,6 +26552,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24111 | 26552 | .unused, |
| 24112 | 26553 | .unused, |
| 24113 | 26554 | .unused, |
| 26555 | .unused, |
| 26556 | .unused, |
| 24114 | 26557 | }, |
| 24115 | 26558 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24116 | 26559 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24139,6 +26582,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24139 | 26582 | .unused, |
| 24140 | 26583 | .unused, |
| 24141 | 26584 | .unused, |
| 26585 | .unused, |
| 26586 | .unused, |
| 24142 | 26587 | }, |
| 24143 | 26588 | .dst_temps = .{ .mem, .unused }, |
| 24144 | 26589 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24170,6 +26615,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24170 | 26615 | .unused, |
| 24171 | 26616 | .unused, |
| 24172 | 26617 | .unused, |
| 26618 | .unused, |
| 26619 | .unused, |
| 24173 | 26620 | }, |
| 24174 | 26621 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24175 | 26622 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24197,6 +26644,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24197 | 26644 | .unused, |
| 24198 | 26645 | .unused, |
| 24199 | 26646 | .unused, |
| 26647 | .unused, |
| 26648 | .unused, |
| 24200 | 26649 | }, |
| 24201 | 26650 | .dst_temps = .{ .mem, .unused }, |
| 24202 | 26651 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24239,6 +26688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24239 | 26688 | .unused, |
| 24240 | 26689 | .unused, |
| 24241 | 26690 | .unused, |
| 26691 | .unused, |
| 26692 | .unused, |
| 24242 | 26693 | }, |
| 24243 | 26694 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24244 | 26695 | .each = .{ .once = &.{ |
| ... | ... | @@ -24273,6 +26724,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24273 | 26724 | .unused, |
| 24274 | 26725 | .unused, |
| 24275 | 26726 | .unused, |
| 26727 | .unused, |
| 26728 | .unused, |
| 24276 | 26729 | }, |
| 24277 | 26730 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 24278 | 26731 | .each = .{ .once = &.{ |
| ... | ... | @@ -24307,6 +26760,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24307 | 26760 | .unused, |
| 24308 | 26761 | .unused, |
| 24309 | 26762 | .unused, |
| 26763 | .unused, |
| 26764 | .unused, |
| 24310 | 26765 | }, |
| 24311 | 26766 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24312 | 26767 | .each = .{ .once = &.{ |
| ... | ... | @@ -24329,6 +26784,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24329 | 26784 | .unused, |
| 24330 | 26785 | .unused, |
| 24331 | 26786 | .unused, |
| 26787 | .unused, |
| 26788 | .unused, |
| 24332 | 26789 | }, |
| 24333 | 26790 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 24334 | 26791 | .each = .{ .once = &.{ |
| ... | ... | @@ -24363,6 +26820,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24363 | 26820 | .unused, |
| 24364 | 26821 | .unused, |
| 24365 | 26822 | .unused, |
| 26823 | .unused, |
| 26824 | .unused, |
| 24366 | 26825 | }, |
| 24367 | 26826 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 24368 | 26827 | .each = .{ .once = &.{ |
| ... | ... | @@ -24397,6 +26856,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24397 | 26856 | .unused, |
| 24398 | 26857 | .unused, |
| 24399 | 26858 | .unused, |
| 26859 | .unused, |
| 26860 | .unused, |
| 24400 | 26861 | }, |
| 24401 | 26862 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 24402 | 26863 | .each = .{ .once = &.{ |
| ... | ... | @@ -24418,6 +26879,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24418 | 26879 | .unused, |
| 24419 | 26880 | .unused, |
| 24420 | 26881 | .unused, |
| 26882 | .unused, |
| 26883 | .unused, |
| 24421 | 26884 | }, |
| 24422 | 26885 | .dst_temps = .{ .mem, .unused }, |
| 24423 | 26886 | .each = .{ .once = &.{ |
| ... | ... | @@ -24444,6 +26907,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24444 | 26907 | .unused, |
| 24445 | 26908 | .unused, |
| 24446 | 26909 | .unused, |
| 26910 | .unused, |
| 26911 | .unused, |
| 24447 | 26912 | }, |
| 24448 | 26913 | .dst_temps = .{ .mem, .unused }, |
| 24449 | 26914 | .each = .{ .once = &.{ |
| ... | ... | @@ -24785,6 +27250,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24785 | 27250 | .unused, |
| 24786 | 27251 | .unused, |
| 24787 | 27252 | .unused, |
| 27253 | .unused, |
| 27254 | .unused, |
| 24788 | 27255 | }, |
| 24789 | 27256 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24790 | 27257 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24812,6 +27279,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24812 | 27279 | .unused, |
| 24813 | 27280 | .unused, |
| 24814 | 27281 | .unused, |
| 27282 | .unused, |
| 27283 | .unused, |
| 24815 | 27284 | }, |
| 24816 | 27285 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24817 | 27286 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24840,6 +27309,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24840 | 27309 | .unused, |
| 24841 | 27310 | .unused, |
| 24842 | 27311 | .unused, |
| 27312 | .unused, |
| 27313 | .unused, |
| 24843 | 27314 | }, |
| 24844 | 27315 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24845 | 27316 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24869,6 +27340,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24869 | 27340 | .unused, |
| 24870 | 27341 | .unused, |
| 24871 | 27342 | .unused, |
| 27343 | .unused, |
| 27344 | .unused, |
| 24872 | 27345 | }, |
| 24873 | 27346 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24874 | 27347 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24930,6 +27403,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24930 | 27403 | .unused, |
| 24931 | 27404 | .unused, |
| 24932 | 27405 | .unused, |
| 27406 | .unused, |
| 27407 | .unused, |
| 24933 | 27408 | }, |
| 24934 | 27409 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24935 | 27410 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24959,6 +27434,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24959 | 27434 | .unused, |
| 24960 | 27435 | .unused, |
| 24961 | 27436 | .unused, |
| 27437 | .unused, |
| 27438 | .unused, |
| 24962 | 27439 | }, |
| 24963 | 27440 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24964 | 27441 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -24986,6 +27463,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 24986 | 27463 | .unused, |
| 24987 | 27464 | .unused, |
| 24988 | 27465 | .unused, |
| 27466 | .unused, |
| 27467 | .unused, |
| 24989 | 27468 | }, |
| 24990 | 27469 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 24991 | 27470 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25011,6 +27490,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25011 | 27490 | .unused, |
| 25012 | 27491 | .unused, |
| 25013 | 27492 | .unused, |
| 27493 | .unused, |
| 27494 | .unused, |
| 25014 | 27495 | }, |
| 25015 | 27496 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25016 | 27497 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25037,6 +27518,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25037 | 27518 | .unused, |
| 25038 | 27519 | .unused, |
| 25039 | 27520 | .unused, |
| 27521 | .unused, |
| 27522 | .unused, |
| 25040 | 27523 | }, |
| 25041 | 27524 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25042 | 27525 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25064,6 +27547,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25064 | 27547 | .unused, |
| 25065 | 27548 | .unused, |
| 25066 | 27549 | .unused, |
| 27550 | .unused, |
| 27551 | .unused, |
| 25067 | 27552 | }, |
| 25068 | 27553 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25069 | 27554 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25192,6 +27677,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25192 | 27677 | .unused, |
| 25193 | 27678 | .unused, |
| 25194 | 27679 | .unused, |
| 27680 | .unused, |
| 27681 | .unused, |
| 25195 | 27682 | }, |
| 25196 | 27683 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25197 | 27684 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25218,6 +27705,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25218 | 27705 | .unused, |
| 25219 | 27706 | .unused, |
| 25220 | 27707 | .unused, |
| 27708 | .unused, |
| 27709 | .unused, |
| 25221 | 27710 | }, |
| 25222 | 27711 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25223 | 27712 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25345,6 +27834,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25345 | 27834 | .unused, |
| 25346 | 27835 | .unused, |
| 25347 | 27836 | .unused, |
| 27837 | .unused, |
| 27838 | .unused, |
| 25348 | 27839 | }, |
| 25349 | 27840 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25350 | 27841 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25371,6 +27862,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25371 | 27862 | .unused, |
| 25372 | 27863 | .unused, |
| 25373 | 27864 | .unused, |
| 27865 | .unused, |
| 27866 | .unused, |
| 25374 | 27867 | }, |
| 25375 | 27868 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25376 | 27869 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25411,6 +27904,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25411 | 27904 | .unused, |
| 25412 | 27905 | .unused, |
| 25413 | 27906 | .unused, |
| 27907 | .unused, |
| 27908 | .unused, |
| 25414 | 27909 | }, |
| 25415 | 27910 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25416 | 27911 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25469,6 +27964,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25469 | 27964 | .unused, |
| 25470 | 27965 | .unused, |
| 25471 | 27966 | .unused, |
| 27967 | .unused, |
| 27968 | .unused, |
| 25472 | 27969 | }, |
| 25473 | 27970 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25474 | 27971 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25527,6 +28024,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25527 | 28024 | .unused, |
| 25528 | 28025 | .unused, |
| 25529 | 28026 | .unused, |
| 28027 | .unused, |
| 28028 | .unused, |
| 25530 | 28029 | }, |
| 25531 | 28030 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25532 | 28031 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25555,6 +28054,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25555 | 28054 | .unused, |
| 25556 | 28055 | .unused, |
| 25557 | 28056 | .unused, |
| 28057 | .unused, |
| 28058 | .unused, |
| 25558 | 28059 | }, |
| 25559 | 28060 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25560 | 28061 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25580,6 +28081,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25580 | 28081 | .unused, |
| 25581 | 28082 | .unused, |
| 25582 | 28083 | .unused, |
| 28084 | .unused, |
| 28085 | .unused, |
| 25583 | 28086 | }, |
| 25584 | 28087 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25585 | 28088 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25610,6 +28113,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25610 | 28113 | .unused, |
| 25611 | 28114 | .unused, |
| 25612 | 28115 | .unused, |
| 28116 | .unused, |
| 28117 | .unused, |
| 25613 | 28118 | }, |
| 25614 | 28119 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25615 | 28120 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25639,6 +28144,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25639 | 28144 | .unused, |
| 25640 | 28145 | .unused, |
| 25641 | 28146 | .unused, |
| 28147 | .unused, |
| 28148 | .unused, |
| 25642 | 28149 | }, |
| 25643 | 28150 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25644 | 28151 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25670,6 +28177,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25670 | 28177 | .unused, |
| 25671 | 28178 | .unused, |
| 25672 | 28179 | .unused, |
| 28180 | .unused, |
| 28181 | .unused, |
| 25673 | 28182 | }, |
| 25674 | 28183 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25675 | 28184 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25700,6 +28209,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25700 | 28209 | .unused, |
| 25701 | 28210 | .unused, |
| 25702 | 28211 | .unused, |
| 28212 | .unused, |
| 28213 | .unused, |
| 25703 | 28214 | }, |
| 25704 | 28215 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25705 | 28216 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25730,6 +28241,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25730 | 28241 | .unused, |
| 25731 | 28242 | .unused, |
| 25732 | 28243 | .unused, |
| 28244 | .unused, |
| 28245 | .unused, |
| 25733 | 28246 | }, |
| 25734 | 28247 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25735 | 28248 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25759,6 +28272,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25759 | 28272 | .unused, |
| 25760 | 28273 | .unused, |
| 25761 | 28274 | .unused, |
| 28275 | .unused, |
| 28276 | .unused, |
| 25762 | 28277 | }, |
| 25763 | 28278 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25764 | 28279 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25790,6 +28305,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25790 | 28305 | .unused, |
| 25791 | 28306 | .unused, |
| 25792 | 28307 | .unused, |
| 28308 | .unused, |
| 28309 | .unused, |
| 25793 | 28310 | }, |
| 25794 | 28311 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25795 | 28312 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25820,6 +28337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25820 | 28337 | .unused, |
| 25821 | 28338 | .unused, |
| 25822 | 28339 | .unused, |
| 28340 | .unused, |
| 28341 | .unused, |
| 25823 | 28342 | }, |
| 25824 | 28343 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25825 | 28344 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25853,6 +28372,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25853 | 28372 | .unused, |
| 25854 | 28373 | .unused, |
| 25855 | 28374 | .unused, |
| 28375 | .unused, |
| 28376 | .unused, |
| 25856 | 28377 | }, |
| 25857 | 28378 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25858 | 28379 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25885,6 +28406,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25885 | 28406 | .unused, |
| 25886 | 28407 | .unused, |
| 25887 | 28408 | .unused, |
| 28409 | .unused, |
| 28410 | .unused, |
| 25888 | 28411 | }, |
| 25889 | 28412 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25890 | 28413 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25917,6 +28440,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25917 | 28440 | .unused, |
| 25918 | 28441 | .unused, |
| 25919 | 28442 | .unused, |
| 28443 | .unused, |
| 28444 | .unused, |
| 25920 | 28445 | }, |
| 25921 | 28446 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25922 | 28447 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25950,6 +28475,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25950 | 28475 | .unused, |
| 25951 | 28476 | .unused, |
| 25952 | 28477 | .unused, |
| 28478 | .unused, |
| 28479 | .unused, |
| 25953 | 28480 | }, |
| 25954 | 28481 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25955 | 28482 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -25982,6 +28509,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 25982 | 28509 | .unused, |
| 25983 | 28510 | .unused, |
| 25984 | 28511 | .unused, |
| 28512 | .unused, |
| 28513 | .unused, |
| 25985 | 28514 | }, |
| 25986 | 28515 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 25987 | 28516 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26014,6 +28543,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26014 | 28543 | .unused, |
| 26015 | 28544 | .unused, |
| 26016 | 28545 | .unused, |
| 28546 | .unused, |
| 28547 | .unused, |
| 26017 | 28548 | }, |
| 26018 | 28549 | .dst_temps = .{ .mem, .unused }, |
| 26019 | 28550 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26043,6 +28574,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26043 | 28574 | .unused, |
| 26044 | 28575 | .unused, |
| 26045 | 28576 | .unused, |
| 28577 | .unused, |
| 28578 | .unused, |
| 26046 | 28579 | }, |
| 26047 | 28580 | .dst_temps = .{ .mem, .unused }, |
| 26048 | 28581 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26072,6 +28605,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26072 | 28605 | .unused, |
| 26073 | 28606 | .unused, |
| 26074 | 28607 | .unused, |
| 28608 | .unused, |
| 28609 | .unused, |
| 26075 | 28610 | }, |
| 26076 | 28611 | .dst_temps = .{ .mem, .unused }, |
| 26077 | 28612 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26101,6 +28636,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26101 | 28636 | .unused, |
| 26102 | 28637 | .unused, |
| 26103 | 28638 | .unused, |
| 28639 | .unused, |
| 28640 | .unused, |
| 26104 | 28641 | }, |
| 26105 | 28642 | .dst_temps = .{ .mem, .unused }, |
| 26106 | 28643 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26130,6 +28667,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26130 | 28667 | .unused, |
| 26131 | 28668 | .unused, |
| 26132 | 28669 | .unused, |
| 28670 | .unused, |
| 28671 | .unused, |
| 26133 | 28672 | }, |
| 26134 | 28673 | .dst_temps = .{ .mem, .unused }, |
| 26135 | 28674 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26159,6 +28698,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26159 | 28698 | .unused, |
| 26160 | 28699 | .unused, |
| 26161 | 28700 | .unused, |
| 28701 | .unused, |
| 28702 | .unused, |
| 26162 | 28703 | }, |
| 26163 | 28704 | .dst_temps = .{ .mem, .unused }, |
| 26164 | 28705 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26188,6 +28729,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26188 | 28729 | .unused, |
| 26189 | 28730 | .unused, |
| 26190 | 28731 | .unused, |
| 28732 | .unused, |
| 28733 | .unused, |
| 26191 | 28734 | }, |
| 26192 | 28735 | .dst_temps = .{ .mem, .unused }, |
| 26193 | 28736 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26217,6 +28760,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26217 | 28760 | .unused, |
| 26218 | 28761 | .unused, |
| 26219 | 28762 | .unused, |
| 28763 | .unused, |
| 28764 | .unused, |
| 26220 | 28765 | }, |
| 26221 | 28766 | .dst_temps = .{ .mem, .unused }, |
| 26222 | 28767 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26246,6 +28791,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26246 | 28791 | .unused, |
| 26247 | 28792 | .unused, |
| 26248 | 28793 | .unused, |
| 28794 | .unused, |
| 28795 | .unused, |
| 26249 | 28796 | }, |
| 26250 | 28797 | .dst_temps = .{ .mem, .unused }, |
| 26251 | 28798 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26278,6 +28825,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26278 | 28825 | .unused, |
| 26279 | 28826 | .unused, |
| 26280 | 28827 | .unused, |
| 28828 | .unused, |
| 28829 | .unused, |
| 26281 | 28830 | }, |
| 26282 | 28831 | .dst_temps = .{ .mem, .unused }, |
| 26283 | 28832 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26310,6 +28859,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26310 | 28859 | .unused, |
| 26311 | 28860 | .unused, |
| 26312 | 28861 | .unused, |
| 28862 | .unused, |
| 28863 | .unused, |
| 26313 | 28864 | }, |
| 26314 | 28865 | .dst_temps = .{ .mem, .unused }, |
| 26315 | 28866 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26342,6 +28893,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26342 | 28893 | .unused, |
| 26343 | 28894 | .unused, |
| 26344 | 28895 | .unused, |
| 28896 | .unused, |
| 28897 | .unused, |
| 26345 | 28898 | }, |
| 26346 | 28899 | .dst_temps = .{ .mem, .unused }, |
| 26347 | 28900 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26374,6 +28927,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26374 | 28927 | .unused, |
| 26375 | 28928 | .unused, |
| 26376 | 28929 | .unused, |
| 28930 | .unused, |
| 28931 | .unused, |
| 26377 | 28932 | }, |
| 26378 | 28933 | .dst_temps = .{ .mem, .unused }, |
| 26379 | 28934 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26404,6 +28959,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26404 | 28959 | .unused, |
| 26405 | 28960 | .unused, |
| 26406 | 28961 | .unused, |
| 28962 | .unused, |
| 28963 | .unused, |
| 26407 | 28964 | }, |
| 26408 | 28965 | .dst_temps = .{ .mem, .unused }, |
| 26409 | 28966 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26435,6 +28992,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26435 | 28992 | .unused, |
| 26436 | 28993 | .unused, |
| 26437 | 28994 | .unused, |
| 28995 | .unused, |
| 28996 | .unused, |
| 26438 | 28997 | }, |
| 26439 | 28998 | .dst_temps = .{ .mem, .unused }, |
| 26440 | 28999 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26467,6 +29026,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26467 | 29026 | .unused, |
| 26468 | 29027 | .unused, |
| 26469 | 29028 | .unused, |
| 29029 | .unused, |
| 29030 | .unused, |
| 26470 | 29031 | }, |
| 26471 | 29032 | .dst_temps = .{ .mem, .unused }, |
| 26472 | 29033 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26499,6 +29060,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26499 | 29060 | .unused, |
| 26500 | 29061 | .unused, |
| 26501 | 29062 | .unused, |
| 29063 | .unused, |
| 29064 | .unused, |
| 26502 | 29065 | }, |
| 26503 | 29066 | .dst_temps = .{ .mem, .unused }, |
| 26504 | 29067 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26531,6 +29094,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26531 | 29094 | .unused, |
| 26532 | 29095 | .unused, |
| 26533 | 29096 | .unused, |
| 29097 | .unused, |
| 29098 | .unused, |
| 26534 | 29099 | }, |
| 26535 | 29100 | .dst_temps = .{ .mem, .unused }, |
| 26536 | 29101 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26563,6 +29128,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26563 | 29128 | .unused, |
| 26564 | 29129 | .unused, |
| 26565 | 29130 | .unused, |
| 29131 | .unused, |
| 29132 | .unused, |
| 26566 | 29133 | }, |
| 26567 | 29134 | .dst_temps = .{ .mem, .unused }, |
| 26568 | 29135 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26593,6 +29160,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26593 | 29160 | .unused, |
| 26594 | 29161 | .unused, |
| 26595 | 29162 | .unused, |
| 29163 | .unused, |
| 29164 | .unused, |
| 26596 | 29165 | }, |
| 26597 | 29166 | .dst_temps = .{ .mem, .unused }, |
| 26598 | 29167 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26624,6 +29193,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26624 | 29193 | .unused, |
| 26625 | 29194 | .unused, |
| 26626 | 29195 | .unused, |
| 29196 | .unused, |
| 29197 | .unused, |
| 26627 | 29198 | }, |
| 26628 | 29199 | .dst_temps = .{ .mem, .unused }, |
| 26629 | 29200 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26656,6 +29227,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26656 | 29227 | .unused, |
| 26657 | 29228 | .unused, |
| 26658 | 29229 | .unused, |
| 29230 | .unused, |
| 29231 | .unused, |
| 26659 | 29232 | }, |
| 26660 | 29233 | .dst_temps = .{ .mem, .unused }, |
| 26661 | 29234 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26688,6 +29261,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26688 | 29261 | .unused, |
| 26689 | 29262 | .unused, |
| 26690 | 29263 | .unused, |
| 29264 | .unused, |
| 29265 | .unused, |
| 26691 | 29266 | }, |
| 26692 | 29267 | .dst_temps = .{ .mem, .unused }, |
| 26693 | 29268 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26720,6 +29295,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26720 | 29295 | .unused, |
| 26721 | 29296 | .unused, |
| 26722 | 29297 | .unused, |
| 29298 | .unused, |
| 29299 | .unused, |
| 26723 | 29300 | }, |
| 26724 | 29301 | .dst_temps = .{ .mem, .unused }, |
| 26725 | 29302 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26752,6 +29329,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26752 | 29329 | .unused, |
| 26753 | 29330 | .unused, |
| 26754 | 29331 | .unused, |
| 29332 | .unused, |
| 29333 | .unused, |
| 26755 | 29334 | }, |
| 26756 | 29335 | .dst_temps = .{ .mem, .unused }, |
| 26757 | 29336 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26782,6 +29361,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26782 | 29361 | .unused, |
| 26783 | 29362 | .unused, |
| 26784 | 29363 | .unused, |
| 29364 | .unused, |
| 29365 | .unused, |
| 26785 | 29366 | }, |
| 26786 | 29367 | .dst_temps = .{ .mem, .unused }, |
| 26787 | 29368 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26813,6 +29394,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26813 | 29394 | .unused, |
| 26814 | 29395 | .unused, |
| 26815 | 29396 | .unused, |
| 29397 | .unused, |
| 29398 | .unused, |
| 26816 | 29399 | }, |
| 26817 | 29400 | .dst_temps = .{ .mem, .unused }, |
| 26818 | 29401 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26845,6 +29428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26845 | 29428 | .unused, |
| 26846 | 29429 | .unused, |
| 26847 | 29430 | .unused, |
| 29431 | .unused, |
| 29432 | .unused, |
| 26848 | 29433 | }, |
| 26849 | 29434 | .dst_temps = .{ .mem, .unused }, |
| 26850 | 29435 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26877,6 +29462,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26877 | 29462 | .unused, |
| 26878 | 29463 | .unused, |
| 26879 | 29464 | .unused, |
| 29465 | .unused, |
| 29466 | .unused, |
| 26880 | 29467 | }, |
| 26881 | 29468 | .dst_temps = .{ .mem, .unused }, |
| 26882 | 29469 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26909,6 +29496,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26909 | 29496 | .unused, |
| 26910 | 29497 | .unused, |
| 26911 | 29498 | .unused, |
| 29499 | .unused, |
| 29500 | .unused, |
| 26912 | 29501 | }, |
| 26913 | 29502 | .dst_temps = .{ .mem, .unused }, |
| 26914 | 29503 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26941,6 +29530,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26941 | 29530 | .unused, |
| 26942 | 29531 | .unused, |
| 26943 | 29532 | .unused, |
| 29533 | .unused, |
| 29534 | .unused, |
| 26944 | 29535 | }, |
| 26945 | 29536 | .dst_temps = .{ .mem, .unused }, |
| 26946 | 29537 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -26972,6 +29563,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 26972 | 29563 | .unused, |
| 26973 | 29564 | .unused, |
| 26974 | 29565 | .unused, |
| 29566 | .unused, |
| 29567 | .unused, |
| 26975 | 29568 | }, |
| 26976 | 29569 | .dst_temps = .{ .mem, .unused }, |
| 26977 | 29570 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27004,6 +29597,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27004 | 29597 | .unused, |
| 27005 | 29598 | .unused, |
| 27006 | 29599 | .unused, |
| 29600 | .unused, |
| 29601 | .unused, |
| 27007 | 29602 | }, |
| 27008 | 29603 | .dst_temps = .{ .mem, .unused }, |
| 27009 | 29604 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27044,6 +29639,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27044 | 29639 | .unused, |
| 27045 | 29640 | .unused, |
| 27046 | 29641 | .unused, |
| 29642 | .unused, |
| 29643 | .unused, |
| 27047 | 29644 | }, |
| 27048 | 29645 | .dst_temps = .{ .mem, .unused }, |
| 27049 | 29646 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27083,6 +29680,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27083 | 29680 | .unused, |
| 27084 | 29681 | .unused, |
| 27085 | 29682 | .unused, |
| 29683 | .unused, |
| 29684 | .unused, |
| 27086 | 29685 | }, |
| 27087 | 29686 | .dst_temps = .{ .mem, .unused }, |
| 27088 | 29687 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27122,6 +29721,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27122 | 29721 | .unused, |
| 27123 | 29722 | .unused, |
| 27124 | 29723 | .unused, |
| 29724 | .unused, |
| 29725 | .unused, |
| 27125 | 29726 | }, |
| 27126 | 29727 | .dst_temps = .{ .mem, .unused }, |
| 27127 | 29728 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27162,6 +29763,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27162 | 29763 | .unused, |
| 27163 | 29764 | .unused, |
| 27164 | 29765 | .unused, |
| 29766 | .unused, |
| 29767 | .unused, |
| 27165 | 29768 | }, |
| 27166 | 29769 | .dst_temps = .{ .mem, .unused }, |
| 27167 | 29770 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27201,6 +29804,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27201 | 29804 | .unused, |
| 27202 | 29805 | .unused, |
| 27203 | 29806 | .unused, |
| 29807 | .unused, |
| 29808 | .unused, |
| 27204 | 29809 | }, |
| 27205 | 29810 | .dst_temps = .{ .mem, .unused }, |
| 27206 | 29811 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27240,6 +29845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27240 | 29845 | .unused, |
| 27241 | 29846 | .unused, |
| 27242 | 29847 | .unused, |
| 29848 | .unused, |
| 29849 | .unused, |
| 27243 | 29850 | }, |
| 27244 | 29851 | .dst_temps = .{ .mem, .unused }, |
| 27245 | 29852 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27280,6 +29887,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27280 | 29887 | .unused, |
| 27281 | 29888 | .unused, |
| 27282 | 29889 | .unused, |
| 29890 | .unused, |
| 29891 | .unused, |
| 27283 | 29892 | }, |
| 27284 | 29893 | .dst_temps = .{ .mem, .unused }, |
| 27285 | 29894 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27319,6 +29928,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27319 | 29928 | .unused, |
| 27320 | 29929 | .unused, |
| 27321 | 29930 | .unused, |
| 29931 | .unused, |
| 29932 | .unused, |
| 27322 | 29933 | }, |
| 27323 | 29934 | .dst_temps = .{ .mem, .unused }, |
| 27324 | 29935 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27358,6 +29969,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27358 | 29969 | .unused, |
| 27359 | 29970 | .unused, |
| 27360 | 29971 | .unused, |
| 29972 | .unused, |
| 29973 | .unused, |
| 27361 | 29974 | }, |
| 27362 | 29975 | .dst_temps = .{ .mem, .unused }, |
| 27363 | 29976 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27398,6 +30011,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27398 | 30011 | .unused, |
| 27399 | 30012 | .unused, |
| 27400 | 30013 | .unused, |
| 30014 | .unused, |
| 30015 | .unused, |
| 27401 | 30016 | }, |
| 27402 | 30017 | .dst_temps = .{ .mem, .unused }, |
| 27403 | 30018 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27437,6 +30052,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27437 | 30052 | .unused, |
| 27438 | 30053 | .unused, |
| 27439 | 30054 | .unused, |
| 30055 | .unused, |
| 30056 | .unused, |
| 27440 | 30057 | }, |
| 27441 | 30058 | .dst_temps = .{ .mem, .unused }, |
| 27442 | 30059 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -27513,6 +30130,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27513 | 30130 | .unused, |
| 27514 | 30131 | .unused, |
| 27515 | 30132 | .unused, |
| 30133 | .unused, |
| 30134 | .unused, |
| 27516 | 30135 | }, |
| 27517 | 30136 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 27518 | 30137 | .ref = .src0, |
| ... | ... | @@ -27551,6 +30170,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27551 | 30170 | .unused, |
| 27552 | 30171 | .unused, |
| 27553 | 30172 | .unused, |
| 30173 | .unused, |
| 30174 | .unused, |
| 27554 | 30175 | }, |
| 27555 | 30176 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 27556 | 30177 | .ref = .src0, |
| ... | ... | @@ -27589,6 +30210,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27589 | 30210 | .unused, |
| 27590 | 30211 | .unused, |
| 27591 | 30212 | .unused, |
| 30213 | .unused, |
| 30214 | .unused, |
| 27592 | 30215 | }, |
| 27593 | 30216 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 27594 | 30217 | .ref = .src0, |
| ... | ... | @@ -27982,6 +30605,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 27982 | 30605 | .unused, |
| 27983 | 30606 | .unused, |
| 27984 | 30607 | .unused, |
| 30608 | .unused, |
| 30609 | .unused, |
| 27985 | 30610 | }, |
| 27986 | 30611 | .dst_temps = .{ .mem, .unused }, |
| 27987 | 30612 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28021,6 +30646,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28021 | 30646 | .unused, |
| 28022 | 30647 | .unused, |
| 28023 | 30648 | .unused, |
| 30649 | .unused, |
| 30650 | .unused, |
| 28024 | 30651 | }, |
| 28025 | 30652 | .dst_temps = .{ .mem, .unused }, |
| 28026 | 30653 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28062,6 +30689,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28062 | 30689 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28063 | 30690 | .unused, |
| 28064 | 30691 | .unused, |
| 30692 | .unused, |
| 30693 | .unused, |
| 28065 | 30694 | }, |
| 28066 | 30695 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28067 | 30696 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28104,6 +30733,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28104 | 30733 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28105 | 30734 | .unused, |
| 28106 | 30735 | .unused, |
| 30736 | .unused, |
| 30737 | .unused, |
| 28107 | 30738 | }, |
| 28108 | 30739 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28109 | 30740 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28146,6 +30777,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28146 | 30777 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28147 | 30778 | .unused, |
| 28148 | 30779 | .unused, |
| 30780 | .unused, |
| 30781 | .unused, |
| 28149 | 30782 | }, |
| 28150 | 30783 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28151 | 30784 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28189,6 +30822,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28189 | 30822 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28190 | 30823 | .unused, |
| 28191 | 30824 | .unused, |
| 30825 | .unused, |
| 30826 | .unused, |
| 28192 | 30827 | }, |
| 28193 | 30828 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28194 | 30829 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28232,6 +30867,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28232 | 30867 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28233 | 30868 | .{ .type = .f32, .kind = .mem }, |
| 28234 | 30869 | .unused, |
| 30870 | .unused, |
| 30871 | .unused, |
| 28235 | 30872 | }, |
| 28236 | 30873 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28237 | 30874 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28277,6 +30914,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28277 | 30914 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 28278 | 30915 | .{ .type = .f32, .kind = .mem }, |
| 28279 | 30916 | .unused, |
| 30917 | .unused, |
| 30918 | .unused, |
| 28280 | 30919 | }, |
| 28281 | 30920 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 28282 | 30921 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28321,6 +30960,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28321 | 30960 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28322 | 30961 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28323 | 30962 | .unused, |
| 30963 | .unused, |
| 30964 | .unused, |
| 28324 | 30965 | }, |
| 28325 | 30966 | .dst_temps = .{ .mem, .unused }, |
| 28326 | 30967 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28372,6 +31013,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28372 | 31013 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28373 | 31014 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28374 | 31015 | .unused, |
| 31016 | .unused, |
| 31017 | .unused, |
| 28375 | 31018 | }, |
| 28376 | 31019 | .dst_temps = .{ .mem, .unused }, |
| 28377 | 31020 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28423,6 +31066,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28423 | 31066 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28424 | 31067 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28425 | 31068 | .unused, |
| 31069 | .unused, |
| 31070 | .unused, |
| 28426 | 31071 | }, |
| 28427 | 31072 | .dst_temps = .{ .mem, .unused }, |
| 28428 | 31073 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28475,6 +31120,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28475 | 31120 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28476 | 31121 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28477 | 31122 | .unused, |
| 31123 | .unused, |
| 31124 | .unused, |
| 28478 | 31125 | }, |
| 28479 | 31126 | .dst_temps = .{ .mem, .unused }, |
| 28480 | 31127 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28527,6 +31174,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28527 | 31174 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28528 | 31175 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28529 | 31176 | .{ .type = .f32, .kind = .mem }, |
| 31177 | .unused, |
| 31178 | .unused, |
| 28530 | 31179 | }, |
| 28531 | 31180 | .dst_temps = .{ .mem, .unused }, |
| 28532 | 31181 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28581,6 +31230,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28581 | 31230 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 28582 | 31231 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 28583 | 31232 | .{ .type = .f32, .kind = .mem }, |
| 31233 | .unused, |
| 31234 | .unused, |
| 28584 | 31235 | }, |
| 28585 | 31236 | .dst_temps = .{ .mem, .unused }, |
| 28586 | 31237 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -28634,6 +31285,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28634 | 31285 | .unused, |
| 28635 | 31286 | .unused, |
| 28636 | 31287 | .unused, |
| 31288 | .unused, |
| 31289 | .unused, |
| 28637 | 31290 | }, |
| 28638 | 31291 | .dst_temps = .{ .mem, .unused }, |
| 28639 | 31292 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28672,6 +31325,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28672 | 31325 | .unused, |
| 28673 | 31326 | .unused, |
| 28674 | 31327 | .unused, |
| 31328 | .unused, |
| 31329 | .unused, |
| 28675 | 31330 | }, |
| 28676 | 31331 | .dst_temps = .{ .mem, .unused }, |
| 28677 | 31332 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28710,6 +31365,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28710 | 31365 | .unused, |
| 28711 | 31366 | .unused, |
| 28712 | 31367 | .unused, |
| 31368 | .unused, |
| 31369 | .unused, |
| 28713 | 31370 | }, |
| 28714 | 31371 | .dst_temps = .{ .mem, .unused }, |
| 28715 | 31372 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28756,6 +31413,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28756 | 31413 | .unused, |
| 28757 | 31414 | .unused, |
| 28758 | 31415 | .unused, |
| 31416 | .unused, |
| 31417 | .unused, |
| 28759 | 31418 | }, |
| 28760 | 31419 | .dst_temps = .{ .mem, .unused }, |
| 28761 | 31420 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28803,6 +31462,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28803 | 31462 | .unused, |
| 28804 | 31463 | .unused, |
| 28805 | 31464 | .unused, |
| 31465 | .unused, |
| 31466 | .unused, |
| 28806 | 31467 | }, |
| 28807 | 31468 | .dst_temps = .{ .mem, .unused }, |
| 28808 | 31469 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28852,6 +31513,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28852 | 31513 | .unused, |
| 28853 | 31514 | .unused, |
| 28854 | 31515 | .unused, |
| 31516 | .unused, |
| 31517 | .unused, |
| 28855 | 31518 | }, |
| 28856 | 31519 | .dst_temps = .{ .mem, .unused }, |
| 28857 | 31520 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28899,6 +31562,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28899 | 31562 | .unused, |
| 28900 | 31563 | .unused, |
| 28901 | 31564 | .unused, |
| 31565 | .unused, |
| 31566 | .unused, |
| 28902 | 31567 | }, |
| 28903 | 31568 | .dst_temps = .{ .mem, .unused }, |
| 28904 | 31569 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28946,6 +31611,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28946 | 31611 | .unused, |
| 28947 | 31612 | .unused, |
| 28948 | 31613 | .unused, |
| 31614 | .unused, |
| 31615 | .unused, |
| 28949 | 31616 | }, |
| 28950 | 31617 | .dst_temps = .{ .mem, .unused }, |
| 28951 | 31618 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -28996,6 +31663,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 28996 | 31663 | .unused, |
| 28997 | 31664 | .unused, |
| 28998 | 31665 | .unused, |
| 31666 | .unused, |
| 31667 | .unused, |
| 28999 | 31668 | }, |
| 29000 | 31669 | .dst_temps = .{ .mem, .unused }, |
| 29001 | 31670 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29046,6 +31715,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29046 | 31715 | .unused, |
| 29047 | 31716 | .unused, |
| 29048 | 31717 | .unused, |
| 31718 | .unused, |
| 31719 | .unused, |
| 29049 | 31720 | }, |
| 29050 | 31721 | .dst_temps = .{ .mem, .unused }, |
| 29051 | 31722 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29099,6 +31770,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29099 | 31770 | .unused, |
| 29100 | 31771 | .unused, |
| 29101 | 31772 | .unused, |
| 31773 | .unused, |
| 31774 | .unused, |
| 29102 | 31775 | }, |
| 29103 | 31776 | .dst_temps = .{ .mem, .unused }, |
| 29104 | 31777 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29152,6 +31825,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29152 | 31825 | .{ .type = .u8, .kind = .{ .reg = .ah } }, |
| 29153 | 31826 | .unused, |
| 29154 | 31827 | .unused, |
| 31828 | .unused, |
| 31829 | .unused, |
| 29155 | 31830 | }, |
| 29156 | 31831 | .dst_temps = .{ .mem, .unused }, |
| 29157 | 31832 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29210,6 +31885,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29210 | 31885 | .unused, |
| 29211 | 31886 | .unused, |
| 29212 | 31887 | .unused, |
| 31888 | .unused, |
| 31889 | .unused, |
| 29213 | 31890 | }, |
| 29214 | 31891 | .dst_temps = .{ .mem, .unused }, |
| 29215 | 31892 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29263,6 +31940,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29263 | 31940 | .unused, |
| 29264 | 31941 | .unused, |
| 29265 | 31942 | .unused, |
| 31943 | .unused, |
| 31944 | .unused, |
| 29266 | 31945 | }, |
| 29267 | 31946 | .dst_temps = .{ .mem, .unused }, |
| 29268 | 31947 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29316,6 +31995,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29316 | 31995 | .{ .type = .u8, .kind = .{ .reg = .ah } }, |
| 29317 | 31996 | .unused, |
| 29318 | 31997 | .unused, |
| 31998 | .unused, |
| 31999 | .unused, |
| 29319 | 32000 | }, |
| 29320 | 32001 | .dst_temps = .{ .mem, .unused }, |
| 29321 | 32002 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -29376,6 +32057,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29376 | 32057 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29377 | 32058 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29378 | 32059 | .unused, |
| 32060 | .unused, |
| 32061 | .unused, |
| 29379 | 32062 | }, |
| 29380 | 32063 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29381 | 32064 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29418,6 +32101,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29418 | 32101 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29419 | 32102 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29420 | 32103 | .unused, |
| 32104 | .unused, |
| 32105 | .unused, |
| 29421 | 32106 | }, |
| 29422 | 32107 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29423 | 32108 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29460,6 +32145,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29460 | 32145 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29461 | 32146 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29462 | 32147 | .unused, |
| 32148 | .unused, |
| 32149 | .unused, |
| 29463 | 32150 | }, |
| 29464 | 32151 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29465 | 32152 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29502,6 +32189,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29502 | 32189 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29503 | 32190 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29504 | 32191 | .unused, |
| 32192 | .unused, |
| 32193 | .unused, |
| 29505 | 32194 | }, |
| 29506 | 32195 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29507 | 32196 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29544,6 +32233,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29544 | 32233 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29545 | 32234 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29546 | 32235 | .unused, |
| 32236 | .unused, |
| 32237 | .unused, |
| 29547 | 32238 | }, |
| 29548 | 32239 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29549 | 32240 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29586,6 +32277,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29586 | 32277 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29587 | 32278 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 29588 | 32279 | .unused, |
| 32280 | .unused, |
| 32281 | .unused, |
| 29589 | 32282 | }, |
| 29590 | 32283 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 29591 | 32284 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29627,6 +32320,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29627 | 32320 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29628 | 32321 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29629 | 32322 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32323 | .unused, |
| 32324 | .unused, |
| 29630 | 32325 | }, |
| 29631 | 32326 | .dst_temps = .{ .mem, .unused }, |
| 29632 | 32327 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29678,6 +32373,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29678 | 32373 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29679 | 32374 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29680 | 32375 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32376 | .unused, |
| 32377 | .unused, |
| 29681 | 32378 | }, |
| 29682 | 32379 | .dst_temps = .{ .mem, .unused }, |
| 29683 | 32380 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29729,6 +32426,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29729 | 32426 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29730 | 32427 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29731 | 32428 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32429 | .unused, |
| 32430 | .unused, |
| 29732 | 32431 | }, |
| 29733 | 32432 | .dst_temps = .{ .mem, .unused }, |
| 29734 | 32433 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29780,6 +32479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29780 | 32479 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29781 | 32480 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29782 | 32481 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32482 | .unused, |
| 32483 | .unused, |
| 29783 | 32484 | }, |
| 29784 | 32485 | .dst_temps = .{ .mem, .unused }, |
| 29785 | 32486 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29831,6 +32532,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29831 | 32532 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29832 | 32533 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29833 | 32534 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32535 | .unused, |
| 32536 | .unused, |
| 29834 | 32537 | }, |
| 29835 | 32538 | .dst_temps = .{ .mem, .unused }, |
| 29836 | 32539 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -29882,6 +32585,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 29882 | 32585 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 29883 | 32586 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 29884 | 32587 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32588 | .unused, |
| 32589 | .unused, |
| 29885 | 32590 | }, |
| 29886 | 32591 | .dst_temps = .{ .mem, .unused }, |
| 29887 | 32592 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -30037,6 +32742,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30037 | 32742 | .unused, |
| 30038 | 32743 | .unused, |
| 30039 | 32744 | .unused, |
| 32745 | .unused, |
| 32746 | .unused, |
| 30040 | 32747 | }, |
| 30041 | 32748 | .dst_temps = .{ .mem, .unused }, |
| 30042 | 32749 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30436,6 +33143,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30436 | 33143 | .unused, |
| 30437 | 33144 | .unused, |
| 30438 | 33145 | .unused, |
| 33146 | .unused, |
| 33147 | .unused, |
| 30439 | 33148 | }, |
| 30440 | 33149 | .dst_temps = .{ .mem, .unused }, |
| 30441 | 33150 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30481,6 +33190,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30481 | 33190 | .unused, |
| 30482 | 33191 | .unused, |
| 30483 | 33192 | .unused, |
| 33193 | .unused, |
| 33194 | .unused, |
| 30484 | 33195 | }, |
| 30485 | 33196 | .dst_temps = .{ .mem, .unused }, |
| 30486 | 33197 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30528,6 +33239,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30528 | 33239 | .unused, |
| 30529 | 33240 | .unused, |
| 30530 | 33241 | .unused, |
| 33242 | .unused, |
| 33243 | .unused, |
| 30531 | 33244 | }, |
| 30532 | 33245 | .dst_temps = .{ .mem, .unused }, |
| 30533 | 33246 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30573,6 +33286,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30573 | 33286 | .unused, |
| 30574 | 33287 | .unused, |
| 30575 | 33288 | .unused, |
| 33289 | .unused, |
| 33290 | .unused, |
| 30576 | 33291 | }, |
| 30577 | 33292 | .dst_temps = .{ .mem, .unused }, |
| 30578 | 33293 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30642,6 +33357,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30642 | 33357 | .unused, |
| 30643 | 33358 | .unused, |
| 30644 | 33359 | .unused, |
| 33360 | .unused, |
| 33361 | .unused, |
| 30645 | 33362 | }, |
| 30646 | 33363 | .dst_temps = .{ .mem, .unused }, |
| 30647 | 33364 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30687,6 +33404,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30687 | 33404 | .unused, |
| 30688 | 33405 | .unused, |
| 30689 | 33406 | .unused, |
| 33407 | .unused, |
| 33408 | .unused, |
| 30690 | 33409 | }, |
| 30691 | 33410 | .dst_temps = .{ .mem, .unused }, |
| 30692 | 33411 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30734,6 +33453,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30734 | 33453 | .unused, |
| 30735 | 33454 | .unused, |
| 30736 | 33455 | .unused, |
| 33456 | .unused, |
| 33457 | .unused, |
| 30737 | 33458 | }, |
| 30738 | 33459 | .dst_temps = .{ .mem, .unused }, |
| 30739 | 33460 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30803,6 +33524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30803 | 33524 | .unused, |
| 30804 | 33525 | .unused, |
| 30805 | 33526 | .unused, |
| 33527 | .unused, |
| 33528 | .unused, |
| 30806 | 33529 | }, |
| 30807 | 33530 | .dst_temps = .{ .mem, .unused }, |
| 30808 | 33531 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30872,6 +33595,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30872 | 33595 | .unused, |
| 30873 | 33596 | .unused, |
| 30874 | 33597 | .unused, |
| 33598 | .unused, |
| 33599 | .unused, |
| 30875 | 33600 | }, |
| 30876 | 33601 | .dst_temps = .{ .mem, .unused }, |
| 30877 | 33602 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30917,6 +33642,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30917 | 33642 | .unused, |
| 30918 | 33643 | .unused, |
| 30919 | 33644 | .unused, |
| 33645 | .unused, |
| 33646 | .unused, |
| 30920 | 33647 | }, |
| 30921 | 33648 | .dst_temps = .{ .mem, .unused }, |
| 30922 | 33649 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -30964,6 +33691,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 30964 | 33691 | .unused, |
| 30965 | 33692 | .unused, |
| 30966 | 33693 | .unused, |
| 33694 | .unused, |
| 33695 | .unused, |
| 30967 | 33696 | }, |
| 30968 | 33697 | .dst_temps = .{ .mem, .unused }, |
| 30969 | 33698 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31033,6 +33762,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31033 | 33762 | .unused, |
| 31034 | 33763 | .unused, |
| 31035 | 33764 | .unused, |
| 33765 | .unused, |
| 33766 | .unused, |
| 31036 | 33767 | }, |
| 31037 | 33768 | .dst_temps = .{ .mem, .unused }, |
| 31038 | 33769 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31102,6 +33833,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31102 | 33833 | .unused, |
| 31103 | 33834 | .unused, |
| 31104 | 33835 | .unused, |
| 33836 | .unused, |
| 33837 | .unused, |
| 31105 | 33838 | }, |
| 31106 | 33839 | .dst_temps = .{ .mem, .unused }, |
| 31107 | 33840 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31147,6 +33880,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31147 | 33880 | .unused, |
| 31148 | 33881 | .unused, |
| 31149 | 33882 | .unused, |
| 33883 | .unused, |
| 33884 | .unused, |
| 31150 | 33885 | }, |
| 31151 | 33886 | .dst_temps = .{ .mem, .unused }, |
| 31152 | 33887 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31220,6 +33955,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31220 | 33955 | .unused, |
| 31221 | 33956 | .unused, |
| 31222 | 33957 | .unused, |
| 33958 | .unused, |
| 33959 | .unused, |
| 31223 | 33960 | }, |
| 31224 | 33961 | .dst_temps = .{ .mem, .unused }, |
| 31225 | 33962 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31295,6 +34032,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31295 | 34032 | .unused, |
| 31296 | 34033 | .unused, |
| 31297 | 34034 | .unused, |
| 34035 | .unused, |
| 34036 | .unused, |
| 31298 | 34037 | }, |
| 31299 | 34038 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31300 | 34039 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31327,6 +34066,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31327 | 34066 | .unused, |
| 31328 | 34067 | .unused, |
| 31329 | 34068 | .unused, |
| 34069 | .unused, |
| 34070 | .unused, |
| 31330 | 34071 | }, |
| 31331 | 34072 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31332 | 34073 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31359,6 +34100,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31359 | 34100 | .unused, |
| 31360 | 34101 | .unused, |
| 31361 | 34102 | .unused, |
| 34103 | .unused, |
| 34104 | .unused, |
| 31362 | 34105 | }, |
| 31363 | 34106 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31364 | 34107 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31392,6 +34135,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31392 | 34135 | .unused, |
| 31393 | 34136 | .unused, |
| 31394 | 34137 | .unused, |
| 34138 | .unused, |
| 34139 | .unused, |
| 31395 | 34140 | }, |
| 31396 | 34141 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31397 | 34142 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31424,6 +34169,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31424 | 34169 | .unused, |
| 31425 | 34170 | .unused, |
| 31426 | 34171 | .unused, |
| 34172 | .unused, |
| 34173 | .unused, |
| 31427 | 34174 | }, |
| 31428 | 34175 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31429 | 34176 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31463,6 +34210,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31463 | 34210 | .unused, |
| 31464 | 34211 | .unused, |
| 31465 | 34212 | .unused, |
| 34213 | .unused, |
| 34214 | .unused, |
| 31466 | 34215 | }, |
| 31467 | 34216 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31468 | 34217 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31496,6 +34245,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31496 | 34245 | .unused, |
| 31497 | 34246 | .unused, |
| 31498 | 34247 | .unused, |
| 34248 | .unused, |
| 34249 | .unused, |
| 31499 | 34250 | }, |
| 31500 | 34251 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31501 | 34252 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31529,6 +34280,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31529 | 34280 | .unused, |
| 31530 | 34281 | .unused, |
| 31531 | 34282 | .unused, |
| 34283 | .unused, |
| 34284 | .unused, |
| 31532 | 34285 | }, |
| 31533 | 34286 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31534 | 34287 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31563,6 +34316,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31563 | 34316 | .unused, |
| 31564 | 34317 | .unused, |
| 31565 | 34318 | .unused, |
| 34319 | .unused, |
| 34320 | .unused, |
| 31566 | 34321 | }, |
| 31567 | 34322 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31568 | 34323 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31596,6 +34351,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31596 | 34351 | .unused, |
| 31597 | 34352 | .unused, |
| 31598 | 34353 | .unused, |
| 34354 | .unused, |
| 34355 | .unused, |
| 31599 | 34356 | }, |
| 31600 | 34357 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31601 | 34358 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31637,6 +34394,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31637 | 34394 | .unused, |
| 31638 | 34395 | .unused, |
| 31639 | 34396 | .unused, |
| 34397 | .unused, |
| 34398 | .unused, |
| 31640 | 34399 | }, |
| 31641 | 34400 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31642 | 34401 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31671,6 +34430,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31671 | 34430 | .unused, |
| 31672 | 34431 | .unused, |
| 31673 | 34432 | .unused, |
| 34433 | .unused, |
| 34434 | .unused, |
| 31674 | 34435 | }, |
| 31675 | 34436 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31676 | 34437 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31704,6 +34465,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31704 | 34465 | .unused, |
| 31705 | 34466 | .unused, |
| 31706 | 34467 | .unused, |
| 34468 | .unused, |
| 34469 | .unused, |
| 31707 | 34470 | }, |
| 31708 | 34471 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31709 | 34472 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31738,6 +34501,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31738 | 34501 | .unused, |
| 31739 | 34502 | .unused, |
| 31740 | 34503 | .unused, |
| 34504 | .unused, |
| 34505 | .unused, |
| 31741 | 34506 | }, |
| 31742 | 34507 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31743 | 34508 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31772,6 +34537,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31772 | 34537 | .unused, |
| 31773 | 34538 | .unused, |
| 31774 | 34539 | .unused, |
| 34540 | .unused, |
| 34541 | .unused, |
| 31775 | 34542 | }, |
| 31776 | 34543 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 31777 | 34544 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31811,6 +34578,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31811 | 34578 | .unused, |
| 31812 | 34579 | .unused, |
| 31813 | 34580 | .unused, |
| 34581 | .unused, |
| 34582 | .unused, |
| 31814 | 34583 | }, |
| 31815 | 34584 | .dst_temps = .{ .mem, .unused }, |
| 31816 | 34585 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31853,6 +34622,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31853 | 34622 | .unused, |
| 31854 | 34623 | .unused, |
| 31855 | 34624 | .unused, |
| 34625 | .unused, |
| 34626 | .unused, |
| 31856 | 34627 | }, |
| 31857 | 34628 | .dst_temps = .{ .mem, .unused }, |
| 31858 | 34629 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31895,6 +34666,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31895 | 34666 | .unused, |
| 31896 | 34667 | .unused, |
| 31897 | 34668 | .unused, |
| 34669 | .unused, |
| 34670 | .unused, |
| 31898 | 34671 | }, |
| 31899 | 34672 | .dst_temps = .{ .mem, .unused }, |
| 31900 | 34673 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31938,6 +34711,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31938 | 34711 | .unused, |
| 31939 | 34712 | .unused, |
| 31940 | 34713 | .unused, |
| 34714 | .unused, |
| 34715 | .unused, |
| 31941 | 34716 | }, |
| 31942 | 34717 | .dst_temps = .{ .mem, .unused }, |
| 31943 | 34718 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -31985,6 +34760,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 31985 | 34760 | .unused, |
| 31986 | 34761 | .unused, |
| 31987 | 34762 | .unused, |
| 34763 | .unused, |
| 34764 | .unused, |
| 31988 | 34765 | }, |
| 31989 | 34766 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 31990 | 34767 | .ref = .src0, |
| ... | ... | @@ -32023,6 +34800,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32023 | 34800 | .unused, |
| 32024 | 34801 | .unused, |
| 32025 | 34802 | .unused, |
| 34803 | .unused, |
| 34804 | .unused, |
| 32026 | 34805 | }, |
| 32027 | 34806 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 32028 | 34807 | .ref = .src0, |
| ... | ... | @@ -32061,6 +34840,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32061 | 34840 | .unused, |
| 32062 | 34841 | .unused, |
| 32063 | 34842 | .unused, |
| 34843 | .unused, |
| 34844 | .unused, |
| 32064 | 34845 | }, |
| 32065 | 34846 | .dst_temps = .{ .{ .mut_rc_mask = .{ |
| 32066 | 34847 | .ref = .src0, |
| ... | ... | @@ -32332,6 +35113,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32332 | 35113 | .unused, |
| 32333 | 35114 | .unused, |
| 32334 | 35115 | .unused, |
| 35116 | .unused, |
| 35117 | .unused, |
| 32335 | 35118 | }, |
| 32336 | 35119 | .dst_temps = .{ .mem, .unused }, |
| 32337 | 35120 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -32371,6 +35154,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32371 | 35154 | .unused, |
| 32372 | 35155 | .unused, |
| 32373 | 35156 | .unused, |
| 35157 | .unused, |
| 35158 | .unused, |
| 32374 | 35159 | }, |
| 32375 | 35160 | .dst_temps = .{ .mem, .unused }, |
| 32376 | 35161 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -32412,6 +35197,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32412 | 35197 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32413 | 35198 | .unused, |
| 32414 | 35199 | .unused, |
| 35200 | .unused, |
| 35201 | .unused, |
| 32415 | 35202 | }, |
| 32416 | 35203 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32417 | 35204 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32454,6 +35241,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32454 | 35241 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32455 | 35242 | .unused, |
| 32456 | 35243 | .unused, |
| 35244 | .unused, |
| 35245 | .unused, |
| 32457 | 35246 | }, |
| 32458 | 35247 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32459 | 35248 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32496,6 +35285,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32496 | 35285 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32497 | 35286 | .unused, |
| 32498 | 35287 | .unused, |
| 35288 | .unused, |
| 35289 | .unused, |
| 32499 | 35290 | }, |
| 32500 | 35291 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32501 | 35292 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32539,6 +35330,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32539 | 35330 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32540 | 35331 | .unused, |
| 32541 | 35332 | .unused, |
| 35333 | .unused, |
| 35334 | .unused, |
| 32542 | 35335 | }, |
| 32543 | 35336 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32544 | 35337 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32582,6 +35375,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32582 | 35375 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32583 | 35376 | .{ .type = .f32, .kind = .mem }, |
| 32584 | 35377 | .unused, |
| 35378 | .unused, |
| 35379 | .unused, |
| 32585 | 35380 | }, |
| 32586 | 35381 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32587 | 35382 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32627,6 +35422,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32627 | 35422 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 32628 | 35423 | .{ .type = .f32, .kind = .mem }, |
| 32629 | 35424 | .unused, |
| 35425 | .unused, |
| 35426 | .unused, |
| 32630 | 35427 | }, |
| 32631 | 35428 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 32632 | 35429 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32671,6 +35468,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32671 | 35468 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32672 | 35469 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32673 | 35470 | .unused, |
| 35471 | .unused, |
| 35472 | .unused, |
| 32674 | 35473 | }, |
| 32675 | 35474 | .dst_temps = .{ .mem, .unused }, |
| 32676 | 35475 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32722,6 +35521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32722 | 35521 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32723 | 35522 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32724 | 35523 | .unused, |
| 35524 | .unused, |
| 35525 | .unused, |
| 32725 | 35526 | }, |
| 32726 | 35527 | .dst_temps = .{ .mem, .unused }, |
| 32727 | 35528 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32773,6 +35574,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32773 | 35574 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32774 | 35575 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32775 | 35576 | .unused, |
| 35577 | .unused, |
| 35578 | .unused, |
| 32776 | 35579 | }, |
| 32777 | 35580 | .dst_temps = .{ .mem, .unused }, |
| 32778 | 35581 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32825,6 +35628,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32825 | 35628 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32826 | 35629 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32827 | 35630 | .unused, |
| 35631 | .unused, |
| 35632 | .unused, |
| 32828 | 35633 | }, |
| 32829 | 35634 | .dst_temps = .{ .mem, .unused }, |
| 32830 | 35635 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32877,6 +35682,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32877 | 35682 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32878 | 35683 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32879 | 35684 | .{ .type = .f32, .kind = .mem }, |
| 35685 | .unused, |
| 35686 | .unused, |
| 32880 | 35687 | }, |
| 32881 | 35688 | .dst_temps = .{ .mem, .unused }, |
| 32882 | 35689 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32931,6 +35738,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32931 | 35738 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 32932 | 35739 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 32933 | 35740 | .{ .type = .f32, .kind = .mem }, |
| 35741 | .unused, |
| 35742 | .unused, |
| 32934 | 35743 | }, |
| 32935 | 35744 | .dst_temps = .{ .mem, .unused }, |
| 32936 | 35745 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -32984,6 +35793,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 32984 | 35793 | .unused, |
| 32985 | 35794 | .unused, |
| 32986 | 35795 | .unused, |
| 35796 | .unused, |
| 35797 | .unused, |
| 32987 | 35798 | }, |
| 32988 | 35799 | .dst_temps = .{ .mem, .unused }, |
| 32989 | 35800 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33022,6 +35833,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33022 | 35833 | .unused, |
| 33023 | 35834 | .unused, |
| 33024 | 35835 | .unused, |
| 35836 | .unused, |
| 35837 | .unused, |
| 33025 | 35838 | }, |
| 33026 | 35839 | .dst_temps = .{ .mem, .unused }, |
| 33027 | 35840 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33060,6 +35873,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33060 | 35873 | .unused, |
| 33061 | 35874 | .unused, |
| 33062 | 35875 | .unused, |
| 35876 | .unused, |
| 35877 | .unused, |
| 33063 | 35878 | }, |
| 33064 | 35879 | .dst_temps = .{ .mem, .unused }, |
| 33065 | 35880 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33106,6 +35921,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33106 | 35921 | .unused, |
| 33107 | 35922 | .unused, |
| 33108 | 35923 | .unused, |
| 35924 | .unused, |
| 35925 | .unused, |
| 33109 | 35926 | }, |
| 33110 | 35927 | .dst_temps = .{ .mem, .unused }, |
| 33111 | 35928 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33153,6 +35970,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33153 | 35970 | .unused, |
| 33154 | 35971 | .unused, |
| 33155 | 35972 | .unused, |
| 35973 | .unused, |
| 35974 | .unused, |
| 33156 | 35975 | }, |
| 33157 | 35976 | .dst_temps = .{ .mem, .unused }, |
| 33158 | 35977 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33202,6 +36021,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33202 | 36021 | .unused, |
| 33203 | 36022 | .unused, |
| 33204 | 36023 | .unused, |
| 36024 | .unused, |
| 36025 | .unused, |
| 33205 | 36026 | }, |
| 33206 | 36027 | .dst_temps = .{ .mem, .unused }, |
| 33207 | 36028 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33249,6 +36070,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33249 | 36070 | .unused, |
| 33250 | 36071 | .unused, |
| 33251 | 36072 | .unused, |
| 36073 | .unused, |
| 36074 | .unused, |
| 33252 | 36075 | }, |
| 33253 | 36076 | .dst_temps = .{ .mem, .unused }, |
| 33254 | 36077 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33296,6 +36119,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33296 | 36119 | .unused, |
| 33297 | 36120 | .unused, |
| 33298 | 36121 | .unused, |
| 36122 | .unused, |
| 36123 | .unused, |
| 33299 | 36124 | }, |
| 33300 | 36125 | .dst_temps = .{ .mem, .unused }, |
| 33301 | 36126 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33346,6 +36171,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33346 | 36171 | .unused, |
| 33347 | 36172 | .unused, |
| 33348 | 36173 | .unused, |
| 36174 | .unused, |
| 36175 | .unused, |
| 33349 | 36176 | }, |
| 33350 | 36177 | .dst_temps = .{ .mem, .unused }, |
| 33351 | 36178 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33396,6 +36223,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33396 | 36223 | .{ .type = .f64, .kind = .{ .reg = .st7 } }, |
| 33397 | 36224 | .unused, |
| 33398 | 36225 | .unused, |
| 36226 | .unused, |
| 36227 | .unused, |
| 33399 | 36228 | }, |
| 33400 | 36229 | .dst_temps = .{ .mem, .unused }, |
| 33401 | 36230 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33456,6 +36285,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33456 | 36285 | .{ .type = .f64, .kind = .{ .reg = .st7 } }, |
| 33457 | 36286 | .unused, |
| 33458 | 36287 | .unused, |
| 36288 | .unused, |
| 36289 | .unused, |
| 33459 | 36290 | }, |
| 33460 | 36291 | .dst_temps = .{ .mem, .unused }, |
| 33461 | 36292 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33516,6 +36347,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33516 | 36347 | .{ .type = .u8, .kind = .{ .reg = .ah } }, |
| 33517 | 36348 | .unused, |
| 33518 | 36349 | .unused, |
| 36350 | .unused, |
| 36351 | .unused, |
| 33519 | 36352 | }, |
| 33520 | 36353 | .dst_temps = .{ .mem, .unused }, |
| 33521 | 36354 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33567,6 +36400,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33567 | 36400 | .{ .type = .f80, .kind = .{ .reg = .st7 } }, |
| 33568 | 36401 | .unused, |
| 33569 | 36402 | .unused, |
| 36403 | .unused, |
| 36404 | .unused, |
| 33570 | 36405 | }, |
| 33571 | 36406 | .dst_temps = .{ .mem, .unused }, |
| 33572 | 36407 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33627,6 +36462,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33627 | 36462 | .{ .type = .f80, .kind = .{ .reg = .st7 } }, |
| 33628 | 36463 | .unused, |
| 33629 | 36464 | .unused, |
| 36465 | .unused, |
| 36466 | .unused, |
| 33630 | 36467 | }, |
| 33631 | 36468 | .dst_temps = .{ .mem, .unused }, |
| 33632 | 36469 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33687,6 +36524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33687 | 36524 | .{ .type = .u8, .kind = .{ .reg = .ah } }, |
| 33688 | 36525 | .unused, |
| 33689 | 36526 | .unused, |
| 36527 | .unused, |
| 36528 | .unused, |
| 33690 | 36529 | }, |
| 33691 | 36530 | .dst_temps = .{ .mem, .unused }, |
| 33692 | 36531 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -33740,6 +36579,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33740 | 36579 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33741 | 36580 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33742 | 36581 | .unused, |
| 36582 | .unused, |
| 36583 | .unused, |
| 33743 | 36584 | }, |
| 33744 | 36585 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33745 | 36586 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33782,6 +36623,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33782 | 36623 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33783 | 36624 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33784 | 36625 | .unused, |
| 36626 | .unused, |
| 36627 | .unused, |
| 33785 | 36628 | }, |
| 33786 | 36629 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33787 | 36630 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33824,6 +36667,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33824 | 36667 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33825 | 36668 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33826 | 36669 | .unused, |
| 36670 | .unused, |
| 36671 | .unused, |
| 33827 | 36672 | }, |
| 33828 | 36673 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33829 | 36674 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33866,6 +36711,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33866 | 36711 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33867 | 36712 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33868 | 36713 | .unused, |
| 36714 | .unused, |
| 36715 | .unused, |
| 33869 | 36716 | }, |
| 33870 | 36717 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33871 | 36718 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33908,6 +36755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33908 | 36755 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33909 | 36756 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33910 | 36757 | .unused, |
| 36758 | .unused, |
| 36759 | .unused, |
| 33911 | 36760 | }, |
| 33912 | 36761 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33913 | 36762 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33950,6 +36799,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33950 | 36799 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33951 | 36800 | .{ .type = .u32, .kind = .{ .reg = .edx } }, |
| 33952 | 36801 | .unused, |
| 36802 | .unused, |
| 36803 | .unused, |
| 33953 | 36804 | }, |
| 33954 | 36805 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 33955 | 36806 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -33991,6 +36842,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 33991 | 36842 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 33992 | 36843 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 33993 | 36844 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 36845 | .unused, |
| 36846 | .unused, |
| 33994 | 36847 | }, |
| 33995 | 36848 | .dst_temps = .{ .mem, .unused }, |
| 33996 | 36849 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34042,6 +36895,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34042 | 36895 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 34043 | 36896 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 34044 | 36897 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 36898 | .unused, |
| 36899 | .unused, |
| 34045 | 36900 | }, |
| 34046 | 36901 | .dst_temps = .{ .mem, .unused }, |
| 34047 | 36902 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34093,6 +36948,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34093 | 36948 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 34094 | 36949 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 34095 | 36950 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 36951 | .unused, |
| 36952 | .unused, |
| 34096 | 36953 | }, |
| 34097 | 36954 | .dst_temps = .{ .mem, .unused }, |
| 34098 | 36955 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34144,6 +37001,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34144 | 37001 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 34145 | 37002 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 34146 | 37003 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 37004 | .unused, |
| 37005 | .unused, |
| 34147 | 37006 | }, |
| 34148 | 37007 | .dst_temps = .{ .mem, .unused }, |
| 34149 | 37008 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34195,6 +37054,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34195 | 37054 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 34196 | 37055 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 34197 | 37056 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 37057 | .unused, |
| 37058 | .unused, |
| 34198 | 37059 | }, |
| 34199 | 37060 | .dst_temps = .{ .mem, .unused }, |
| 34200 | 37061 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34246,6 +37107,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34246 | 37107 | .{ .type = .i32, .kind = .{ .reg = .eax } }, |
| 34247 | 37108 | .{ .type = .u8, .kind = .{ .reg = .cl } }, |
| 34248 | 37109 | .{ .type = .u64, .kind = .{ .reg = .rdx } }, |
| 37110 | .unused, |
| 37111 | .unused, |
| 34249 | 37112 | }, |
| 34250 | 37113 | .dst_temps = .{ .mem, .unused }, |
| 34251 | 37114 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34324,6 +37187,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34324 | 37187 | .unused, |
| 34325 | 37188 | .unused, |
| 34326 | 37189 | .unused, |
| 37190 | .unused, |
| 37191 | .unused, |
| 34327 | 37192 | }, |
| 34328 | 37193 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 34329 | 37194 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34372,6 +37237,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34372 | 37237 | .unused, |
| 34373 | 37238 | .unused, |
| 34374 | 37239 | .unused, |
| 37240 | .unused, |
| 37241 | .unused, |
| 34375 | 37242 | }, |
| 34376 | 37243 | .dst_temps = .{ .mem, .unused }, |
| 34377 | 37244 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -34400,6 +37267,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34400 | 37267 | .unused, |
| 34401 | 37268 | .unused, |
| 34402 | 37269 | .unused, |
| 37270 | .unused, |
| 37271 | .unused, |
| 34403 | 37272 | }, |
| 34404 | 37273 | .dst_temps = .{ .mem, .unused }, |
| 34405 | 37274 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34429,6 +37298,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34429 | 37298 | .unused, |
| 34430 | 37299 | .unused, |
| 34431 | 37300 | .unused, |
| 37301 | .unused, |
| 37302 | .unused, |
| 34432 | 37303 | }, |
| 34433 | 37304 | .dst_temps = .{ .mem, .unused }, |
| 34434 | 37305 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34458,6 +37329,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34458 | 37329 | .unused, |
| 34459 | 37330 | .unused, |
| 34460 | 37331 | .unused, |
| 37332 | .unused, |
| 37333 | .unused, |
| 34461 | 37334 | }, |
| 34462 | 37335 | .dst_temps = .{ .mem, .unused }, |
| 34463 | 37336 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34488,6 +37361,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34488 | 37361 | .unused, |
| 34489 | 37362 | .unused, |
| 34490 | 37363 | .unused, |
| 37364 | .unused, |
| 37365 | .unused, |
| 34491 | 37366 | }, |
| 34492 | 37367 | .dst_temps = .{ .mem, .unused }, |
| 34493 | 37368 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34562,6 +37437,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34562 | 37437 | .unused, |
| 34563 | 37438 | .unused, |
| 34564 | 37439 | .unused, |
| 37440 | .unused, |
| 37441 | .unused, |
| 34565 | 37442 | }, |
| 34566 | 37443 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 34567 | 37444 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34617,6 +37494,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34617 | 37494 | .unused, |
| 34618 | 37495 | .unused, |
| 34619 | 37496 | .unused, |
| 37497 | .unused, |
| 37498 | .unused, |
| 34620 | 37499 | }, |
| 34621 | 37500 | .dst_temps = .{ .mem, .unused }, |
| 34622 | 37501 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -34643,6 +37522,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34643 | 37522 | .unused, |
| 34644 | 37523 | .unused, |
| 34645 | 37524 | .unused, |
| 37525 | .unused, |
| 37526 | .unused, |
| 34646 | 37527 | }, |
| 34647 | 37528 | .dst_temps = .{ .mem, .unused }, |
| 34648 | 37529 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -34670,6 +37551,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34670 | 37551 | .unused, |
| 34671 | 37552 | .unused, |
| 34672 | 37553 | .unused, |
| 37554 | .unused, |
| 37555 | .unused, |
| 34673 | 37556 | }, |
| 34674 | 37557 | .dst_temps = .{ .mem, .unused }, |
| 34675 | 37558 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34698,6 +37581,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34698 | 37581 | .unused, |
| 34699 | 37582 | .unused, |
| 34700 | 37583 | .unused, |
| 37584 | .unused, |
| 37585 | .unused, |
| 34701 | 37586 | }, |
| 34702 | 37587 | .dst_temps = .{ .mem, .unused }, |
| 34703 | 37588 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34768,6 +37653,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34768 | 37653 | .unused, |
| 34769 | 37654 | .unused, |
| 34770 | 37655 | .unused, |
| 37656 | .unused, |
| 37657 | .unused, |
| 34771 | 37658 | }, |
| 34772 | 37659 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 34773 | 37660 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34823,6 +37710,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34823 | 37710 | .unused, |
| 34824 | 37711 | .unused, |
| 34825 | 37712 | .unused, |
| 37713 | .unused, |
| 37714 | .unused, |
| 34826 | 37715 | }, |
| 34827 | 37716 | .dst_temps = .{ .mem, .unused }, |
| 34828 | 37717 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -34849,6 +37738,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34849 | 37738 | .unused, |
| 34850 | 37739 | .unused, |
| 34851 | 37740 | .unused, |
| 37741 | .unused, |
| 37742 | .unused, |
| 34852 | 37743 | }, |
| 34853 | 37744 | .dst_temps = .{ .mem, .unused }, |
| 34854 | 37745 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -34876,6 +37767,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34876 | 37767 | .unused, |
| 34877 | 37768 | .unused, |
| 34878 | 37769 | .unused, |
| 37770 | .unused, |
| 37771 | .unused, |
| 34879 | 37772 | }, |
| 34880 | 37773 | .dst_temps = .{ .mem, .unused }, |
| 34881 | 37774 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34904,6 +37797,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34904 | 37797 | .unused, |
| 34905 | 37798 | .unused, |
| 34906 | 37799 | .unused, |
| 37800 | .unused, |
| 37801 | .unused, |
| 34907 | 37802 | }, |
| 34908 | 37803 | .dst_temps = .{ .mem, .unused }, |
| 34909 | 37804 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34932,6 +37827,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34932 | 37827 | .unused, |
| 34933 | 37828 | .unused, |
| 34934 | 37829 | .unused, |
| 37830 | .unused, |
| 37831 | .unused, |
| 34935 | 37832 | }, |
| 34936 | 37833 | .dst_temps = .{ .mem, .unused }, |
| 34937 | 37834 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -34961,6 +37858,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34961 | 37858 | .unused, |
| 34962 | 37859 | .unused, |
| 34963 | 37860 | .unused, |
| 37861 | .unused, |
| 37862 | .unused, |
| 34964 | 37863 | }, |
| 34965 | 37864 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .x87 } }, .unused }, |
| 34966 | 37865 | .each = .{ .once = &.{ |
| ... | ... | @@ -34984,6 +37883,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 34984 | 37883 | .unused, |
| 34985 | 37884 | .unused, |
| 34986 | 37885 | .unused, |
| 37886 | .unused, |
| 37887 | .unused, |
| 34987 | 37888 | }, |
| 34988 | 37889 | .dst_temps = .{ .mem, .unused }, |
| 34989 | 37890 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -35012,6 +37913,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35012 | 37913 | .unused, |
| 35013 | 37914 | .unused, |
| 35014 | 37915 | .unused, |
| 37916 | .unused, |
| 37917 | .unused, |
| 35015 | 37918 | }, |
| 35016 | 37919 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 35017 | 37920 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35035,6 +37938,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35035 | 37938 | .unused, |
| 35036 | 37939 | .unused, |
| 35037 | 37940 | .unused, |
| 37941 | .unused, |
| 37942 | .unused, |
| 35038 | 37943 | }, |
| 35039 | 37944 | .dst_temps = .{ .mem, .unused }, |
| 35040 | 37945 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35063,6 +37968,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35063 | 37968 | .unused, |
| 35064 | 37969 | .unused, |
| 35065 | 37970 | .unused, |
| 37971 | .unused, |
| 37972 | .unused, |
| 35066 | 37973 | }, |
| 35067 | 37974 | .dst_temps = .{ .mem, .unused }, |
| 35068 | 37975 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35091,6 +37998,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35091 | 37998 | .unused, |
| 35092 | 37999 | .unused, |
| 35093 | 38000 | .unused, |
| 38001 | .unused, |
| 38002 | .unused, |
| 35094 | 38003 | }, |
| 35095 | 38004 | .dst_temps = .{ .mem, .unused }, |
| 35096 | 38005 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35135,6 +38044,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35135 | 38044 | .unused, |
| 35136 | 38045 | .unused, |
| 35137 | 38046 | .unused, |
| 38047 | .unused, |
| 38048 | .unused, |
| 35138 | 38049 | }, |
| 35139 | 38050 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 35140 | 38051 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35158,6 +38069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35158 | 38069 | .unused, |
| 35159 | 38070 | .unused, |
| 35160 | 38071 | .unused, |
| 38072 | .unused, |
| 38073 | .unused, |
| 35161 | 38074 | }, |
| 35162 | 38075 | .dst_temps = .{ .mem, .unused }, |
| 35163 | 38076 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35187,6 +38100,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35187 | 38100 | .unused, |
| 35188 | 38101 | .unused, |
| 35189 | 38102 | .unused, |
| 38103 | .unused, |
| 38104 | .unused, |
| 35190 | 38105 | }, |
| 35191 | 38106 | .dst_temps = .{ .mem, .unused }, |
| 35192 | 38107 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35216,6 +38131,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35216 | 38131 | .unused, |
| 35217 | 38132 | .unused, |
| 35218 | 38133 | .unused, |
| 38134 | .unused, |
| 38135 | .unused, |
| 35219 | 38136 | }, |
| 35220 | 38137 | .dst_temps = .{ .mem, .unused }, |
| 35221 | 38138 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35246,6 +38163,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35246 | 38163 | .unused, |
| 35247 | 38164 | .unused, |
| 35248 | 38165 | .unused, |
| 38166 | .unused, |
| 38167 | .unused, |
| 35249 | 38168 | }, |
| 35250 | 38169 | .dst_temps = .{ .mem, .unused }, |
| 35251 | 38170 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35278,6 +38197,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35278 | 38197 | .unused, |
| 35279 | 38198 | .unused, |
| 35280 | 38199 | .unused, |
| 38200 | .unused, |
| 38201 | .unused, |
| 35281 | 38202 | }, |
| 35282 | 38203 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 35283 | 38204 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35301,6 +38222,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35301 | 38222 | .unused, |
| 35302 | 38223 | .unused, |
| 35303 | 38224 | .unused, |
| 38225 | .unused, |
| 38226 | .unused, |
| 35304 | 38227 | }, |
| 35305 | 38228 | .dst_temps = .{ .mem, .unused }, |
| 35306 | 38229 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35329,6 +38252,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35329 | 38252 | .unused, |
| 35330 | 38253 | .unused, |
| 35331 | 38254 | .unused, |
| 38255 | .unused, |
| 38256 | .unused, |
| 35332 | 38257 | }, |
| 35333 | 38258 | .dst_temps = .{ .mem, .unused }, |
| 35334 | 38259 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35357,6 +38282,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35357 | 38282 | .unused, |
| 35358 | 38283 | .unused, |
| 35359 | 38284 | .unused, |
| 38285 | .unused, |
| 38286 | .unused, |
| 35360 | 38287 | }, |
| 35361 | 38288 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 35362 | 38289 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35380,6 +38307,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35380 | 38307 | .unused, |
| 35381 | 38308 | .unused, |
| 35382 | 38309 | .unused, |
| 38310 | .unused, |
| 38311 | .unused, |
| 35383 | 38312 | }, |
| 35384 | 38313 | .dst_temps = .{ .mem, .unused }, |
| 35385 | 38314 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35408,6 +38337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35408 | 38337 | .unused, |
| 35409 | 38338 | .unused, |
| 35410 | 38339 | .unused, |
| 38340 | .unused, |
| 38341 | .unused, |
| 35411 | 38342 | }, |
| 35412 | 38343 | .dst_temps = .{ .mem, .unused }, |
| 35413 | 38344 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35436,6 +38367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35436 | 38367 | .unused, |
| 35437 | 38368 | .unused, |
| 35438 | 38369 | .unused, |
| 38370 | .unused, |
| 38371 | .unused, |
| 35439 | 38372 | }, |
| 35440 | 38373 | .dst_temps = .{ .mem, .unused }, |
| 35441 | 38374 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35465,6 +38398,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35465 | 38398 | .unused, |
| 35466 | 38399 | .unused, |
| 35467 | 38400 | .unused, |
| 38401 | .unused, |
| 38402 | .unused, |
| 35468 | 38403 | }, |
| 35469 | 38404 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 35470 | 38405 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35490,6 +38425,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35490 | 38425 | .unused, |
| 35491 | 38426 | .unused, |
| 35492 | 38427 | .unused, |
| 38428 | .unused, |
| 38429 | .unused, |
| 35493 | 38430 | }, |
| 35494 | 38431 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 35495 | 38432 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35515,6 +38452,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35515 | 38452 | .unused, |
| 35516 | 38453 | .unused, |
| 35517 | 38454 | .unused, |
| 38455 | .unused, |
| 38456 | .unused, |
| 35518 | 38457 | }, |
| 35519 | 38458 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 35520 | 38459 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35540,6 +38479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35540 | 38479 | .unused, |
| 35541 | 38480 | .unused, |
| 35542 | 38481 | .unused, |
| 38482 | .unused, |
| 38483 | .unused, |
| 35543 | 38484 | }, |
| 35544 | 38485 | .dst_temps = .{ .mem, .unused }, |
| 35545 | 38486 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35570,6 +38511,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35570 | 38511 | .unused, |
| 35571 | 38512 | .unused, |
| 35572 | 38513 | .unused, |
| 38514 | .unused, |
| 38515 | .unused, |
| 35573 | 38516 | }, |
| 35574 | 38517 | .dst_temps = .{ .mem, .unused }, |
| 35575 | 38518 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35600,6 +38543,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35600 | 38543 | .unused, |
| 35601 | 38544 | .unused, |
| 35602 | 38545 | .unused, |
| 38546 | .unused, |
| 38547 | .unused, |
| 35603 | 38548 | }, |
| 35604 | 38549 | .dst_temps = .{ .mem, .unused }, |
| 35605 | 38550 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35630,6 +38575,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35630 | 38575 | .unused, |
| 35631 | 38576 | .unused, |
| 35632 | 38577 | .unused, |
| 38578 | .unused, |
| 38579 | .unused, |
| 35633 | 38580 | }, |
| 35634 | 38581 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 35635 | 38582 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35653,6 +38600,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35653 | 38600 | .unused, |
| 35654 | 38601 | .unused, |
| 35655 | 38602 | .unused, |
| 38603 | .unused, |
| 38604 | .unused, |
| 35656 | 38605 | }, |
| 35657 | 38606 | .dst_temps = .{ .mem, .unused }, |
| 35658 | 38607 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35681,6 +38630,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35681 | 38630 | .unused, |
| 35682 | 38631 | .unused, |
| 35683 | 38632 | .unused, |
| 38633 | .unused, |
| 38634 | .unused, |
| 35684 | 38635 | }, |
| 35685 | 38636 | .dst_temps = .{ .mem, .unused }, |
| 35686 | 38637 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35709,6 +38660,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35709 | 38660 | .unused, |
| 35710 | 38661 | .unused, |
| 35711 | 38662 | .unused, |
| 38663 | .unused, |
| 38664 | .unused, |
| 35712 | 38665 | }, |
| 35713 | 38666 | .dst_temps = .{ .mem, .unused }, |
| 35714 | 38667 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -35916,6 +38869,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 35916 | 38869 | .unused, |
| 35917 | 38870 | .unused, |
| 35918 | 38871 | .unused, |
| 38872 | .unused, |
| 38873 | .unused, |
| 35919 | 38874 | }, |
| 35920 | 38875 | .dst_temps = .{ .mem, .unused }, |
| 35921 | 38876 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36081,6 +39036,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36081 | 39036 | .unused, |
| 36082 | 39037 | .unused, |
| 36083 | 39038 | .unused, |
| 39039 | .unused, |
| 39040 | .unused, |
| 36084 | 39041 | }, |
| 36085 | 39042 | .dst_temps = .{ .mem, .unused }, |
| 36086 | 39043 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36107,6 +39064,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36107 | 39064 | .unused, |
| 36108 | 39065 | .unused, |
| 36109 | 39066 | .unused, |
| 39067 | .unused, |
| 39068 | .unused, |
| 36110 | 39069 | }, |
| 36111 | 39070 | .dst_temps = .{ .mem, .unused }, |
| 36112 | 39071 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36133,6 +39092,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36133 | 39092 | .unused, |
| 36134 | 39093 | .unused, |
| 36135 | 39094 | .unused, |
| 39095 | .unused, |
| 39096 | .unused, |
| 36136 | 39097 | }, |
| 36137 | 39098 | .dst_temps = .{ .mem, .unused }, |
| 36138 | 39099 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36159,6 +39120,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36159 | 39120 | .unused, |
| 36160 | 39121 | .unused, |
| 36161 | 39122 | .unused, |
| 39123 | .unused, |
| 39124 | .unused, |
| 36162 | 39125 | }, |
| 36163 | 39126 | .dst_temps = .{ .mem, .unused }, |
| 36164 | 39127 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36185,6 +39148,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36185 | 39148 | .unused, |
| 36186 | 39149 | .unused, |
| 36187 | 39150 | .unused, |
| 39151 | .unused, |
| 39152 | .unused, |
| 36188 | 39153 | }, |
| 36189 | 39154 | .dst_temps = .{ .mem, .unused }, |
| 36190 | 39155 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36211,6 +39176,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36211 | 39176 | .unused, |
| 36212 | 39177 | .unused, |
| 36213 | 39178 | .unused, |
| 39179 | .unused, |
| 39180 | .unused, |
| 36214 | 39181 | }, |
| 36215 | 39182 | .dst_temps = .{ .mem, .unused }, |
| 36216 | 39183 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36237,6 +39204,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36237 | 39204 | .unused, |
| 36238 | 39205 | .unused, |
| 36239 | 39206 | .unused, |
| 39207 | .unused, |
| 39208 | .unused, |
| 36240 | 39209 | }, |
| 36241 | 39210 | .dst_temps = .{ .mem, .unused }, |
| 36242 | 39211 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36263,6 +39232,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36263 | 39232 | .unused, |
| 36264 | 39233 | .unused, |
| 36265 | 39234 | .unused, |
| 39235 | .unused, |
| 39236 | .unused, |
| 36266 | 39237 | }, |
| 36267 | 39238 | .dst_temps = .{ .mem, .unused }, |
| 36268 | 39239 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36289,6 +39260,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36289 | 39260 | .unused, |
| 36290 | 39261 | .unused, |
| 36291 | 39262 | .unused, |
| 39263 | .unused, |
| 39264 | .unused, |
| 36292 | 39265 | }, |
| 36293 | 39266 | .dst_temps = .{ .mem, .unused }, |
| 36294 | 39267 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36315,6 +39288,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36315 | 39288 | .unused, |
| 36316 | 39289 | .unused, |
| 36317 | 39290 | .unused, |
| 39291 | .unused, |
| 39292 | .unused, |
| 36318 | 39293 | }, |
| 36319 | 39294 | .dst_temps = .{ .mem, .unused }, |
| 36320 | 39295 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36341,6 +39316,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36341 | 39316 | .unused, |
| 36342 | 39317 | .unused, |
| 36343 | 39318 | .unused, |
| 39319 | .unused, |
| 39320 | .unused, |
| 36344 | 39321 | }, |
| 36345 | 39322 | .dst_temps = .{ .mem, .unused }, |
| 36346 | 39323 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36367,6 +39344,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36367 | 39344 | .unused, |
| 36368 | 39345 | .unused, |
| 36369 | 39346 | .unused, |
| 39347 | .unused, |
| 39348 | .unused, |
| 36370 | 39349 | }, |
| 36371 | 39350 | .dst_temps = .{ .mem, .unused }, |
| 36372 | 39351 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36393,6 +39372,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36393 | 39372 | .unused, |
| 36394 | 39373 | .unused, |
| 36395 | 39374 | .unused, |
| 39375 | .unused, |
| 39376 | .unused, |
| 36396 | 39377 | }, |
| 36397 | 39378 | .dst_temps = .{ .mem, .unused }, |
| 36398 | 39379 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36422,6 +39403,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36422 | 39403 | .unused, |
| 36423 | 39404 | .unused, |
| 36424 | 39405 | .unused, |
| 39406 | .unused, |
| 39407 | .unused, |
| 36425 | 39408 | }, |
| 36426 | 39409 | .dst_temps = .{ .mem, .unused }, |
| 36427 | 39410 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36451,6 +39434,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36451 | 39434 | .unused, |
| 36452 | 39435 | .unused, |
| 36453 | 39436 | .unused, |
| 39437 | .unused, |
| 39438 | .unused, |
| 36454 | 39439 | }, |
| 36455 | 39440 | .dst_temps = .{ .mem, .unused }, |
| 36456 | 39441 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36479,6 +39464,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36479 | 39464 | .unused, |
| 36480 | 39465 | .unused, |
| 36481 | 39466 | .unused, |
| 39467 | .unused, |
| 39468 | .unused, |
| 36482 | 39469 | }, |
| 36483 | 39470 | .dst_temps = .{ .mem, .unused }, |
| 36484 | 39471 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36508,6 +39495,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36508 | 39495 | .unused, |
| 36509 | 39496 | .unused, |
| 36510 | 39497 | .unused, |
| 39498 | .unused, |
| 39499 | .unused, |
| 36511 | 39500 | }, |
| 36512 | 39501 | .dst_temps = .{ .mem, .unused }, |
| 36513 | 39502 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36535,6 +39524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36535 | 39524 | .unused, |
| 36536 | 39525 | .unused, |
| 36537 | 39526 | .unused, |
| 39527 | .unused, |
| 39528 | .unused, |
| 36538 | 39529 | }, |
| 36539 | 39530 | .dst_temps = .{ .mem, .unused }, |
| 36540 | 39531 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36564,6 +39555,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36564 | 39555 | .unused, |
| 36565 | 39556 | .unused, |
| 36566 | 39557 | .unused, |
| 39558 | .unused, |
| 39559 | .unused, |
| 36567 | 39560 | }, |
| 36568 | 39561 | .dst_temps = .{ .mem, .unused }, |
| 36569 | 39562 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36591,6 +39584,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36591 | 39584 | .unused, |
| 36592 | 39585 | .unused, |
| 36593 | 39586 | .unused, |
| 39587 | .unused, |
| 39588 | .unused, |
| 36594 | 39589 | }, |
| 36595 | 39590 | .dst_temps = .{ .mem, .unused }, |
| 36596 | 39591 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36620,6 +39615,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36620 | 39615 | .unused, |
| 36621 | 39616 | .unused, |
| 36622 | 39617 | .unused, |
| 39618 | .unused, |
| 39619 | .unused, |
| 36623 | 39620 | }, |
| 36624 | 39621 | .dst_temps = .{ .mem, .unused }, |
| 36625 | 39622 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36648,6 +39645,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36648 | 39645 | .unused, |
| 36649 | 39646 | .unused, |
| 36650 | 39647 | .unused, |
| 39648 | .unused, |
| 39649 | .unused, |
| 36651 | 39650 | }, |
| 36652 | 39651 | .dst_temps = .{ .mem, .unused }, |
| 36653 | 39652 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36677,6 +39676,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36677 | 39676 | .unused, |
| 36678 | 39677 | .unused, |
| 36679 | 39678 | .unused, |
| 39679 | .unused, |
| 39680 | .unused, |
| 36680 | 39681 | }, |
| 36681 | 39682 | .dst_temps = .{ .mem, .unused }, |
| 36682 | 39683 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -36714,6 +39715,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36714 | 39715 | .unused, |
| 36715 | 39716 | .unused, |
| 36716 | 39717 | .unused, |
| 39718 | .unused, |
| 39719 | .unused, |
| 36717 | 39720 | }, |
| 36718 | 39721 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36719 | 39722 | .each = .{ .once = &.{ |
| ... | ... | @@ -36736,6 +39739,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36736 | 39739 | .unused, |
| 36737 | 39740 | .unused, |
| 36738 | 39741 | .unused, |
| 39742 | .unused, |
| 39743 | .unused, |
| 36739 | 39744 | }, |
| 36740 | 39745 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 36741 | 39746 | .each = .{ .once = &.{ |
| ... | ... | @@ -36758,6 +39763,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36758 | 39763 | .unused, |
| 36759 | 39764 | .unused, |
| 36760 | 39765 | .unused, |
| 39766 | .unused, |
| 39767 | .unused, |
| 36761 | 39768 | }, |
| 36762 | 39769 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36763 | 39770 | .each = .{ .once = &.{ |
| ... | ... | @@ -36780,6 +39787,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36780 | 39787 | .unused, |
| 36781 | 39788 | .unused, |
| 36782 | 39789 | .unused, |
| 39790 | .unused, |
| 39791 | .unused, |
| 36783 | 39792 | }, |
| 36784 | 39793 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36785 | 39794 | .each = .{ .once = &.{ |
| ... | ... | @@ -36802,6 +39811,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36802 | 39811 | .unused, |
| 36803 | 39812 | .unused, |
| 36804 | 39813 | .unused, |
| 39814 | .unused, |
| 39815 | .unused, |
| 36805 | 39816 | }, |
| 36806 | 39817 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 36807 | 39818 | .each = .{ .once = &.{ |
| ... | ... | @@ -36824,6 +39835,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36824 | 39835 | .unused, |
| 36825 | 39836 | .unused, |
| 36826 | 39837 | .unused, |
| 39838 | .unused, |
| 39839 | .unused, |
| 36827 | 39840 | }, |
| 36828 | 39841 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36829 | 39842 | .each = .{ .once = &.{ |
| ... | ... | @@ -36847,6 +39860,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36847 | 39860 | .unused, |
| 36848 | 39861 | .unused, |
| 36849 | 39862 | .unused, |
| 39863 | .unused, |
| 39864 | .unused, |
| 36850 | 39865 | }, |
| 36851 | 39866 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .x87 } }, .unused }, |
| 36852 | 39867 | .each = .{ .once = &.{ |
| ... | ... | @@ -36870,6 +39885,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36870 | 39885 | .unused, |
| 36871 | 39886 | .unused, |
| 36872 | 39887 | .unused, |
| 39888 | .unused, |
| 39889 | .unused, |
| 36873 | 39890 | }, |
| 36874 | 39891 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36875 | 39892 | .each = .{ .once = &.{ |
| ... | ... | @@ -36892,6 +39909,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36892 | 39909 | .unused, |
| 36893 | 39910 | .unused, |
| 36894 | 39911 | .unused, |
| 39912 | .unused, |
| 39913 | .unused, |
| 36895 | 39914 | }, |
| 36896 | 39915 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 36897 | 39916 | .each = .{ .once = &.{ |
| ... | ... | @@ -36914,6 +39933,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36914 | 39933 | .unused, |
| 36915 | 39934 | .unused, |
| 36916 | 39935 | .unused, |
| 39936 | .unused, |
| 39937 | .unused, |
| 36917 | 39938 | }, |
| 36918 | 39939 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 36919 | 39940 | .each = .{ .once = &.{ |
| ... | ... | @@ -36936,6 +39957,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36936 | 39957 | .unused, |
| 36937 | 39958 | .unused, |
| 36938 | 39959 | .unused, |
| 39960 | .unused, |
| 39961 | .unused, |
| 36939 | 39962 | }, |
| 36940 | 39963 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36941 | 39964 | .each = .{ .once = &.{ |
| ... | ... | @@ -36958,6 +39981,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36958 | 39981 | .unused, |
| 36959 | 39982 | .unused, |
| 36960 | 39983 | .unused, |
| 39984 | .unused, |
| 39985 | .unused, |
| 36961 | 39986 | }, |
| 36962 | 39987 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 36963 | 39988 | .each = .{ .once = &.{ |
| ... | ... | @@ -36980,6 +40005,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 36980 | 40005 | .unused, |
| 36981 | 40006 | .unused, |
| 36982 | 40007 | .unused, |
| 40008 | .unused, |
| 40009 | .unused, |
| 36983 | 40010 | }, |
| 36984 | 40011 | .dst_temps = .{ .mem, .unused }, |
| 36985 | 40012 | .each = .{ .once = &.{ |
| ... | ... | @@ -37007,6 +40034,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37007 | 40034 | .unused, |
| 37008 | 40035 | .unused, |
| 37009 | 40036 | .unused, |
| 40037 | .unused, |
| 40038 | .unused, |
| 37010 | 40039 | }, |
| 37011 | 40040 | .dst_temps = .{ .mem, .unused }, |
| 37012 | 40041 | .each = .{ .once = &.{ |
| ... | ... | @@ -37035,6 +40064,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37035 | 40064 | .unused, |
| 37036 | 40065 | .unused, |
| 37037 | 40066 | .unused, |
| 40067 | .unused, |
| 40068 | .unused, |
| 37038 | 40069 | }, |
| 37039 | 40070 | .dst_temps = .{ .mem, .unused }, |
| 37040 | 40071 | .each = .{ .once = &.{ |
| ... | ... | @@ -37062,6 +40093,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37062 | 40093 | .unused, |
| 37063 | 40094 | .unused, |
| 37064 | 40095 | .unused, |
| 40096 | .unused, |
| 40097 | .unused, |
| 37065 | 40098 | }, |
| 37066 | 40099 | .dst_temps = .{ .mem, .unused }, |
| 37067 | 40100 | .each = .{ .once = &.{ |
| ... | ... | @@ -37090,6 +40123,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37090 | 40123 | .unused, |
| 37091 | 40124 | .unused, |
| 37092 | 40125 | .unused, |
| 40126 | .unused, |
| 40127 | .unused, |
| 37093 | 40128 | }, |
| 37094 | 40129 | .dst_temps = .{ .mem, .unused }, |
| 37095 | 40130 | .each = .{ .once = &.{ |
| ... | ... | @@ -37117,6 +40152,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37117 | 40152 | .unused, |
| 37118 | 40153 | .unused, |
| 37119 | 40154 | .unused, |
| 40155 | .unused, |
| 40156 | .unused, |
| 37120 | 40157 | }, |
| 37121 | 40158 | .dst_temps = .{ .mem, .unused }, |
| 37122 | 40159 | .each = .{ .once = &.{ |
| ... | ... | @@ -37144,6 +40181,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37144 | 40181 | .unused, |
| 37145 | 40182 | .unused, |
| 37146 | 40183 | .unused, |
| 40184 | .unused, |
| 40185 | .unused, |
| 37147 | 40186 | }, |
| 37148 | 40187 | .dst_temps = .{ .mem, .unused }, |
| 37149 | 40188 | .each = .{ .once = &.{ |
| ... | ... | @@ -37172,6 +40211,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37172 | 40211 | .unused, |
| 37173 | 40212 | .unused, |
| 37174 | 40213 | .unused, |
| 40214 | .unused, |
| 40215 | .unused, |
| 37175 | 40216 | }, |
| 37176 | 40217 | .dst_temps = .{ .mem, .unused }, |
| 37177 | 40218 | .each = .{ .once = &.{ |
| ... | ... | @@ -37244,6 +40285,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37244 | 40285 | .unused, |
| 37245 | 40286 | .unused, |
| 37246 | 40287 | .unused, |
| 40288 | .unused, |
| 40289 | .unused, |
| 37247 | 40290 | }, |
| 37248 | 40291 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 37249 | 40292 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37292,6 +40335,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37292 | 40335 | .unused, |
| 37293 | 40336 | .unused, |
| 37294 | 40337 | .unused, |
| 40338 | .unused, |
| 40339 | .unused, |
| 37295 | 40340 | }, |
| 37296 | 40341 | .dst_temps = .{ .mem, .unused }, |
| 37297 | 40342 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -37325,6 +40370,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37325 | 40370 | .unused, |
| 37326 | 40371 | .unused, |
| 37327 | 40372 | .unused, |
| 40373 | .unused, |
| 40374 | .unused, |
| 37328 | 40375 | }, |
| 37329 | 40376 | .dst_temps = .{ .mem, .unused }, |
| 37330 | 40377 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37359,6 +40406,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37359 | 40406 | .unused, |
| 37360 | 40407 | .unused, |
| 37361 | 40408 | .unused, |
| 40409 | .unused, |
| 40410 | .unused, |
| 37362 | 40411 | }, |
| 37363 | 40412 | .dst_temps = .{ .mem, .unused }, |
| 37364 | 40413 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37393,6 +40442,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37393 | 40442 | .unused, |
| 37394 | 40443 | .unused, |
| 37395 | 40444 | .unused, |
| 40445 | .unused, |
| 40446 | .unused, |
| 37396 | 40447 | }, |
| 37397 | 40448 | .dst_temps = .{ .mem, .unused }, |
| 37398 | 40449 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37428,6 +40479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37428 | 40479 | .unused, |
| 37429 | 40480 | .unused, |
| 37430 | 40481 | .unused, |
| 40482 | .unused, |
| 40483 | .unused, |
| 37431 | 40484 | }, |
| 37432 | 40485 | .dst_temps = .{ .mem, .unused }, |
| 37433 | 40486 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37507,6 +40560,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37507 | 40560 | .unused, |
| 37508 | 40561 | .unused, |
| 37509 | 40562 | .unused, |
| 40563 | .unused, |
| 40564 | .unused, |
| 37510 | 40565 | }, |
| 37511 | 40566 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 37512 | 40567 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37562,6 +40617,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37562 | 40617 | .unused, |
| 37563 | 40618 | .unused, |
| 37564 | 40619 | .unused, |
| 40620 | .unused, |
| 40621 | .unused, |
| 37565 | 40622 | }, |
| 37566 | 40623 | .dst_temps = .{ .mem, .unused }, |
| 37567 | 40624 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -37591,6 +40648,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37591 | 40648 | .unused, |
| 37592 | 40649 | .unused, |
| 37593 | 40650 | .unused, |
| 40651 | .unused, |
| 40652 | .unused, |
| 37594 | 40653 | }, |
| 37595 | 40654 | .dst_temps = .{ .mem, .unused }, |
| 37596 | 40655 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -37626,6 +40685,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37626 | 40685 | .unused, |
| 37627 | 40686 | .unused, |
| 37628 | 40687 | .unused, |
| 40688 | .unused, |
| 40689 | .unused, |
| 37629 | 40690 | }, |
| 37630 | 40691 | .dst_temps = .{ .mem, .unused }, |
| 37631 | 40692 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37659,6 +40720,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37659 | 40720 | .unused, |
| 37660 | 40721 | .unused, |
| 37661 | 40722 | .unused, |
| 40723 | .unused, |
| 40724 | .unused, |
| 37662 | 40725 | }, |
| 37663 | 40726 | .dst_temps = .{ .mem, .unused }, |
| 37664 | 40727 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37734,6 +40797,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37734 | 40797 | .unused, |
| 37735 | 40798 | .unused, |
| 37736 | 40799 | .unused, |
| 40800 | .unused, |
| 40801 | .unused, |
| 37737 | 40802 | }, |
| 37738 | 40803 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 37739 | 40804 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37789,6 +40854,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37789 | 40854 | .unused, |
| 37790 | 40855 | .unused, |
| 37791 | 40856 | .unused, |
| 40857 | .unused, |
| 40858 | .unused, |
| 37792 | 40859 | }, |
| 37793 | 40860 | .dst_temps = .{ .mem, .unused }, |
| 37794 | 40861 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -37818,6 +40885,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37818 | 40885 | .unused, |
| 37819 | 40886 | .unused, |
| 37820 | 40887 | .unused, |
| 40888 | .unused, |
| 40889 | .unused, |
| 37821 | 40890 | }, |
| 37822 | 40891 | .dst_temps = .{ .mem, .unused }, |
| 37823 | 40892 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -37853,6 +40922,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37853 | 40922 | .unused, |
| 37854 | 40923 | .unused, |
| 37855 | 40924 | .unused, |
| 40925 | .unused, |
| 40926 | .unused, |
| 37856 | 40927 | }, |
| 37857 | 40928 | .dst_temps = .{ .mem, .unused }, |
| 37858 | 40929 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37886,6 +40957,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37886 | 40957 | .unused, |
| 37887 | 40958 | .unused, |
| 37888 | 40959 | .unused, |
| 40960 | .unused, |
| 40961 | .unused, |
| 37889 | 40962 | }, |
| 37890 | 40963 | .dst_temps = .{ .mem, .unused }, |
| 37891 | 40964 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37919,6 +40992,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37919 | 40992 | .unused, |
| 37920 | 40993 | .unused, |
| 37921 | 40994 | .unused, |
| 40995 | .unused, |
| 40996 | .unused, |
| 37922 | 40997 | }, |
| 37923 | 40998 | .dst_temps = .{ .mem, .unused }, |
| 37924 | 40999 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37953,6 +41028,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37953 | 41028 | .unused, |
| 37954 | 41029 | .unused, |
| 37955 | 41030 | .unused, |
| 41031 | .unused, |
| 41032 | .unused, |
| 37956 | 41033 | }, |
| 37957 | 41034 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 37958 | 41035 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -37983,6 +41060,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 37983 | 41060 | .unused, |
| 37984 | 41061 | .unused, |
| 37985 | 41062 | .unused, |
| 41063 | .unused, |
| 41064 | .unused, |
| 37986 | 41065 | }, |
| 37987 | 41066 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 37988 | 41067 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38013,6 +41092,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38013 | 41092 | .unused, |
| 38014 | 41093 | .unused, |
| 38015 | 41094 | .unused, |
| 41095 | .unused, |
| 41096 | .unused, |
| 38016 | 41097 | }, |
| 38017 | 41098 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 38018 | 41099 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38043,6 +41124,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38043 | 41124 | .unused, |
| 38044 | 41125 | .unused, |
| 38045 | 41126 | .unused, |
| 41127 | .unused, |
| 41128 | .unused, |
| 38046 | 41129 | }, |
| 38047 | 41130 | .dst_temps = .{ .mem, .unused }, |
| 38048 | 41131 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38078,6 +41161,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38078 | 41161 | .unused, |
| 38079 | 41162 | .unused, |
| 38080 | 41163 | .unused, |
| 41164 | .unused, |
| 41165 | .unused, |
| 38081 | 41166 | }, |
| 38082 | 41167 | .dst_temps = .{ .mem, .unused }, |
| 38083 | 41168 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38113,6 +41198,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38113 | 41198 | .unused, |
| 38114 | 41199 | .unused, |
| 38115 | 41200 | .unused, |
| 41201 | .unused, |
| 41202 | .unused, |
| 38116 | 41203 | }, |
| 38117 | 41204 | .dst_temps = .{ .mem, .unused }, |
| 38118 | 41205 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38148,6 +41235,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38148 | 41235 | .unused, |
| 38149 | 41236 | .unused, |
| 38150 | 41237 | .unused, |
| 41238 | .unused, |
| 41239 | .unused, |
| 38151 | 41240 | }, |
| 38152 | 41241 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 38153 | 41242 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38176,6 +41265,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38176 | 41265 | .unused, |
| 38177 | 41266 | .unused, |
| 38178 | 41267 | .unused, |
| 41268 | .unused, |
| 41269 | .unused, |
| 38179 | 41270 | }, |
| 38180 | 41271 | .dst_temps = .{ .mem, .unused }, |
| 38181 | 41272 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38209,6 +41300,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38209 | 41300 | .unused, |
| 38210 | 41301 | .unused, |
| 38211 | 41302 | .unused, |
| 41303 | .unused, |
| 41304 | .unused, |
| 38212 | 41305 | }, |
| 38213 | 41306 | .dst_temps = .{ .mem, .unused }, |
| 38214 | 41307 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38242,6 +41335,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38242 | 41335 | .unused, |
| 38243 | 41336 | .unused, |
| 38244 | 41337 | .unused, |
| 41338 | .unused, |
| 41339 | .unused, |
| 38245 | 41340 | }, |
| 38246 | 41341 | .dst_temps = .{ .mem, .unused }, |
| 38247 | 41342 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -38284,6 +41379,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38284 | 41379 | .unused, |
| 38285 | 41380 | .unused, |
| 38286 | 41381 | .unused, |
| 41382 | .unused, |
| 41383 | .unused, |
| 38287 | 41384 | }, |
| 38288 | 41385 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38289 | 41386 | .each = .{ .once = &.{ |
| ... | ... | @@ -38306,6 +41403,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38306 | 41403 | .unused, |
| 38307 | 41404 | .unused, |
| 38308 | 41405 | .unused, |
| 41406 | .unused, |
| 41407 | .unused, |
| 38309 | 41408 | }, |
| 38310 | 41409 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 38311 | 41410 | .each = .{ .once = &.{ |
| ... | ... | @@ -38328,6 +41427,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38328 | 41427 | .unused, |
| 38329 | 41428 | .unused, |
| 38330 | 41429 | .unused, |
| 41430 | .unused, |
| 41431 | .unused, |
| 38331 | 41432 | }, |
| 38332 | 41433 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38333 | 41434 | .each = .{ .once = &.{ |
| ... | ... | @@ -38350,6 +41451,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38350 | 41451 | .unused, |
| 38351 | 41452 | .unused, |
| 38352 | 41453 | .unused, |
| 41454 | .unused, |
| 41455 | .unused, |
| 38353 | 41456 | }, |
| 38354 | 41457 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38355 | 41458 | .each = .{ .once = &.{ |
| ... | ... | @@ -38372,6 +41475,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38372 | 41475 | .unused, |
| 38373 | 41476 | .unused, |
| 38374 | 41477 | .unused, |
| 41478 | .unused, |
| 41479 | .unused, |
| 38375 | 41480 | }, |
| 38376 | 41481 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 38377 | 41482 | .each = .{ .once = &.{ |
| ... | ... | @@ -38394,6 +41499,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38394 | 41499 | .unused, |
| 38395 | 41500 | .unused, |
| 38396 | 41501 | .unused, |
| 41502 | .unused, |
| 41503 | .unused, |
| 38397 | 41504 | }, |
| 38398 | 41505 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38399 | 41506 | .each = .{ .once = &.{ |
| ... | ... | @@ -38417,6 +41524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38417 | 41524 | .unused, |
| 38418 | 41525 | .unused, |
| 38419 | 41526 | .unused, |
| 41527 | .unused, |
| 41528 | .unused, |
| 38420 | 41529 | }, |
| 38421 | 41530 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .x87 } }, .unused }, |
| 38422 | 41531 | .each = .{ .once = &.{ |
| ... | ... | @@ -38440,6 +41549,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38440 | 41549 | .unused, |
| 38441 | 41550 | .unused, |
| 38442 | 41551 | .unused, |
| 41552 | .unused, |
| 41553 | .unused, |
| 38443 | 41554 | }, |
| 38444 | 41555 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38445 | 41556 | .each = .{ .once = &.{ |
| ... | ... | @@ -38462,6 +41573,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38462 | 41573 | .unused, |
| 38463 | 41574 | .unused, |
| 38464 | 41575 | .unused, |
| 41576 | .unused, |
| 41577 | .unused, |
| 38465 | 41578 | }, |
| 38466 | 41579 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 38467 | 41580 | .each = .{ .once = &.{ |
| ... | ... | @@ -38484,6 +41597,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38484 | 41597 | .unused, |
| 38485 | 41598 | .unused, |
| 38486 | 41599 | .unused, |
| 41600 | .unused, |
| 41601 | .unused, |
| 38487 | 41602 | }, |
| 38488 | 41603 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 38489 | 41604 | .each = .{ .once = &.{ |
| ... | ... | @@ -38506,6 +41621,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38506 | 41621 | .unused, |
| 38507 | 41622 | .unused, |
| 38508 | 41623 | .unused, |
| 41624 | .unused, |
| 41625 | .unused, |
| 38509 | 41626 | }, |
| 38510 | 41627 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38511 | 41628 | .each = .{ .once = &.{ |
| ... | ... | @@ -38528,6 +41645,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38528 | 41645 | .unused, |
| 38529 | 41646 | .unused, |
| 38530 | 41647 | .unused, |
| 41648 | .unused, |
| 41649 | .unused, |
| 38531 | 41650 | }, |
| 38532 | 41651 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 38533 | 41652 | .each = .{ .once = &.{ |
| ... | ... | @@ -38550,6 +41669,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38550 | 41669 | .unused, |
| 38551 | 41670 | .unused, |
| 38552 | 41671 | .unused, |
| 41672 | .unused, |
| 41673 | .unused, |
| 38553 | 41674 | }, |
| 38554 | 41675 | .dst_temps = .{ .mem, .unused }, |
| 38555 | 41676 | .each = .{ .once = &.{ |
| ... | ... | @@ -38577,6 +41698,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38577 | 41698 | .unused, |
| 38578 | 41699 | .unused, |
| 38579 | 41700 | .unused, |
| 41701 | .unused, |
| 41702 | .unused, |
| 38580 | 41703 | }, |
| 38581 | 41704 | .dst_temps = .{ .mem, .unused }, |
| 38582 | 41705 | .each = .{ .once = &.{ |
| ... | ... | @@ -38605,6 +41728,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38605 | 41728 | .unused, |
| 38606 | 41729 | .unused, |
| 38607 | 41730 | .unused, |
| 41731 | .unused, |
| 41732 | .unused, |
| 38608 | 41733 | }, |
| 38609 | 41734 | .dst_temps = .{ .mem, .unused }, |
| 38610 | 41735 | .each = .{ .once = &.{ |
| ... | ... | @@ -38632,6 +41757,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38632 | 41757 | .unused, |
| 38633 | 41758 | .unused, |
| 38634 | 41759 | .unused, |
| 41760 | .unused, |
| 41761 | .unused, |
| 38635 | 41762 | }, |
| 38636 | 41763 | .dst_temps = .{ .mem, .unused }, |
| 38637 | 41764 | .each = .{ .once = &.{ |
| ... | ... | @@ -38660,6 +41787,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38660 | 41787 | .unused, |
| 38661 | 41788 | .unused, |
| 38662 | 41789 | .unused, |
| 41790 | .unused, |
| 41791 | .unused, |
| 38663 | 41792 | }, |
| 38664 | 41793 | .dst_temps = .{ .mem, .unused }, |
| 38665 | 41794 | .each = .{ .once = &.{ |
| ... | ... | @@ -38687,6 +41816,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38687 | 41816 | .unused, |
| 38688 | 41817 | .unused, |
| 38689 | 41818 | .unused, |
| 41819 | .unused, |
| 41820 | .unused, |
| 38690 | 41821 | }, |
| 38691 | 41822 | .dst_temps = .{ .mem, .unused }, |
| 38692 | 41823 | .each = .{ .once = &.{ |
| ... | ... | @@ -38714,6 +41845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38714 | 41845 | .unused, |
| 38715 | 41846 | .unused, |
| 38716 | 41847 | .unused, |
| 41848 | .unused, |
| 41849 | .unused, |
| 38717 | 41850 | }, |
| 38718 | 41851 | .dst_temps = .{ .mem, .unused }, |
| 38719 | 41852 | .each = .{ .once = &.{ |
| ... | ... | @@ -38742,6 +41875,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38742 | 41875 | .unused, |
| 38743 | 41876 | .unused, |
| 38744 | 41877 | .unused, |
| 41878 | .unused, |
| 41879 | .unused, |
| 38745 | 41880 | }, |
| 38746 | 41881 | .dst_temps = .{ .mem, .unused }, |
| 38747 | 41882 | .each = .{ .once = &.{ |
| ... | ... | @@ -38805,6 +41940,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38805 | 41940 | .unused, |
| 38806 | 41941 | .unused, |
| 38807 | 41942 | .unused, |
| 41943 | .unused, |
| 41944 | .unused, |
| 38808 | 41945 | }, |
| 38809 | 41946 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 38810 | 41947 | true => .a, |
| ... | ... | @@ -38833,6 +41970,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38833 | 41970 | .unused, |
| 38834 | 41971 | .unused, |
| 38835 | 41972 | .unused, |
| 41973 | .unused, |
| 41974 | .unused, |
| 38836 | 41975 | }, |
| 38837 | 41976 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 38838 | 41977 | true => .l, |
| ... | ... | @@ -38919,6 +42058,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38919 | 42058 | .unused, |
| 38920 | 42059 | .unused, |
| 38921 | 42060 | .unused, |
| 42061 | .unused, |
| 42062 | .unused, |
| 38922 | 42063 | }, |
| 38923 | 42064 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 38924 | 42065 | true => .a, |
| ... | ... | @@ -38947,6 +42088,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38947 | 42088 | .unused, |
| 38948 | 42089 | .unused, |
| 38949 | 42090 | .unused, |
| 42091 | .unused, |
| 42092 | .unused, |
| 38950 | 42093 | }, |
| 38951 | 42094 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 38952 | 42095 | true => .a, |
| ... | ... | @@ -38976,6 +42119,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 38976 | 42119 | .unused, |
| 38977 | 42120 | .unused, |
| 38978 | 42121 | .unused, |
| 42122 | .unused, |
| 42123 | .unused, |
| 38979 | 42124 | }, |
| 38980 | 42125 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 38981 | 42126 | true => .z, |
| ... | ... | @@ -39009,6 +42154,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39009 | 42154 | .unused, |
| 39010 | 42155 | .unused, |
| 39011 | 42156 | .unused, |
| 42157 | .unused, |
| 42158 | .unused, |
| 39012 | 42159 | }, |
| 39013 | 42160 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39014 | 42161 | true => .a, |
| ... | ... | @@ -39035,6 +42182,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39035 | 42182 | .unused, |
| 39036 | 42183 | .unused, |
| 39037 | 42184 | .unused, |
| 42185 | .unused, |
| 42186 | .unused, |
| 39038 | 42187 | }, |
| 39039 | 42188 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39040 | 42189 | true => .a, |
| ... | ... | @@ -39065,6 +42214,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39065 | 42214 | .unused, |
| 39066 | 42215 | .unused, |
| 39067 | 42216 | .unused, |
| 42217 | .unused, |
| 42218 | .unused, |
| 39068 | 42219 | }, |
| 39069 | 42220 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39070 | 42221 | true => .a, |
| ... | ... | @@ -39093,6 +42244,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39093 | 42244 | .unused, |
| 39094 | 42245 | .unused, |
| 39095 | 42246 | .unused, |
| 42247 | .unused, |
| 42248 | .unused, |
| 39096 | 42249 | }, |
| 39097 | 42250 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39098 | 42251 | true => .z, |
| ... | ... | @@ -39126,6 +42279,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39126 | 42279 | .unused, |
| 39127 | 42280 | .unused, |
| 39128 | 42281 | .unused, |
| 42282 | .unused, |
| 42283 | .unused, |
| 39129 | 42284 | }, |
| 39130 | 42285 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39131 | 42286 | true => .z, |
| ... | ... | @@ -39158,6 +42313,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39158 | 42313 | .unused, |
| 39159 | 42314 | .unused, |
| 39160 | 42315 | .unused, |
| 42316 | .unused, |
| 42317 | .unused, |
| 39161 | 42318 | }, |
| 39162 | 42319 | .dst_temps = .{ .{ .cc = switch (strict) { |
| 39163 | 42320 | true => .l, |
| ... | ... | @@ -39287,6 +42444,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39287 | 42444 | .unused, |
| 39288 | 42445 | .unused, |
| 39289 | 42446 | .unused, |
| 42447 | .unused, |
| 42448 | .unused, |
| 39290 | 42449 | }, |
| 39291 | 42450 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39292 | 42451 | false => .z_and_np, |
| ... | ... | @@ -39315,6 +42474,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39315 | 42474 | .unused, |
| 39316 | 42475 | .unused, |
| 39317 | 42476 | .unused, |
| 42477 | .unused, |
| 42478 | .unused, |
| 39318 | 42479 | }, |
| 39319 | 42480 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 39320 | 42481 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -39402,6 +42563,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39402 | 42563 | .unused, |
| 39403 | 42564 | .unused, |
| 39404 | 42565 | .unused, |
| 42566 | .unused, |
| 42567 | .unused, |
| 39405 | 42568 | }, |
| 39406 | 42569 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39407 | 42570 | false => .z_and_np, |
| ... | ... | @@ -39430,6 +42593,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39430 | 42593 | .unused, |
| 39431 | 42594 | .unused, |
| 39432 | 42595 | .unused, |
| 42596 | .unused, |
| 42597 | .unused, |
| 39433 | 42598 | }, |
| 39434 | 42599 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39435 | 42600 | false => .z_and_np, |
| ... | ... | @@ -39459,6 +42624,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39459 | 42624 | .unused, |
| 39460 | 42625 | .unused, |
| 39461 | 42626 | .unused, |
| 42627 | .unused, |
| 42628 | .unused, |
| 39462 | 42629 | }, |
| 39463 | 42630 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39464 | 42631 | false => .z, |
| ... | ... | @@ -39500,6 +42667,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39500 | 42667 | .unused, |
| 39501 | 42668 | .unused, |
| 39502 | 42669 | .unused, |
| 42670 | .unused, |
| 42671 | .unused, |
| 39503 | 42672 | }, |
| 39504 | 42673 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39505 | 42674 | false => .z_and_np, |
| ... | ... | @@ -39526,6 +42695,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39526 | 42695 | .unused, |
| 39527 | 42696 | .unused, |
| 39528 | 42697 | .unused, |
| 42698 | .unused, |
| 42699 | .unused, |
| 39529 | 42700 | }, |
| 39530 | 42701 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39531 | 42702 | false => .z_and_np, |
| ... | ... | @@ -39557,6 +42728,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39557 | 42728 | .unused, |
| 39558 | 42729 | .unused, |
| 39559 | 42730 | .unused, |
| 42731 | .unused, |
| 42732 | .unused, |
| 39560 | 42733 | }, |
| 39561 | 42734 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39562 | 42735 | false => .z_and_np, |
| ... | ... | @@ -39585,6 +42758,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39585 | 42758 | .unused, |
| 39586 | 42759 | .unused, |
| 39587 | 42760 | .unused, |
| 42761 | .unused, |
| 42762 | .unused, |
| 39588 | 42763 | }, |
| 39589 | 42764 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39590 | 42765 | false => .z, |
| ... | ... | @@ -39626,6 +42801,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39626 | 42801 | .unused, |
| 39627 | 42802 | .unused, |
| 39628 | 42803 | .unused, |
| 42804 | .unused, |
| 42805 | .unused, |
| 39629 | 42806 | }, |
| 39630 | 42807 | .dst_temps = .{ .{ .cc = switch (optimized) { |
| 39631 | 42808 | false => .z, |
| ... | ... | @@ -39664,6 +42841,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 39664 | 42841 | .unused, |
| 39665 | 42842 | .unused, |
| 39666 | 42843 | .unused, |
| 42844 | .unused, |
| 42845 | .unused, |
| 39667 | 42846 | }, |
| 39668 | 42847 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 39669 | 42848 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40048,6 +43227,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40048 | 43227 | .unused, |
| 40049 | 43228 | .unused, |
| 40050 | 43229 | .unused, |
| 43230 | .unused, |
| 43231 | .unused, |
| 40051 | 43232 | }, |
| 40052 | 43233 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 40053 | 43234 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40071,6 +43252,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40071 | 43252 | .unused, |
| 40072 | 43253 | .unused, |
| 40073 | 43254 | .unused, |
| 43255 | .unused, |
| 43256 | .unused, |
| 40074 | 43257 | }, |
| 40075 | 43258 | .dst_temps = .{ .mem, .unused }, |
| 40076 | 43259 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40099,6 +43282,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40099 | 43282 | .unused, |
| 40100 | 43283 | .unused, |
| 40101 | 43284 | .unused, |
| 43285 | .unused, |
| 43286 | .unused, |
| 40102 | 43287 | }, |
| 40103 | 43288 | .dst_temps = .{ .mem, .unused }, |
| 40104 | 43289 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40128,6 +43313,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40128 | 43313 | .unused, |
| 40129 | 43314 | .unused, |
| 40130 | 43315 | .unused, |
| 43316 | .unused, |
| 43317 | .unused, |
| 40131 | 43318 | }, |
| 40132 | 43319 | .dst_temps = .{ .mem, .unused }, |
| 40133 | 43320 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40157,6 +43344,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40157 | 43344 | .unused, |
| 40158 | 43345 | .unused, |
| 40159 | 43346 | .unused, |
| 43347 | .unused, |
| 43348 | .unused, |
| 40160 | 43349 | }, |
| 40161 | 43350 | .dst_temps = .{ .mem, .unused }, |
| 40162 | 43351 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40187,6 +43376,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40187 | 43376 | .unused, |
| 40188 | 43377 | .unused, |
| 40189 | 43378 | .unused, |
| 43379 | .unused, |
| 43380 | .unused, |
| 40190 | 43381 | }, |
| 40191 | 43382 | .dst_temps = .{ .mem, .unused }, |
| 40192 | 43383 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40218,6 +43409,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40218 | 43409 | .unused, |
| 40219 | 43410 | .unused, |
| 40220 | 43411 | .unused, |
| 43412 | .unused, |
| 43413 | .unused, |
| 40221 | 43414 | }, |
| 40222 | 43415 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 40223 | 43416 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40242,6 +43435,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40242 | 43435 | .unused, |
| 40243 | 43436 | .unused, |
| 40244 | 43437 | .unused, |
| 43438 | .unused, |
| 43439 | .unused, |
| 40245 | 43440 | }, |
| 40246 | 43441 | .dst_temps = .{ .mem, .unused }, |
| 40247 | 43442 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40271,6 +43466,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40271 | 43466 | .unused, |
| 40272 | 43467 | .unused, |
| 40273 | 43468 | .unused, |
| 43469 | .unused, |
| 43470 | .unused, |
| 40274 | 43471 | }, |
| 40275 | 43472 | .dst_temps = .{ .mem, .unused }, |
| 40276 | 43473 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40300,6 +43497,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40300 | 43497 | .unused, |
| 40301 | 43498 | .unused, |
| 40302 | 43499 | .unused, |
| 43500 | .unused, |
| 43501 | .unused, |
| 40303 | 43502 | }, |
| 40304 | 43503 | .dst_temps = .{ .mem, .unused }, |
| 40305 | 43504 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40330,6 +43529,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40330 | 43529 | .unused, |
| 40331 | 43530 | .unused, |
| 40332 | 43531 | .unused, |
| 43532 | .unused, |
| 43533 | .unused, |
| 40333 | 43534 | }, |
| 40334 | 43535 | .dst_temps = .{ .mem, .unused }, |
| 40335 | 43536 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40397,6 +43598,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40397 | 43598 | .unused, |
| 40398 | 43599 | .unused, |
| 40399 | 43600 | .unused, |
| 43601 | .unused, |
| 43602 | .unused, |
| 40400 | 43603 | }, |
| 40401 | 43604 | .dst_temps = .{ .mem, .unused }, |
| 40402 | 43605 | .each = .{ .once = &.{ |
| ... | ... | @@ -40456,6 +43659,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40456 | 43659 | .unused, |
| 40457 | 43660 | .unused, |
| 40458 | 43661 | .unused, |
| 43662 | .unused, |
| 43663 | .unused, |
| 40459 | 43664 | }, |
| 40460 | 43665 | .dst_temps = .{ .mem, .unused }, |
| 40461 | 43666 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40483,6 +43688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40483 | 43688 | .unused, |
| 40484 | 43689 | .unused, |
| 40485 | 43690 | .unused, |
| 43691 | .unused, |
| 43692 | .unused, |
| 40486 | 43693 | }, |
| 40487 | 43694 | .dst_temps = .{ .mem, .unused }, |
| 40488 | 43695 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40510,6 +43717,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40510 | 43717 | .unused, |
| 40511 | 43718 | .unused, |
| 40512 | 43719 | .unused, |
| 43720 | .unused, |
| 43721 | .unused, |
| 40513 | 43722 | }, |
| 40514 | 43723 | .dst_temps = .{ .mem, .unused }, |
| 40515 | 43724 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40538,6 +43747,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40538 | 43747 | .unused, |
| 40539 | 43748 | .unused, |
| 40540 | 43749 | .unused, |
| 43750 | .unused, |
| 43751 | .unused, |
| 40541 | 43752 | }, |
| 40542 | 43753 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 40543 | 43754 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40564,6 +43775,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40564 | 43775 | .unused, |
| 40565 | 43776 | .unused, |
| 40566 | 43777 | .unused, |
| 43778 | .unused, |
| 43779 | .unused, |
| 40567 | 43780 | }, |
| 40568 | 43781 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 40569 | 43782 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40590,6 +43803,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40590 | 43803 | .unused, |
| 40591 | 43804 | .unused, |
| 40592 | 43805 | .unused, |
| 43806 | .unused, |
| 43807 | .unused, |
| 40593 | 43808 | }, |
| 40594 | 43809 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 40595 | 43810 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40616,6 +43831,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40616 | 43831 | .unused, |
| 40617 | 43832 | .unused, |
| 40618 | 43833 | .unused, |
| 43834 | .unused, |
| 43835 | .unused, |
| 40619 | 43836 | }, |
| 40620 | 43837 | .dst_temps = .{ .mem, .unused }, |
| 40621 | 43838 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40646,6 +43863,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40646 | 43863 | .unused, |
| 40647 | 43864 | .unused, |
| 40648 | 43865 | .unused, |
| 43866 | .unused, |
| 43867 | .unused, |
| 40649 | 43868 | }, |
| 40650 | 43869 | .dst_temps = .{ .mem, .unused }, |
| 40651 | 43870 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40676,6 +43895,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40676 | 43895 | .unused, |
| 40677 | 43896 | .unused, |
| 40678 | 43897 | .unused, |
| 43898 | .unused, |
| 43899 | .unused, |
| 40679 | 43900 | }, |
| 40680 | 43901 | .dst_temps = .{ .mem, .unused }, |
| 40681 | 43902 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40707,6 +43928,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40707 | 43928 | .unused, |
| 40708 | 43929 | .unused, |
| 40709 | 43930 | .unused, |
| 43931 | .unused, |
| 43932 | .unused, |
| 40710 | 43933 | }, |
| 40711 | 43934 | .dst_temps = .{ .mem, .unused }, |
| 40712 | 43935 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40739,6 +43962,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40739 | 43962 | .unused, |
| 40740 | 43963 | .unused, |
| 40741 | 43964 | .unused, |
| 43965 | .unused, |
| 43966 | .unused, |
| 40742 | 43967 | }, |
| 40743 | 43968 | .dst_temps = .{ .mem, .unused }, |
| 40744 | 43969 | .each = .{ .once = &.{ |
| ... | ... | @@ -40762,6 +43987,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40762 | 43987 | .unused, |
| 40763 | 43988 | .unused, |
| 40764 | 43989 | .unused, |
| 43990 | .unused, |
| 43991 | .unused, |
| 40765 | 43992 | }, |
| 40766 | 43993 | .dst_temps = .{ .mem, .unused }, |
| 40767 | 43994 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40790,6 +44017,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40790 | 44017 | .unused, |
| 40791 | 44018 | .unused, |
| 40792 | 44019 | .unused, |
| 44020 | .unused, |
| 44021 | .unused, |
| 40793 | 44022 | }, |
| 40794 | 44023 | .dst_temps = .{ .mem, .unused }, |
| 40795 | 44024 | .each = .{ .once = &.{ |
| ... | ... | @@ -40813,6 +44042,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40813 | 44042 | .unused, |
| 40814 | 44043 | .unused, |
| 40815 | 44044 | .unused, |
| 44045 | .unused, |
| 44046 | .unused, |
| 40816 | 44047 | }, |
| 40817 | 44048 | .dst_temps = .{ .mem, .unused }, |
| 40818 | 44049 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -40841,6 +44072,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40841 | 44072 | .unused, |
| 40842 | 44073 | .unused, |
| 40843 | 44074 | .unused, |
| 44075 | .unused, |
| 44076 | .unused, |
| 40844 | 44077 | }, |
| 40845 | 44078 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 40846 | 44079 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40865,6 +44098,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40865 | 44098 | .unused, |
| 40866 | 44099 | .unused, |
| 40867 | 44100 | .unused, |
| 44101 | .unused, |
| 44102 | .unused, |
| 40868 | 44103 | }, |
| 40869 | 44104 | .dst_temps = .{ .mem, .unused }, |
| 40870 | 44105 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40894,6 +44129,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40894 | 44129 | .unused, |
| 40895 | 44130 | .unused, |
| 40896 | 44131 | .unused, |
| 44132 | .unused, |
| 44133 | .unused, |
| 40897 | 44134 | }, |
| 40898 | 44135 | .dst_temps = .{ .mem, .unused }, |
| 40899 | 44136 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40923,6 +44160,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40923 | 44160 | .unused, |
| 40924 | 44161 | .unused, |
| 40925 | 44162 | .unused, |
| 44163 | .unused, |
| 44164 | .unused, |
| 40926 | 44165 | }, |
| 40927 | 44166 | .dst_temps = .{ .mem, .unused }, |
| 40928 | 44167 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40953,6 +44192,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40953 | 44192 | .unused, |
| 40954 | 44193 | .unused, |
| 40955 | 44194 | .unused, |
| 44195 | .unused, |
| 44196 | .unused, |
| 40956 | 44197 | }, |
| 40957 | 44198 | .dst_temps = .{ .mem, .unused }, |
| 40958 | 44199 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -40984,6 +44225,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 40984 | 44225 | .unused, |
| 40985 | 44226 | .unused, |
| 40986 | 44227 | .unused, |
| 44228 | .unused, |
| 44229 | .unused, |
| 40987 | 44230 | }, |
| 40988 | 44231 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 40989 | 44232 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41008,6 +44251,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41008 | 44251 | .unused, |
| 41009 | 44252 | .unused, |
| 41010 | 44253 | .unused, |
| 44254 | .unused, |
| 44255 | .unused, |
| 41011 | 44256 | }, |
| 41012 | 44257 | .dst_temps = .{ .mem, .unused }, |
| 41013 | 44258 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41037,6 +44282,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41037 | 44282 | .unused, |
| 41038 | 44283 | .unused, |
| 41039 | 44284 | .unused, |
| 44285 | .unused, |
| 44286 | .unused, |
| 41040 | 44287 | }, |
| 41041 | 44288 | .dst_temps = .{ .mem, .unused }, |
| 41042 | 44289 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41066,6 +44313,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41066 | 44313 | .unused, |
| 41067 | 44314 | .unused, |
| 41068 | 44315 | .unused, |
| 44316 | .unused, |
| 44317 | .unused, |
| 41069 | 44318 | }, |
| 41070 | 44319 | .dst_temps = .{ .mem, .unused }, |
| 41071 | 44320 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41095,6 +44344,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41095 | 44344 | .unused, |
| 41096 | 44345 | .unused, |
| 41097 | 44346 | .unused, |
| 44347 | .unused, |
| 44348 | .unused, |
| 41098 | 44349 | }, |
| 41099 | 44350 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 41100 | 44351 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41119,6 +44370,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41119 | 44370 | .unused, |
| 41120 | 44371 | .unused, |
| 41121 | 44372 | .unused, |
| 44373 | .unused, |
| 44374 | .unused, |
| 41122 | 44375 | }, |
| 41123 | 44376 | .dst_temps = .{ .mem, .unused }, |
| 41124 | 44377 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41148,6 +44401,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41148 | 44401 | .unused, |
| 41149 | 44402 | .unused, |
| 41150 | 44403 | .unused, |
| 44404 | .unused, |
| 44405 | .unused, |
| 41151 | 44406 | }, |
| 41152 | 44407 | .dst_temps = .{ .mem, .unused }, |
| 41153 | 44408 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41177,6 +44432,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41177 | 44432 | .unused, |
| 41178 | 44433 | .unused, |
| 41179 | 44434 | .unused, |
| 44435 | .unused, |
| 44436 | .unused, |
| 41180 | 44437 | }, |
| 41181 | 44438 | .dst_temps = .{ .mem, .unused }, |
| 41182 | 44439 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41206,6 +44463,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41206 | 44463 | .unused, |
| 41207 | 44464 | .unused, |
| 41208 | 44465 | .unused, |
| 44466 | .unused, |
| 44467 | .unused, |
| 41209 | 44468 | }, |
| 41210 | 44469 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 41211 | 44470 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41230,6 +44489,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41230 | 44489 | .unused, |
| 41231 | 44490 | .unused, |
| 41232 | 44491 | .unused, |
| 44492 | .unused, |
| 44493 | .unused, |
| 41233 | 44494 | }, |
| 41234 | 44495 | .dst_temps = .{ .mem, .unused }, |
| 41235 | 44496 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41260,6 +44521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41260 | 44521 | .unused, |
| 41261 | 44522 | .unused, |
| 41262 | 44523 | .unused, |
| 44524 | .unused, |
| 44525 | .unused, |
| 41263 | 44526 | }, |
| 41264 | 44527 | .dst_temps = .{ .mem, .unused }, |
| 41265 | 44528 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41290,6 +44553,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41290 | 44553 | .unused, |
| 41291 | 44554 | .unused, |
| 41292 | 44555 | .unused, |
| 44556 | .unused, |
| 44557 | .unused, |
| 41293 | 44558 | }, |
| 41294 | 44559 | .dst_temps = .{ .mem, .unused }, |
| 41295 | 44560 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41370,6 +44635,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41370 | 44635 | .unused, |
| 41371 | 44636 | .unused, |
| 41372 | 44637 | .unused, |
| 44638 | .unused, |
| 44639 | .unused, |
| 41373 | 44640 | }, |
| 41374 | 44641 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 41375 | 44642 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41393,6 +44660,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41393 | 44660 | .unused, |
| 41394 | 44661 | .unused, |
| 41395 | 44662 | .unused, |
| 44663 | .unused, |
| 44664 | .unused, |
| 41396 | 44665 | }, |
| 41397 | 44666 | .dst_temps = .{ .mem, .unused }, |
| 41398 | 44667 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -41421,6 +44690,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41421 | 44690 | .unused, |
| 41422 | 44691 | .unused, |
| 41423 | 44692 | .unused, |
| 44693 | .unused, |
| 44694 | .unused, |
| 41424 | 44695 | }, |
| 41425 | 44696 | .dst_temps = .{ .mem, .unused }, |
| 41426 | 44697 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41451,6 +44722,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41451 | 44722 | .unused, |
| 41452 | 44723 | .unused, |
| 41453 | 44724 | .unused, |
| 44725 | .unused, |
| 44726 | .unused, |
| 41454 | 44727 | }, |
| 41455 | 44728 | .dst_temps = .{ .mem, .unused }, |
| 41456 | 44729 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41481,6 +44754,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41481 | 44754 | .unused, |
| 41482 | 44755 | .unused, |
| 41483 | 44756 | .unused, |
| 44757 | .unused, |
| 44758 | .unused, |
| 41484 | 44759 | }, |
| 41485 | 44760 | .dst_temps = .{ .mem, .unused }, |
| 41486 | 44761 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41550,6 +44825,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41550 | 44825 | .unused, |
| 41551 | 44826 | .unused, |
| 41552 | 44827 | .unused, |
| 44828 | .unused, |
| 44829 | .unused, |
| 41553 | 44830 | }, |
| 41554 | 44831 | .dst_temps = .{ .mem, .unused }, |
| 41555 | 44832 | .each = .{ .once = &.{ |
| ... | ... | @@ -41578,6 +44855,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41578 | 44855 | .unused, |
| 41579 | 44856 | .unused, |
| 41580 | 44857 | .unused, |
| 44858 | .unused, |
| 44859 | .unused, |
| 41581 | 44860 | }, |
| 41582 | 44861 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 41583 | 44862 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41601,6 +44880,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41601 | 44880 | .unused, |
| 41602 | 44881 | .unused, |
| 41603 | 44882 | .unused, |
| 44883 | .unused, |
| 44884 | .unused, |
| 41604 | 44885 | }, |
| 41605 | 44886 | .dst_temps = .{ .mem, .unused }, |
| 41606 | 44887 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -41633,6 +44914,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41633 | 44914 | .unused, |
| 41634 | 44915 | .unused, |
| 41635 | 44916 | .unused, |
| 44917 | .unused, |
| 44918 | .unused, |
| 41636 | 44919 | }, |
| 41637 | 44920 | .dst_temps = .{ .mem, .unused }, |
| 41638 | 44921 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41663,6 +44946,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41663 | 44946 | .unused, |
| 41664 | 44947 | .unused, |
| 41665 | 44948 | .unused, |
| 44949 | .unused, |
| 44950 | .unused, |
| 41666 | 44951 | }, |
| 41667 | 44952 | .dst_temps = .{ .mem, .unused }, |
| 41668 | 44953 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41693,6 +44978,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41693 | 44978 | .unused, |
| 41694 | 44979 | .unused, |
| 41695 | 44980 | .unused, |
| 44981 | .unused, |
| 44982 | .unused, |
| 41696 | 44983 | }, |
| 41697 | 44984 | .dst_temps = .{ .mem, .unused }, |
| 41698 | 44985 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41723,6 +45010,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41723 | 45010 | .unused, |
| 41724 | 45011 | .unused, |
| 41725 | 45012 | .unused, |
| 45013 | .unused, |
| 45014 | .unused, |
| 41726 | 45015 | }, |
| 41727 | 45016 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 41728 | 45017 | .each = .{ .once = &.{ |
| ... | ... | @@ -41749,6 +45038,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41749 | 45038 | .unused, |
| 41750 | 45039 | .unused, |
| 41751 | 45040 | .unused, |
| 45041 | .unused, |
| 45042 | .unused, |
| 41752 | 45043 | }, |
| 41753 | 45044 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 41754 | 45045 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41773,6 +45064,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41773 | 45064 | .unused, |
| 41774 | 45065 | .unused, |
| 41775 | 45066 | .unused, |
| 45067 | .unused, |
| 45068 | .unused, |
| 41776 | 45069 | }, |
| 41777 | 45070 | .dst_temps = .{ .mem, .unused }, |
| 41778 | 45071 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41804,6 +45097,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41804 | 45097 | .unused, |
| 41805 | 45098 | .unused, |
| 41806 | 45099 | .unused, |
| 45100 | .unused, |
| 45101 | .unused, |
| 41807 | 45102 | }, |
| 41808 | 45103 | .dst_temps = .{ .mem, .unused }, |
| 41809 | 45104 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41835,6 +45130,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41835 | 45130 | .unused, |
| 41836 | 45131 | .unused, |
| 41837 | 45132 | .unused, |
| 45133 | .unused, |
| 45134 | .unused, |
| 41838 | 45135 | }, |
| 41839 | 45136 | .dst_temps = .{ .mem, .unused }, |
| 41840 | 45137 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41867,6 +45164,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41867 | 45164 | .unused, |
| 41868 | 45165 | .unused, |
| 41869 | 45166 | .unused, |
| 45167 | .unused, |
| 45168 | .unused, |
| 41870 | 45169 | }, |
| 41871 | 45170 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 41872 | 45171 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41891,6 +45190,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41891 | 45190 | .unused, |
| 41892 | 45191 | .unused, |
| 41893 | 45192 | .unused, |
| 45193 | .unused, |
| 45194 | .unused, |
| 41894 | 45195 | }, |
| 41895 | 45196 | .dst_temps = .{ .mem, .unused }, |
| 41896 | 45197 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41921,6 +45222,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41921 | 45222 | .unused, |
| 41922 | 45223 | .unused, |
| 41923 | 45224 | .unused, |
| 45225 | .unused, |
| 45226 | .unused, |
| 41924 | 45227 | }, |
| 41925 | 45228 | .dst_temps = .{ .mem, .unused }, |
| 41926 | 45229 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -41951,6 +45254,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 41951 | 45254 | .unused, |
| 41952 | 45255 | .unused, |
| 41953 | 45256 | .unused, |
| 45257 | .unused, |
| 45258 | .unused, |
| 41954 | 45259 | }, |
| 41955 | 45260 | .dst_temps = .{ .mem, .unused }, |
| 41956 | 45261 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42017,6 +45322,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42017 | 45322 | .unused, |
| 42018 | 45323 | .unused, |
| 42019 | 45324 | .unused, |
| 45325 | .unused, |
| 45326 | .unused, |
| 42020 | 45327 | }, |
| 42021 | 45328 | .dst_temps = .{ .mem, .unused }, |
| 42022 | 45329 | .each = .{ .once = &.{ |
| ... | ... | @@ -42076,6 +45383,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42076 | 45383 | .unused, |
| 42077 | 45384 | .unused, |
| 42078 | 45385 | .unused, |
| 45386 | .unused, |
| 45387 | .unused, |
| 42079 | 45388 | }, |
| 42080 | 45389 | .dst_temps = .{ .mem, .unused }, |
| 42081 | 45390 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42103,6 +45412,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42103 | 45412 | .unused, |
| 42104 | 45413 | .unused, |
| 42105 | 45414 | .unused, |
| 45415 | .unused, |
| 45416 | .unused, |
| 42106 | 45417 | }, |
| 42107 | 45418 | .dst_temps = .{ .mem, .unused }, |
| 42108 | 45419 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42130,6 +45441,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42130 | 45441 | .unused, |
| 42131 | 45442 | .unused, |
| 42132 | 45443 | .unused, |
| 45444 | .unused, |
| 45445 | .unused, |
| 42133 | 45446 | }, |
| 42134 | 45447 | .dst_temps = .{ .mem, .unused }, |
| 42135 | 45448 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42157,6 +45470,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42157 | 45470 | .unused, |
| 42158 | 45471 | .unused, |
| 42159 | 45472 | .unused, |
| 45473 | .unused, |
| 45474 | .unused, |
| 42160 | 45475 | }, |
| 42161 | 45476 | .dst_temps = .{ .mem, .unused }, |
| 42162 | 45477 | .each = .{ .once = &.{ |
| ... | ... | @@ -42180,6 +45495,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42180 | 45495 | .unused, |
| 42181 | 45496 | .unused, |
| 42182 | 45497 | .unused, |
| 45498 | .unused, |
| 45499 | .unused, |
| 42183 | 45500 | }, |
| 42184 | 45501 | .dst_temps = .{ .mem, .unused }, |
| 42185 | 45502 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42208,6 +45525,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42208 | 45525 | .unused, |
| 42209 | 45526 | .unused, |
| 42210 | 45527 | .unused, |
| 45528 | .unused, |
| 45529 | .unused, |
| 42211 | 45530 | }, |
| 42212 | 45531 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 42213 | 45532 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42232,6 +45551,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42232 | 45551 | .unused, |
| 42233 | 45552 | .unused, |
| 42234 | 45553 | .unused, |
| 45554 | .unused, |
| 45555 | .unused, |
| 42235 | 45556 | }, |
| 42236 | 45557 | .dst_temps = .{ .mem, .unused }, |
| 42237 | 45558 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42261,6 +45582,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42261 | 45582 | .unused, |
| 42262 | 45583 | .unused, |
| 42263 | 45584 | .unused, |
| 45585 | .unused, |
| 45586 | .unused, |
| 42264 | 45587 | }, |
| 42265 | 45588 | .dst_temps = .{ .mem, .unused }, |
| 42266 | 45589 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42290,6 +45613,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42290 | 45613 | .unused, |
| 42291 | 45614 | .unused, |
| 42292 | 45615 | .unused, |
| 45616 | .unused, |
| 45617 | .unused, |
| 42293 | 45618 | }, |
| 42294 | 45619 | .dst_temps = .{ .mem, .unused }, |
| 42295 | 45620 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42318,6 +45643,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42318 | 45643 | .unused, |
| 42319 | 45644 | .unused, |
| 42320 | 45645 | .unused, |
| 45646 | .unused, |
| 45647 | .unused, |
| 42321 | 45648 | }, |
| 42322 | 45649 | .dst_temps = .{ .mem, .unused }, |
| 42323 | 45650 | .each = .{ .once = &.{ |
| ... | ... | @@ -42341,6 +45668,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42341 | 45668 | .unused, |
| 42342 | 45669 | .unused, |
| 42343 | 45670 | .unused, |
| 45671 | .unused, |
| 45672 | .unused, |
| 42344 | 45673 | }, |
| 42345 | 45674 | .dst_temps = .{ .mem, .unused }, |
| 42346 | 45675 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42369,6 +45698,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42369 | 45698 | .unused, |
| 42370 | 45699 | .unused, |
| 42371 | 45700 | .unused, |
| 45701 | .unused, |
| 45702 | .unused, |
| 42372 | 45703 | }, |
| 42373 | 45704 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 42374 | 45705 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42393,6 +45724,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42393 | 45724 | .unused, |
| 42394 | 45725 | .unused, |
| 42395 | 45726 | .unused, |
| 45727 | .unused, |
| 45728 | .unused, |
| 42396 | 45729 | }, |
| 42397 | 45730 | .dst_temps = .{ .mem, .unused }, |
| 42398 | 45731 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42422,6 +45755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42422 | 45755 | .unused, |
| 42423 | 45756 | .unused, |
| 42424 | 45757 | .unused, |
| 45758 | .unused, |
| 45759 | .unused, |
| 42425 | 45760 | }, |
| 42426 | 45761 | .dst_temps = .{ .mem, .unused }, |
| 42427 | 45762 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42451,6 +45786,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42451 | 45786 | .unused, |
| 42452 | 45787 | .unused, |
| 42453 | 45788 | .unused, |
| 45789 | .unused, |
| 45790 | .unused, |
| 42454 | 45791 | }, |
| 42455 | 45792 | .dst_temps = .{ .mem, .unused }, |
| 42456 | 45793 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42481,6 +45818,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42481 | 45818 | .unused, |
| 42482 | 45819 | .unused, |
| 42483 | 45820 | .unused, |
| 45821 | .unused, |
| 45822 | .unused, |
| 42484 | 45823 | }, |
| 42485 | 45824 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 42486 | 45825 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42507,6 +45846,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42507 | 45846 | .unused, |
| 42508 | 45847 | .unused, |
| 42509 | 45848 | .unused, |
| 45849 | .unused, |
| 45850 | .unused, |
| 42510 | 45851 | }, |
| 42511 | 45852 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 42512 | 45853 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42533,6 +45874,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42533 | 45874 | .unused, |
| 42534 | 45875 | .unused, |
| 42535 | 45876 | .unused, |
| 45877 | .unused, |
| 45878 | .unused, |
| 42536 | 45879 | }, |
| 42537 | 45880 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 42538 | 45881 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42559,6 +45902,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42559 | 45902 | .unused, |
| 42560 | 45903 | .unused, |
| 42561 | 45904 | .unused, |
| 45905 | .unused, |
| 45906 | .unused, |
| 42562 | 45907 | }, |
| 42563 | 45908 | .dst_temps = .{ .mem, .unused }, |
| 42564 | 45909 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42589,6 +45934,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42589 | 45934 | .unused, |
| 42590 | 45935 | .unused, |
| 42591 | 45936 | .unused, |
| 45937 | .unused, |
| 45938 | .unused, |
| 42592 | 45939 | }, |
| 42593 | 45940 | .dst_temps = .{ .mem, .unused }, |
| 42594 | 45941 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42619,6 +45966,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42619 | 45966 | .unused, |
| 42620 | 45967 | .unused, |
| 42621 | 45968 | .unused, |
| 45969 | .unused, |
| 45970 | .unused, |
| 42622 | 45971 | }, |
| 42623 | 45972 | .dst_temps = .{ .mem, .unused }, |
| 42624 | 45973 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -42718,6 +46067,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42718 | 46067 | .unused, |
| 42719 | 46068 | .unused, |
| 42720 | 46069 | .unused, |
| 46070 | .unused, |
| 46071 | .unused, |
| 42721 | 46072 | }, |
| 42722 | 46073 | .dst_temps = .{ .mem, .unused }, |
| 42723 | 46074 | .each = .{ .once = &.{ |
| ... | ... | @@ -42746,6 +46097,14 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42746 | 46097 | }, |
| 42747 | 46098 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 42748 | 46099 | .each = .{ .once = &.{} }, |
| 46100 | }, .{ |
| 46101 | .src_constraints = .{ .{ .multiple_scalar_int = .{ .of = .byte, .is = .byte } }, .any, .any }, |
| 46102 | .dst_constraints = .{ .{ .multiple_scalar_int = .{ .of = .byte, .is = .byte } }, .any }, |
| 46103 | .patterns = &.{ |
| 46104 | .{ .src = .{ .to_mut_mem, .none, .none } }, |
| 46105 | }, |
| 46106 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46107 | .each = .{ .once = &.{} }, |
| 42749 | 46108 | }, .{ |
| 42750 | 46109 | .required_features = .{ .avx, null, null, null }, |
| 42751 | 46110 | .src_constraints = .{ .{ .scalar_int = .{ .of = .xword, .is = .word } }, .any, .any }, |
| ... | ... | @@ -42829,6 +46188,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42829 | 46188 | .unused, |
| 42830 | 46189 | .unused, |
| 42831 | 46190 | .unused, |
| 46191 | .unused, |
| 46192 | .unused, |
| 42832 | 46193 | }, |
| 42833 | 46194 | .dst_temps = .{ .mem, .unused }, |
| 42834 | 46195 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42855,6 +46216,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42855 | 46216 | .unused, |
| 42856 | 46217 | .unused, |
| 42857 | 46218 | .unused, |
| 46219 | .unused, |
| 46220 | .unused, |
| 42858 | 46221 | }, |
| 42859 | 46222 | .dst_temps = .{ .mem, .unused }, |
| 42860 | 46223 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42954,6 +46317,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42954 | 46317 | .unused, |
| 42955 | 46318 | .unused, |
| 42956 | 46319 | .unused, |
| 46320 | .unused, |
| 46321 | .unused, |
| 42957 | 46322 | }, |
| 42958 | 46323 | .dst_temps = .{ .mem, .unused }, |
| 42959 | 46324 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -42980,6 +46345,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 42980 | 46345 | .unused, |
| 42981 | 46346 | .unused, |
| 42982 | 46347 | .unused, |
| 46348 | .unused, |
| 46349 | .unused, |
| 42983 | 46350 | }, |
| 42984 | 46351 | .dst_temps = .{ .mem, .unused }, |
| 42985 | 46352 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43007,6 +46374,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43007 | 46374 | .unused, |
| 43008 | 46375 | .unused, |
| 43009 | 46376 | .unused, |
| 46377 | .unused, |
| 46378 | .unused, |
| 43010 | 46379 | }, |
| 43011 | 46380 | .dst_temps = .{ .mem, .unused }, |
| 43012 | 46381 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43033,6 +46402,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43033 | 46402 | .unused, |
| 43034 | 46403 | .unused, |
| 43035 | 46404 | .unused, |
| 46405 | .unused, |
| 46406 | .unused, |
| 43036 | 46407 | }, |
| 43037 | 46408 | .dst_temps = .{ .mem, .unused }, |
| 43038 | 46409 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43060,6 +46431,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43060 | 46431 | .unused, |
| 43061 | 46432 | .unused, |
| 43062 | 46433 | .unused, |
| 46434 | .unused, |
| 46435 | .unused, |
| 43063 | 46436 | }, |
| 43064 | 46437 | .dst_temps = .{ .mem, .unused }, |
| 43065 | 46438 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43088,6 +46461,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43088 | 46461 | .unused, |
| 43089 | 46462 | .unused, |
| 43090 | 46463 | .unused, |
| 46464 | .unused, |
| 46465 | .unused, |
| 43091 | 46466 | }, |
| 43092 | 46467 | .dst_temps = .{ .mem, .unused }, |
| 43093 | 46468 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43120,6 +46495,14 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43120 | 46495 | }, |
| 43121 | 46496 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 43122 | 46497 | .each = .{ .once = &.{} }, |
| 46498 | }, .{ |
| 46499 | .src_constraints = .{ .{ .multiple_scalar_int = .{ .of = .word, .is = .word } }, .any, .any }, |
| 46500 | .dst_constraints = .{ .{ .multiple_scalar_int = .{ .of = .word, .is = .word } }, .any }, |
| 46501 | .patterns = &.{ |
| 46502 | .{ .src = .{ .to_mut_mem, .none, .none } }, |
| 46503 | }, |
| 46504 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46505 | .each = .{ .once = &.{} }, |
| 43123 | 46506 | }, .{ |
| 43124 | 46507 | .required_features = .{ .avx, null, null, null }, |
| 43125 | 46508 | .src_constraints = .{ .{ .scalar_int = .{ .of = .xword, .is = .dword } }, .any, .any }, |
| ... | ... | @@ -43202,6 +46585,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43202 | 46585 | .unused, |
| 43203 | 46586 | .unused, |
| 43204 | 46587 | .unused, |
| 46588 | .unused, |
| 46589 | .unused, |
| 43205 | 46590 | }, |
| 43206 | 46591 | .dst_temps = .{ .mem, .unused }, |
| 43207 | 46592 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43228,6 +46613,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43228 | 46613 | .unused, |
| 43229 | 46614 | .unused, |
| 43230 | 46615 | .unused, |
| 46616 | .unused, |
| 46617 | .unused, |
| 43231 | 46618 | }, |
| 43232 | 46619 | .dst_temps = .{ .mem, .unused }, |
| 43233 | 46620 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43254,6 +46641,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43254 | 46641 | .unused, |
| 43255 | 46642 | .unused, |
| 43256 | 46643 | .unused, |
| 46644 | .unused, |
| 46645 | .unused, |
| 43257 | 46646 | }, |
| 43258 | 46647 | .dst_temps = .{ .mem, .unused }, |
| 43259 | 46648 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43280,6 +46669,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43280 | 46669 | .unused, |
| 43281 | 46670 | .unused, |
| 43282 | 46671 | .unused, |
| 46672 | .unused, |
| 46673 | .unused, |
| 43283 | 46674 | }, |
| 43284 | 46675 | .dst_temps = .{ .mem, .unused }, |
| 43285 | 46676 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43312,6 +46703,14 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43312 | 46703 | }, |
| 43313 | 46704 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 43314 | 46705 | .each = .{ .once = &.{} }, |
| 46706 | }, .{ |
| 46707 | .src_constraints = .{ .{ .multiple_scalar_int = .{ .of = .dword, .is = .dword } }, .any, .any }, |
| 46708 | .dst_constraints = .{ .{ .multiple_scalar_int = .{ .of = .dword, .is = .dword } }, .any }, |
| 46709 | .patterns = &.{ |
| 46710 | .{ .src = .{ .to_mut_mem, .none, .none } }, |
| 46711 | }, |
| 46712 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46713 | .each = .{ .once = &.{} }, |
| 43315 | 46714 | }, .{ |
| 43316 | 46715 | .required_features = .{ .avx, null, null, null }, |
| 43317 | 46716 | .src_constraints = .{ .{ .scalar_int = .{ .of = .xword, .is = .qword } }, .any, .any }, |
| ... | ... | @@ -43352,6 +46751,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43352 | 46751 | .unused, |
| 43353 | 46752 | .unused, |
| 43354 | 46753 | .unused, |
| 46754 | .unused, |
| 46755 | .unused, |
| 43355 | 46756 | }, |
| 43356 | 46757 | .dst_temps = .{ .mem, .unused }, |
| 43357 | 46758 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43378,6 +46779,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43378 | 46779 | .unused, |
| 43379 | 46780 | .unused, |
| 43380 | 46781 | .unused, |
| 46782 | .unused, |
| 46783 | .unused, |
| 43381 | 46784 | }, |
| 43382 | 46785 | .dst_temps = .{ .mem, .unused }, |
| 43383 | 46786 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43404,6 +46807,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43404 | 46807 | .unused, |
| 43405 | 46808 | .unused, |
| 43406 | 46809 | .unused, |
| 46810 | .unused, |
| 46811 | .unused, |
| 43407 | 46812 | }, |
| 43408 | 46813 | .dst_temps = .{ .mem, .unused }, |
| 43409 | 46814 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43430,6 +46835,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43430 | 46835 | .unused, |
| 43431 | 46836 | .unused, |
| 43432 | 46837 | .unused, |
| 46838 | .unused, |
| 46839 | .unused, |
| 43433 | 46840 | }, |
| 43434 | 46841 | .dst_temps = .{ .mem, .unused }, |
| 43435 | 46842 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43462,6 +46869,14 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43462 | 46869 | }, |
| 43463 | 46870 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 43464 | 46871 | .each = .{ .once = &.{} }, |
| 46872 | }, .{ |
| 46873 | .src_constraints = .{ .{ .multiple_scalar_int = .{ .of = .qword, .is = .qword } }, .any, .any }, |
| 46874 | .dst_constraints = .{ .{ .multiple_scalar_int = .{ .of = .qword, .is = .qword } }, .any }, |
| 46875 | .patterns = &.{ |
| 46876 | .{ .src = .{ .to_mut_mem, .none, .none } }, |
| 46877 | }, |
| 46878 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46879 | .each = .{ .once = &.{} }, |
| 43465 | 46880 | }, .{ |
| 43466 | 46881 | .required_features = .{ .@"64bit", null, null, null }, |
| 43467 | 46882 | .src_constraints = .{ .any_scalar_int, .any, .any }, |
| ... | ... | @@ -43479,6 +46894,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43479 | 46894 | .unused, |
| 43480 | 46895 | .unused, |
| 43481 | 46896 | .unused, |
| 46897 | .unused, |
| 46898 | .unused, |
| 43482 | 46899 | }, |
| 43483 | 46900 | .dst_temps = .{ .mem, .unused }, |
| 43484 | 46901 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43511,6 +46928,14 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43511 | 46928 | }, |
| 43512 | 46929 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 43513 | 46930 | .each = .{ .once = &.{} }, |
| 46931 | }, .{ |
| 46932 | .src_constraints = .{ .{ .multiple_scalar_int = .{ .of = .xword, .is = .xword } }, .any, .any }, |
| 46933 | .dst_constraints = .{ .{ .multiple_scalar_int = .{ .of = .xword, .is = .xword } }, .any }, |
| 46934 | .patterns = &.{ |
| 46935 | .{ .src = .{ .to_mut_mem, .none, .none } }, |
| 46936 | }, |
| 46937 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46938 | .each = .{ .once = &.{} }, |
| 43514 | 46939 | }, .{ |
| 43515 | 46940 | .required_features = .{ .avx, null, null, null }, |
| 43516 | 46941 | .src_constraints = .{ .{ .scalar_int = .{ .of = .yword, .is = .yword } }, .any, .any }, |
| ... | ... | @@ -43538,6 +46963,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43538 | 46963 | .unused, |
| 43539 | 46964 | .unused, |
| 43540 | 46965 | .unused, |
| 46966 | .unused, |
| 46967 | .unused, |
| 43541 | 46968 | }, |
| 43542 | 46969 | .dst_temps = .{ .mem, .unused }, |
| 43543 | 46970 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43568,6 +46995,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43568 | 46995 | .unused, |
| 43569 | 46996 | .unused, |
| 43570 | 46997 | .unused, |
| 46998 | .unused, |
| 46999 | .unused, |
| 43571 | 47000 | }, |
| 43572 | 47001 | .dst_temps = .{ .mem, .unused }, |
| 43573 | 47002 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43645,6 +47074,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43645 | 47074 | .unused, |
| 43646 | 47075 | .unused, |
| 43647 | 47076 | .unused, |
| 47077 | .unused, |
| 47078 | .unused, |
| 43648 | 47079 | }, |
| 43649 | 47080 | .dst_temps = .{ .mem, .unused }, |
| 43650 | 47081 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43674,6 +47105,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43674 | 47105 | .unused, |
| 43675 | 47106 | .unused, |
| 43676 | 47107 | .unused, |
| 47108 | .unused, |
| 47109 | .unused, |
| 43677 | 47110 | }, |
| 43678 | 47111 | .dst_temps = .{ .mem, .unused }, |
| 43679 | 47112 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43702,6 +47135,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43702 | 47135 | .unused, |
| 43703 | 47136 | .unused, |
| 43704 | 47137 | .unused, |
| 47138 | .unused, |
| 47139 | .unused, |
| 43705 | 47140 | }, |
| 43706 | 47141 | .dst_temps = .{ .mem, .unused }, |
| 43707 | 47142 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43730,6 +47165,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43730 | 47165 | .unused, |
| 43731 | 47166 | .unused, |
| 43732 | 47167 | .unused, |
| 47168 | .unused, |
| 47169 | .unused, |
| 43733 | 47170 | }, |
| 43734 | 47171 | .dst_temps = .{ .mem, .unused }, |
| 43735 | 47172 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43805,6 +47242,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43805 | 47242 | .unused, |
| 43806 | 47243 | .unused, |
| 43807 | 47244 | .unused, |
| 47245 | .unused, |
| 47246 | .unused, |
| 43808 | 47247 | }, |
| 43809 | 47248 | .dst_temps = .{ .mem, .unused }, |
| 43810 | 47249 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43834,6 +47273,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43834 | 47273 | .unused, |
| 43835 | 47274 | .unused, |
| 43836 | 47275 | .unused, |
| 47276 | .unused, |
| 47277 | .unused, |
| 43837 | 47278 | }, |
| 43838 | 47279 | .dst_temps = .{ .mem, .unused }, |
| 43839 | 47280 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43862,6 +47303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43862 | 47303 | .unused, |
| 43863 | 47304 | .unused, |
| 43864 | 47305 | .unused, |
| 47306 | .unused, |
| 47307 | .unused, |
| 43865 | 47308 | }, |
| 43866 | 47309 | .dst_temps = .{ .mem, .unused }, |
| 43867 | 47310 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43890,6 +47333,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43890 | 47333 | .unused, |
| 43891 | 47334 | .unused, |
| 43892 | 47335 | .unused, |
| 47336 | .unused, |
| 47337 | .unused, |
| 43893 | 47338 | }, |
| 43894 | 47339 | .dst_temps = .{ .mem, .unused }, |
| 43895 | 47340 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43943,6 +47388,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43943 | 47388 | .unused, |
| 43944 | 47389 | .unused, |
| 43945 | 47390 | .unused, |
| 47391 | .unused, |
| 47392 | .unused, |
| 43946 | 47393 | }, |
| 43947 | 47394 | .dst_temps = .{ .mem, .unused }, |
| 43948 | 47395 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -43972,6 +47419,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 43972 | 47419 | .unused, |
| 43973 | 47420 | .unused, |
| 43974 | 47421 | .unused, |
| 47422 | .unused, |
| 47423 | .unused, |
| 43975 | 47424 | }, |
| 43976 | 47425 | .dst_temps = .{ .mem, .unused }, |
| 43977 | 47426 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44000,6 +47449,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44000 | 47449 | .unused, |
| 44001 | 47450 | .unused, |
| 44002 | 47451 | .unused, |
| 47452 | .unused, |
| 47453 | .unused, |
| 44003 | 47454 | }, |
| 44004 | 47455 | .dst_temps = .{ .mem, .unused }, |
| 44005 | 47456 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44028,6 +47479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44028 | 47479 | .unused, |
| 44029 | 47480 | .unused, |
| 44030 | 47481 | .unused, |
| 47482 | .unused, |
| 47483 | .unused, |
| 44031 | 47484 | }, |
| 44032 | 47485 | .dst_temps = .{ .mem, .unused }, |
| 44033 | 47486 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44057,6 +47510,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44057 | 47510 | .unused, |
| 44058 | 47511 | .unused, |
| 44059 | 47512 | .unused, |
| 47513 | .unused, |
| 47514 | .unused, |
| 44060 | 47515 | }, |
| 44061 | 47516 | .dst_temps = .{ .mem, .unused }, |
| 44062 | 47517 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44086,6 +47541,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44086 | 47541 | .unused, |
| 44087 | 47542 | .unused, |
| 44088 | 47543 | .unused, |
| 47544 | .unused, |
| 47545 | .unused, |
| 44089 | 47546 | }, |
| 44090 | 47547 | .dst_temps = .{ .mem, .unused }, |
| 44091 | 47548 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44114,6 +47571,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44114 | 47571 | .unused, |
| 44115 | 47572 | .unused, |
| 44116 | 47573 | .unused, |
| 47574 | .unused, |
| 47575 | .unused, |
| 44117 | 47576 | }, |
| 44118 | 47577 | .dst_temps = .{ .mem, .unused }, |
| 44119 | 47578 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44145,6 +47604,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44145 | 47604 | .unused, |
| 44146 | 47605 | .unused, |
| 44147 | 47606 | .unused, |
| 47607 | .unused, |
| 47608 | .unused, |
| 44148 | 47609 | }, |
| 44149 | 47610 | .dst_temps = .{ .mem, .unused }, |
| 44150 | 47611 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44222,6 +47683,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44222 | 47683 | .unused, |
| 44223 | 47684 | .unused, |
| 44224 | 47685 | .unused, |
| 47686 | .unused, |
| 47687 | .unused, |
| 44225 | 47688 | }, |
| 44226 | 47689 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 44227 | 47690 | .each = .{ .once = &.{ |
| ... | ... | @@ -44246,6 +47709,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44246 | 47709 | .unused, |
| 44247 | 47710 | .unused, |
| 44248 | 47711 | .unused, |
| 47712 | .unused, |
| 47713 | .unused, |
| 44249 | 47714 | }, |
| 44250 | 47715 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 44251 | 47716 | .each = .{ .once = &.{ |
| ... | ... | @@ -44293,6 +47758,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44293 | 47758 | .unused, |
| 44294 | 47759 | .unused, |
| 44295 | 47760 | .unused, |
| 47761 | .unused, |
| 47762 | .unused, |
| 44296 | 47763 | }, |
| 44297 | 47764 | .dst_temps = .{ .mem, .unused }, |
| 44298 | 47765 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44320,6 +47787,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44320 | 47787 | .unused, |
| 44321 | 47788 | .unused, |
| 44322 | 47789 | .unused, |
| 47790 | .unused, |
| 47791 | .unused, |
| 44323 | 47792 | }, |
| 44324 | 47793 | .dst_temps = .{ .mem, .unused }, |
| 44325 | 47794 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44347,6 +47816,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44347 | 47816 | .unused, |
| 44348 | 47817 | .unused, |
| 44349 | 47818 | .unused, |
| 47819 | .unused, |
| 47820 | .unused, |
| 44350 | 47821 | }, |
| 44351 | 47822 | .dst_temps = .{ .mem, .unused }, |
| 44352 | 47823 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44374,6 +47845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44374 | 47845 | .unused, |
| 44375 | 47846 | .unused, |
| 44376 | 47847 | .unused, |
| 47848 | .unused, |
| 47849 | .unused, |
| 44377 | 47850 | }, |
| 44378 | 47851 | .dst_temps = .{ .mem, .unused }, |
| 44379 | 47852 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44401,6 +47874,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44401 | 47874 | .unused, |
| 44402 | 47875 | .unused, |
| 44403 | 47876 | .unused, |
| 47877 | .unused, |
| 47878 | .unused, |
| 44404 | 47879 | }, |
| 44405 | 47880 | .dst_temps = .{ .mem, .unused }, |
| 44406 | 47881 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44428,6 +47903,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44428 | 47903 | .unused, |
| 44429 | 47904 | .unused, |
| 44430 | 47905 | .unused, |
| 47906 | .unused, |
| 47907 | .unused, |
| 44431 | 47908 | }, |
| 44432 | 47909 | .dst_temps = .{ .mem, .unused }, |
| 44433 | 47910 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44455,6 +47932,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44455 | 47932 | .unused, |
| 44456 | 47933 | .unused, |
| 44457 | 47934 | .unused, |
| 47935 | .unused, |
| 47936 | .unused, |
| 44458 | 47937 | }, |
| 44459 | 47938 | .dst_temps = .{ .mem, .unused }, |
| 44460 | 47939 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44481,6 +47960,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44481 | 47960 | .unused, |
| 44482 | 47961 | .unused, |
| 44483 | 47962 | .unused, |
| 47963 | .unused, |
| 47964 | .unused, |
| 44484 | 47965 | }, |
| 44485 | 47966 | .dst_temps = .{ .mem, .unused }, |
| 44486 | 47967 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44508,6 +47989,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44508 | 47989 | .unused, |
| 44509 | 47990 | .unused, |
| 44510 | 47991 | .unused, |
| 47992 | .unused, |
| 47993 | .unused, |
| 44511 | 47994 | }, |
| 44512 | 47995 | .dst_temps = .{ .mem, .unused }, |
| 44513 | 47996 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44534,6 +48017,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44534 | 48017 | .unused, |
| 44535 | 48018 | .unused, |
| 44536 | 48019 | .unused, |
| 48020 | .unused, |
| 48021 | .unused, |
| 44537 | 48022 | }, |
| 44538 | 48023 | .dst_temps = .{ .mem, .unused }, |
| 44539 | 48024 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44609,6 +48094,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44609 | 48094 | .unused, |
| 44610 | 48095 | .unused, |
| 44611 | 48096 | .unused, |
| 48097 | .unused, |
| 48098 | .unused, |
| 44612 | 48099 | }, |
| 44613 | 48100 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 44614 | 48101 | .each = .{ .once = &.{ |
| ... | ... | @@ -44635,6 +48122,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44635 | 48122 | .unused, |
| 44636 | 48123 | .unused, |
| 44637 | 48124 | .unused, |
| 48125 | .unused, |
| 48126 | .unused, |
| 44638 | 48127 | }, |
| 44639 | 48128 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 44640 | 48129 | .each = .{ .once = &.{ |
| ... | ... | @@ -44683,6 +48172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44683 | 48172 | .unused, |
| 44684 | 48173 | .unused, |
| 44685 | 48174 | .unused, |
| 48175 | .unused, |
| 48176 | .unused, |
| 44686 | 48177 | }, |
| 44687 | 48178 | .dst_temps = .{ .mem, .unused }, |
| 44688 | 48179 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44710,6 +48201,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44710 | 48201 | .unused, |
| 44711 | 48202 | .unused, |
| 44712 | 48203 | .unused, |
| 48204 | .unused, |
| 48205 | .unused, |
| 44713 | 48206 | }, |
| 44714 | 48207 | .dst_temps = .{ .mem, .unused }, |
| 44715 | 48208 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44737,6 +48230,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44737 | 48230 | .unused, |
| 44738 | 48231 | .unused, |
| 44739 | 48232 | .unused, |
| 48233 | .unused, |
| 48234 | .unused, |
| 44740 | 48235 | }, |
| 44741 | 48236 | .dst_temps = .{ .mem, .unused }, |
| 44742 | 48237 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44764,6 +48259,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44764 | 48259 | .unused, |
| 44765 | 48260 | .unused, |
| 44766 | 48261 | .unused, |
| 48262 | .unused, |
| 48263 | .unused, |
| 44767 | 48264 | }, |
| 44768 | 48265 | .dst_temps = .{ .mem, .unused }, |
| 44769 | 48266 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44791,6 +48288,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44791 | 48288 | .unused, |
| 44792 | 48289 | .unused, |
| 44793 | 48290 | .unused, |
| 48291 | .unused, |
| 48292 | .unused, |
| 44794 | 48293 | }, |
| 44795 | 48294 | .dst_temps = .{ .mem, .unused }, |
| 44796 | 48295 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44818,6 +48317,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44818 | 48317 | .unused, |
| 44819 | 48318 | .unused, |
| 44820 | 48319 | .unused, |
| 48320 | .unused, |
| 48321 | .unused, |
| 44821 | 48322 | }, |
| 44822 | 48323 | .dst_temps = .{ .mem, .unused }, |
| 44823 | 48324 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44845,6 +48346,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44845 | 48346 | .unused, |
| 44846 | 48347 | .unused, |
| 44847 | 48348 | .unused, |
| 48349 | .unused, |
| 48350 | .unused, |
| 44848 | 48351 | }, |
| 44849 | 48352 | .dst_temps = .{ .mem, .unused }, |
| 44850 | 48353 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44871,6 +48374,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44871 | 48374 | .unused, |
| 44872 | 48375 | .unused, |
| 44873 | 48376 | .unused, |
| 48377 | .unused, |
| 48378 | .unused, |
| 44874 | 48379 | }, |
| 44875 | 48380 | .dst_temps = .{ .mem, .unused }, |
| 44876 | 48381 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44898,6 +48403,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44898 | 48403 | .unused, |
| 44899 | 48404 | .unused, |
| 44900 | 48405 | .unused, |
| 48406 | .unused, |
| 48407 | .unused, |
| 44901 | 48408 | }, |
| 44902 | 48409 | .dst_temps = .{ .mem, .unused }, |
| 44903 | 48410 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44924,6 +48431,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44924 | 48431 | .unused, |
| 44925 | 48432 | .unused, |
| 44926 | 48433 | .unused, |
| 48434 | .unused, |
| 48435 | .unused, |
| 44927 | 48436 | }, |
| 44928 | 48437 | .dst_temps = .{ .mem, .unused }, |
| 44929 | 48438 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -44999,6 +48508,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 44999 | 48508 | .unused, |
| 45000 | 48509 | .unused, |
| 45001 | 48510 | .unused, |
| 48511 | .unused, |
| 48512 | .unused, |
| 45002 | 48513 | }, |
| 45003 | 48514 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45004 | 48515 | .each = .{ .once = &.{ |
| ... | ... | @@ -45027,6 +48538,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45027 | 48538 | .unused, |
| 45028 | 48539 | .unused, |
| 45029 | 48540 | .unused, |
| 48541 | .unused, |
| 48542 | .unused, |
| 45030 | 48543 | }, |
| 45031 | 48544 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45032 | 48545 | .each = .{ .once = &.{ |
| ... | ... | @@ -45076,6 +48589,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45076 | 48589 | .unused, |
| 45077 | 48590 | .unused, |
| 45078 | 48591 | .unused, |
| 48592 | .unused, |
| 48593 | .unused, |
| 45079 | 48594 | }, |
| 45080 | 48595 | .dst_temps = .{ .mem, .unused }, |
| 45081 | 48596 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45103,6 +48618,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45103 | 48618 | .unused, |
| 45104 | 48619 | .unused, |
| 45105 | 48620 | .unused, |
| 48621 | .unused, |
| 48622 | .unused, |
| 45106 | 48623 | }, |
| 45107 | 48624 | .dst_temps = .{ .mem, .unused }, |
| 45108 | 48625 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45130,6 +48647,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45130 | 48647 | .unused, |
| 45131 | 48648 | .unused, |
| 45132 | 48649 | .unused, |
| 48650 | .unused, |
| 48651 | .unused, |
| 45133 | 48652 | }, |
| 45134 | 48653 | .dst_temps = .{ .mem, .unused }, |
| 45135 | 48654 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45157,6 +48676,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45157 | 48676 | .unused, |
| 45158 | 48677 | .unused, |
| 45159 | 48678 | .unused, |
| 48679 | .unused, |
| 48680 | .unused, |
| 45160 | 48681 | }, |
| 45161 | 48682 | .dst_temps = .{ .mem, .unused }, |
| 45162 | 48683 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45184,6 +48705,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45184 | 48705 | .unused, |
| 45185 | 48706 | .unused, |
| 45186 | 48707 | .unused, |
| 48708 | .unused, |
| 48709 | .unused, |
| 45187 | 48710 | }, |
| 45188 | 48711 | .dst_temps = .{ .mem, .unused }, |
| 45189 | 48712 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45211,6 +48734,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45211 | 48734 | .unused, |
| 45212 | 48735 | .unused, |
| 45213 | 48736 | .unused, |
| 48737 | .unused, |
| 48738 | .unused, |
| 45214 | 48739 | }, |
| 45215 | 48740 | .dst_temps = .{ .mem, .unused }, |
| 45216 | 48741 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45238,6 +48763,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45238 | 48763 | .unused, |
| 45239 | 48764 | .unused, |
| 45240 | 48765 | .unused, |
| 48766 | .unused, |
| 48767 | .unused, |
| 45241 | 48768 | }, |
| 45242 | 48769 | .dst_temps = .{ .mem, .unused }, |
| 45243 | 48770 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45265,6 +48792,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45265 | 48792 | .unused, |
| 45266 | 48793 | .unused, |
| 45267 | 48794 | .unused, |
| 48795 | .unused, |
| 48796 | .unused, |
| 45268 | 48797 | }, |
| 45269 | 48798 | .dst_temps = .{ .mem, .unused }, |
| 45270 | 48799 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45292,6 +48821,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45292 | 48821 | .unused, |
| 45293 | 48822 | .unused, |
| 45294 | 48823 | .unused, |
| 48824 | .unused, |
| 48825 | .unused, |
| 45295 | 48826 | }, |
| 45296 | 48827 | .dst_temps = .{ .mem, .unused }, |
| 45297 | 48828 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45318,6 +48849,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45318 | 48849 | .unused, |
| 45319 | 48850 | .unused, |
| 45320 | 48851 | .unused, |
| 48852 | .unused, |
| 48853 | .unused, |
| 45321 | 48854 | }, |
| 45322 | 48855 | .dst_temps = .{ .mem, .unused }, |
| 45323 | 48856 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45397,6 +48930,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45397 | 48930 | .unused, |
| 45398 | 48931 | .unused, |
| 45399 | 48932 | .unused, |
| 48933 | .unused, |
| 48934 | .unused, |
| 45400 | 48935 | }, |
| 45401 | 48936 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45402 | 48937 | .each = .{ .once = &.{ |
| ... | ... | @@ -45427,6 +48962,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45427 | 48962 | .unused, |
| 45428 | 48963 | .unused, |
| 45429 | 48964 | .unused, |
| 48965 | .unused, |
| 48966 | .unused, |
| 45430 | 48967 | }, |
| 45431 | 48968 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45432 | 48969 | .each = .{ .once = &.{ |
| ... | ... | @@ -45453,6 +48990,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45453 | 48990 | .unused, |
| 45454 | 48991 | .unused, |
| 45455 | 48992 | .unused, |
| 48993 | .unused, |
| 48994 | .unused, |
| 45456 | 48995 | }, |
| 45457 | 48996 | .dst_temps = .{ .mem, .unused }, |
| 45458 | 48997 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45484,6 +49023,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45484 | 49023 | .unused, |
| 45485 | 49024 | .unused, |
| 45486 | 49025 | .unused, |
| 49026 | .unused, |
| 49027 | .unused, |
| 45487 | 49028 | }, |
| 45488 | 49029 | .dst_temps = .{ .mem, .unused }, |
| 45489 | 49030 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45515,6 +49056,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45515 | 49056 | .unused, |
| 45516 | 49057 | .unused, |
| 45517 | 49058 | .unused, |
| 49059 | .unused, |
| 49060 | .unused, |
| 45518 | 49061 | }, |
| 45519 | 49062 | .dst_temps = .{ .mem, .unused }, |
| 45520 | 49063 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45546,6 +49089,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45546 | 49089 | .unused, |
| 45547 | 49090 | .unused, |
| 45548 | 49091 | .unused, |
| 49092 | .unused, |
| 49093 | .unused, |
| 45549 | 49094 | }, |
| 45550 | 49095 | .dst_temps = .{ .mem, .unused }, |
| 45551 | 49096 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45625,6 +49170,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45625 | 49170 | .unused, |
| 45626 | 49171 | .unused, |
| 45627 | 49172 | .unused, |
| 49173 | .unused, |
| 49174 | .unused, |
| 45628 | 49175 | }, |
| 45629 | 49176 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45630 | 49177 | .each = .{ .once = &.{ |
| ... | ... | @@ -45649,6 +49196,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45649 | 49196 | .unused, |
| 45650 | 49197 | .unused, |
| 45651 | 49198 | .unused, |
| 49199 | .unused, |
| 49200 | .unused, |
| 45652 | 49201 | }, |
| 45653 | 49202 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45654 | 49203 | .each = .{ .once = &.{ |
| ... | ... | @@ -45696,6 +49245,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45696 | 49245 | .unused, |
| 45697 | 49246 | .unused, |
| 45698 | 49247 | .unused, |
| 49248 | .unused, |
| 49249 | .unused, |
| 45699 | 49250 | }, |
| 45700 | 49251 | .dst_temps = .{ .mem, .unused }, |
| 45701 | 49252 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45723,6 +49274,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45723 | 49274 | .unused, |
| 45724 | 49275 | .unused, |
| 45725 | 49276 | .unused, |
| 49277 | .unused, |
| 49278 | .unused, |
| 45726 | 49279 | }, |
| 45727 | 49280 | .dst_temps = .{ .mem, .unused }, |
| 45728 | 49281 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45750,6 +49303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45750 | 49303 | .unused, |
| 45751 | 49304 | .unused, |
| 45752 | 49305 | .unused, |
| 49306 | .unused, |
| 49307 | .unused, |
| 45753 | 49308 | }, |
| 45754 | 49309 | .dst_temps = .{ .mem, .unused }, |
| 45755 | 49310 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45777,6 +49332,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45777 | 49332 | .unused, |
| 45778 | 49333 | .unused, |
| 45779 | 49334 | .unused, |
| 49335 | .unused, |
| 49336 | .unused, |
| 45780 | 49337 | }, |
| 45781 | 49338 | .dst_temps = .{ .mem, .unused }, |
| 45782 | 49339 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45804,6 +49361,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45804 | 49361 | .unused, |
| 45805 | 49362 | .unused, |
| 45806 | 49363 | .unused, |
| 49364 | .unused, |
| 49365 | .unused, |
| 45807 | 49366 | }, |
| 45808 | 49367 | .dst_temps = .{ .mem, .unused }, |
| 45809 | 49368 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45831,6 +49390,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45831 | 49390 | .unused, |
| 45832 | 49391 | .unused, |
| 45833 | 49392 | .unused, |
| 49393 | .unused, |
| 49394 | .unused, |
| 45834 | 49395 | }, |
| 45835 | 49396 | .dst_temps = .{ .mem, .unused }, |
| 45836 | 49397 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45857,6 +49418,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45857 | 49418 | .unused, |
| 45858 | 49419 | .unused, |
| 45859 | 49420 | .unused, |
| 49421 | .unused, |
| 49422 | .unused, |
| 45860 | 49423 | }, |
| 45861 | 49424 | .dst_temps = .{ .mem, .unused }, |
| 45862 | 49425 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45883,6 +49446,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45883 | 49446 | .unused, |
| 45884 | 49447 | .unused, |
| 45885 | 49448 | .unused, |
| 49449 | .unused, |
| 49450 | .unused, |
| 45886 | 49451 | }, |
| 45887 | 49452 | .dst_temps = .{ .mem, .unused }, |
| 45888 | 49453 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -45958,6 +49523,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45958 | 49523 | .unused, |
| 45959 | 49524 | .unused, |
| 45960 | 49525 | .unused, |
| 49526 | .unused, |
| 49527 | .unused, |
| 45961 | 49528 | }, |
| 45962 | 49529 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45963 | 49530 | .each = .{ .once = &.{ |
| ... | ... | @@ -45984,6 +49551,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 45984 | 49551 | .unused, |
| 45985 | 49552 | .unused, |
| 45986 | 49553 | .unused, |
| 49554 | .unused, |
| 49555 | .unused, |
| 45987 | 49556 | }, |
| 45988 | 49557 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 45989 | 49558 | .each = .{ .once = &.{ |
| ... | ... | @@ -46032,6 +49601,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46032 | 49601 | .unused, |
| 46033 | 49602 | .unused, |
| 46034 | 49603 | .unused, |
| 49604 | .unused, |
| 49605 | .unused, |
| 46035 | 49606 | }, |
| 46036 | 49607 | .dst_temps = .{ .mem, .unused }, |
| 46037 | 49608 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46059,6 +49630,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46059 | 49630 | .unused, |
| 46060 | 49631 | .unused, |
| 46061 | 49632 | .unused, |
| 49633 | .unused, |
| 49634 | .unused, |
| 46062 | 49635 | }, |
| 46063 | 49636 | .dst_temps = .{ .mem, .unused }, |
| 46064 | 49637 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46086,6 +49659,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46086 | 49659 | .unused, |
| 46087 | 49660 | .unused, |
| 46088 | 49661 | .unused, |
| 49662 | .unused, |
| 49663 | .unused, |
| 46089 | 49664 | }, |
| 46090 | 49665 | .dst_temps = .{ .mem, .unused }, |
| 46091 | 49666 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46113,6 +49688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46113 | 49688 | .unused, |
| 46114 | 49689 | .unused, |
| 46115 | 49690 | .unused, |
| 49691 | .unused, |
| 49692 | .unused, |
| 46116 | 49693 | }, |
| 46117 | 49694 | .dst_temps = .{ .mem, .unused }, |
| 46118 | 49695 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46140,6 +49717,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46140 | 49717 | .unused, |
| 46141 | 49718 | .unused, |
| 46142 | 49719 | .unused, |
| 49720 | .unused, |
| 49721 | .unused, |
| 46143 | 49722 | }, |
| 46144 | 49723 | .dst_temps = .{ .mem, .unused }, |
| 46145 | 49724 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46167,6 +49746,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46167 | 49746 | .unused, |
| 46168 | 49747 | .unused, |
| 46169 | 49748 | .unused, |
| 49749 | .unused, |
| 49750 | .unused, |
| 46170 | 49751 | }, |
| 46171 | 49752 | .dst_temps = .{ .mem, .unused }, |
| 46172 | 49753 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46194,6 +49775,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46194 | 49775 | .unused, |
| 46195 | 49776 | .unused, |
| 46196 | 49777 | .unused, |
| 49778 | .unused, |
| 49779 | .unused, |
| 46197 | 49780 | }, |
| 46198 | 49781 | .dst_temps = .{ .mem, .unused }, |
| 46199 | 49782 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46221,6 +49804,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46221 | 49804 | .unused, |
| 46222 | 49805 | .unused, |
| 46223 | 49806 | .unused, |
| 49807 | .unused, |
| 49808 | .unused, |
| 46224 | 49809 | }, |
| 46225 | 49810 | .dst_temps = .{ .mem, .unused }, |
| 46226 | 49811 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46300,6 +49885,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46300 | 49885 | .unused, |
| 46301 | 49886 | .unused, |
| 46302 | 49887 | .unused, |
| 49888 | .unused, |
| 49889 | .unused, |
| 46303 | 49890 | }, |
| 46304 | 49891 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46305 | 49892 | .each = .{ .once = &.{ |
| ... | ... | @@ -46328,6 +49915,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46328 | 49915 | .unused, |
| 46329 | 49916 | .unused, |
| 46330 | 49917 | .unused, |
| 49918 | .unused, |
| 49919 | .unused, |
| 46331 | 49920 | }, |
| 46332 | 49921 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46333 | 49922 | .each = .{ .once = &.{ |
| ... | ... | @@ -46353,6 +49942,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46353 | 49942 | .unused, |
| 46354 | 49943 | .unused, |
| 46355 | 49944 | .unused, |
| 49945 | .unused, |
| 49946 | .unused, |
| 46356 | 49947 | }, |
| 46357 | 49948 | .dst_temps = .{ .mem, .unused }, |
| 46358 | 49949 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46384,6 +49975,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46384 | 49975 | .unused, |
| 46385 | 49976 | .unused, |
| 46386 | 49977 | .unused, |
| 49978 | .unused, |
| 49979 | .unused, |
| 46387 | 49980 | }, |
| 46388 | 49981 | .dst_temps = .{ .mem, .unused }, |
| 46389 | 49982 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46463,6 +50056,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46463 | 50056 | .unused, |
| 46464 | 50057 | .unused, |
| 46465 | 50058 | .unused, |
| 50059 | .unused, |
| 50060 | .unused, |
| 46466 | 50061 | }, |
| 46467 | 50062 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46468 | 50063 | .each = .{ .once = &.{ |
| ... | ... | @@ -46487,6 +50082,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46487 | 50082 | .unused, |
| 46488 | 50083 | .unused, |
| 46489 | 50084 | .unused, |
| 50085 | .unused, |
| 50086 | .unused, |
| 46490 | 50087 | }, |
| 46491 | 50088 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46492 | 50089 | .each = .{ .once = &.{ |
| ... | ... | @@ -46534,6 +50131,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46534 | 50131 | .unused, |
| 46535 | 50132 | .unused, |
| 46536 | 50133 | .unused, |
| 50134 | .unused, |
| 50135 | .unused, |
| 46537 | 50136 | }, |
| 46538 | 50137 | .dst_temps = .{ .mem, .unused }, |
| 46539 | 50138 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46561,6 +50160,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46561 | 50160 | .unused, |
| 46562 | 50161 | .unused, |
| 46563 | 50162 | .unused, |
| 50163 | .unused, |
| 50164 | .unused, |
| 46564 | 50165 | }, |
| 46565 | 50166 | .dst_temps = .{ .mem, .unused }, |
| 46566 | 50167 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46588,6 +50189,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46588 | 50189 | .unused, |
| 46589 | 50190 | .unused, |
| 46590 | 50191 | .unused, |
| 50192 | .unused, |
| 50193 | .unused, |
| 46591 | 50194 | }, |
| 46592 | 50195 | .dst_temps = .{ .mem, .unused }, |
| 46593 | 50196 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46615,6 +50218,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46615 | 50218 | .unused, |
| 46616 | 50219 | .unused, |
| 46617 | 50220 | .unused, |
| 50221 | .unused, |
| 50222 | .unused, |
| 46618 | 50223 | }, |
| 46619 | 50224 | .dst_temps = .{ .mem, .unused }, |
| 46620 | 50225 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46642,6 +50247,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46642 | 50247 | .unused, |
| 46643 | 50248 | .unused, |
| 46644 | 50249 | .unused, |
| 50250 | .unused, |
| 50251 | .unused, |
| 46645 | 50252 | }, |
| 46646 | 50253 | .dst_temps = .{ .mem, .unused }, |
| 46647 | 50254 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46669,6 +50276,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46669 | 50276 | .unused, |
| 46670 | 50277 | .unused, |
| 46671 | 50278 | .unused, |
| 50279 | .unused, |
| 50280 | .unused, |
| 46672 | 50281 | }, |
| 46673 | 50282 | .dst_temps = .{ .mem, .unused }, |
| 46674 | 50283 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46696,6 +50305,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46696 | 50305 | .unused, |
| 46697 | 50306 | .unused, |
| 46698 | 50307 | .unused, |
| 50308 | .unused, |
| 50309 | .unused, |
| 46699 | 50310 | }, |
| 46700 | 50311 | .dst_temps = .{ .mem, .unused }, |
| 46701 | 50312 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46723,6 +50334,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46723 | 50334 | .unused, |
| 46724 | 50335 | .unused, |
| 46725 | 50336 | .unused, |
| 50337 | .unused, |
| 50338 | .unused, |
| 46726 | 50339 | }, |
| 46727 | 50340 | .dst_temps = .{ .mem, .unused }, |
| 46728 | 50341 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46802,6 +50415,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46802 | 50415 | .unused, |
| 46803 | 50416 | .unused, |
| 46804 | 50417 | .unused, |
| 50418 | .unused, |
| 50419 | .unused, |
| 46805 | 50420 | }, |
| 46806 | 50421 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46807 | 50422 | .each = .{ .once = &.{ |
| ... | ... | @@ -46828,6 +50443,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46828 | 50443 | .unused, |
| 46829 | 50444 | .unused, |
| 46830 | 50445 | .unused, |
| 50446 | .unused, |
| 50447 | .unused, |
| 46831 | 50448 | }, |
| 46832 | 50449 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 46833 | 50450 | .each = .{ .once = &.{ |
| ... | ... | @@ -46852,6 +50469,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46852 | 50469 | .unused, |
| 46853 | 50470 | .unused, |
| 46854 | 50471 | .unused, |
| 50472 | .unused, |
| 50473 | .unused, |
| 46855 | 50474 | }, |
| 46856 | 50475 | .dst_temps = .{ .mem, .unused }, |
| 46857 | 50476 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46883,6 +50502,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46883 | 50502 | .unused, |
| 46884 | 50503 | .unused, |
| 46885 | 50504 | .unused, |
| 50505 | .unused, |
| 50506 | .unused, |
| 46886 | 50507 | }, |
| 46887 | 50508 | .dst_temps = .{ .mem, .unused }, |
| 46888 | 50509 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46914,6 +50535,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46914 | 50535 | .unused, |
| 46915 | 50536 | .unused, |
| 46916 | 50537 | .unused, |
| 50538 | .unused, |
| 50539 | .unused, |
| 46917 | 50540 | }, |
| 46918 | 50541 | .dst_temps = .{ .mem, .unused }, |
| 46919 | 50542 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46948,6 +50571,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46948 | 50571 | .unused, |
| 46949 | 50572 | .unused, |
| 46950 | 50573 | .unused, |
| 50574 | .unused, |
| 50575 | .unused, |
| 46951 | 50576 | }, |
| 46952 | 50577 | .dst_temps = .{ .mem, .unused }, |
| 46953 | 50578 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -46982,6 +50607,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 46982 | 50607 | .unused, |
| 46983 | 50608 | .unused, |
| 46984 | 50609 | .unused, |
| 50610 | .unused, |
| 50611 | .unused, |
| 46985 | 50612 | }, |
| 46986 | 50613 | .dst_temps = .{ .mem, .unused }, |
| 46987 | 50614 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47014,6 +50641,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47014 | 50641 | .unused, |
| 47015 | 50642 | .unused, |
| 47016 | 50643 | .unused, |
| 50644 | .unused, |
| 50645 | .unused, |
| 47017 | 50646 | }, |
| 47018 | 50647 | .dst_temps = .{ .mem, .unused }, |
| 47019 | 50648 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47361,6 +50990,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47361 | 50990 | .unused, |
| 47362 | 50991 | .unused, |
| 47363 | 50992 | .unused, |
| 50993 | .unused, |
| 50994 | .unused, |
| 47364 | 50995 | }, |
| 47365 | 50996 | .dst_temps = .{ .mem, .unused }, |
| 47366 | 50997 | .each = .{ .once = &.{ |
| ... | ... | @@ -47386,6 +51017,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47386 | 51017 | .unused, |
| 47387 | 51018 | .unused, |
| 47388 | 51019 | .unused, |
| 51020 | .unused, |
| 51021 | .unused, |
| 47389 | 51022 | }, |
| 47390 | 51023 | .dst_temps = .{ .mem, .unused }, |
| 47391 | 51024 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47416,6 +51049,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47416 | 51049 | .unused, |
| 47417 | 51050 | .unused, |
| 47418 | 51051 | .unused, |
| 51052 | .unused, |
| 51053 | .unused, |
| 47419 | 51054 | }, |
| 47420 | 51055 | .dst_temps = .{ .mem, .unused }, |
| 47421 | 51056 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47448,6 +51083,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47448 | 51083 | .unused, |
| 47449 | 51084 | .unused, |
| 47450 | 51085 | .unused, |
| 51086 | .unused, |
| 51087 | .unused, |
| 47451 | 51088 | }, |
| 47452 | 51089 | .dst_temps = .{ .mem, .unused }, |
| 47453 | 51090 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47478,6 +51115,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47478 | 51115 | .unused, |
| 47479 | 51116 | .unused, |
| 47480 | 51117 | .unused, |
| 51118 | .unused, |
| 51119 | .unused, |
| 47481 | 51120 | }, |
| 47482 | 51121 | .dst_temps = .{ .mem, .unused }, |
| 47483 | 51122 | .each = .{ .once = &.{ |
| ... | ... | @@ -47504,6 +51143,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47504 | 51143 | .unused, |
| 47505 | 51144 | .unused, |
| 47506 | 51145 | .unused, |
| 51146 | .unused, |
| 51147 | .unused, |
| 47507 | 51148 | }, |
| 47508 | 51149 | .dst_temps = .{ .mem, .unused }, |
| 47509 | 51150 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47534,6 +51175,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47534 | 51175 | .unused, |
| 47535 | 51176 | .unused, |
| 47536 | 51177 | .unused, |
| 51178 | .unused, |
| 51179 | .unused, |
| 47537 | 51180 | }, |
| 47538 | 51181 | .dst_temps = .{ .mem, .unused }, |
| 47539 | 51182 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47563,6 +51206,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47563 | 51206 | .unused, |
| 47564 | 51207 | .unused, |
| 47565 | 51208 | .unused, |
| 51209 | .unused, |
| 51210 | .unused, |
| 47566 | 51211 | }, |
| 47567 | 51212 | .dst_temps = .{ .mem, .unused }, |
| 47568 | 51213 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47593,6 +51238,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47593 | 51238 | .unused, |
| 47594 | 51239 | .unused, |
| 47595 | 51240 | .unused, |
| 51241 | .unused, |
| 51242 | .unused, |
| 47596 | 51243 | }, |
| 47597 | 51244 | .dst_temps = .{ .mem, .unused }, |
| 47598 | 51245 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47622,6 +51269,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47622 | 51269 | .unused, |
| 47623 | 51270 | .unused, |
| 47624 | 51271 | .unused, |
| 51272 | .unused, |
| 51273 | .unused, |
| 47625 | 51274 | }, |
| 47626 | 51275 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 47627 | 51276 | .each = .{ .once = &.{ |
| ... | ... | @@ -47648,6 +51297,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47648 | 51297 | .unused, |
| 47649 | 51298 | .unused, |
| 47650 | 51299 | .unused, |
| 51300 | .unused, |
| 51301 | .unused, |
| 47651 | 51302 | }, |
| 47652 | 51303 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 47653 | 51304 | .each = .{ .once = &.{ |
| ... | ... | @@ -47671,6 +51322,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47671 | 51322 | .unused, |
| 47672 | 51323 | .unused, |
| 47673 | 51324 | .unused, |
| 51325 | .unused, |
| 51326 | .unused, |
| 47674 | 51327 | }, |
| 47675 | 51328 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 47676 | 51329 | .each = .{ .once = &.{ |
| ... | ... | @@ -47697,6 +51350,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47697 | 51350 | .unused, |
| 47698 | 51351 | .unused, |
| 47699 | 51352 | .unused, |
| 51353 | .unused, |
| 51354 | .unused, |
| 47700 | 51355 | }, |
| 47701 | 51356 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 47702 | 51357 | .each = .{ .once = &.{ |
| ... | ... | @@ -47720,6 +51375,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47720 | 51375 | .unused, |
| 47721 | 51376 | .unused, |
| 47722 | 51377 | .unused, |
| 51378 | .unused, |
| 51379 | .unused, |
| 47723 | 51380 | }, |
| 47724 | 51381 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 47725 | 51382 | .each = .{ .once = &.{ |
| ... | ... | @@ -47743,6 +51400,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47743 | 51400 | .unused, |
| 47744 | 51401 | .unused, |
| 47745 | 51402 | .unused, |
| 51403 | .unused, |
| 51404 | .unused, |
| 47746 | 51405 | }, |
| 47747 | 51406 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 47748 | 51407 | .each = .{ .once = &.{ |
| ... | ... | @@ -47769,6 +51428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47769 | 51428 | .unused, |
| 47770 | 51429 | .unused, |
| 47771 | 51430 | .unused, |
| 51431 | .unused, |
| 51432 | .unused, |
| 47772 | 51433 | }, |
| 47773 | 51434 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 47774 | 51435 | .each = .{ .once = &.{ |
| ... | ... | @@ -47792,6 +51453,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47792 | 51453 | .unused, |
| 47793 | 51454 | .unused, |
| 47794 | 51455 | .unused, |
| 51456 | .unused, |
| 51457 | .unused, |
| 47795 | 51458 | }, |
| 47796 | 51459 | .dst_temps = .{ .mem, .unused }, |
| 47797 | 51460 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47825,6 +51488,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47825 | 51488 | .unused, |
| 47826 | 51489 | .unused, |
| 47827 | 51490 | .unused, |
| 51491 | .unused, |
| 51492 | .unused, |
| 47828 | 51493 | }, |
| 47829 | 51494 | .dst_temps = .{ .mem, .unused }, |
| 47830 | 51495 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47854,6 +51519,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47854 | 51519 | .unused, |
| 47855 | 51520 | .unused, |
| 47856 | 51521 | .unused, |
| 51522 | .unused, |
| 51523 | .unused, |
| 47857 | 51524 | }, |
| 47858 | 51525 | .dst_temps = .{ .mem, .unused }, |
| 47859 | 51526 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47887,6 +51554,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47887 | 51554 | .unused, |
| 47888 | 51555 | .unused, |
| 47889 | 51556 | .unused, |
| 51557 | .unused, |
| 51558 | .unused, |
| 47890 | 51559 | }, |
| 47891 | 51560 | .dst_temps = .{ .mem, .unused }, |
| 47892 | 51561 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47916,6 +51585,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47916 | 51585 | .unused, |
| 47917 | 51586 | .unused, |
| 47918 | 51587 | .unused, |
| 51588 | .unused, |
| 51589 | .unused, |
| 47919 | 51590 | }, |
| 47920 | 51591 | .dst_temps = .{ .mem, .unused }, |
| 47921 | 51592 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47950,6 +51621,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47950 | 51621 | .unused, |
| 47951 | 51622 | .unused, |
| 47952 | 51623 | .unused, |
| 51624 | .unused, |
| 51625 | .unused, |
| 47953 | 51626 | }, |
| 47954 | 51627 | .dst_temps = .{ .mem, .unused }, |
| 47955 | 51628 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -47980,6 +51653,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 47980 | 51653 | .unused, |
| 47981 | 51654 | .unused, |
| 47982 | 51655 | .unused, |
| 51656 | .unused, |
| 51657 | .unused, |
| 47983 | 51658 | }, |
| 47984 | 51659 | .dst_temps = .{ .mem, .unused }, |
| 47985 | 51660 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48010,6 +51685,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48010 | 51685 | .unused, |
| 48011 | 51686 | .unused, |
| 48012 | 51687 | .unused, |
| 51688 | .unused, |
| 51689 | .unused, |
| 48013 | 51690 | }, |
| 48014 | 51691 | .dst_temps = .{ .mem, .unused }, |
| 48015 | 51692 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48038,6 +51715,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48038 | 51715 | .unused, |
| 48039 | 51716 | .unused, |
| 48040 | 51717 | .unused, |
| 51718 | .unused, |
| 51719 | .unused, |
| 48041 | 51720 | }, |
| 48042 | 51721 | .dst_temps = .{ .mem, .unused }, |
| 48043 | 51722 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48067,6 +51746,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48067 | 51746 | .unused, |
| 48068 | 51747 | .unused, |
| 48069 | 51748 | .unused, |
| 51749 | .unused, |
| 51750 | .unused, |
| 48070 | 51751 | }, |
| 48071 | 51752 | .dst_temps = .{ .mem, .unused }, |
| 48072 | 51753 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48095,6 +51776,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48095 | 51776 | .unused, |
| 48096 | 51777 | .unused, |
| 48097 | 51778 | .unused, |
| 51779 | .unused, |
| 51780 | .unused, |
| 48098 | 51781 | }, |
| 48099 | 51782 | .dst_temps = .{ .mem, .unused }, |
| 48100 | 51783 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48124,6 +51807,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48124 | 51807 | .unused, |
| 48125 | 51808 | .unused, |
| 48126 | 51809 | .unused, |
| 51810 | .unused, |
| 51811 | .unused, |
| 48127 | 51812 | }, |
| 48128 | 51813 | .dst_temps = .{ .mem, .unused }, |
| 48129 | 51814 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48151,6 +51836,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48151 | 51836 | .unused, |
| 48152 | 51837 | .unused, |
| 48153 | 51838 | .unused, |
| 51839 | .unused, |
| 51840 | .unused, |
| 48154 | 51841 | }, |
| 48155 | 51842 | .dst_temps = .{ .mem, .unused }, |
| 48156 | 51843 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48179,6 +51866,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48179 | 51866 | .unused, |
| 48180 | 51867 | .unused, |
| 48181 | 51868 | .unused, |
| 51869 | .unused, |
| 51870 | .unused, |
| 48182 | 51871 | }, |
| 48183 | 51872 | .dst_temps = .{ .mem, .unused }, |
| 48184 | 51873 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48205,6 +51894,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48205 | 51894 | .unused, |
| 48206 | 51895 | .unused, |
| 48207 | 51896 | .unused, |
| 51897 | .unused, |
| 51898 | .unused, |
| 48208 | 51899 | }, |
| 48209 | 51900 | .dst_temps = .{ .mem, .unused }, |
| 48210 | 51901 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48232,6 +51923,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48232 | 51923 | .unused, |
| 48233 | 51924 | .unused, |
| 48234 | 51925 | .unused, |
| 51926 | .unused, |
| 51927 | .unused, |
| 48235 | 51928 | }, |
| 48236 | 51929 | .dst_temps = .{ .mem, .unused }, |
| 48237 | 51930 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48260,6 +51953,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48260 | 51953 | .unused, |
| 48261 | 51954 | .unused, |
| 48262 | 51955 | .unused, |
| 51956 | .unused, |
| 51957 | .unused, |
| 48263 | 51958 | }, |
| 48264 | 51959 | .dst_temps = .{ .mem, .unused }, |
| 48265 | 51960 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48289,6 +51984,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48289 | 51984 | .unused, |
| 48290 | 51985 | .unused, |
| 48291 | 51986 | .unused, |
| 51987 | .unused, |
| 51988 | .unused, |
| 48292 | 51989 | }, |
| 48293 | 51990 | .dst_temps = .{ .mem, .unused }, |
| 48294 | 51991 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48316,6 +52013,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48316 | 52013 | .unused, |
| 48317 | 52014 | .unused, |
| 48318 | 52015 | .unused, |
| 52016 | .unused, |
| 52017 | .unused, |
| 48319 | 52018 | }, |
| 48320 | 52019 | .dst_temps = .{ .mem, .unused }, |
| 48321 | 52020 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48344,6 +52043,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48344 | 52043 | .unused, |
| 48345 | 52044 | .unused, |
| 48346 | 52045 | .unused, |
| 52046 | .unused, |
| 52047 | .unused, |
| 48347 | 52048 | }, |
| 48348 | 52049 | .dst_temps = .{ .mem, .unused }, |
| 48349 | 52050 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48370,6 +52071,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48370 | 52071 | .unused, |
| 48371 | 52072 | .unused, |
| 48372 | 52073 | .unused, |
| 52074 | .unused, |
| 52075 | .unused, |
| 48373 | 52076 | }, |
| 48374 | 52077 | .dst_temps = .{ .mem, .unused }, |
| 48375 | 52078 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48397,6 +52100,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48397 | 52100 | .unused, |
| 48398 | 52101 | .unused, |
| 48399 | 52102 | .unused, |
| 52103 | .unused, |
| 52104 | .unused, |
| 48400 | 52105 | }, |
| 48401 | 52106 | .dst_temps = .{ .mem, .unused }, |
| 48402 | 52107 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48425,6 +52130,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48425 | 52130 | .unused, |
| 48426 | 52131 | .unused, |
| 48427 | 52132 | .unused, |
| 52133 | .unused, |
| 52134 | .unused, |
| 48428 | 52135 | }, |
| 48429 | 52136 | .dst_temps = .{ .mem, .unused }, |
| 48430 | 52137 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48454,6 +52161,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48454 | 52161 | .unused, |
| 48455 | 52162 | .unused, |
| 48456 | 52163 | .unused, |
| 52164 | .unused, |
| 52165 | .unused, |
| 48457 | 52166 | }, |
| 48458 | 52167 | .dst_temps = .{ .mem, .unused }, |
| 48459 | 52168 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48482,6 +52191,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48482 | 52191 | .unused, |
| 48483 | 52192 | .unused, |
| 48484 | 52193 | .unused, |
| 52194 | .unused, |
| 52195 | .unused, |
| 48485 | 52196 | }, |
| 48486 | 52197 | .dst_temps = .{ .mem, .unused }, |
| 48487 | 52198 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48510,6 +52221,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48510 | 52221 | .unused, |
| 48511 | 52222 | .unused, |
| 48512 | 52223 | .unused, |
| 52224 | .unused, |
| 52225 | .unused, |
| 48513 | 52226 | }, |
| 48514 | 52227 | .dst_temps = .{ .mem, .unused }, |
| 48515 | 52228 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48537,6 +52250,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48537 | 52250 | .unused, |
| 48538 | 52251 | .unused, |
| 48539 | 52252 | .unused, |
| 52253 | .unused, |
| 52254 | .unused, |
| 48540 | 52255 | }, |
| 48541 | 52256 | .dst_temps = .{ .mem, .unused }, |
| 48542 | 52257 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48565,6 +52280,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48565 | 52280 | .unused, |
| 48566 | 52281 | .unused, |
| 48567 | 52282 | .unused, |
| 52283 | .unused, |
| 52284 | .unused, |
| 48568 | 52285 | }, |
| 48569 | 52286 | .dst_temps = .{ .mem, .unused }, |
| 48570 | 52287 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48591,6 +52308,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48591 | 52308 | .unused, |
| 48592 | 52309 | .unused, |
| 48593 | 52310 | .unused, |
| 52311 | .unused, |
| 52312 | .unused, |
| 48594 | 52313 | }, |
| 48595 | 52314 | .dst_temps = .{ .mem, .unused }, |
| 48596 | 52315 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48618,6 +52337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48618 | 52337 | .unused, |
| 48619 | 52338 | .unused, |
| 48620 | 52339 | .unused, |
| 52340 | .unused, |
| 52341 | .unused, |
| 48621 | 52342 | }, |
| 48622 | 52343 | .dst_temps = .{ .mem, .unused }, |
| 48623 | 52344 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48646,6 +52367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48646 | 52367 | .unused, |
| 48647 | 52368 | .unused, |
| 48648 | 52369 | .unused, |
| 52370 | .unused, |
| 52371 | .unused, |
| 48649 | 52372 | }, |
| 48650 | 52373 | .dst_temps = .{ .mem, .unused }, |
| 48651 | 52374 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48675,6 +52398,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48675 | 52398 | .unused, |
| 48676 | 52399 | .unused, |
| 48677 | 52400 | .unused, |
| 52401 | .unused, |
| 52402 | .unused, |
| 48678 | 52403 | }, |
| 48679 | 52404 | .dst_temps = .{ .mem, .unused }, |
| 48680 | 52405 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48703,6 +52428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48703 | 52428 | .unused, |
| 48704 | 52429 | .unused, |
| 48705 | 52430 | .unused, |
| 52431 | .unused, |
| 52432 | .unused, |
| 48706 | 52433 | }, |
| 48707 | 52434 | .dst_temps = .{ .mem, .unused }, |
| 48708 | 52435 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48731,6 +52458,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48731 | 52458 | .unused, |
| 48732 | 52459 | .unused, |
| 48733 | 52460 | .unused, |
| 52461 | .unused, |
| 52462 | .unused, |
| 48734 | 52463 | }, |
| 48735 | 52464 | .dst_temps = .{ .mem, .unused }, |
| 48736 | 52465 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48758,6 +52487,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48758 | 52487 | .unused, |
| 48759 | 52488 | .unused, |
| 48760 | 52489 | .unused, |
| 52490 | .unused, |
| 52491 | .unused, |
| 48761 | 52492 | }, |
| 48762 | 52493 | .dst_temps = .{ .mem, .unused }, |
| 48763 | 52494 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48786,6 +52517,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48786 | 52517 | .unused, |
| 48787 | 52518 | .unused, |
| 48788 | 52519 | .unused, |
| 52520 | .unused, |
| 52521 | .unused, |
| 48789 | 52522 | }, |
| 48790 | 52523 | .dst_temps = .{ .mem, .unused }, |
| 48791 | 52524 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48814,6 +52547,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48814 | 52547 | .unused, |
| 48815 | 52548 | .unused, |
| 48816 | 52549 | .unused, |
| 52550 | .unused, |
| 52551 | .unused, |
| 48817 | 52552 | }, |
| 48818 | 52553 | .dst_temps = .{ .mem, .unused }, |
| 48819 | 52554 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48843,6 +52578,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48843 | 52578 | .unused, |
| 48844 | 52579 | .unused, |
| 48845 | 52580 | .unused, |
| 52581 | .unused, |
| 52582 | .unused, |
| 48846 | 52583 | }, |
| 48847 | 52584 | .dst_temps = .{ .mem, .unused }, |
| 48848 | 52585 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48873,6 +52610,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48873 | 52610 | .unused, |
| 48874 | 52611 | .unused, |
| 48875 | 52612 | .unused, |
| 52613 | .unused, |
| 52614 | .unused, |
| 48876 | 52615 | }, |
| 48877 | 52616 | .dst_temps = .{ .mem, .unused }, |
| 48878 | 52617 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48904,6 +52643,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48904 | 52643 | .unused, |
| 48905 | 52644 | .unused, |
| 48906 | 52645 | .unused, |
| 52646 | .unused, |
| 52647 | .unused, |
| 48907 | 52648 | }, |
| 48908 | 52649 | .dst_temps = .{ .mem, .unused }, |
| 48909 | 52650 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48934,6 +52675,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48934 | 52675 | .unused, |
| 48935 | 52676 | .unused, |
| 48936 | 52677 | .unused, |
| 52678 | .unused, |
| 52679 | .unused, |
| 48937 | 52680 | }, |
| 48938 | 52681 | .dst_temps = .{ .mem, .unused }, |
| 48939 | 52682 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48964,6 +52707,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48964 | 52707 | .unused, |
| 48965 | 52708 | .unused, |
| 48966 | 52709 | .unused, |
| 52710 | .unused, |
| 52711 | .unused, |
| 48967 | 52712 | }, |
| 48968 | 52713 | .dst_temps = .{ .mem, .unused }, |
| 48969 | 52714 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -48993,6 +52738,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 48993 | 52738 | .unused, |
| 48994 | 52739 | .unused, |
| 48995 | 52740 | .unused, |
| 52741 | .unused, |
| 52742 | .unused, |
| 48996 | 52743 | }, |
| 48997 | 52744 | .dst_temps = .{ .mem, .unused }, |
| 48998 | 52745 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49035,6 +52782,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49035 | 52782 | .unused, |
| 49036 | 52783 | .unused, |
| 49037 | 52784 | .unused, |
| 52785 | .unused, |
| 52786 | .unused, |
| 49038 | 52787 | }, |
| 49039 | 52788 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 49040 | 52789 | .each = .{ .once = &.{ |
| ... | ... | @@ -49070,6 +52819,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49070 | 52819 | .unused, |
| 49071 | 52820 | .unused, |
| 49072 | 52821 | .unused, |
| 52822 | .unused, |
| 52823 | .unused, |
| 49073 | 52824 | }, |
| 49074 | 52825 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 49075 | 52826 | .each = .{ .once = &.{ |
| ... | ... | @@ -49093,6 +52844,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49093 | 52844 | .unused, |
| 49094 | 52845 | .unused, |
| 49095 | 52846 | .unused, |
| 52847 | .unused, |
| 52848 | .unused, |
| 49096 | 52849 | }, |
| 49097 | 52850 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 49098 | 52851 | .each = .{ .once = &.{ |
| ... | ... | @@ -49128,6 +52881,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49128 | 52881 | .unused, |
| 49129 | 52882 | .unused, |
| 49130 | 52883 | .unused, |
| 52884 | .unused, |
| 52885 | .unused, |
| 49131 | 52886 | }, |
| 49132 | 52887 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 49133 | 52888 | .each = .{ .once = &.{ |
| ... | ... | @@ -49151,6 +52906,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49151 | 52906 | .unused, |
| 49152 | 52907 | .unused, |
| 49153 | 52908 | .unused, |
| 52909 | .unused, |
| 52910 | .unused, |
| 49154 | 52911 | }, |
| 49155 | 52912 | .dst_temps = .{ .mem, .unused }, |
| 49156 | 52913 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49180,6 +52937,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49180 | 52937 | .unused, |
| 49181 | 52938 | .unused, |
| 49182 | 52939 | .unused, |
| 52940 | .unused, |
| 52941 | .unused, |
| 49183 | 52942 | }, |
| 49184 | 52943 | .dst_temps = .{ .mem, .unused }, |
| 49185 | 52944 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49209,6 +52968,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49209 | 52968 | .unused, |
| 49210 | 52969 | .unused, |
| 49211 | 52970 | .unused, |
| 52971 | .unused, |
| 52972 | .unused, |
| 49212 | 52973 | }, |
| 49213 | 52974 | .dst_temps = .{ .mem, .unused }, |
| 49214 | 52975 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49238,6 +52999,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49238 | 52999 | .unused, |
| 49239 | 53000 | .unused, |
| 49240 | 53001 | .unused, |
| 53002 | .unused, |
| 53003 | .unused, |
| 49241 | 53004 | }, |
| 49242 | 53005 | .dst_temps = .{ .mem, .unused }, |
| 49243 | 53006 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49267,6 +53030,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49267 | 53030 | .unused, |
| 49268 | 53031 | .unused, |
| 49269 | 53032 | .unused, |
| 53033 | .unused, |
| 53034 | .unused, |
| 49270 | 53035 | }, |
| 49271 | 53036 | .dst_temps = .{ .mem, .unused }, |
| 49272 | 53037 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49296,6 +53061,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49296 | 53061 | .unused, |
| 49297 | 53062 | .unused, |
| 49298 | 53063 | .unused, |
| 53064 | .unused, |
| 53065 | .unused, |
| 49299 | 53066 | }, |
| 49300 | 53067 | .dst_temps = .{ .mem, .unused }, |
| 49301 | 53068 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49326,6 +53093,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49326 | 53093 | .unused, |
| 49327 | 53094 | .unused, |
| 49328 | 53095 | .unused, |
| 53096 | .unused, |
| 53097 | .unused, |
| 49329 | 53098 | }, |
| 49330 | 53099 | .dst_temps = .{ .mem, .unused }, |
| 49331 | 53100 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49355,6 +53124,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49355 | 53124 | .unused, |
| 49356 | 53125 | .unused, |
| 49357 | 53126 | .unused, |
| 53127 | .unused, |
| 53128 | .unused, |
| 49358 | 53129 | }, |
| 49359 | 53130 | .dst_temps = .{ .mem, .unused }, |
| 49360 | 53131 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49381,6 +53152,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49381 | 53152 | .unused, |
| 49382 | 53153 | .unused, |
| 49383 | 53154 | .unused, |
| 53155 | .unused, |
| 53156 | .unused, |
| 49384 | 53157 | }, |
| 49385 | 53158 | .dst_temps = .{ .mem, .unused }, |
| 49386 | 53159 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49410,6 +53183,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49410 | 53183 | .unused, |
| 49411 | 53184 | .unused, |
| 49412 | 53185 | .unused, |
| 53186 | .unused, |
| 53187 | .unused, |
| 49413 | 53188 | }, |
| 49414 | 53189 | .dst_temps = .{ .mem, .unused }, |
| 49415 | 53190 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49437,6 +53212,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49437 | 53212 | .unused, |
| 49438 | 53213 | .unused, |
| 49439 | 53214 | .unused, |
| 53215 | .unused, |
| 53216 | .unused, |
| 49440 | 53217 | }, |
| 49441 | 53218 | .dst_temps = .{ .mem, .unused }, |
| 49442 | 53219 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49464,6 +53241,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49464 | 53241 | .unused, |
| 49465 | 53242 | .unused, |
| 49466 | 53243 | .unused, |
| 53244 | .unused, |
| 53245 | .unused, |
| 49467 | 53246 | }, |
| 49468 | 53247 | .dst_temps = .{ .mem, .unused }, |
| 49469 | 53248 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49490,6 +53269,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49490 | 53269 | .unused, |
| 49491 | 53270 | .unused, |
| 49492 | 53271 | .unused, |
| 53272 | .unused, |
| 53273 | .unused, |
| 49493 | 53274 | }, |
| 49494 | 53275 | .dst_temps = .{ .mem, .unused }, |
| 49495 | 53276 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49519,6 +53300,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49519 | 53300 | .unused, |
| 49520 | 53301 | .unused, |
| 49521 | 53302 | .unused, |
| 53303 | .unused, |
| 53304 | .unused, |
| 49522 | 53305 | }, |
| 49523 | 53306 | .dst_temps = .{ .mem, .unused }, |
| 49524 | 53307 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49547,6 +53330,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49547 | 53330 | .unused, |
| 49548 | 53331 | .unused, |
| 49549 | 53332 | .unused, |
| 53333 | .unused, |
| 53334 | .unused, |
| 49550 | 53335 | }, |
| 49551 | 53336 | .dst_temps = .{ .mem, .unused }, |
| 49552 | 53337 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49574,6 +53359,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49574 | 53359 | .unused, |
| 49575 | 53360 | .unused, |
| 49576 | 53361 | .unused, |
| 53362 | .unused, |
| 53363 | .unused, |
| 49577 | 53364 | }, |
| 49578 | 53365 | .dst_temps = .{ .mem, .unused }, |
| 49579 | 53366 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49601,6 +53388,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49601 | 53388 | .unused, |
| 49602 | 53389 | .unused, |
| 49603 | 53390 | .unused, |
| 53391 | .unused, |
| 53392 | .unused, |
| 49604 | 53393 | }, |
| 49605 | 53394 | .dst_temps = .{ .mem, .unused }, |
| 49606 | 53395 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49627,6 +53416,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49627 | 53416 | .unused, |
| 49628 | 53417 | .unused, |
| 49629 | 53418 | .unused, |
| 53419 | .unused, |
| 53420 | .unused, |
| 49630 | 53421 | }, |
| 49631 | 53422 | .dst_temps = .{ .mem, .unused }, |
| 49632 | 53423 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49656,6 +53447,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49656 | 53447 | .unused, |
| 49657 | 53448 | .unused, |
| 49658 | 53449 | .unused, |
| 53450 | .unused, |
| 53451 | .unused, |
| 49659 | 53452 | }, |
| 49660 | 53453 | .dst_temps = .{ .mem, .unused }, |
| 49661 | 53454 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49684,6 +53477,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49684 | 53477 | .unused, |
| 49685 | 53478 | .unused, |
| 49686 | 53479 | .unused, |
| 53480 | .unused, |
| 53481 | .unused, |
| 49687 | 53482 | }, |
| 49688 | 53483 | .dst_temps = .{ .mem, .unused }, |
| 49689 | 53484 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49711,6 +53506,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49711 | 53506 | .unused, |
| 49712 | 53507 | .unused, |
| 49713 | 53508 | .unused, |
| 53509 | .unused, |
| 53510 | .unused, |
| 49714 | 53511 | }, |
| 49715 | 53512 | .dst_temps = .{ .mem, .unused }, |
| 49716 | 53513 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49738,6 +53535,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49738 | 53535 | .unused, |
| 49739 | 53536 | .unused, |
| 49740 | 53537 | .unused, |
| 53538 | .unused, |
| 53539 | .unused, |
| 49741 | 53540 | }, |
| 49742 | 53541 | .dst_temps = .{ .mem, .unused }, |
| 49743 | 53542 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49764,6 +53563,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49764 | 53563 | .unused, |
| 49765 | 53564 | .unused, |
| 49766 | 53565 | .unused, |
| 53566 | .unused, |
| 53567 | .unused, |
| 49767 | 53568 | }, |
| 49768 | 53569 | .dst_temps = .{ .mem, .unused }, |
| 49769 | 53570 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49793,6 +53594,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49793 | 53594 | .unused, |
| 49794 | 53595 | .unused, |
| 49795 | 53596 | .unused, |
| 53597 | .unused, |
| 53598 | .unused, |
| 49796 | 53599 | }, |
| 49797 | 53600 | .dst_temps = .{ .mem, .unused }, |
| 49798 | 53601 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49821,6 +53624,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49821 | 53624 | .unused, |
| 49822 | 53625 | .unused, |
| 49823 | 53626 | .unused, |
| 53627 | .unused, |
| 53628 | .unused, |
| 49824 | 53629 | }, |
| 49825 | 53630 | .dst_temps = .{ .mem, .unused }, |
| 49826 | 53631 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49848,6 +53653,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49848 | 53653 | .unused, |
| 49849 | 53654 | .unused, |
| 49850 | 53655 | .unused, |
| 53656 | .unused, |
| 53657 | .unused, |
| 49851 | 53658 | }, |
| 49852 | 53659 | .dst_temps = .{ .mem, .unused }, |
| 49853 | 53660 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49875,6 +53682,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49875 | 53682 | .unused, |
| 49876 | 53683 | .unused, |
| 49877 | 53684 | .unused, |
| 53685 | .unused, |
| 53686 | .unused, |
| 49878 | 53687 | }, |
| 49879 | 53688 | .dst_temps = .{ .mem, .unused }, |
| 49880 | 53689 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49903,6 +53712,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49903 | 53712 | .unused, |
| 49904 | 53713 | .unused, |
| 49905 | 53714 | .unused, |
| 53715 | .unused, |
| 53716 | .unused, |
| 49906 | 53717 | }, |
| 49907 | 53718 | .dst_temps = .{ .mem, .unused }, |
| 49908 | 53719 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49934,6 +53745,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49934 | 53745 | .unused, |
| 49935 | 53746 | .unused, |
| 49936 | 53747 | .unused, |
| 53748 | .unused, |
| 53749 | .unused, |
| 49937 | 53750 | }, |
| 49938 | 53751 | .dst_temps = .{ .mem, .unused }, |
| 49939 | 53752 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49964,6 +53777,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49964 | 53777 | .unused, |
| 49965 | 53778 | .unused, |
| 49966 | 53779 | .unused, |
| 53780 | .unused, |
| 53781 | .unused, |
| 49967 | 53782 | }, |
| 49968 | 53783 | .dst_temps = .{ .mem, .unused }, |
| 49969 | 53784 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -49993,6 +53808,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 49993 | 53808 | .unused, |
| 49994 | 53809 | .unused, |
| 49995 | 53810 | .unused, |
| 53811 | .unused, |
| 53812 | .unused, |
| 49996 | 53813 | }, |
| 49997 | 53814 | .dst_temps = .{ .mem, .unused }, |
| 49998 | 53815 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50035,6 +53852,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50035 | 53852 | .unused, |
| 50036 | 53853 | .unused, |
| 50037 | 53854 | .unused, |
| 53855 | .unused, |
| 53856 | .unused, |
| 50038 | 53857 | }, |
| 50039 | 53858 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 50040 | 53859 | .each = .{ .once = &.{ |
| ... | ... | @@ -50070,6 +53889,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50070 | 53889 | .unused, |
| 50071 | 53890 | .unused, |
| 50072 | 53891 | .unused, |
| 53892 | .unused, |
| 53893 | .unused, |
| 50073 | 53894 | }, |
| 50074 | 53895 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 50075 | 53896 | .each = .{ .once = &.{ |
| ... | ... | @@ -50093,6 +53914,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50093 | 53914 | .unused, |
| 50094 | 53915 | .unused, |
| 50095 | 53916 | .unused, |
| 53917 | .unused, |
| 53918 | .unused, |
| 50096 | 53919 | }, |
| 50097 | 53920 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 50098 | 53921 | .each = .{ .once = &.{ |
| ... | ... | @@ -50128,6 +53951,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50128 | 53951 | .unused, |
| 50129 | 53952 | .unused, |
| 50130 | 53953 | .unused, |
| 53954 | .unused, |
| 53955 | .unused, |
| 50131 | 53956 | }, |
| 50132 | 53957 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 50133 | 53958 | .each = .{ .once = &.{ |
| ... | ... | @@ -50151,6 +53976,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50151 | 53976 | .unused, |
| 50152 | 53977 | .unused, |
| 50153 | 53978 | .unused, |
| 53979 | .unused, |
| 53980 | .unused, |
| 50154 | 53981 | }, |
| 50155 | 53982 | .dst_temps = .{ .mem, .unused }, |
| 50156 | 53983 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50180,6 +54007,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50180 | 54007 | .unused, |
| 50181 | 54008 | .unused, |
| 50182 | 54009 | .unused, |
| 54010 | .unused, |
| 54011 | .unused, |
| 50183 | 54012 | }, |
| 50184 | 54013 | .dst_temps = .{ .mem, .unused }, |
| 50185 | 54014 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50209,6 +54038,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50209 | 54038 | .unused, |
| 50210 | 54039 | .unused, |
| 50211 | 54040 | .unused, |
| 54041 | .unused, |
| 54042 | .unused, |
| 50212 | 54043 | }, |
| 50213 | 54044 | .dst_temps = .{ .mem, .unused }, |
| 50214 | 54045 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50238,6 +54069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50238 | 54069 | .unused, |
| 50239 | 54070 | .unused, |
| 50240 | 54071 | .unused, |
| 54072 | .unused, |
| 54073 | .unused, |
| 50241 | 54074 | }, |
| 50242 | 54075 | .dst_temps = .{ .mem, .unused }, |
| 50243 | 54076 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50267,6 +54100,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50267 | 54100 | .unused, |
| 50268 | 54101 | .unused, |
| 50269 | 54102 | .unused, |
| 54103 | .unused, |
| 54104 | .unused, |
| 50270 | 54105 | }, |
| 50271 | 54106 | .dst_temps = .{ .mem, .unused }, |
| 50272 | 54107 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50296,6 +54131,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50296 | 54131 | .unused, |
| 50297 | 54132 | .unused, |
| 50298 | 54133 | .unused, |
| 54134 | .unused, |
| 54135 | .unused, |
| 50299 | 54136 | }, |
| 50300 | 54137 | .dst_temps = .{ .mem, .unused }, |
| 50301 | 54138 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50326,6 +54163,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50326 | 54163 | .unused, |
| 50327 | 54164 | .unused, |
| 50328 | 54165 | .unused, |
| 54166 | .unused, |
| 54167 | .unused, |
| 50329 | 54168 | }, |
| 50330 | 54169 | .dst_temps = .{ .mem, .unused }, |
| 50331 | 54170 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50355,6 +54194,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50355 | 54194 | .unused, |
| 50356 | 54195 | .unused, |
| 50357 | 54196 | .unused, |
| 54197 | .unused, |
| 54198 | .unused, |
| 50358 | 54199 | }, |
| 50359 | 54200 | .dst_temps = .{ .mem, .unused }, |
| 50360 | 54201 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50381,6 +54222,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50381 | 54222 | .unused, |
| 50382 | 54223 | .unused, |
| 50383 | 54224 | .unused, |
| 54225 | .unused, |
| 54226 | .unused, |
| 50384 | 54227 | }, |
| 50385 | 54228 | .dst_temps = .{ .mem, .unused }, |
| 50386 | 54229 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50410,6 +54253,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50410 | 54253 | .unused, |
| 50411 | 54254 | .unused, |
| 50412 | 54255 | .unused, |
| 54256 | .unused, |
| 54257 | .unused, |
| 50413 | 54258 | }, |
| 50414 | 54259 | .dst_temps = .{ .mem, .unused }, |
| 50415 | 54260 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50437,6 +54282,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50437 | 54282 | .unused, |
| 50438 | 54283 | .unused, |
| 50439 | 54284 | .unused, |
| 54285 | .unused, |
| 54286 | .unused, |
| 50440 | 54287 | }, |
| 50441 | 54288 | .dst_temps = .{ .mem, .unused }, |
| 50442 | 54289 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50464,6 +54311,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50464 | 54311 | .unused, |
| 50465 | 54312 | .unused, |
| 50466 | 54313 | .unused, |
| 54314 | .unused, |
| 54315 | .unused, |
| 50467 | 54316 | }, |
| 50468 | 54317 | .dst_temps = .{ .mem, .unused }, |
| 50469 | 54318 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50490,6 +54339,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50490 | 54339 | .unused, |
| 50491 | 54340 | .unused, |
| 50492 | 54341 | .unused, |
| 54342 | .unused, |
| 54343 | .unused, |
| 50493 | 54344 | }, |
| 50494 | 54345 | .dst_temps = .{ .mem, .unused }, |
| 50495 | 54346 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50519,6 +54370,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50519 | 54370 | .unused, |
| 50520 | 54371 | .unused, |
| 50521 | 54372 | .unused, |
| 54373 | .unused, |
| 54374 | .unused, |
| 50522 | 54375 | }, |
| 50523 | 54376 | .dst_temps = .{ .mem, .unused }, |
| 50524 | 54377 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50546,6 +54399,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50546 | 54399 | .unused, |
| 50547 | 54400 | .unused, |
| 50548 | 54401 | .unused, |
| 54402 | .unused, |
| 54403 | .unused, |
| 50549 | 54404 | }, |
| 50550 | 54405 | .dst_temps = .{ .mem, .unused }, |
| 50551 | 54406 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50573,6 +54428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50573 | 54428 | .unused, |
| 50574 | 54429 | .unused, |
| 50575 | 54430 | .unused, |
| 54431 | .unused, |
| 54432 | .unused, |
| 50576 | 54433 | }, |
| 50577 | 54434 | .dst_temps = .{ .mem, .unused }, |
| 50578 | 54435 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50599,6 +54456,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50599 | 54456 | .unused, |
| 50600 | 54457 | .unused, |
| 50601 | 54458 | .unused, |
| 54459 | .unused, |
| 54460 | .unused, |
| 50602 | 54461 | }, |
| 50603 | 54462 | .dst_temps = .{ .mem, .unused }, |
| 50604 | 54463 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50628,6 +54487,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50628 | 54487 | .unused, |
| 50629 | 54488 | .unused, |
| 50630 | 54489 | .unused, |
| 54490 | .unused, |
| 54491 | .unused, |
| 50631 | 54492 | }, |
| 50632 | 54493 | .dst_temps = .{ .mem, .unused }, |
| 50633 | 54494 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50655,6 +54516,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50655 | 54516 | .unused, |
| 50656 | 54517 | .unused, |
| 50657 | 54518 | .unused, |
| 54519 | .unused, |
| 54520 | .unused, |
| 50658 | 54521 | }, |
| 50659 | 54522 | .dst_temps = .{ .mem, .unused }, |
| 50660 | 54523 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50682,6 +54545,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50682 | 54545 | .unused, |
| 50683 | 54546 | .unused, |
| 50684 | 54547 | .unused, |
| 54548 | .unused, |
| 54549 | .unused, |
| 50685 | 54550 | }, |
| 50686 | 54551 | .dst_temps = .{ .mem, .unused }, |
| 50687 | 54552 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50708,6 +54573,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50708 | 54573 | .unused, |
| 50709 | 54574 | .unused, |
| 50710 | 54575 | .unused, |
| 54576 | .unused, |
| 54577 | .unused, |
| 50711 | 54578 | }, |
| 50712 | 54579 | .dst_temps = .{ .mem, .unused }, |
| 50713 | 54580 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50737,6 +54604,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50737 | 54604 | .unused, |
| 50738 | 54605 | .unused, |
| 50739 | 54606 | .unused, |
| 54607 | .unused, |
| 54608 | .unused, |
| 50740 | 54609 | }, |
| 50741 | 54610 | .dst_temps = .{ .mem, .unused }, |
| 50742 | 54611 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50764,6 +54633,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50764 | 54633 | .unused, |
| 50765 | 54634 | .unused, |
| 50766 | 54635 | .unused, |
| 54636 | .unused, |
| 54637 | .unused, |
| 50767 | 54638 | }, |
| 50768 | 54639 | .dst_temps = .{ .mem, .unused }, |
| 50769 | 54640 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50791,6 +54662,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50791 | 54662 | .unused, |
| 50792 | 54663 | .unused, |
| 50793 | 54664 | .unused, |
| 54665 | .unused, |
| 54666 | .unused, |
| 50794 | 54667 | }, |
| 50795 | 54668 | .dst_temps = .{ .mem, .unused }, |
| 50796 | 54669 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50819,6 +54692,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50819 | 54692 | .unused, |
| 50820 | 54693 | .unused, |
| 50821 | 54694 | .unused, |
| 54695 | .unused, |
| 54696 | .unused, |
| 50822 | 54697 | }, |
| 50823 | 54698 | .dst_temps = .{ .mem, .unused }, |
| 50824 | 54699 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50850,6 +54725,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50850 | 54725 | .unused, |
| 50851 | 54726 | .unused, |
| 50852 | 54727 | .unused, |
| 54728 | .unused, |
| 54729 | .unused, |
| 50853 | 54730 | }, |
| 50854 | 54731 | .dst_temps = .{ .mem, .unused }, |
| 50855 | 54732 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50879,6 +54756,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50879 | 54756 | .unused, |
| 50880 | 54757 | .unused, |
| 50881 | 54758 | .unused, |
| 54759 | .unused, |
| 54760 | .unused, |
| 50882 | 54761 | }, |
| 50883 | 54762 | .dst_temps = .{ .mem, .unused }, |
| 50884 | 54763 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -50909,6 +54788,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50909 | 54788 | .unused, |
| 50910 | 54789 | .unused, |
| 50911 | 54790 | .unused, |
| 54791 | .unused, |
| 54792 | .unused, |
| 50912 | 54793 | }, |
| 50913 | 54794 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 50914 | 54795 | .each = .{ .once = &.{ |
| ... | ... | @@ -50935,6 +54816,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50935 | 54816 | .unused, |
| 50936 | 54817 | .unused, |
| 50937 | 54818 | .unused, |
| 54819 | .unused, |
| 54820 | .unused, |
| 50938 | 54821 | }, |
| 50939 | 54822 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 50940 | 54823 | .each = .{ .once = &.{ |
| ... | ... | @@ -50958,6 +54841,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50958 | 54841 | .unused, |
| 50959 | 54842 | .unused, |
| 50960 | 54843 | .unused, |
| 54844 | .unused, |
| 54845 | .unused, |
| 50961 | 54846 | }, |
| 50962 | 54847 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 50963 | 54848 | .each = .{ .once = &.{ |
| ... | ... | @@ -50984,6 +54869,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 50984 | 54869 | .unused, |
| 50985 | 54870 | .unused, |
| 50986 | 54871 | .unused, |
| 54872 | .unused, |
| 54873 | .unused, |
| 50987 | 54874 | }, |
| 50988 | 54875 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 50989 | 54876 | .each = .{ .once = &.{ |
| ... | ... | @@ -51007,6 +54894,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51007 | 54894 | .unused, |
| 51008 | 54895 | .unused, |
| 51009 | 54896 | .unused, |
| 54897 | .unused, |
| 54898 | .unused, |
| 51010 | 54899 | }, |
| 51011 | 54900 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 51012 | 54901 | .each = .{ .once = &.{ |
| ... | ... | @@ -51030,6 +54919,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51030 | 54919 | .unused, |
| 51031 | 54920 | .unused, |
| 51032 | 54921 | .unused, |
| 54922 | .unused, |
| 54923 | .unused, |
| 51033 | 54924 | }, |
| 51034 | 54925 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 51035 | 54926 | .each = .{ .once = &.{ |
| ... | ... | @@ -51056,6 +54947,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51056 | 54947 | .unused, |
| 51057 | 54948 | .unused, |
| 51058 | 54949 | .unused, |
| 54950 | .unused, |
| 54951 | .unused, |
| 51059 | 54952 | }, |
| 51060 | 54953 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 51061 | 54954 | .each = .{ .once = &.{ |
| ... | ... | @@ -51079,6 +54972,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51079 | 54972 | .unused, |
| 51080 | 54973 | .unused, |
| 51081 | 54974 | .unused, |
| 54975 | .unused, |
| 54976 | .unused, |
| 51082 | 54977 | }, |
| 51083 | 54978 | .dst_temps = .{ .mem, .unused }, |
| 51084 | 54979 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51112,6 +55007,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51112 | 55007 | .unused, |
| 51113 | 55008 | .unused, |
| 51114 | 55009 | .unused, |
| 55010 | .unused, |
| 55011 | .unused, |
| 51115 | 55012 | }, |
| 51116 | 55013 | .dst_temps = .{ .mem, .unused }, |
| 51117 | 55014 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51141,6 +55038,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51141 | 55038 | .unused, |
| 51142 | 55039 | .unused, |
| 51143 | 55040 | .unused, |
| 55041 | .unused, |
| 55042 | .unused, |
| 51144 | 55043 | }, |
| 51145 | 55044 | .dst_temps = .{ .mem, .unused }, |
| 51146 | 55045 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51174,6 +55073,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51174 | 55073 | .unused, |
| 51175 | 55074 | .unused, |
| 51176 | 55075 | .unused, |
| 55076 | .unused, |
| 55077 | .unused, |
| 51177 | 55078 | }, |
| 51178 | 55079 | .dst_temps = .{ .mem, .unused }, |
| 51179 | 55080 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51203,6 +55104,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51203 | 55104 | .unused, |
| 51204 | 55105 | .unused, |
| 51205 | 55106 | .unused, |
| 55107 | .unused, |
| 55108 | .unused, |
| 51206 | 55109 | }, |
| 51207 | 55110 | .dst_temps = .{ .mem, .unused }, |
| 51208 | 55111 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51237,6 +55140,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51237 | 55140 | .unused, |
| 51238 | 55141 | .unused, |
| 51239 | 55142 | .unused, |
| 55143 | .unused, |
| 55144 | .unused, |
| 51240 | 55145 | }, |
| 51241 | 55146 | .dst_temps = .{ .mem, .unused }, |
| 51242 | 55147 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51267,6 +55172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51267 | 55172 | .unused, |
| 51268 | 55173 | .unused, |
| 51269 | 55174 | .unused, |
| 55175 | .unused, |
| 55176 | .unused, |
| 51270 | 55177 | }, |
| 51271 | 55178 | .dst_temps = .{ .mem, .unused }, |
| 51272 | 55179 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51297,6 +55204,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51297 | 55204 | .unused, |
| 51298 | 55205 | .unused, |
| 51299 | 55206 | .unused, |
| 55207 | .unused, |
| 55208 | .unused, |
| 51300 | 55209 | }, |
| 51301 | 55210 | .dst_temps = .{ .mem, .unused }, |
| 51302 | 55211 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51324,6 +55233,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51324 | 55233 | .unused, |
| 51325 | 55234 | .unused, |
| 51326 | 55235 | .unused, |
| 55236 | .unused, |
| 55237 | .unused, |
| 51327 | 55238 | }, |
| 51328 | 55239 | .dst_temps = .{ .mem, .unused }, |
| 51329 | 55240 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51353,6 +55264,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51353 | 55264 | .unused, |
| 51354 | 55265 | .unused, |
| 51355 | 55266 | .unused, |
| 55267 | .unused, |
| 55268 | .unused, |
| 51356 | 55269 | }, |
| 51357 | 55270 | .dst_temps = .{ .mem, .unused }, |
| 51358 | 55271 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51381,6 +55294,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51381 | 55294 | .unused, |
| 51382 | 55295 | .unused, |
| 51383 | 55296 | .unused, |
| 55297 | .unused, |
| 55298 | .unused, |
| 51384 | 55299 | }, |
| 51385 | 55300 | .dst_temps = .{ .mem, .unused }, |
| 51386 | 55301 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51409,6 +55324,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51409 | 55324 | .unused, |
| 51410 | 55325 | .unused, |
| 51411 | 55326 | .unused, |
| 55327 | .unused, |
| 55328 | .unused, |
| 51412 | 55329 | }, |
| 51413 | 55330 | .dst_temps = .{ .mem, .unused }, |
| 51414 | 55331 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51436,6 +55353,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51436 | 55353 | .unused, |
| 51437 | 55354 | .unused, |
| 51438 | 55355 | .unused, |
| 55356 | .unused, |
| 55357 | .unused, |
| 51439 | 55358 | }, |
| 51440 | 55359 | .dst_temps = .{ .mem, .unused }, |
| 51441 | 55360 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51465,6 +55384,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51465 | 55384 | .unused, |
| 51466 | 55385 | .unused, |
| 51467 | 55386 | .unused, |
| 55387 | .unused, |
| 55388 | .unused, |
| 51468 | 55389 | }, |
| 51469 | 55390 | .dst_temps = .{ .mem, .unused }, |
| 51470 | 55391 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51493,6 +55414,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51493 | 55414 | .unused, |
| 51494 | 55415 | .unused, |
| 51495 | 55416 | .unused, |
| 55417 | .unused, |
| 55418 | .unused, |
| 51496 | 55419 | }, |
| 51497 | 55420 | .dst_temps = .{ .mem, .unused }, |
| 51498 | 55421 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51521,6 +55444,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51521 | 55444 | .unused, |
| 51522 | 55445 | .unused, |
| 51523 | 55446 | .unused, |
| 55447 | .unused, |
| 55448 | .unused, |
| 51524 | 55449 | }, |
| 51525 | 55450 | .dst_temps = .{ .mem, .unused }, |
| 51526 | 55451 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51548,6 +55473,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51548 | 55473 | .unused, |
| 51549 | 55474 | .unused, |
| 51550 | 55475 | .unused, |
| 55476 | .unused, |
| 55477 | .unused, |
| 51551 | 55478 | }, |
| 51552 | 55479 | .dst_temps = .{ .mem, .unused }, |
| 51553 | 55480 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51577,6 +55504,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51577 | 55504 | .unused, |
| 51578 | 55505 | .unused, |
| 51579 | 55506 | .unused, |
| 55507 | .unused, |
| 55508 | .unused, |
| 51580 | 55509 | }, |
| 51581 | 55510 | .dst_temps = .{ .mem, .unused }, |
| 51582 | 55511 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51605,6 +55534,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51605 | 55534 | .unused, |
| 51606 | 55535 | .unused, |
| 51607 | 55536 | .unused, |
| 55537 | .unused, |
| 55538 | .unused, |
| 51608 | 55539 | }, |
| 51609 | 55540 | .dst_temps = .{ .mem, .unused }, |
| 51610 | 55541 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51633,6 +55564,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51633 | 55564 | .unused, |
| 51634 | 55565 | .unused, |
| 51635 | 55566 | .unused, |
| 55567 | .unused, |
| 55568 | .unused, |
| 51636 | 55569 | }, |
| 51637 | 55570 | .dst_temps = .{ .mem, .unused }, |
| 51638 | 55571 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51662,6 +55595,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51662 | 55595 | .unused, |
| 51663 | 55596 | .unused, |
| 51664 | 55597 | .unused, |
| 55598 | .unused, |
| 55599 | .unused, |
| 51665 | 55600 | }, |
| 51666 | 55601 | .dst_temps = .{ .mem, .unused }, |
| 51667 | 55602 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51693,6 +55628,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51693 | 55628 | .unused, |
| 51694 | 55629 | .unused, |
| 51695 | 55630 | .unused, |
| 55631 | .unused, |
| 55632 | .unused, |
| 51696 | 55633 | }, |
| 51697 | 55634 | .dst_temps = .{ .mem, .unused }, |
| 51698 | 55635 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51723,6 +55660,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51723 | 55660 | .unused, |
| 51724 | 55661 | .unused, |
| 51725 | 55662 | .unused, |
| 55663 | .unused, |
| 55664 | .unused, |
| 51726 | 55665 | }, |
| 51727 | 55666 | .dst_temps = .{ .mem, .unused }, |
| 51728 | 55667 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51753,6 +55692,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51753 | 55692 | .unused, |
| 51754 | 55693 | .unused, |
| 51755 | 55694 | .unused, |
| 55695 | .unused, |
| 55696 | .unused, |
| 51756 | 55697 | }, |
| 51757 | 55698 | .dst_temps = .{ .mem, .unused }, |
| 51758 | 55699 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51783,6 +55724,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51783 | 55724 | .unused, |
| 51784 | 55725 | .unused, |
| 51785 | 55726 | .unused, |
| 55727 | .unused, |
| 55728 | .unused, |
| 51786 | 55729 | }, |
| 51787 | 55730 | .dst_temps = .{ .mem, .unused }, |
| 51788 | 55731 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51813,6 +55756,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51813 | 55756 | .unused, |
| 51814 | 55757 | .unused, |
| 51815 | 55758 | .unused, |
| 55759 | .unused, |
| 55760 | .unused, |
| 51816 | 55761 | }, |
| 51817 | 55762 | .dst_temps = .{ .mem, .unused }, |
| 51818 | 55763 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51848,6 +55793,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51848 | 55793 | .unused, |
| 51849 | 55794 | .unused, |
| 51850 | 55795 | .unused, |
| 55796 | .unused, |
| 55797 | .unused, |
| 51851 | 55798 | }, |
| 51852 | 55799 | .dst_temps = .{ .mem, .unused }, |
| 51853 | 55800 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51883,6 +55830,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51883 | 55830 | .unused, |
| 51884 | 55831 | .unused, |
| 51885 | 55832 | .unused, |
| 55833 | .unused, |
| 55834 | .unused, |
| 51886 | 55835 | }, |
| 51887 | 55836 | .dst_temps = .{ .mem, .unused }, |
| 51888 | 55837 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51920,6 +55869,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51920 | 55869 | .unused, |
| 51921 | 55870 | .unused, |
| 51922 | 55871 | .unused, |
| 55872 | .unused, |
| 55873 | .unused, |
| 51923 | 55874 | }, |
| 51924 | 55875 | .dst_temps = .{ .mem, .unused }, |
| 51925 | 55876 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51957,6 +55908,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51957 | 55908 | .unused, |
| 51958 | 55909 | .unused, |
| 51959 | 55910 | .unused, |
| 55911 | .unused, |
| 55912 | .unused, |
| 51960 | 55913 | }, |
| 51961 | 55914 | .dst_temps = .{ .mem, .unused }, |
| 51962 | 55915 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -51991,6 +55944,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 51991 | 55944 | .unused, |
| 51992 | 55945 | .unused, |
| 51993 | 55946 | .unused, |
| 55947 | .unused, |
| 55948 | .unused, |
| 51994 | 55949 | }, |
| 51995 | 55950 | .dst_temps = .{ .mem, .unused }, |
| 51996 | 55951 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52025,6 +55980,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52025 | 55980 | .unused, |
| 52026 | 55981 | .unused, |
| 52027 | 55982 | .unused, |
| 55983 | .unused, |
| 55984 | .unused, |
| 52028 | 55985 | }, |
| 52029 | 55986 | .dst_temps = .{ .mem, .unused }, |
| 52030 | 55987 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52057,6 +56014,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52057 | 56014 | .unused, |
| 52058 | 56015 | .unused, |
| 52059 | 56016 | .unused, |
| 56017 | .unused, |
| 56018 | .unused, |
| 52060 | 56019 | }, |
| 52061 | 56020 | .dst_temps = .{ .mem, .unused }, |
| 52062 | 56021 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52089,6 +56048,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52089 | 56048 | .unused, |
| 52090 | 56049 | .unused, |
| 52091 | 56050 | .unused, |
| 56051 | .unused, |
| 56052 | .unused, |
| 52092 | 56053 | }, |
| 52093 | 56054 | .dst_temps = .{ .mem, .unused }, |
| 52094 | 56055 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52124,6 +56085,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52124 | 56085 | .unused, |
| 52125 | 56086 | .unused, |
| 52126 | 56087 | .unused, |
| 56088 | .unused, |
| 56089 | .unused, |
| 52127 | 56090 | }, |
| 52128 | 56091 | .dst_temps = .{ .mem, .unused }, |
| 52129 | 56092 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52159,6 +56122,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52159 | 56122 | .unused, |
| 52160 | 56123 | .unused, |
| 52161 | 56124 | .unused, |
| 56125 | .unused, |
| 56126 | .unused, |
| 52162 | 56127 | }, |
| 52163 | 56128 | .dst_temps = .{ .mem, .unused }, |
| 52164 | 56129 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52192,6 +56157,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52192 | 56157 | .unused, |
| 52193 | 56158 | .unused, |
| 52194 | 56159 | .unused, |
| 56160 | .unused, |
| 56161 | .unused, |
| 52195 | 56162 | }, |
| 52196 | 56163 | .dst_temps = .{ .mem, .unused }, |
| 52197 | 56164 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52225,6 +56192,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52225 | 56192 | .unused, |
| 52226 | 56193 | .unused, |
| 52227 | 56194 | .unused, |
| 56195 | .unused, |
| 56196 | .unused, |
| 52228 | 56197 | }, |
| 52229 | 56198 | .dst_temps = .{ .mem, .unused }, |
| 52230 | 56199 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52260,6 +56229,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52260 | 56229 | .unused, |
| 52261 | 56230 | .unused, |
| 52262 | 56231 | .unused, |
| 56232 | .unused, |
| 56233 | .unused, |
| 52263 | 56234 | }, |
| 52264 | 56235 | .dst_temps = .{ .mem, .unused }, |
| 52265 | 56236 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52295,6 +56266,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52295 | 56266 | .unused, |
| 52296 | 56267 | .unused, |
| 52297 | 56268 | .unused, |
| 56269 | .unused, |
| 56270 | .unused, |
| 52298 | 56271 | }, |
| 52299 | 56272 | .dst_temps = .{ .mem, .unused }, |
| 52300 | 56273 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52329,6 +56302,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52329 | 56302 | .unused, |
| 52330 | 56303 | .unused, |
| 52331 | 56304 | .unused, |
| 56305 | .unused, |
| 56306 | .unused, |
| 52332 | 56307 | }, |
| 52333 | 56308 | .dst_temps = .{ .mem, .unused }, |
| 52334 | 56309 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -52990,6 +56965,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 52990 | 56965 | .unused, |
| 52991 | 56966 | .unused, |
| 52992 | 56967 | .unused, |
| 56968 | .unused, |
| 56969 | .unused, |
| 52993 | 56970 | }, |
| 52994 | 56971 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 52995 | 56972 | .each = .{ .once = &.{ |
| ... | ... | @@ -53013,6 +56990,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53013 | 56990 | .unused, |
| 53014 | 56991 | .unused, |
| 53015 | 56992 | .unused, |
| 56993 | .unused, |
| 56994 | .unused, |
| 53016 | 56995 | }, |
| 53017 | 56996 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 53018 | 56997 | .each = .{ .once = &.{ |
| ... | ... | @@ -53036,6 +57015,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53036 | 57015 | .unused, |
| 53037 | 57016 | .unused, |
| 53038 | 57017 | .unused, |
| 57018 | .unused, |
| 57019 | .unused, |
| 53039 | 57020 | }, |
| 53040 | 57021 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 53041 | 57022 | .each = .{ .once = &.{ |
| ... | ... | @@ -53059,6 +57040,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53059 | 57040 | .unused, |
| 53060 | 57041 | .unused, |
| 53061 | 57042 | .unused, |
| 57043 | .unused, |
| 57044 | .unused, |
| 53062 | 57045 | }, |
| 53063 | 57046 | .dst_temps = .{ .mem, .unused }, |
| 53064 | 57047 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -53086,6 +57069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53086 | 57069 | .unused, |
| 53087 | 57070 | .unused, |
| 53088 | 57071 | .unused, |
| 57072 | .unused, |
| 57073 | .unused, |
| 53089 | 57074 | }, |
| 53090 | 57075 | .dst_temps = .{ .mem, .unused }, |
| 53091 | 57076 | .each = .{ .once = &.{ |
| ... | ... | @@ -53111,6 +57096,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53111 | 57096 | .unused, |
| 53112 | 57097 | .unused, |
| 53113 | 57098 | .unused, |
| 57099 | .unused, |
| 57100 | .unused, |
| 53114 | 57101 | }, |
| 53115 | 57102 | .dst_temps = .{ .mem, .unused }, |
| 53116 | 57103 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -53140,6 +57127,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53140 | 57127 | .unused, |
| 53141 | 57128 | .unused, |
| 53142 | 57129 | .unused, |
| 57130 | .unused, |
| 57131 | .unused, |
| 53143 | 57132 | }, |
| 53144 | 57133 | .dst_temps = .{ .mem, .unused }, |
| 53145 | 57134 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -53170,6 +57159,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53170 | 57159 | .unused, |
| 53171 | 57160 | .unused, |
| 53172 | 57161 | .unused, |
| 57162 | .unused, |
| 57163 | .unused, |
| 53173 | 57164 | }, |
| 53174 | 57165 | .dst_temps = .{ .{ .reg = .eax }, .unused }, |
| 53175 | 57166 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53194,6 +57185,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53194 | 57185 | .unused, |
| 53195 | 57186 | .unused, |
| 53196 | 57187 | .unused, |
| 57188 | .unused, |
| 57189 | .unused, |
| 53197 | 57190 | }, |
| 53198 | 57191 | .dst_temps = .{ .{ .reg = .eax }, .unused }, |
| 53199 | 57192 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53218,6 +57211,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53218 | 57211 | .unused, |
| 53219 | 57212 | .unused, |
| 53220 | 57213 | .unused, |
| 57214 | .unused, |
| 57215 | .unused, |
| 53221 | 57216 | }, |
| 53222 | 57217 | .dst_temps = .{ .{ .reg = .rax }, .unused }, |
| 53223 | 57218 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53242,6 +57237,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53242 | 57237 | .unused, |
| 53243 | 57238 | .unused, |
| 53244 | 57239 | .unused, |
| 57240 | .unused, |
| 57241 | .unused, |
| 53245 | 57242 | }, |
| 53246 | 57243 | .dst_temps = .{ .{ .reg = .rax }, .unused }, |
| 53247 | 57244 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53266,6 +57263,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53266 | 57263 | .unused, |
| 53267 | 57264 | .unused, |
| 53268 | 57265 | .unused, |
| 57266 | .unused, |
| 57267 | .unused, |
| 53269 | 57268 | }, |
| 53270 | 57269 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 53271 | 57270 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53290,6 +57289,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53290 | 57289 | .unused, |
| 53291 | 57290 | .unused, |
| 53292 | 57291 | .unused, |
| 57292 | .unused, |
| 57293 | .unused, |
| 53293 | 57294 | }, |
| 53294 | 57295 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 53295 | 57296 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53314,6 +57315,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53314 | 57315 | .unused, |
| 53315 | 57316 | .unused, |
| 53316 | 57317 | .unused, |
| 57318 | .unused, |
| 57319 | .unused, |
| 53317 | 57320 | }, |
| 53318 | 57321 | .dst_temps = .{ .mem, .unused }, |
| 53319 | 57322 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53343,6 +57346,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53343 | 57346 | .unused, |
| 53344 | 57347 | .unused, |
| 53345 | 57348 | .unused, |
| 57349 | .unused, |
| 57350 | .unused, |
| 53346 | 57351 | }, |
| 53347 | 57352 | .dst_temps = .{ .mem, .unused }, |
| 53348 | 57353 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53372,6 +57377,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53372 | 57377 | .unused, |
| 53373 | 57378 | .unused, |
| 53374 | 57379 | .unused, |
| 57380 | .unused, |
| 57381 | .unused, |
| 53375 | 57382 | }, |
| 53376 | 57383 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 53377 | 57384 | .each = .{ .once = &.{ |
| ... | ... | @@ -53397,6 +57404,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53397 | 57404 | .unused, |
| 53398 | 57405 | .unused, |
| 53399 | 57406 | .unused, |
| 57407 | .unused, |
| 57408 | .unused, |
| 53400 | 57409 | }, |
| 53401 | 57410 | .dst_temps = .{ .mem, .unused }, |
| 53402 | 57411 | .each = .{ .once = &.{ |
| ... | ... | @@ -53428,6 +57437,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53428 | 57437 | .unused, |
| 53429 | 57438 | .unused, |
| 53430 | 57439 | .unused, |
| 57440 | .unused, |
| 57441 | .unused, |
| 53431 | 57442 | }, |
| 53432 | 57443 | .dst_temps = .{ .mem, .unused }, |
| 53433 | 57444 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53458,6 +57469,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53458 | 57469 | .unused, |
| 53459 | 57470 | .unused, |
| 53460 | 57471 | .unused, |
| 57472 | .unused, |
| 57473 | .unused, |
| 53461 | 57474 | }, |
| 53462 | 57475 | .dst_temps = .{ .mem, .unused }, |
| 53463 | 57476 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53488,6 +57501,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53488 | 57501 | .unused, |
| 53489 | 57502 | .unused, |
| 53490 | 57503 | .unused, |
| 57504 | .unused, |
| 57505 | .unused, |
| 53491 | 57506 | }, |
| 53492 | 57507 | .dst_temps = .{ .mem, .unused }, |
| 53493 | 57508 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53518,6 +57533,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53518 | 57533 | .unused, |
| 53519 | 57534 | .unused, |
| 53520 | 57535 | .unused, |
| 57536 | .unused, |
| 57537 | .unused, |
| 53521 | 57538 | }, |
| 53522 | 57539 | .dst_temps = .{ .mem, .unused }, |
| 53523 | 57540 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53548,6 +57565,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53548 | 57565 | .unused, |
| 53549 | 57566 | .unused, |
| 53550 | 57567 | .unused, |
| 57568 | .unused, |
| 57569 | .unused, |
| 53551 | 57570 | }, |
| 53552 | 57571 | .dst_temps = .{ .mem, .unused }, |
| 53553 | 57572 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53579,6 +57598,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53579 | 57598 | .unused, |
| 53580 | 57599 | .unused, |
| 53581 | 57600 | .unused, |
| 57601 | .unused, |
| 57602 | .unused, |
| 53582 | 57603 | }, |
| 53583 | 57604 | .dst_temps = .{ .mem, .unused }, |
| 53584 | 57605 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53637,6 +57658,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53637 | 57658 | .unused, |
| 53638 | 57659 | .unused, |
| 53639 | 57660 | .unused, |
| 57661 | .unused, |
| 57662 | .unused, |
| 53640 | 57663 | }, |
| 53641 | 57664 | .dst_temps = .{ .mem, .unused }, |
| 53642 | 57665 | .each = .{ .once = &.{ |
| ... | ... | @@ -53665,6 +57688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53665 | 57688 | .unused, |
| 53666 | 57689 | .unused, |
| 53667 | 57690 | .unused, |
| 57691 | .unused, |
| 57692 | .unused, |
| 53668 | 57693 | }, |
| 53669 | 57694 | .dst_temps = .{ .mem, .unused }, |
| 53670 | 57695 | .each = .{ .once = &.{ |
| ... | ... | @@ -53694,6 +57719,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53694 | 57719 | .unused, |
| 53695 | 57720 | .unused, |
| 53696 | 57721 | .unused, |
| 57722 | .unused, |
| 57723 | .unused, |
| 53697 | 57724 | }, |
| 53698 | 57725 | .dst_temps = .{ .mem, .unused }, |
| 53699 | 57726 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53724,6 +57751,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53724 | 57751 | .unused, |
| 53725 | 57752 | .unused, |
| 53726 | 57753 | .unused, |
| 57754 | .unused, |
| 57755 | .unused, |
| 53727 | 57756 | }, |
| 53728 | 57757 | .dst_temps = .{ .mem, .unused }, |
| 53729 | 57758 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53754,6 +57783,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53754 | 57783 | .unused, |
| 53755 | 57784 | .unused, |
| 53756 | 57785 | .unused, |
| 57786 | .unused, |
| 57787 | .unused, |
| 53757 | 57788 | }, |
| 53758 | 57789 | .dst_temps = .{ .mem, .unused }, |
| 53759 | 57790 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53784,6 +57815,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53784 | 57815 | .unused, |
| 53785 | 57816 | .unused, |
| 53786 | 57817 | .unused, |
| 57818 | .unused, |
| 57819 | .unused, |
| 53787 | 57820 | }, |
| 53788 | 57821 | .dst_temps = .{ .mem, .unused }, |
| 53789 | 57822 | .each = .{ .once = &.{ |
| ... | ... | @@ -53811,6 +57844,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53811 | 57844 | .unused, |
| 53812 | 57845 | .unused, |
| 53813 | 57846 | .unused, |
| 57847 | .unused, |
| 57848 | .unused, |
| 53814 | 57849 | }, |
| 53815 | 57850 | .dst_temps = .{ .mem, .unused }, |
| 53816 | 57851 | .each = .{ .once = &.{ |
| ... | ... | @@ -53841,6 +57876,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53841 | 57876 | .unused, |
| 53842 | 57877 | .unused, |
| 53843 | 57878 | .unused, |
| 57879 | .unused, |
| 57880 | .unused, |
| 53844 | 57881 | }, |
| 53845 | 57882 | .dst_temps = .{ .mem, .unused }, |
| 53846 | 57883 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53871,6 +57908,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53871 | 57908 | .unused, |
| 53872 | 57909 | .unused, |
| 53873 | 57910 | .unused, |
| 57911 | .unused, |
| 57912 | .unused, |
| 53874 | 57913 | }, |
| 53875 | 57914 | .dst_temps = .{ .mem, .unused }, |
| 53876 | 57915 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53901,6 +57940,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53901 | 57940 | .unused, |
| 53902 | 57941 | .unused, |
| 53903 | 57942 | .unused, |
| 57943 | .unused, |
| 57944 | .unused, |
| 53904 | 57945 | }, |
| 53905 | 57946 | .dst_temps = .{ .mem, .unused }, |
| 53906 | 57947 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53931,6 +57972,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53931 | 57972 | .unused, |
| 53932 | 57973 | .unused, |
| 53933 | 57974 | .unused, |
| 57975 | .unused, |
| 57976 | .unused, |
| 53934 | 57977 | }, |
| 53935 | 57978 | .dst_temps = .{ .mem, .unused }, |
| 53936 | 57979 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53961,6 +58004,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53961 | 58004 | .unused, |
| 53962 | 58005 | .unused, |
| 53963 | 58006 | .unused, |
| 58007 | .unused, |
| 58008 | .unused, |
| 53964 | 58009 | }, |
| 53965 | 58010 | .dst_temps = .{ .mem, .unused }, |
| 53966 | 58011 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -53992,6 +58037,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 53992 | 58037 | .unused, |
| 53993 | 58038 | .unused, |
| 53994 | 58039 | .unused, |
| 58040 | .unused, |
| 58041 | .unused, |
| 53995 | 58042 | }, |
| 53996 | 58043 | .dst_temps = .{ .mem, .unused }, |
| 53997 | 58044 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54022,6 +58069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54022 | 58069 | .unused, |
| 54023 | 58070 | .unused, |
| 54024 | 58071 | .unused, |
| 58072 | .unused, |
| 58073 | .unused, |
| 54025 | 58074 | }, |
| 54026 | 58075 | .dst_temps = .{ .mem, .unused }, |
| 54027 | 58076 | .each = .{ .once = &.{ |
| ... | ... | @@ -54052,6 +58101,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54052 | 58101 | .unused, |
| 54053 | 58102 | .unused, |
| 54054 | 58103 | .unused, |
| 58104 | .unused, |
| 58105 | .unused, |
| 54055 | 58106 | }, |
| 54056 | 58107 | .dst_temps = .{ .mem, .unused }, |
| 54057 | 58108 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54082,6 +58133,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54082 | 58133 | .unused, |
| 54083 | 58134 | .unused, |
| 54084 | 58135 | .unused, |
| 58136 | .unused, |
| 58137 | .unused, |
| 54085 | 58138 | }, |
| 54086 | 58139 | .dst_temps = .{ .mem, .unused }, |
| 54087 | 58140 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54112,6 +58165,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54112 | 58165 | .unused, |
| 54113 | 58166 | .unused, |
| 54114 | 58167 | .unused, |
| 58168 | .unused, |
| 58169 | .unused, |
| 54115 | 58170 | }, |
| 54116 | 58171 | .dst_temps = .{ .mem, .unused }, |
| 54117 | 58172 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54142,6 +58197,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54142 | 58197 | .unused, |
| 54143 | 58198 | .unused, |
| 54144 | 58199 | .unused, |
| 58200 | .unused, |
| 58201 | .unused, |
| 54145 | 58202 | }, |
| 54146 | 58203 | .dst_temps = .{ .mem, .unused }, |
| 54147 | 58204 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54172,6 +58229,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54172 | 58229 | .unused, |
| 54173 | 58230 | .unused, |
| 54174 | 58231 | .unused, |
| 58232 | .unused, |
| 58233 | .unused, |
| 54175 | 58234 | }, |
| 54176 | 58235 | .dst_temps = .{ .mem, .unused }, |
| 54177 | 58236 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54203,6 +58262,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54203 | 58262 | .unused, |
| 54204 | 58263 | .unused, |
| 54205 | 58264 | .unused, |
| 58265 | .unused, |
| 58266 | .unused, |
| 54206 | 58267 | }, |
| 54207 | 58268 | .dst_temps = .{ .mem, .unused }, |
| 54208 | 58269 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54234,6 +58295,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54234 | 58295 | .unused, |
| 54235 | 58296 | .unused, |
| 54236 | 58297 | .unused, |
| 58298 | .unused, |
| 58299 | .unused, |
| 54237 | 58300 | }, |
| 54238 | 58301 | .dst_temps = .{ .mem, .unused }, |
| 54239 | 58302 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54265,6 +58328,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54265 | 58328 | .unused, |
| 54266 | 58329 | .unused, |
| 54267 | 58330 | .unused, |
| 58331 | .unused, |
| 58332 | .unused, |
| 54268 | 58333 | }, |
| 54269 | 58334 | .dst_temps = .{ .mem, .unused }, |
| 54270 | 58335 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54296,6 +58361,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54296 | 58361 | .unused, |
| 54297 | 58362 | .unused, |
| 54298 | 58363 | .unused, |
| 58364 | .unused, |
| 58365 | .unused, |
| 54299 | 58366 | }, |
| 54300 | 58367 | .dst_temps = .{ .mem, .unused }, |
| 54301 | 58368 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54327,6 +58394,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54327 | 58394 | .unused, |
| 54328 | 58395 | .unused, |
| 54329 | 58396 | .unused, |
| 58397 | .unused, |
| 58398 | .unused, |
| 54330 | 58399 | }, |
| 54331 | 58400 | .dst_temps = .{ .mem, .unused }, |
| 54332 | 58401 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54358,6 +58427,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54358 | 58427 | .unused, |
| 54359 | 58428 | .unused, |
| 54360 | 58429 | .unused, |
| 58430 | .unused, |
| 58431 | .unused, |
| 54361 | 58432 | }, |
| 54362 | 58433 | .dst_temps = .{ .mem, .unused }, |
| 54363 | 58434 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54390,6 +58461,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54390 | 58461 | .unused, |
| 54391 | 58462 | .unused, |
| 54392 | 58463 | .unused, |
| 58464 | .unused, |
| 58465 | .unused, |
| 54393 | 58466 | }, |
| 54394 | 58467 | .dst_temps = .{ .mem, .unused }, |
| 54395 | 58468 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54422,6 +58495,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54422 | 58495 | .unused, |
| 54423 | 58496 | .unused, |
| 54424 | 58497 | .unused, |
| 58498 | .unused, |
| 58499 | .unused, |
| 54425 | 58500 | }, |
| 54426 | 58501 | .dst_temps = .{ .mem, .unused }, |
| 54427 | 58502 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54455,6 +58530,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54455 | 58530 | .unused, |
| 54456 | 58531 | .unused, |
| 54457 | 58532 | .unused, |
| 58533 | .unused, |
| 58534 | .unused, |
| 54458 | 58535 | }, |
| 54459 | 58536 | .dst_temps = .{ .mem, .unused }, |
| 54460 | 58537 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54488,6 +58565,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54488 | 58565 | .unused, |
| 54489 | 58566 | .unused, |
| 54490 | 58567 | .unused, |
| 58568 | .unused, |
| 58569 | .unused, |
| 54491 | 58570 | }, |
| 54492 | 58571 | .dst_temps = .{ .mem, .unused }, |
| 54493 | 58572 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54521,6 +58600,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54521 | 58600 | .unused, |
| 54522 | 58601 | .unused, |
| 54523 | 58602 | .unused, |
| 58603 | .unused, |
| 58604 | .unused, |
| 54524 | 58605 | }, |
| 54525 | 58606 | .dst_temps = .{ .mem, .unused }, |
| 54526 | 58607 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54554,6 +58635,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54554 | 58635 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixhfei" } } }, |
| 54555 | 58636 | .unused, |
| 54556 | 58637 | .unused, |
| 58638 | .unused, |
| 58639 | .unused, |
| 54557 | 58640 | }, |
| 54558 | 58641 | .dst_temps = .{ .mem, .unused }, |
| 54559 | 58642 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54588,6 +58671,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54588 | 58671 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixunshfei" } } }, |
| 54589 | 58672 | .unused, |
| 54590 | 58673 | .unused, |
| 58674 | .unused, |
| 58675 | .unused, |
| 54591 | 58676 | }, |
| 54592 | 58677 | .dst_temps = .{ .mem, .unused }, |
| 54593 | 58678 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54669,6 +58754,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54669 | 58754 | .unused, |
| 54670 | 58755 | .unused, |
| 54671 | 58756 | .unused, |
| 58757 | .unused, |
| 58758 | .unused, |
| 54672 | 58759 | }, |
| 54673 | 58760 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 54674 | 58761 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -54699,6 +58786,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54699 | 58786 | .unused, |
| 54700 | 58787 | .unused, |
| 54701 | 58788 | .unused, |
| 58789 | .unused, |
| 58790 | .unused, |
| 54702 | 58791 | }, |
| 54703 | 58792 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 54704 | 58793 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -54730,6 +58819,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54730 | 58819 | .unused, |
| 54731 | 58820 | .unused, |
| 54732 | 58821 | .unused, |
| 58822 | .unused, |
| 58823 | .unused, |
| 54733 | 58824 | }, |
| 54734 | 58825 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 54735 | 58826 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54754,6 +58845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54754 | 58845 | .unused, |
| 54755 | 58846 | .unused, |
| 54756 | 58847 | .unused, |
| 58848 | .unused, |
| 58849 | .unused, |
| 54757 | 58850 | }, |
| 54758 | 58851 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 54759 | 58852 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54778,6 +58871,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54778 | 58871 | .{ .type = .u32, .kind = .{ .reg = .ecx } }, |
| 54779 | 58872 | .unused, |
| 54780 | 58873 | .unused, |
| 58874 | .unused, |
| 58875 | .unused, |
| 54781 | 58876 | }, |
| 54782 | 58877 | .dst_temps = .{ .mem, .unused }, |
| 54783 | 58878 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54817,6 +58912,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54817 | 58912 | .{ .type = .u32, .kind = .{ .reg = .ecx } }, |
| 54818 | 58913 | .unused, |
| 54819 | 58914 | .unused, |
| 58915 | .unused, |
| 58916 | .unused, |
| 54820 | 58917 | }, |
| 54821 | 58918 | .dst_temps = .{ .mem, .unused }, |
| 54822 | 58919 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54856,6 +58953,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54856 | 58953 | .{ .type = .usize, .kind = .{ .reg = .rdi } }, |
| 54857 | 58954 | .unused, |
| 54858 | 58955 | .unused, |
| 58956 | .unused, |
| 58957 | .unused, |
| 54859 | 58958 | }, |
| 54860 | 58959 | .dst_temps = .{ .mem, .unused }, |
| 54861 | 58960 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54895,6 +58994,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54895 | 58994 | .unused, |
| 54896 | 58995 | .unused, |
| 54897 | 58996 | .unused, |
| 58997 | .unused, |
| 58998 | .unused, |
| 54898 | 58999 | }, |
| 54899 | 59000 | .dst_temps = .{ .mem, .unused }, |
| 54900 | 59001 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -54925,6 +59026,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54925 | 59026 | .unused, |
| 54926 | 59027 | .unused, |
| 54927 | 59028 | .unused, |
| 59029 | .unused, |
| 59030 | .unused, |
| 54928 | 59031 | }, |
| 54929 | 59032 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 54930 | 59033 | .each = .{ .once = &.{ |
| ... | ... | @@ -54950,6 +59053,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54950 | 59053 | .unused, |
| 54951 | 59054 | .unused, |
| 54952 | 59055 | .unused, |
| 59056 | .unused, |
| 59057 | .unused, |
| 54953 | 59058 | }, |
| 54954 | 59059 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 54955 | 59060 | .each = .{ .once = &.{ |
| ... | ... | @@ -54974,6 +59079,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 54974 | 59079 | .unused, |
| 54975 | 59080 | .unused, |
| 54976 | 59081 | .unused, |
| 59082 | .unused, |
| 59083 | .unused, |
| 54977 | 59084 | }, |
| 54978 | 59085 | .dst_temps = .{ .mem, .unused }, |
| 54979 | 59086 | .each = .{ .once = &.{ |
| ... | ... | @@ -55003,6 +59110,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55003 | 59110 | .unused, |
| 55004 | 59111 | .unused, |
| 55005 | 59112 | .unused, |
| 59113 | .unused, |
| 59114 | .unused, |
| 55006 | 59115 | }, |
| 55007 | 59116 | .dst_temps = .{ .mem, .unused }, |
| 55008 | 59117 | .each = .{ .once = &.{ |
| ... | ... | @@ -55032,6 +59141,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55032 | 59141 | .unused, |
| 55033 | 59142 | .unused, |
| 55034 | 59143 | .unused, |
| 59144 | .unused, |
| 59145 | .unused, |
| 55035 | 59146 | }, |
| 55036 | 59147 | .dst_temps = .{ .mem, .unused }, |
| 55037 | 59148 | .each = .{ .once = &.{ |
| ... | ... | @@ -55058,6 +59169,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55058 | 59169 | .unused, |
| 55059 | 59170 | .unused, |
| 55060 | 59171 | .unused, |
| 59172 | .unused, |
| 59173 | .unused, |
| 55061 | 59174 | }, |
| 55062 | 59175 | .dst_temps = .{ .mem, .unused }, |
| 55063 | 59176 | .each = .{ .once = &.{ |
| ... | ... | @@ -55085,6 +59198,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55085 | 59198 | .unused, |
| 55086 | 59199 | .unused, |
| 55087 | 59200 | .unused, |
| 59201 | .unused, |
| 59202 | .unused, |
| 55088 | 59203 | }, |
| 55089 | 59204 | .dst_temps = .{ .mem, .unused }, |
| 55090 | 59205 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55114,6 +59229,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55114 | 59229 | .unused, |
| 55115 | 59230 | .unused, |
| 55116 | 59231 | .unused, |
| 59232 | .unused, |
| 59233 | .unused, |
| 55117 | 59234 | }, |
| 55118 | 59235 | .dst_temps = .{ .mem, .unused }, |
| 55119 | 59236 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55143,6 +59260,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55143 | 59260 | .unused, |
| 55144 | 59261 | .unused, |
| 55145 | 59262 | .unused, |
| 59263 | .unused, |
| 59264 | .unused, |
| 55146 | 59265 | }, |
| 55147 | 59266 | .dst_temps = .{ .mem, .unused }, |
| 55148 | 59267 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55172,6 +59291,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55172 | 59291 | .unused, |
| 55173 | 59292 | .unused, |
| 55174 | 59293 | .unused, |
| 59294 | .unused, |
| 59295 | .unused, |
| 55175 | 59296 | }, |
| 55176 | 59297 | .dst_temps = .{ .mem, .unused }, |
| 55177 | 59298 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55252,6 +59373,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55252 | 59373 | .unused, |
| 55253 | 59374 | .unused, |
| 55254 | 59375 | .unused, |
| 59376 | .unused, |
| 59377 | .unused, |
| 55255 | 59378 | }, |
| 55256 | 59379 | .dst_temps = .{ .mem, .unused }, |
| 55257 | 59380 | .each = .{ .once = &.{ |
| ... | ... | @@ -55279,6 +59402,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55279 | 59402 | .unused, |
| 55280 | 59403 | .unused, |
| 55281 | 59404 | .unused, |
| 59405 | .unused, |
| 59406 | .unused, |
| 55282 | 59407 | }, |
| 55283 | 59408 | .dst_temps = .{ .mem, .unused }, |
| 55284 | 59409 | .each = .{ .once = &.{ |
| ... | ... | @@ -55306,6 +59431,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55306 | 59431 | .unused, |
| 55307 | 59432 | .unused, |
| 55308 | 59433 | .unused, |
| 59434 | .unused, |
| 59435 | .unused, |
| 55309 | 59436 | }, |
| 55310 | 59437 | .dst_temps = .{ .mem, .unused }, |
| 55311 | 59438 | .each = .{ .once = &.{ |
| ... | ... | @@ -55333,6 +59460,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55333 | 59460 | .unused, |
| 55334 | 59461 | .unused, |
| 55335 | 59462 | .unused, |
| 59463 | .unused, |
| 59464 | .unused, |
| 55336 | 59465 | }, |
| 55337 | 59466 | .dst_temps = .{ .mem, .unused }, |
| 55338 | 59467 | .each = .{ .once = &.{ |
| ... | ... | @@ -55361,6 +59490,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55361 | 59490 | .unused, |
| 55362 | 59491 | .unused, |
| 55363 | 59492 | .unused, |
| 59493 | .unused, |
| 59494 | .unused, |
| 55364 | 59495 | }, |
| 55365 | 59496 | .dst_temps = .{ .mem, .unused }, |
| 55366 | 59497 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55390,6 +59521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55390 | 59521 | .unused, |
| 55391 | 59522 | .unused, |
| 55392 | 59523 | .unused, |
| 59524 | .unused, |
| 59525 | .unused, |
| 55393 | 59526 | }, |
| 55394 | 59527 | .dst_temps = .{ .mem, .unused }, |
| 55395 | 59528 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55442,6 +59575,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55442 | 59575 | .unused, |
| 55443 | 59576 | .unused, |
| 55444 | 59577 | .unused, |
| 59578 | .unused, |
| 59579 | .unused, |
| 55445 | 59580 | }, |
| 55446 | 59581 | .dst_temps = .{ .mem, .unused }, |
| 55447 | 59582 | .each = .{ .once = &.{ |
| ... | ... | @@ -55468,6 +59603,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55468 | 59603 | .unused, |
| 55469 | 59604 | .unused, |
| 55470 | 59605 | .unused, |
| 59606 | .unused, |
| 59607 | .unused, |
| 55471 | 59608 | }, |
| 55472 | 59609 | .dst_temps = .{ .mem, .unused }, |
| 55473 | 59610 | .each = .{ .once = &.{ |
| ... | ... | @@ -55495,6 +59632,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55495 | 59632 | .unused, |
| 55496 | 59633 | .unused, |
| 55497 | 59634 | .unused, |
| 59635 | .unused, |
| 59636 | .unused, |
| 55498 | 59637 | }, |
| 55499 | 59638 | .dst_temps = .{ .mem, .unused }, |
| 55500 | 59639 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55524,6 +59663,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55524 | 59663 | .unused, |
| 55525 | 59664 | .unused, |
| 55526 | 59665 | .unused, |
| 59666 | .unused, |
| 59667 | .unused, |
| 55527 | 59668 | }, |
| 55528 | 59669 | .dst_temps = .{ .mem, .unused }, |
| 55529 | 59670 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55553,6 +59694,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55553 | 59694 | .unused, |
| 55554 | 59695 | .unused, |
| 55555 | 59696 | .unused, |
| 59697 | .unused, |
| 59698 | .unused, |
| 55556 | 59699 | }, |
| 55557 | 59700 | .dst_temps = .{ .mem, .unused }, |
| 55558 | 59701 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55582,6 +59725,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55582 | 59725 | .unused, |
| 55583 | 59726 | .unused, |
| 55584 | 59727 | .unused, |
| 59728 | .unused, |
| 59729 | .unused, |
| 55585 | 59730 | }, |
| 55586 | 59731 | .dst_temps = .{ .mem, .unused }, |
| 55587 | 59732 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55610,6 +59755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55610 | 59755 | .unused, |
| 55611 | 59756 | .unused, |
| 55612 | 59757 | .unused, |
| 59758 | .unused, |
| 59759 | .unused, |
| 55613 | 59760 | }, |
| 55614 | 59761 | .dst_temps = .{ .mem, .unused }, |
| 55615 | 59762 | .each = .{ .once = &.{ |
| ... | ... | @@ -55636,6 +59783,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55636 | 59783 | .unused, |
| 55637 | 59784 | .unused, |
| 55638 | 59785 | .unused, |
| 59786 | .unused, |
| 59787 | .unused, |
| 55639 | 59788 | }, |
| 55640 | 59789 | .dst_temps = .{ .mem, .unused }, |
| 55641 | 59790 | .each = .{ .once = &.{ |
| ... | ... | @@ -55663,6 +59812,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55663 | 59812 | .unused, |
| 55664 | 59813 | .unused, |
| 55665 | 59814 | .unused, |
| 59815 | .unused, |
| 59816 | .unused, |
| 55666 | 59817 | }, |
| 55667 | 59818 | .dst_temps = .{ .mem, .unused }, |
| 55668 | 59819 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55692,6 +59843,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55692 | 59843 | .unused, |
| 55693 | 59844 | .unused, |
| 55694 | 59845 | .unused, |
| 59846 | .unused, |
| 59847 | .unused, |
| 55695 | 59848 | }, |
| 55696 | 59849 | .dst_temps = .{ .mem, .unused }, |
| 55697 | 59850 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55721,6 +59874,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55721 | 59874 | .unused, |
| 55722 | 59875 | .unused, |
| 55723 | 59876 | .unused, |
| 59877 | .unused, |
| 59878 | .unused, |
| 55724 | 59879 | }, |
| 55725 | 59880 | .dst_temps = .{ .mem, .unused }, |
| 55726 | 59881 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55750,6 +59905,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55750 | 59905 | .unused, |
| 55751 | 59906 | .unused, |
| 55752 | 59907 | .unused, |
| 59908 | .unused, |
| 59909 | .unused, |
| 55753 | 59910 | }, |
| 55754 | 59911 | .dst_temps = .{ .mem, .unused }, |
| 55755 | 59912 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55779,6 +59936,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55779 | 59936 | .unused, |
| 55780 | 59937 | .unused, |
| 55781 | 59938 | .unused, |
| 59939 | .unused, |
| 59940 | .unused, |
| 55782 | 59941 | }, |
| 55783 | 59942 | .dst_temps = .{ .mem, .unused }, |
| 55784 | 59943 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55809,6 +59968,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55809 | 59968 | .unused, |
| 55810 | 59969 | .unused, |
| 55811 | 59970 | .unused, |
| 59971 | .unused, |
| 59972 | .unused, |
| 55812 | 59973 | }, |
| 55813 | 59974 | .dst_temps = .{ .mem, .unused }, |
| 55814 | 59975 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55839,6 +60000,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55839 | 60000 | .unused, |
| 55840 | 60001 | .unused, |
| 55841 | 60002 | .unused, |
| 60003 | .unused, |
| 60004 | .unused, |
| 55842 | 60005 | }, |
| 55843 | 60006 | .dst_temps = .{ .mem, .unused }, |
| 55844 | 60007 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55869,6 +60032,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55869 | 60032 | .unused, |
| 55870 | 60033 | .unused, |
| 55871 | 60034 | .unused, |
| 60035 | .unused, |
| 60036 | .unused, |
| 55872 | 60037 | }, |
| 55873 | 60038 | .dst_temps = .{ .mem, .unused }, |
| 55874 | 60039 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55899,6 +60064,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55899 | 60064 | .unused, |
| 55900 | 60065 | .unused, |
| 55901 | 60066 | .unused, |
| 60067 | .unused, |
| 60068 | .unused, |
| 55902 | 60069 | }, |
| 55903 | 60070 | .dst_temps = .{ .mem, .unused }, |
| 55904 | 60071 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55931,6 +60098,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55931 | 60098 | .unused, |
| 55932 | 60099 | .unused, |
| 55933 | 60100 | .unused, |
| 60101 | .unused, |
| 60102 | .unused, |
| 55934 | 60103 | }, |
| 55935 | 60104 | .dst_temps = .{ .mem, .unused }, |
| 55936 | 60105 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55963,6 +60132,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55963 | 60132 | .unused, |
| 55964 | 60133 | .unused, |
| 55965 | 60134 | .unused, |
| 60135 | .unused, |
| 60136 | .unused, |
| 55966 | 60137 | }, |
| 55967 | 60138 | .dst_temps = .{ .mem, .unused }, |
| 55968 | 60139 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -55995,6 +60166,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 55995 | 60166 | .unused, |
| 55996 | 60167 | .unused, |
| 55997 | 60168 | .unused, |
| 60169 | .unused, |
| 60170 | .unused, |
| 55998 | 60171 | }, |
| 55999 | 60172 | .dst_temps = .{ .mem, .unused }, |
| 56000 | 60173 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56050,6 +60223,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56050 | 60223 | .unused, |
| 56051 | 60224 | .unused, |
| 56052 | 60225 | .unused, |
| 60226 | .unused, |
| 60227 | .unused, |
| 56053 | 60228 | }, |
| 56054 | 60229 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 56055 | 60230 | .each = .{ .once = &.{ |
| ... | ... | @@ -56074,6 +60249,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56074 | 60249 | .unused, |
| 56075 | 60250 | .unused, |
| 56076 | 60251 | .unused, |
| 60252 | .unused, |
| 60253 | .unused, |
| 56077 | 60254 | }, |
| 56078 | 60255 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 56079 | 60256 | .each = .{ .once = &.{ |
| ... | ... | @@ -56098,6 +60275,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56098 | 60275 | .unused, |
| 56099 | 60276 | .unused, |
| 56100 | 60277 | .unused, |
| 60278 | .unused, |
| 60279 | .unused, |
| 56101 | 60280 | }, |
| 56102 | 60281 | .dst_temps = .{ .mem, .unused }, |
| 56103 | 60282 | .each = .{ .once = &.{ |
| ... | ... | @@ -56121,6 +60300,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56121 | 60300 | .unused, |
| 56122 | 60301 | .unused, |
| 56123 | 60302 | .unused, |
| 60303 | .unused, |
| 60304 | .unused, |
| 56124 | 60305 | }, |
| 56125 | 60306 | .dst_temps = .{ .mem, .unused }, |
| 56126 | 60307 | .each = .{ .once = &.{ |
| ... | ... | @@ -56168,6 +60349,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56168 | 60349 | .unused, |
| 56169 | 60350 | .unused, |
| 56170 | 60351 | .unused, |
| 60352 | .unused, |
| 60353 | .unused, |
| 56171 | 60354 | }, |
| 56172 | 60355 | .dst_temps = .{ .mem, .unused }, |
| 56173 | 60356 | .each = .{ .once = &.{ |
| ... | ... | @@ -56191,6 +60374,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56191 | 60374 | .unused, |
| 56192 | 60375 | .unused, |
| 56193 | 60376 | .unused, |
| 60377 | .unused, |
| 60378 | .unused, |
| 56194 | 60379 | }, |
| 56195 | 60380 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 56196 | 60381 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56221,6 +60406,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56221 | 60406 | .unused, |
| 56222 | 60407 | .unused, |
| 56223 | 60408 | .unused, |
| 60409 | .unused, |
| 60410 | .unused, |
| 56224 | 60411 | }, |
| 56225 | 60412 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 56226 | 60413 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56251,6 +60438,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56251 | 60438 | .unused, |
| 56252 | 60439 | .unused, |
| 56253 | 60440 | .unused, |
| 60441 | .unused, |
| 60442 | .unused, |
| 56254 | 60443 | }, |
| 56255 | 60444 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 56256 | 60445 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56285,6 +60474,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56285 | 60474 | .unused, |
| 56286 | 60475 | .unused, |
| 56287 | 60476 | .unused, |
| 60477 | .unused, |
| 60478 | .unused, |
| 56288 | 60479 | }, |
| 56289 | 60480 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 56290 | 60481 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56309,6 +60500,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56309 | 60500 | .unused, |
| 56310 | 60501 | .unused, |
| 56311 | 60502 | .unused, |
| 60503 | .unused, |
| 60504 | .unused, |
| 56312 | 60505 | }, |
| 56313 | 60506 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 56314 | 60507 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56333,6 +60526,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56333 | 60526 | .unused, |
| 56334 | 60527 | .unused, |
| 56335 | 60528 | .unused, |
| 60529 | .unused, |
| 60530 | .unused, |
| 56336 | 60531 | }, |
| 56337 | 60532 | .dst_temps = .{ .mem, .unused }, |
| 56338 | 60533 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56359,6 +60554,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56359 | 60554 | .unused, |
| 56360 | 60555 | .unused, |
| 56361 | 60556 | .unused, |
| 60557 | .unused, |
| 60558 | .unused, |
| 56362 | 60559 | }, |
| 56363 | 60560 | .dst_temps = .{ .mem, .unused }, |
| 56364 | 60561 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56385,6 +60582,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56385 | 60582 | .unused, |
| 56386 | 60583 | .unused, |
| 56387 | 60584 | .unused, |
| 60585 | .unused, |
| 60586 | .unused, |
| 56388 | 60587 | }, |
| 56389 | 60588 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 56390 | 60589 | .each = .{ .once = &.{ |
| ... | ... | @@ -56410,6 +60609,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56410 | 60609 | .unused, |
| 56411 | 60610 | .unused, |
| 56412 | 60611 | .unused, |
| 60612 | .unused, |
| 60613 | .unused, |
| 56413 | 60614 | }, |
| 56414 | 60615 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 56415 | 60616 | .each = .{ .once = &.{ |
| ... | ... | @@ -56435,6 +60636,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56435 | 60636 | .unused, |
| 56436 | 60637 | .unused, |
| 56437 | 60638 | .unused, |
| 60639 | .unused, |
| 60640 | .unused, |
| 56438 | 60641 | }, |
| 56439 | 60642 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 56440 | 60643 | .each = .{ .once = &.{ |
| ... | ... | @@ -56459,6 +60662,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56459 | 60662 | .unused, |
| 56460 | 60663 | .unused, |
| 56461 | 60664 | .unused, |
| 60665 | .unused, |
| 60666 | .unused, |
| 56462 | 60667 | }, |
| 56463 | 60668 | .dst_temps = .{ .mem, .unused }, |
| 56464 | 60669 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56489,6 +60694,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56489 | 60694 | .unused, |
| 56490 | 60695 | .unused, |
| 56491 | 60696 | .unused, |
| 60697 | .unused, |
| 60698 | .unused, |
| 56492 | 60699 | }, |
| 56493 | 60700 | .dst_temps = .{ .mem, .unused }, |
| 56494 | 60701 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56519,6 +60726,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56519 | 60726 | .unused, |
| 56520 | 60727 | .unused, |
| 56521 | 60728 | .unused, |
| 60729 | .unused, |
| 60730 | .unused, |
| 56522 | 60731 | }, |
| 56523 | 60732 | .dst_temps = .{ .mem, .unused }, |
| 56524 | 60733 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56546,6 +60755,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56546 | 60755 | .unused, |
| 56547 | 60756 | .unused, |
| 56548 | 60757 | .unused, |
| 60758 | .unused, |
| 60759 | .unused, |
| 56549 | 60760 | }, |
| 56550 | 60761 | .dst_temps = .{ .mem, .unused }, |
| 56551 | 60762 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56573,6 +60784,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56573 | 60784 | .unused, |
| 56574 | 60785 | .unused, |
| 56575 | 60786 | .unused, |
| 60787 | .unused, |
| 60788 | .unused, |
| 56576 | 60789 | }, |
| 56577 | 60790 | .dst_temps = .{ .mem, .unused }, |
| 56578 | 60791 | .each = .{ .once = &.{ |
| ... | ... | @@ -56601,6 +60814,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56601 | 60814 | .unused, |
| 56602 | 60815 | .unused, |
| 56603 | 60816 | .unused, |
| 60817 | .unused, |
| 60818 | .unused, |
| 56604 | 60819 | }, |
| 56605 | 60820 | .dst_temps = .{ .mem, .unused }, |
| 56606 | 60821 | .each = .{ .once = &.{ |
| ... | ... | @@ -56630,6 +60845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56630 | 60845 | .unused, |
| 56631 | 60846 | .unused, |
| 56632 | 60847 | .unused, |
| 60848 | .unused, |
| 60849 | .unused, |
| 56633 | 60850 | }, |
| 56634 | 60851 | .dst_temps = .{ .mem, .unused }, |
| 56635 | 60852 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56659,6 +60876,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56659 | 60876 | .unused, |
| 56660 | 60877 | .unused, |
| 56661 | 60878 | .unused, |
| 60879 | .unused, |
| 60880 | .unused, |
| 56662 | 60881 | }, |
| 56663 | 60882 | .dst_temps = .{ .mem, .unused }, |
| 56664 | 60883 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56688,6 +60907,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56688 | 60907 | .unused, |
| 56689 | 60908 | .unused, |
| 56690 | 60909 | .unused, |
| 60910 | .unused, |
| 60911 | .unused, |
| 56691 | 60912 | }, |
| 56692 | 60913 | .dst_temps = .{ .mem, .unused }, |
| 56693 | 60914 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56717,6 +60938,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56717 | 60938 | .unused, |
| 56718 | 60939 | .unused, |
| 56719 | 60940 | .unused, |
| 60941 | .unused, |
| 60942 | .unused, |
| 56720 | 60943 | }, |
| 56721 | 60944 | .dst_temps = .{ .mem, .unused }, |
| 56722 | 60945 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56746,6 +60969,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56746 | 60969 | .unused, |
| 56747 | 60970 | .unused, |
| 56748 | 60971 | .unused, |
| 60972 | .unused, |
| 60973 | .unused, |
| 56749 | 60974 | }, |
| 56750 | 60975 | .dst_temps = .{ .mem, .unused }, |
| 56751 | 60976 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56776,6 +61001,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56776 | 61001 | .unused, |
| 56777 | 61002 | .unused, |
| 56778 | 61003 | .unused, |
| 61004 | .unused, |
| 61005 | .unused, |
| 56779 | 61006 | }, |
| 56780 | 61007 | .dst_temps = .{ .mem, .unused }, |
| 56781 | 61008 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -56883,6 +61110,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56883 | 61110 | .unused, |
| 56884 | 61111 | .unused, |
| 56885 | 61112 | .unused, |
| 61113 | .unused, |
| 61114 | .unused, |
| 56886 | 61115 | }, |
| 56887 | 61116 | .dst_temps = .{ .mem, .unused }, |
| 56888 | 61117 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56911,6 +61140,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56911 | 61140 | .unused, |
| 56912 | 61141 | .unused, |
| 56913 | 61142 | .unused, |
| 61143 | .unused, |
| 61144 | .unused, |
| 56914 | 61145 | }, |
| 56915 | 61146 | .dst_temps = .{ .mem, .unused }, |
| 56916 | 61147 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56939,6 +61170,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56939 | 61170 | .unused, |
| 56940 | 61171 | .unused, |
| 56941 | 61172 | .unused, |
| 61173 | .unused, |
| 61174 | .unused, |
| 56942 | 61175 | }, |
| 56943 | 61176 | .dst_temps = .{ .mem, .unused }, |
| 56944 | 61177 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56967,6 +61200,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56967 | 61200 | .unused, |
| 56968 | 61201 | .unused, |
| 56969 | 61202 | .unused, |
| 61203 | .unused, |
| 61204 | .unused, |
| 56970 | 61205 | }, |
| 56971 | 61206 | .dst_temps = .{ .mem, .unused }, |
| 56972 | 61207 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -56995,6 +61230,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 56995 | 61230 | .unused, |
| 56996 | 61231 | .unused, |
| 56997 | 61232 | .unused, |
| 61233 | .unused, |
| 61234 | .unused, |
| 56998 | 61235 | }, |
| 56999 | 61236 | .dst_temps = .{ .mem, .unused }, |
| 57000 | 61237 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -57022,6 +61259,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57022 | 61259 | .unused, |
| 57023 | 61260 | .unused, |
| 57024 | 61261 | .unused, |
| 61262 | .unused, |
| 61263 | .unused, |
| 57025 | 61264 | }, |
| 57026 | 61265 | .dst_temps = .{ .mem, .unused }, |
| 57027 | 61266 | .each = .{ .once = &.{ |
| ... | ... | @@ -57048,6 +61287,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57048 | 61287 | .unused, |
| 57049 | 61288 | .unused, |
| 57050 | 61289 | .unused, |
| 61290 | .unused, |
| 61291 | .unused, |
| 57051 | 61292 | }, |
| 57052 | 61293 | .dst_temps = .{ .mem, .unused }, |
| 57053 | 61294 | .each = .{ .once = &.{ |
| ... | ... | @@ -57077,6 +61318,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57077 | 61318 | .unused, |
| 57078 | 61319 | .unused, |
| 57079 | 61320 | .unused, |
| 61321 | .unused, |
| 61322 | .unused, |
| 57080 | 61323 | }, |
| 57081 | 61324 | .dst_temps = .{ .mem, .unused }, |
| 57082 | 61325 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57106,6 +61349,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57106 | 61349 | .unused, |
| 57107 | 61350 | .unused, |
| 57108 | 61351 | .unused, |
| 61352 | .unused, |
| 61353 | .unused, |
| 57109 | 61354 | }, |
| 57110 | 61355 | .dst_temps = .{ .mem, .unused }, |
| 57111 | 61356 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57135,6 +61380,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57135 | 61380 | .unused, |
| 57136 | 61381 | .unused, |
| 57137 | 61382 | .unused, |
| 61383 | .unused, |
| 61384 | .unused, |
| 57138 | 61385 | }, |
| 57139 | 61386 | .dst_temps = .{ .mem, .unused }, |
| 57140 | 61387 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57200,6 +61447,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57200 | 61447 | .unused, |
| 57201 | 61448 | .unused, |
| 57202 | 61449 | .unused, |
| 61450 | .unused, |
| 61451 | .unused, |
| 57203 | 61452 | }, |
| 57204 | 61453 | .dst_temps = .{ .mem, .unused }, |
| 57205 | 61454 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -57227,6 +61476,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57227 | 61476 | .unused, |
| 57228 | 61477 | .unused, |
| 57229 | 61478 | .unused, |
| 61479 | .unused, |
| 61480 | .unused, |
| 57230 | 61481 | }, |
| 57231 | 61482 | .dst_temps = .{ .mem, .unused }, |
| 57232 | 61483 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -57254,6 +61505,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57254 | 61505 | .unused, |
| 57255 | 61506 | .unused, |
| 57256 | 61507 | .unused, |
| 61508 | .unused, |
| 61509 | .unused, |
| 57257 | 61510 | }, |
| 57258 | 61511 | .dst_temps = .{ .mem, .unused }, |
| 57259 | 61512 | .each = .{ .once = &.{ |
| ... | ... | @@ -57280,6 +61533,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57280 | 61533 | .unused, |
| 57281 | 61534 | .unused, |
| 57282 | 61535 | .unused, |
| 61536 | .unused, |
| 61537 | .unused, |
| 57283 | 61538 | }, |
| 57284 | 61539 | .dst_temps = .{ .mem, .unused }, |
| 57285 | 61540 | .each = .{ .once = &.{ |
| ... | ... | @@ -57309,6 +61564,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57309 | 61564 | .unused, |
| 57310 | 61565 | .unused, |
| 57311 | 61566 | .unused, |
| 61567 | .unused, |
| 61568 | .unused, |
| 57312 | 61569 | }, |
| 57313 | 61570 | .dst_temps = .{ .mem, .unused }, |
| 57314 | 61571 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57338,6 +61595,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57338 | 61595 | .unused, |
| 57339 | 61596 | .unused, |
| 57340 | 61597 | .unused, |
| 61598 | .unused, |
| 61599 | .unused, |
| 57341 | 61600 | }, |
| 57342 | 61601 | .dst_temps = .{ .mem, .unused }, |
| 57343 | 61602 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57367,6 +61626,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57367 | 61626 | .unused, |
| 57368 | 61627 | .unused, |
| 57369 | 61628 | .unused, |
| 61629 | .unused, |
| 61630 | .unused, |
| 57370 | 61631 | }, |
| 57371 | 61632 | .dst_temps = .{ .mem, .unused }, |
| 57372 | 61633 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57396,6 +61657,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57396 | 61657 | .unused, |
| 57397 | 61658 | .unused, |
| 57398 | 61659 | .unused, |
| 61660 | .unused, |
| 61661 | .unused, |
| 57399 | 61662 | }, |
| 57400 | 61663 | .dst_temps = .{ .mem, .unused }, |
| 57401 | 61664 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57425,6 +61688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57425 | 61688 | .unused, |
| 57426 | 61689 | .unused, |
| 57427 | 61690 | .unused, |
| 61691 | .unused, |
| 61692 | .unused, |
| 57428 | 61693 | }, |
| 57429 | 61694 | .dst_temps = .{ .mem, .unused }, |
| 57430 | 61695 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57455,6 +61720,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57455 | 61720 | .unused, |
| 57456 | 61721 | .unused, |
| 57457 | 61722 | .unused, |
| 61723 | .unused, |
| 61724 | .unused, |
| 57458 | 61725 | }, |
| 57459 | 61726 | .dst_temps = .{ .mem, .unused }, |
| 57460 | 61727 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57484,6 +61751,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57484 | 61751 | .unused, |
| 57485 | 61752 | .unused, |
| 57486 | 61753 | .unused, |
| 61754 | .unused, |
| 61755 | .unused, |
| 57487 | 61756 | }, |
| 57488 | 61757 | .dst_temps = .{ .mem, .unused }, |
| 57489 | 61758 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -57511,6 +61780,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57511 | 61780 | .unused, |
| 57512 | 61781 | .unused, |
| 57513 | 61782 | .unused, |
| 61783 | .unused, |
| 61784 | .unused, |
| 57514 | 61785 | }, |
| 57515 | 61786 | .dst_temps = .{ .mem, .unused }, |
| 57516 | 61787 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -57538,6 +61809,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57538 | 61809 | .unused, |
| 57539 | 61810 | .unused, |
| 57540 | 61811 | .unused, |
| 61812 | .unused, |
| 61813 | .unused, |
| 57541 | 61814 | }, |
| 57542 | 61815 | .dst_temps = .{ .mem, .unused }, |
| 57543 | 61816 | .each = .{ .once = &.{ |
| ... | ... | @@ -57565,6 +61838,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57565 | 61838 | .unused, |
| 57566 | 61839 | .unused, |
| 57567 | 61840 | .unused, |
| 61841 | .unused, |
| 61842 | .unused, |
| 57568 | 61843 | }, |
| 57569 | 61844 | .dst_temps = .{ .mem, .unused }, |
| 57570 | 61845 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57594,6 +61869,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57594 | 61869 | .unused, |
| 57595 | 61870 | .unused, |
| 57596 | 61871 | .unused, |
| 61872 | .unused, |
| 61873 | .unused, |
| 57597 | 61874 | }, |
| 57598 | 61875 | .dst_temps = .{ .mem, .unused }, |
| 57599 | 61876 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57623,6 +61900,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57623 | 61900 | .unused, |
| 57624 | 61901 | .unused, |
| 57625 | 61902 | .unused, |
| 61903 | .unused, |
| 61904 | .unused, |
| 57626 | 61905 | }, |
| 57627 | 61906 | .dst_temps = .{ .mem, .unused }, |
| 57628 | 61907 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57652,6 +61931,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57652 | 61931 | .unused, |
| 57653 | 61932 | .unused, |
| 57654 | 61933 | .unused, |
| 61934 | .unused, |
| 61935 | .unused, |
| 57655 | 61936 | }, |
| 57656 | 61937 | .dst_temps = .{ .mem, .unused }, |
| 57657 | 61938 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57681,6 +61962,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57681 | 61962 | .unused, |
| 57682 | 61963 | .unused, |
| 57683 | 61964 | .unused, |
| 61965 | .unused, |
| 61966 | .unused, |
| 57684 | 61967 | }, |
| 57685 | 61968 | .dst_temps = .{ .mem, .unused }, |
| 57686 | 61969 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57711,6 +61994,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57711 | 61994 | .unused, |
| 57712 | 61995 | .unused, |
| 57713 | 61996 | .unused, |
| 61997 | .unused, |
| 61998 | .unused, |
| 57714 | 61999 | }, |
| 57715 | 62000 | .dst_temps = .{ .mem, .unused }, |
| 57716 | 62001 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57741,6 +62026,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57741 | 62026 | .unused, |
| 57742 | 62027 | .unused, |
| 57743 | 62028 | .unused, |
| 62029 | .unused, |
| 62030 | .unused, |
| 57744 | 62031 | }, |
| 57745 | 62032 | .dst_temps = .{ .mem, .unused }, |
| 57746 | 62033 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57771,6 +62058,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57771 | 62058 | .unused, |
| 57772 | 62059 | .unused, |
| 57773 | 62060 | .unused, |
| 62061 | .unused, |
| 62062 | .unused, |
| 57774 | 62063 | }, |
| 57775 | 62064 | .dst_temps = .{ .mem, .unused }, |
| 57776 | 62065 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57801,6 +62090,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57801 | 62090 | .unused, |
| 57802 | 62091 | .unused, |
| 57803 | 62092 | .unused, |
| 62093 | .unused, |
| 62094 | .unused, |
| 57804 | 62095 | }, |
| 57805 | 62096 | .dst_temps = .{ .mem, .unused }, |
| 57806 | 62097 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57831,6 +62122,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57831 | 62122 | .unused, |
| 57832 | 62123 | .unused, |
| 57833 | 62124 | .unused, |
| 62125 | .unused, |
| 62126 | .unused, |
| 57834 | 62127 | }, |
| 57835 | 62128 | .dst_temps = .{ .mem, .unused }, |
| 57836 | 62129 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57861,6 +62154,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57861 | 62154 | .unused, |
| 57862 | 62155 | .unused, |
| 57863 | 62156 | .unused, |
| 62157 | .unused, |
| 62158 | .unused, |
| 57864 | 62159 | }, |
| 57865 | 62160 | .dst_temps = .{ .mem, .unused }, |
| 57866 | 62161 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57892,6 +62187,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57892 | 62187 | .unused, |
| 57893 | 62188 | .unused, |
| 57894 | 62189 | .unused, |
| 62190 | .unused, |
| 62191 | .unused, |
| 57895 | 62192 | }, |
| 57896 | 62193 | .dst_temps = .{ .mem, .unused }, |
| 57897 | 62194 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57923,6 +62220,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57923 | 62220 | .unused, |
| 57924 | 62221 | .unused, |
| 57925 | 62222 | .unused, |
| 62223 | .unused, |
| 62224 | .unused, |
| 57926 | 62225 | }, |
| 57927 | 62226 | .dst_temps = .{ .mem, .unused }, |
| 57928 | 62227 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57955,6 +62254,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57955 | 62254 | .unused, |
| 57956 | 62255 | .unused, |
| 57957 | 62256 | .unused, |
| 62257 | .unused, |
| 62258 | .unused, |
| 57958 | 62259 | }, |
| 57959 | 62260 | .dst_temps = .{ .mem, .unused }, |
| 57960 | 62261 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -57987,6 +62288,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 57987 | 62288 | .unused, |
| 57988 | 62289 | .unused, |
| 57989 | 62290 | .unused, |
| 62291 | .unused, |
| 62292 | .unused, |
| 57990 | 62293 | }, |
| 57991 | 62294 | .dst_temps = .{ .mem, .unused }, |
| 57992 | 62295 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58019,6 +62322,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58019 | 62322 | .unused, |
| 58020 | 62323 | .unused, |
| 58021 | 62324 | .unused, |
| 62325 | .unused, |
| 62326 | .unused, |
| 58022 | 62327 | }, |
| 58023 | 62328 | .dst_temps = .{ .mem, .unused }, |
| 58024 | 62329 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58051,6 +62356,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58051 | 62356 | .unused, |
| 58052 | 62357 | .unused, |
| 58053 | 62358 | .unused, |
| 62359 | .unused, |
| 62360 | .unused, |
| 58054 | 62361 | }, |
| 58055 | 62362 | .dst_temps = .{ .mem, .unused }, |
| 58056 | 62363 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58084,6 +62391,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58084 | 62391 | .unused, |
| 58085 | 62392 | .unused, |
| 58086 | 62393 | .unused, |
| 62394 | .unused, |
| 62395 | .unused, |
| 58087 | 62396 | }, |
| 58088 | 62397 | .dst_temps = .{ .mem, .unused }, |
| 58089 | 62398 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58117,6 +62426,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58117 | 62426 | .unused, |
| 58118 | 62427 | .unused, |
| 58119 | 62428 | .unused, |
| 62429 | .unused, |
| 62430 | .unused, |
| 58120 | 62431 | }, |
| 58121 | 62432 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 58122 | 62433 | .each = .{ .once = &.{ |
| ... | ... | @@ -58142,6 +62453,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58142 | 62453 | .unused, |
| 58143 | 62454 | .unused, |
| 58144 | 62455 | .unused, |
| 62456 | .unused, |
| 62457 | .unused, |
| 58145 | 62458 | }, |
| 58146 | 62459 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 58147 | 62460 | .each = .{ .once = &.{ |
| ... | ... | @@ -58166,6 +62479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58166 | 62479 | .unused, |
| 58167 | 62480 | .unused, |
| 58168 | 62481 | .unused, |
| 62482 | .unused, |
| 62483 | .unused, |
| 58169 | 62484 | }, |
| 58170 | 62485 | .dst_temps = .{ .mem, .unused }, |
| 58171 | 62486 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58197,6 +62512,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58197 | 62512 | .unused, |
| 58198 | 62513 | .unused, |
| 58199 | 62514 | .unused, |
| 62515 | .unused, |
| 62516 | .unused, |
| 58200 | 62517 | }, |
| 58201 | 62518 | .dst_temps = .{ .mem, .unused }, |
| 58202 | 62519 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58228,6 +62545,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58228 | 62545 | .unused, |
| 58229 | 62546 | .unused, |
| 58230 | 62547 | .unused, |
| 62548 | .unused, |
| 62549 | .unused, |
| 58231 | 62550 | }, |
| 58232 | 62551 | .dst_temps = .{ .mem, .unused }, |
| 58233 | 62552 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58259,6 +62578,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58259 | 62578 | .unused, |
| 58260 | 62579 | .unused, |
| 58261 | 62580 | .unused, |
| 62581 | .unused, |
| 62582 | .unused, |
| 58262 | 62583 | }, |
| 58263 | 62584 | .dst_temps = .{ .mem, .unused }, |
| 58264 | 62585 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58291,6 +62612,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58291 | 62612 | .unused, |
| 58292 | 62613 | .unused, |
| 58293 | 62614 | .unused, |
| 62615 | .unused, |
| 62616 | .unused, |
| 58294 | 62617 | }, |
| 58295 | 62618 | .dst_temps = .{ .mem, .unused }, |
| 58296 | 62619 | .each = .{ .once = &.{ |
| ... | ... | @@ -58314,6 +62637,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58314 | 62637 | .unused, |
| 58315 | 62638 | .unused, |
| 58316 | 62639 | .unused, |
| 62640 | .unused, |
| 62641 | .unused, |
| 58317 | 62642 | }, |
| 58318 | 62643 | .dst_temps = .{ .mem, .unused }, |
| 58319 | 62644 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58341,6 +62666,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58341 | 62666 | .unused, |
| 58342 | 62667 | .unused, |
| 58343 | 62668 | .unused, |
| 62669 | .unused, |
| 62670 | .unused, |
| 58344 | 62671 | }, |
| 58345 | 62672 | .dst_temps = .{ .mem, .unused }, |
| 58346 | 62673 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58371,6 +62698,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58371 | 62698 | .unused, |
| 58372 | 62699 | .unused, |
| 58373 | 62700 | .unused, |
| 62701 | .unused, |
| 62702 | .unused, |
| 58374 | 62703 | }, |
| 58375 | 62704 | .dst_temps = .{ .mem, .unused }, |
| 58376 | 62705 | .each = .{ .once = &.{ |
| ... | ... | @@ -58394,6 +62723,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58394 | 62723 | .unused, |
| 58395 | 62724 | .unused, |
| 58396 | 62725 | .unused, |
| 62726 | .unused, |
| 62727 | .unused, |
| 58397 | 62728 | }, |
| 58398 | 62729 | .dst_temps = .{ .mem, .unused }, |
| 58399 | 62730 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58421,6 +62752,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58421 | 62752 | .unused, |
| 58422 | 62753 | .unused, |
| 58423 | 62754 | .unused, |
| 62755 | .unused, |
| 62756 | .unused, |
| 58424 | 62757 | }, |
| 58425 | 62758 | .dst_temps = .{ .mem, .unused }, |
| 58426 | 62759 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58451,6 +62784,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58451 | 62784 | .unused, |
| 58452 | 62785 | .unused, |
| 58453 | 62786 | .unused, |
| 62787 | .unused, |
| 62788 | .unused, |
| 58454 | 62789 | }, |
| 58455 | 62790 | .dst_temps = .{ .mem, .unused }, |
| 58456 | 62791 | .each = .{ .once = &.{ |
| ... | ... | @@ -58475,6 +62810,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58475 | 62810 | .unused, |
| 58476 | 62811 | .unused, |
| 58477 | 62812 | .unused, |
| 62813 | .unused, |
| 62814 | .unused, |
| 58478 | 62815 | }, |
| 58479 | 62816 | .dst_temps = .{ .{ .rc = .general_purpose }, .unused }, |
| 58480 | 62817 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58508,6 +62845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58508 | 62845 | .unused, |
| 58509 | 62846 | .unused, |
| 58510 | 62847 | .unused, |
| 62848 | .unused, |
| 62849 | .unused, |
| 58511 | 62850 | }, |
| 58512 | 62851 | .dst_temps = .{ .mem, .unused }, |
| 58513 | 62852 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -58536,6 +62875,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58536 | 62875 | .unused, |
| 58537 | 62876 | .unused, |
| 58538 | 62877 | .unused, |
| 62878 | .unused, |
| 62879 | .unused, |
| 58539 | 62880 | }, |
| 58540 | 62881 | .dst_temps = .{ .mem, .unused }, |
| 58541 | 62882 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58566,6 +62907,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58566 | 62907 | .unused, |
| 58567 | 62908 | .unused, |
| 58568 | 62909 | .unused, |
| 62910 | .unused, |
| 62911 | .unused, |
| 58569 | 62912 | }, |
| 58570 | 62913 | .dst_temps = .{ .mem, .unused }, |
| 58571 | 62914 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58596,6 +62939,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58596 | 62939 | .unused, |
| 58597 | 62940 | .unused, |
| 58598 | 62941 | .unused, |
| 62942 | .unused, |
| 62943 | .unused, |
| 58599 | 62944 | }, |
| 58600 | 62945 | .dst_temps = .{ .mem, .unused }, |
| 58601 | 62946 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58626,6 +62971,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58626 | 62971 | .unused, |
| 58627 | 62972 | .unused, |
| 58628 | 62973 | .unused, |
| 62974 | .unused, |
| 62975 | .unused, |
| 58629 | 62976 | }, |
| 58630 | 62977 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58631 | 62978 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58652,6 +62999,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58652 | 62999 | .unused, |
| 58653 | 63000 | .unused, |
| 58654 | 63001 | .unused, |
| 63002 | .unused, |
| 63003 | .unused, |
| 58655 | 63004 | }, |
| 58656 | 63005 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58657 | 63006 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58678,6 +63027,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58678 | 63027 | .unused, |
| 58679 | 63028 | .unused, |
| 58680 | 63029 | .unused, |
| 63030 | .unused, |
| 63031 | .unused, |
| 58681 | 63032 | }, |
| 58682 | 63033 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58683 | 63034 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58704,6 +63055,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58704 | 63055 | .unused, |
| 58705 | 63056 | .unused, |
| 58706 | 63057 | .unused, |
| 63058 | .unused, |
| 63059 | .unused, |
| 58707 | 63060 | }, |
| 58708 | 63061 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58709 | 63062 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58730,6 +63083,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58730 | 63083 | .unused, |
| 58731 | 63084 | .unused, |
| 58732 | 63085 | .unused, |
| 63086 | .unused, |
| 63087 | .unused, |
| 58733 | 63088 | }, |
| 58734 | 63089 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58735 | 63090 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58756,6 +63111,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58756 | 63111 | .unused, |
| 58757 | 63112 | .unused, |
| 58758 | 63113 | .unused, |
| 63114 | .unused, |
| 63115 | .unused, |
| 58759 | 63116 | }, |
| 58760 | 63117 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 58761 | 63118 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58782,6 +63139,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58782 | 63139 | .unused, |
| 58783 | 63140 | .unused, |
| 58784 | 63141 | .unused, |
| 63142 | .unused, |
| 63143 | .unused, |
| 58785 | 63144 | }, |
| 58786 | 63145 | .dst_temps = .{ .mem, .unused }, |
| 58787 | 63146 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58813,6 +63172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58813 | 63172 | .unused, |
| 58814 | 63173 | .unused, |
| 58815 | 63174 | .unused, |
| 63175 | .unused, |
| 63176 | .unused, |
| 58816 | 63177 | }, |
| 58817 | 63178 | .dst_temps = .{ .mem, .unused }, |
| 58818 | 63179 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58844,6 +63205,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58844 | 63205 | .unused, |
| 58845 | 63206 | .unused, |
| 58846 | 63207 | .unused, |
| 63208 | .unused, |
| 63209 | .unused, |
| 58847 | 63210 | }, |
| 58848 | 63211 | .dst_temps = .{ .mem, .unused }, |
| 58849 | 63212 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58875,6 +63238,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58875 | 63238 | .unused, |
| 58876 | 63239 | .unused, |
| 58877 | 63240 | .unused, |
| 63241 | .unused, |
| 63242 | .unused, |
| 58878 | 63243 | }, |
| 58879 | 63244 | .dst_temps = .{ .mem, .unused }, |
| 58880 | 63245 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58906,6 +63271,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58906 | 63271 | .unused, |
| 58907 | 63272 | .unused, |
| 58908 | 63273 | .unused, |
| 63274 | .unused, |
| 63275 | .unused, |
| 58909 | 63276 | }, |
| 58910 | 63277 | .dst_temps = .{ .mem, .unused }, |
| 58911 | 63278 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58937,6 +63304,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58937 | 63304 | .unused, |
| 58938 | 63305 | .unused, |
| 58939 | 63306 | .unused, |
| 63307 | .unused, |
| 63308 | .unused, |
| 58940 | 63309 | }, |
| 58941 | 63310 | .dst_temps = .{ .mem, .unused }, |
| 58942 | 63311 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58968,6 +63337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58968 | 63337 | .unused, |
| 58969 | 63338 | .unused, |
| 58970 | 63339 | .unused, |
| 63340 | .unused, |
| 63341 | .unused, |
| 58971 | 63342 | }, |
| 58972 | 63343 | .dst_temps = .{ .mem, .unused }, |
| 58973 | 63344 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -58996,6 +63367,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 58996 | 63367 | .unused, |
| 58997 | 63368 | .unused, |
| 58998 | 63369 | .unused, |
| 63370 | .unused, |
| 63371 | .unused, |
| 58999 | 63372 | }, |
| 59000 | 63373 | .dst_temps = .{ .mem, .unused }, |
| 59001 | 63374 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59024,6 +63397,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59024 | 63397 | .unused, |
| 59025 | 63398 | .unused, |
| 59026 | 63399 | .unused, |
| 63400 | .unused, |
| 63401 | .unused, |
| 59027 | 63402 | }, |
| 59028 | 63403 | .dst_temps = .{ .mem, .unused }, |
| 59029 | 63404 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59052,6 +63427,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59052 | 63427 | .unused, |
| 59053 | 63428 | .unused, |
| 59054 | 63429 | .unused, |
| 63430 | .unused, |
| 63431 | .unused, |
| 59055 | 63432 | }, |
| 59056 | 63433 | .dst_temps = .{ .mem, .unused }, |
| 59057 | 63434 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59080,6 +63457,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59080 | 63457 | .unused, |
| 59081 | 63458 | .unused, |
| 59082 | 63459 | .unused, |
| 63460 | .unused, |
| 63461 | .unused, |
| 59083 | 63462 | }, |
| 59084 | 63463 | .dst_temps = .{ .mem, .unused }, |
| 59085 | 63464 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59108,6 +63487,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59108 | 63487 | .unused, |
| 59109 | 63488 | .unused, |
| 59110 | 63489 | .unused, |
| 63490 | .unused, |
| 63491 | .unused, |
| 59111 | 63492 | }, |
| 59112 | 63493 | .dst_temps = .{ .mem, .unused }, |
| 59113 | 63494 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59136,6 +63517,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59136 | 63517 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixxfei" } } }, |
| 59137 | 63518 | .unused, |
| 59138 | 63519 | .unused, |
| 63520 | .unused, |
| 63521 | .unused, |
| 59139 | 63522 | }, |
| 59140 | 63523 | .dst_temps = .{ .mem, .unused }, |
| 59141 | 63524 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59169,6 +63552,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59169 | 63552 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixunsxfei" } } }, |
| 59170 | 63553 | .unused, |
| 59171 | 63554 | .unused, |
| 63555 | .unused, |
| 63556 | .unused, |
| 59172 | 63557 | }, |
| 59173 | 63558 | .dst_temps = .{ .mem, .unused }, |
| 59174 | 63559 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59202,6 +63587,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59202 | 63587 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixxfei" } } }, |
| 59203 | 63588 | .unused, |
| 59204 | 63589 | .unused, |
| 63590 | .unused, |
| 63591 | .unused, |
| 59205 | 63592 | }, |
| 59206 | 63593 | .dst_temps = .{ .mem, .unused }, |
| 59207 | 63594 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59235,6 +63622,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59235 | 63622 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixunsxfei" } } }, |
| 59236 | 63623 | .unused, |
| 59237 | 63624 | .unused, |
| 63625 | .unused, |
| 63626 | .unused, |
| 59238 | 63627 | }, |
| 59239 | 63628 | .dst_temps = .{ .mem, .unused }, |
| 59240 | 63629 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59268,6 +63657,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59268 | 63657 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixxfei" } } }, |
| 59269 | 63658 | .unused, |
| 59270 | 63659 | .unused, |
| 63660 | .unused, |
| 63661 | .unused, |
| 59271 | 63662 | }, |
| 59272 | 63663 | .dst_temps = .{ .mem, .unused }, |
| 59273 | 63664 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59301,6 +63692,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59301 | 63692 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fixunsxfei" } } }, |
| 59302 | 63693 | .unused, |
| 59303 | 63694 | .unused, |
| 63695 | .unused, |
| 63696 | .unused, |
| 59304 | 63697 | }, |
| 59305 | 63698 | .dst_temps = .{ .mem, .unused }, |
| 59306 | 63699 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59334,6 +63727,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59334 | 63727 | .unused, |
| 59335 | 63728 | .unused, |
| 59336 | 63729 | .unused, |
| 63730 | .unused, |
| 63731 | .unused, |
| 59337 | 63732 | }, |
| 59338 | 63733 | .dst_temps = .{ .mem, .unused }, |
| 59339 | 63734 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59365,6 +63760,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59365 | 63760 | .unused, |
| 59366 | 63761 | .unused, |
| 59367 | 63762 | .unused, |
| 63763 | .unused, |
| 63764 | .unused, |
| 59368 | 63765 | }, |
| 59369 | 63766 | .dst_temps = .{ .mem, .unused }, |
| 59370 | 63767 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59396,6 +63793,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59396 | 63793 | .unused, |
| 59397 | 63794 | .unused, |
| 59398 | 63795 | .unused, |
| 63796 | .unused, |
| 63797 | .unused, |
| 59399 | 63798 | }, |
| 59400 | 63799 | .dst_temps = .{ .mem, .unused }, |
| 59401 | 63800 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59427,6 +63826,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59427 | 63826 | .unused, |
| 59428 | 63827 | .unused, |
| 59429 | 63828 | .unused, |
| 63829 | .unused, |
| 63830 | .unused, |
| 59430 | 63831 | }, |
| 59431 | 63832 | .dst_temps = .{ .mem, .unused }, |
| 59432 | 63833 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59458,6 +63859,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59458 | 63859 | .unused, |
| 59459 | 63860 | .unused, |
| 59460 | 63861 | .unused, |
| 63862 | .unused, |
| 63863 | .unused, |
| 59461 | 63864 | }, |
| 59462 | 63865 | .dst_temps = .{ .mem, .unused }, |
| 59463 | 63866 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59489,6 +63892,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59489 | 63892 | .unused, |
| 59490 | 63893 | .unused, |
| 59491 | 63894 | .unused, |
| 63895 | .unused, |
| 63896 | .unused, |
| 59492 | 63897 | }, |
| 59493 | 63898 | .dst_temps = .{ .mem, .unused }, |
| 59494 | 63899 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59520,6 +63925,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59520 | 63925 | .unused, |
| 59521 | 63926 | .unused, |
| 59522 | 63927 | .unused, |
| 63928 | .unused, |
| 63929 | .unused, |
| 59523 | 63930 | }, |
| 59524 | 63931 | .dst_temps = .{ .mem, .unused }, |
| 59525 | 63932 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59549,6 +63956,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59549 | 63956 | .unused, |
| 59550 | 63957 | .unused, |
| 59551 | 63958 | .unused, |
| 63959 | .unused, |
| 63960 | .unused, |
| 59552 | 63961 | }, |
| 59553 | 63962 | .dst_temps = .{ .mem, .unused }, |
| 59554 | 63963 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59578,6 +63987,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59578 | 63987 | .unused, |
| 59579 | 63988 | .unused, |
| 59580 | 63989 | .unused, |
| 63990 | .unused, |
| 63991 | .unused, |
| 59581 | 63992 | }, |
| 59582 | 63993 | .dst_temps = .{ .mem, .unused }, |
| 59583 | 63994 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59607,6 +64018,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59607 | 64018 | .unused, |
| 59608 | 64019 | .unused, |
| 59609 | 64020 | .unused, |
| 64021 | .unused, |
| 64022 | .unused, |
| 59610 | 64023 | }, |
| 59611 | 64024 | .dst_temps = .{ .{ .reg = .eax }, .unused }, |
| 59612 | 64025 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59631,6 +64044,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59631 | 64044 | .unused, |
| 59632 | 64045 | .unused, |
| 59633 | 64046 | .unused, |
| 64047 | .unused, |
| 64048 | .unused, |
| 59634 | 64049 | }, |
| 59635 | 64050 | .dst_temps = .{ .{ .reg = .eax }, .unused }, |
| 59636 | 64051 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59655,6 +64070,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59655 | 64070 | .unused, |
| 59656 | 64071 | .unused, |
| 59657 | 64072 | .unused, |
| 64073 | .unused, |
| 64074 | .unused, |
| 59658 | 64075 | }, |
| 59659 | 64076 | .dst_temps = .{ .mem, .unused }, |
| 59660 | 64077 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59684,6 +64101,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59684 | 64101 | .unused, |
| 59685 | 64102 | .unused, |
| 59686 | 64103 | .unused, |
| 64104 | .unused, |
| 64105 | .unused, |
| 59687 | 64106 | }, |
| 59688 | 64107 | .dst_temps = .{ .mem, .unused }, |
| 59689 | 64108 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59713,6 +64132,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59713 | 64132 | .unused, |
| 59714 | 64133 | .unused, |
| 59715 | 64134 | .unused, |
| 64135 | .unused, |
| 64136 | .unused, |
| 59716 | 64137 | }, |
| 59717 | 64138 | .dst_temps = .{ .mem, .unused }, |
| 59718 | 64139 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59742,6 +64163,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59742 | 64163 | .unused, |
| 59743 | 64164 | .unused, |
| 59744 | 64165 | .unused, |
| 64166 | .unused, |
| 64167 | .unused, |
| 59745 | 64168 | }, |
| 59746 | 64169 | .dst_temps = .{ .mem, .unused }, |
| 59747 | 64170 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59771,6 +64194,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59771 | 64194 | .unused, |
| 59772 | 64195 | .unused, |
| 59773 | 64196 | .unused, |
| 64197 | .unused, |
| 64198 | .unused, |
| 59774 | 64199 | }, |
| 59775 | 64200 | .dst_temps = .{ .mem, .unused }, |
| 59776 | 64201 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59800,6 +64225,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59800 | 64225 | .unused, |
| 59801 | 64226 | .unused, |
| 59802 | 64227 | .unused, |
| 64228 | .unused, |
| 64229 | .unused, |
| 59803 | 64230 | }, |
| 59804 | 64231 | .dst_temps = .{ .mem, .unused }, |
| 59805 | 64232 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59829,6 +64256,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59829 | 64256 | .unused, |
| 59830 | 64257 | .unused, |
| 59831 | 64258 | .unused, |
| 64259 | .unused, |
| 64260 | .unused, |
| 59832 | 64261 | }, |
| 59833 | 64262 | .dst_temps = .{ .{ .reg = .rax }, .unused }, |
| 59834 | 64263 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59853,6 +64282,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59853 | 64282 | .unused, |
| 59854 | 64283 | .unused, |
| 59855 | 64284 | .unused, |
| 64285 | .unused, |
| 64286 | .unused, |
| 59856 | 64287 | }, |
| 59857 | 64288 | .dst_temps = .{ .{ .reg = .rax }, .unused }, |
| 59858 | 64289 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59877,6 +64308,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59877 | 64308 | .unused, |
| 59878 | 64309 | .unused, |
| 59879 | 64310 | .unused, |
| 64311 | .unused, |
| 64312 | .unused, |
| 59880 | 64313 | }, |
| 59881 | 64314 | .dst_temps = .{ .mem, .unused }, |
| 59882 | 64315 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59906,6 +64339,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59906 | 64339 | .unused, |
| 59907 | 64340 | .unused, |
| 59908 | 64341 | .unused, |
| 64342 | .unused, |
| 64343 | .unused, |
| 59909 | 64344 | }, |
| 59910 | 64345 | .dst_temps = .{ .mem, .unused }, |
| 59911 | 64346 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59935,6 +64370,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59935 | 64370 | .unused, |
| 59936 | 64371 | .unused, |
| 59937 | 64372 | .unused, |
| 64373 | .unused, |
| 64374 | .unused, |
| 59938 | 64375 | }, |
| 59939 | 64376 | .dst_temps = .{ .mem, .unused }, |
| 59940 | 64377 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59964,6 +64401,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59964 | 64401 | .unused, |
| 59965 | 64402 | .unused, |
| 59966 | 64403 | .unused, |
| 64404 | .unused, |
| 64405 | .unused, |
| 59967 | 64406 | }, |
| 59968 | 64407 | .dst_temps = .{ .mem, .unused }, |
| 59969 | 64408 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -59993,6 +64432,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 59993 | 64432 | .unused, |
| 59994 | 64433 | .unused, |
| 59995 | 64434 | .unused, |
| 64435 | .unused, |
| 64436 | .unused, |
| 59996 | 64437 | }, |
| 59997 | 64438 | .dst_temps = .{ .mem, .unused }, |
| 59998 | 64439 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60022,6 +64463,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60022 | 64463 | .unused, |
| 60023 | 64464 | .unused, |
| 60024 | 64465 | .unused, |
| 64466 | .unused, |
| 64467 | .unused, |
| 60025 | 64468 | }, |
| 60026 | 64469 | .dst_temps = .{ .mem, .unused }, |
| 60027 | 64470 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60051,6 +64494,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60051 | 64494 | .unused, |
| 60052 | 64495 | .unused, |
| 60053 | 64496 | .unused, |
| 64497 | .unused, |
| 64498 | .unused, |
| 60054 | 64499 | }, |
| 60055 | 64500 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 60056 | 64501 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60075,6 +64520,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60075 | 64520 | .unused, |
| 60076 | 64521 | .unused, |
| 60077 | 64522 | .unused, |
| 64523 | .unused, |
| 64524 | .unused, |
| 60078 | 64525 | }, |
| 60079 | 64526 | .dst_temps = .{ .{ .reg_pair = .{ .rax, .rdx } }, .unused }, |
| 60080 | 64527 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60099,6 +64546,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60099 | 64546 | .unused, |
| 60100 | 64547 | .unused, |
| 60101 | 64548 | .unused, |
| 64549 | .unused, |
| 64550 | .unused, |
| 60102 | 64551 | }, |
| 60103 | 64552 | .dst_temps = .{ .mem, .unused }, |
| 60104 | 64553 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60129,6 +64578,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60129 | 64578 | .unused, |
| 60130 | 64579 | .unused, |
| 60131 | 64580 | .unused, |
| 64581 | .unused, |
| 64582 | .unused, |
| 60132 | 64583 | }, |
| 60133 | 64584 | .dst_temps = .{ .mem, .unused }, |
| 60134 | 64585 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60159,6 +64610,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60159 | 64610 | .unused, |
| 60160 | 64611 | .unused, |
| 60161 | 64612 | .unused, |
| 64613 | .unused, |
| 64614 | .unused, |
| 60162 | 64615 | }, |
| 60163 | 64616 | .dst_temps = .{ .mem, .unused }, |
| 60164 | 64617 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60189,6 +64642,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60189 | 64642 | .unused, |
| 60190 | 64643 | .unused, |
| 60191 | 64644 | .unused, |
| 64645 | .unused, |
| 64646 | .unused, |
| 60192 | 64647 | }, |
| 60193 | 64648 | .dst_temps = .{ .mem, .unused }, |
| 60194 | 64649 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60219,6 +64674,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60219 | 64674 | .unused, |
| 60220 | 64675 | .unused, |
| 60221 | 64676 | .unused, |
| 64677 | .unused, |
| 64678 | .unused, |
| 60222 | 64679 | }, |
| 60223 | 64680 | .dst_temps = .{ .mem, .unused }, |
| 60224 | 64681 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60249,6 +64706,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60249 | 64706 | .unused, |
| 60250 | 64707 | .unused, |
| 60251 | 64708 | .unused, |
| 64709 | .unused, |
| 64710 | .unused, |
| 60252 | 64711 | }, |
| 60253 | 64712 | .dst_temps = .{ .mem, .unused }, |
| 60254 | 64713 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60279,6 +64738,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60279 | 64738 | .unused, |
| 60280 | 64739 | .unused, |
| 60281 | 64740 | .unused, |
| 64741 | .unused, |
| 64742 | .unused, |
| 60282 | 64743 | }, |
| 60283 | 64744 | .dst_temps = .{ .mem, .unused }, |
| 60284 | 64745 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60305,6 +64766,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60305 | 64766 | .unused, |
| 60306 | 64767 | .unused, |
| 60307 | 64768 | .unused, |
| 64769 | .unused, |
| 64770 | .unused, |
| 60308 | 64771 | }, |
| 60309 | 64772 | .dst_temps = .{ .mem, .unused }, |
| 60310 | 64773 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60331,6 +64794,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60331 | 64794 | .unused, |
| 60332 | 64795 | .unused, |
| 60333 | 64796 | .unused, |
| 64797 | .unused, |
| 64798 | .unused, |
| 60334 | 64799 | }, |
| 60335 | 64800 | .dst_temps = .{ .mem, .unused }, |
| 60336 | 64801 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60363,6 +64828,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60363 | 64828 | .unused, |
| 60364 | 64829 | .unused, |
| 60365 | 64830 | .unused, |
| 64831 | .unused, |
| 64832 | .unused, |
| 60366 | 64833 | }, |
| 60367 | 64834 | .dst_temps = .{ .mem, .unused }, |
| 60368 | 64835 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60395,6 +64862,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60395 | 64862 | .unused, |
| 60396 | 64863 | .unused, |
| 60397 | 64864 | .unused, |
| 64865 | .unused, |
| 64866 | .unused, |
| 60398 | 64867 | }, |
| 60399 | 64868 | .dst_temps = .{ .mem, .unused }, |
| 60400 | 64869 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60427,6 +64896,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60427 | 64896 | .unused, |
| 60428 | 64897 | .unused, |
| 60429 | 64898 | .unused, |
| 64899 | .unused, |
| 64900 | .unused, |
| 60430 | 64901 | }, |
| 60431 | 64902 | .dst_temps = .{ .mem, .unused }, |
| 60432 | 64903 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60459,6 +64930,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60459 | 64930 | .unused, |
| 60460 | 64931 | .unused, |
| 60461 | 64932 | .unused, |
| 64933 | .unused, |
| 64934 | .unused, |
| 60462 | 64935 | }, |
| 60463 | 64936 | .dst_temps = .{ .mem, .unused }, |
| 60464 | 64937 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60491,6 +64964,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60491 | 64964 | .unused, |
| 60492 | 64965 | .unused, |
| 60493 | 64966 | .unused, |
| 64967 | .unused, |
| 64968 | .unused, |
| 60494 | 64969 | }, |
| 60495 | 64970 | .dst_temps = .{ .mem, .unused }, |
| 60496 | 64971 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60538,6 +65013,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60538 | 65013 | .unused, |
| 60539 | 65014 | .unused, |
| 60540 | 65015 | .unused, |
| 65016 | .unused, |
| 65017 | .unused, |
| 60541 | 65018 | }, |
| 60542 | 65019 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60543 | 65020 | .each = .{ .once = &.{ |
| ... | ... | @@ -60564,6 +65041,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60564 | 65041 | .unused, |
| 60565 | 65042 | .unused, |
| 60566 | 65043 | .unused, |
| 65044 | .unused, |
| 65045 | .unused, |
| 60567 | 65046 | }, |
| 60568 | 65047 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60569 | 65048 | .each = .{ .once = &.{ |
| ... | ... | @@ -60590,6 +65069,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60590 | 65069 | .unused, |
| 60591 | 65070 | .unused, |
| 60592 | 65071 | .unused, |
| 65072 | .unused, |
| 65073 | .unused, |
| 60593 | 65074 | }, |
| 60594 | 65075 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60595 | 65076 | .each = .{ .once = &.{ |
| ... | ... | @@ -60616,6 +65097,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60616 | 65097 | .unused, |
| 60617 | 65098 | .unused, |
| 60618 | 65099 | .unused, |
| 65100 | .unused, |
| 65101 | .unused, |
| 60619 | 65102 | }, |
| 60620 | 65103 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60621 | 65104 | .each = .{ .once = &.{ |
| ... | ... | @@ -60656,6 +65139,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60656 | 65139 | .unused, |
| 60657 | 65140 | .unused, |
| 60658 | 65141 | .unused, |
| 65142 | .unused, |
| 65143 | .unused, |
| 60659 | 65144 | }, |
| 60660 | 65145 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60661 | 65146 | .each = .{ .once = &.{ |
| ... | ... | @@ -60695,6 +65180,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60695 | 65180 | .unused, |
| 60696 | 65181 | .unused, |
| 60697 | 65182 | .unused, |
| 65183 | .unused, |
| 65184 | .unused, |
| 60698 | 65185 | }, |
| 60699 | 65186 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 60700 | 65187 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -60730,6 +65217,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60730 | 65217 | .unused, |
| 60731 | 65218 | .unused, |
| 60732 | 65219 | .unused, |
| 65220 | .unused, |
| 65221 | .unused, |
| 60733 | 65222 | }, |
| 60734 | 65223 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60735 | 65224 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60755,6 +65244,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60755 | 65244 | .unused, |
| 60756 | 65245 | .unused, |
| 60757 | 65246 | .unused, |
| 65247 | .unused, |
| 65248 | .unused, |
| 60758 | 65249 | }, |
| 60759 | 65250 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60760 | 65251 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60780,6 +65271,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60780 | 65271 | .unused, |
| 60781 | 65272 | .unused, |
| 60782 | 65273 | .unused, |
| 65274 | .unused, |
| 65275 | .unused, |
| 60783 | 65276 | }, |
| 60784 | 65277 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60785 | 65278 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60805,6 +65298,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60805 | 65298 | .unused, |
| 60806 | 65299 | .unused, |
| 60807 | 65300 | .unused, |
| 65301 | .unused, |
| 65302 | .unused, |
| 60808 | 65303 | }, |
| 60809 | 65304 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60810 | 65305 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60830,6 +65325,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60830 | 65325 | .unused, |
| 60831 | 65326 | .unused, |
| 60832 | 65327 | .unused, |
| 65328 | .unused, |
| 65329 | .unused, |
| 60833 | 65330 | }, |
| 60834 | 65331 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60835 | 65332 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60854,6 +65351,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60854 | 65351 | .unused, |
| 60855 | 65352 | .unused, |
| 60856 | 65353 | .unused, |
| 65354 | .unused, |
| 65355 | .unused, |
| 60857 | 65356 | }, |
| 60858 | 65357 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60859 | 65358 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60878,6 +65377,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60878 | 65377 | .unused, |
| 60879 | 65378 | .unused, |
| 60880 | 65379 | .unused, |
| 65380 | .unused, |
| 65381 | .unused, |
| 60881 | 65382 | }, |
| 60882 | 65383 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60883 | 65384 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60902,6 +65403,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60902 | 65403 | .unused, |
| 60903 | 65404 | .unused, |
| 60904 | 65405 | .unused, |
| 65406 | .unused, |
| 65407 | .unused, |
| 60905 | 65408 | }, |
| 60906 | 65409 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60907 | 65410 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60926,6 +65429,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60926 | 65429 | .unused, |
| 60927 | 65430 | .unused, |
| 60928 | 65431 | .unused, |
| 65432 | .unused, |
| 65433 | .unused, |
| 60929 | 65434 | }, |
| 60930 | 65435 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60931 | 65436 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60950,6 +65455,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60950 | 65455 | .unused, |
| 60951 | 65456 | .unused, |
| 60952 | 65457 | .unused, |
| 65458 | .unused, |
| 65459 | .unused, |
| 60953 | 65460 | }, |
| 60954 | 65461 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60955 | 65462 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -60974,6 +65481,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 60974 | 65481 | .unused, |
| 60975 | 65482 | .unused, |
| 60976 | 65483 | .unused, |
| 65484 | .unused, |
| 65485 | .unused, |
| 60977 | 65486 | }, |
| 60978 | 65487 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 60979 | 65488 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61000,6 +65509,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61000 | 65509 | .unused, |
| 61001 | 65510 | .unused, |
| 61002 | 65511 | .unused, |
| 65512 | .unused, |
| 65513 | .unused, |
| 61003 | 65514 | }, |
| 61004 | 65515 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 61005 | 65516 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61081,6 +65592,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61081 | 65592 | .unused, |
| 61082 | 65593 | .unused, |
| 61083 | 65594 | .unused, |
| 65595 | .unused, |
| 65596 | .unused, |
| 61084 | 65597 | }, |
| 61085 | 65598 | .dst_temps = .{ .mem, .unused }, |
| 61086 | 65599 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61109,6 +65622,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61109 | 65622 | .unused, |
| 61110 | 65623 | .unused, |
| 61111 | 65624 | .unused, |
| 65625 | .unused, |
| 65626 | .unused, |
| 61112 | 65627 | }, |
| 61113 | 65628 | .dst_temps = .{ .mem, .unused }, |
| 61114 | 65629 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61137,6 +65652,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61137 | 65652 | .unused, |
| 61138 | 65653 | .unused, |
| 61139 | 65654 | .unused, |
| 65655 | .unused, |
| 65656 | .unused, |
| 61140 | 65657 | }, |
| 61141 | 65658 | .dst_temps = .{ .mem, .unused }, |
| 61142 | 65659 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61165,6 +65682,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61165 | 65682 | .unused, |
| 61166 | 65683 | .unused, |
| 61167 | 65684 | .unused, |
| 65685 | .unused, |
| 65686 | .unused, |
| 61168 | 65687 | }, |
| 61169 | 65688 | .dst_temps = .{ .mem, .unused }, |
| 61170 | 65689 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61194,6 +65713,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61194 | 65713 | .unused, |
| 61195 | 65714 | .unused, |
| 61196 | 65715 | .unused, |
| 65716 | .unused, |
| 65717 | .unused, |
| 61197 | 65718 | }, |
| 61198 | 65719 | .dst_temps = .{ .mem, .unused }, |
| 61199 | 65720 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61223,6 +65744,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61223 | 65744 | .unused, |
| 61224 | 65745 | .unused, |
| 61225 | 65746 | .unused, |
| 65747 | .unused, |
| 65748 | .unused, |
| 61226 | 65749 | }, |
| 61227 | 65750 | .dst_temps = .{ .mem, .unused }, |
| 61228 | 65751 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61252,6 +65775,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61252 | 65775 | .unused, |
| 61253 | 65776 | .unused, |
| 61254 | 65777 | .unused, |
| 65778 | .unused, |
| 65779 | .unused, |
| 61255 | 65780 | }, |
| 61256 | 65781 | .dst_temps = .{ .mem, .unused }, |
| 61257 | 65782 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61281,6 +65806,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61281 | 65806 | .unused, |
| 61282 | 65807 | .unused, |
| 61283 | 65808 | .unused, |
| 65809 | .unused, |
| 65810 | .unused, |
| 61284 | 65811 | }, |
| 61285 | 65812 | .dst_temps = .{ .mem, .unused }, |
| 61286 | 65813 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61310,6 +65837,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61310 | 65837 | .unused, |
| 61311 | 65838 | .unused, |
| 61312 | 65839 | .unused, |
| 65840 | .unused, |
| 65841 | .unused, |
| 61313 | 65842 | }, |
| 61314 | 65843 | .dst_temps = .{ .mem, .unused }, |
| 61315 | 65844 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61340,6 +65869,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61340 | 65869 | .unused, |
| 61341 | 65870 | .unused, |
| 61342 | 65871 | .unused, |
| 65872 | .unused, |
| 65873 | .unused, |
| 61343 | 65874 | }, |
| 61344 | 65875 | .dst_temps = .{ .mem, .unused }, |
| 61345 | 65876 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61370,6 +65901,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61370 | 65901 | .unused, |
| 61371 | 65902 | .unused, |
| 61372 | 65903 | .unused, |
| 65904 | .unused, |
| 65905 | .unused, |
| 61373 | 65906 | }, |
| 61374 | 65907 | .dst_temps = .{ .mem, .unused }, |
| 61375 | 65908 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61401,6 +65934,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61401 | 65934 | .unused, |
| 61402 | 65935 | .unused, |
| 61403 | 65936 | .unused, |
| 65937 | .unused, |
| 65938 | .unused, |
| 61404 | 65939 | }, |
| 61405 | 65940 | .dst_temps = .{ .mem, .unused }, |
| 61406 | 65941 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61432,6 +65967,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61432 | 65967 | .unused, |
| 61433 | 65968 | .unused, |
| 61434 | 65969 | .unused, |
| 65970 | .unused, |
| 65971 | .unused, |
| 61435 | 65972 | }, |
| 61436 | 65973 | .dst_temps = .{ .mem, .unused }, |
| 61437 | 65974 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61461,6 +65998,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61461 | 65998 | .unused, |
| 61462 | 65999 | .unused, |
| 61463 | 66000 | .unused, |
| 66001 | .unused, |
| 66002 | .unused, |
| 61464 | 66003 | }, |
| 61465 | 66004 | .dst_temps = .{ .mem, .unused }, |
| 61466 | 66005 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61490,6 +66029,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61490 | 66029 | .unused, |
| 61491 | 66030 | .unused, |
| 61492 | 66031 | .unused, |
| 66032 | .unused, |
| 66033 | .unused, |
| 61493 | 66034 | }, |
| 61494 | 66035 | .dst_temps = .{ .mem, .unused }, |
| 61495 | 66036 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61519,6 +66060,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61519 | 66060 | .unused, |
| 61520 | 66061 | .unused, |
| 61521 | 66062 | .unused, |
| 66063 | .unused, |
| 66064 | .unused, |
| 61522 | 66065 | }, |
| 61523 | 66066 | .dst_temps = .{ .mem, .unused }, |
| 61524 | 66067 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61548,6 +66091,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61548 | 66091 | .unused, |
| 61549 | 66092 | .unused, |
| 61550 | 66093 | .unused, |
| 66094 | .unused, |
| 66095 | .unused, |
| 61551 | 66096 | }, |
| 61552 | 66097 | .dst_temps = .{ .mem, .unused }, |
| 61553 | 66098 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61578,6 +66123,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61578 | 66123 | .unused, |
| 61579 | 66124 | .unused, |
| 61580 | 66125 | .unused, |
| 66126 | .unused, |
| 66127 | .unused, |
| 61581 | 66128 | }, |
| 61582 | 66129 | .dst_temps = .{ .mem, .unused }, |
| 61583 | 66130 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61608,6 +66155,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61608 | 66155 | .unused, |
| 61609 | 66156 | .unused, |
| 61610 | 66157 | .unused, |
| 66158 | .unused, |
| 66159 | .unused, |
| 61611 | 66160 | }, |
| 61612 | 66161 | .dst_temps = .{ .mem, .unused }, |
| 61613 | 66162 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61639,6 +66188,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61639 | 66188 | .unused, |
| 61640 | 66189 | .unused, |
| 61641 | 66190 | .unused, |
| 66191 | .unused, |
| 66192 | .unused, |
| 61642 | 66193 | }, |
| 61643 | 66194 | .dst_temps = .{ .mem, .unused }, |
| 61644 | 66195 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61725,6 +66276,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61725 | 66276 | .unused, |
| 61726 | 66277 | .unused, |
| 61727 | 66278 | .unused, |
| 66279 | .unused, |
| 66280 | .unused, |
| 61728 | 66281 | }, |
| 61729 | 66282 | .dst_temps = .{ .mem, .unused }, |
| 61730 | 66283 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61753,6 +66306,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61753 | 66306 | .unused, |
| 61754 | 66307 | .unused, |
| 61755 | 66308 | .unused, |
| 66309 | .unused, |
| 66310 | .unused, |
| 61756 | 66311 | }, |
| 61757 | 66312 | .dst_temps = .{ .mem, .unused }, |
| 61758 | 66313 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61781,6 +66336,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61781 | 66336 | .unused, |
| 61782 | 66337 | .unused, |
| 61783 | 66338 | .unused, |
| 66339 | .unused, |
| 66340 | .unused, |
| 61784 | 66341 | }, |
| 61785 | 66342 | .dst_temps = .{ .mem, .unused }, |
| 61786 | 66343 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61809,6 +66366,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61809 | 66366 | .unused, |
| 61810 | 66367 | .unused, |
| 61811 | 66368 | .unused, |
| 66369 | .unused, |
| 66370 | .unused, |
| 61812 | 66371 | }, |
| 61813 | 66372 | .dst_temps = .{ .mem, .unused }, |
| 61814 | 66373 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -61838,6 +66397,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61838 | 66397 | .unused, |
| 61839 | 66398 | .unused, |
| 61840 | 66399 | .unused, |
| 66400 | .unused, |
| 66401 | .unused, |
| 61841 | 66402 | }, |
| 61842 | 66403 | .dst_temps = .{ .mem, .unused }, |
| 61843 | 66404 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61867,6 +66428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61867 | 66428 | .unused, |
| 61868 | 66429 | .unused, |
| 61869 | 66430 | .unused, |
| 66431 | .unused, |
| 66432 | .unused, |
| 61870 | 66433 | }, |
| 61871 | 66434 | .dst_temps = .{ .mem, .unused }, |
| 61872 | 66435 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61896,6 +66459,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61896 | 66459 | .unused, |
| 61897 | 66460 | .unused, |
| 61898 | 66461 | .unused, |
| 66462 | .unused, |
| 66463 | .unused, |
| 61899 | 66464 | }, |
| 61900 | 66465 | .dst_temps = .{ .mem, .unused }, |
| 61901 | 66466 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61926,6 +66491,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61926 | 66491 | .unused, |
| 61927 | 66492 | .unused, |
| 61928 | 66493 | .unused, |
| 66494 | .unused, |
| 66495 | .unused, |
| 61929 | 66496 | }, |
| 61930 | 66497 | .dst_temps = .{ .mem, .unused }, |
| 61931 | 66498 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61957,6 +66524,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61957 | 66524 | .unused, |
| 61958 | 66525 | .unused, |
| 61959 | 66526 | .unused, |
| 66527 | .unused, |
| 66528 | .unused, |
| 61960 | 66529 | }, |
| 61961 | 66530 | .dst_temps = .{ .mem, .unused }, |
| 61962 | 66531 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -61986,6 +66555,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 61986 | 66555 | .unused, |
| 61987 | 66556 | .unused, |
| 61988 | 66557 | .unused, |
| 66558 | .unused, |
| 66559 | .unused, |
| 61989 | 66560 | }, |
| 61990 | 66561 | .dst_temps = .{ .mem, .unused }, |
| 61991 | 66562 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62015,6 +66586,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62015 | 66586 | .unused, |
| 62016 | 66587 | .unused, |
| 62017 | 66588 | .unused, |
| 66589 | .unused, |
| 66590 | .unused, |
| 62018 | 66591 | }, |
| 62019 | 66592 | .dst_temps = .{ .mem, .unused }, |
| 62020 | 66593 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62045,6 +66618,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62045 | 66618 | .unused, |
| 62046 | 66619 | .unused, |
| 62047 | 66620 | .unused, |
| 66621 | .unused, |
| 66622 | .unused, |
| 62048 | 66623 | }, |
| 62049 | 66624 | .dst_temps = .{ .mem, .unused }, |
| 62050 | 66625 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62101,6 +66676,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62101 | 66676 | .unused, |
| 62102 | 66677 | .unused, |
| 62103 | 66678 | .unused, |
| 66679 | .unused, |
| 66680 | .unused, |
| 62104 | 66681 | }, |
| 62105 | 66682 | .dst_temps = .{ .mem, .unused }, |
| 62106 | 66683 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -62128,6 +66705,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62128 | 66705 | .unused, |
| 62129 | 66706 | .unused, |
| 62130 | 66707 | .unused, |
| 66708 | .unused, |
| 66709 | .unused, |
| 62131 | 66710 | }, |
| 62132 | 66711 | .dst_temps = .{ .mem, .unused }, |
| 62133 | 66712 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -62156,6 +66735,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62156 | 66735 | .unused, |
| 62157 | 66736 | .unused, |
| 62158 | 66737 | .unused, |
| 66738 | .unused, |
| 66739 | .unused, |
| 62159 | 66740 | }, |
| 62160 | 66741 | .dst_temps = .{ .mem, .unused }, |
| 62161 | 66742 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62185,6 +66766,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62185 | 66766 | .unused, |
| 62186 | 66767 | .unused, |
| 62187 | 66768 | .unused, |
| 66769 | .unused, |
| 66770 | .unused, |
| 62188 | 66771 | }, |
| 62189 | 66772 | .dst_temps = .{ .mem, .unused }, |
| 62190 | 66773 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62214,6 +66797,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62214 | 66797 | .unused, |
| 62215 | 66798 | .unused, |
| 62216 | 66799 | .unused, |
| 66800 | .unused, |
| 66801 | .unused, |
| 62217 | 66802 | }, |
| 62218 | 66803 | .dst_temps = .{ .mem, .unused }, |
| 62219 | 66804 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62244,6 +66829,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62244 | 66829 | .unused, |
| 62245 | 66830 | .unused, |
| 62246 | 66831 | .unused, |
| 66832 | .unused, |
| 66833 | .unused, |
| 62247 | 66834 | }, |
| 62248 | 66835 | .dst_temps = .{ .mem, .unused }, |
| 62249 | 66836 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62275,6 +66862,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62275 | 66862 | .unused, |
| 62276 | 66863 | .unused, |
| 62277 | 66864 | .unused, |
| 66865 | .unused, |
| 66866 | .unused, |
| 62278 | 66867 | }, |
| 62279 | 66868 | .dst_temps = .{ .mem, .unused }, |
| 62280 | 66869 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62304,6 +66893,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62304 | 66893 | .unused, |
| 62305 | 66894 | .unused, |
| 62306 | 66895 | .unused, |
| 66896 | .unused, |
| 66897 | .unused, |
| 62307 | 66898 | }, |
| 62308 | 66899 | .dst_temps = .{ .mem, .unused }, |
| 62309 | 66900 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62333,6 +66924,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62333 | 66924 | .unused, |
| 62334 | 66925 | .unused, |
| 62335 | 66926 | .unused, |
| 66927 | .unused, |
| 66928 | .unused, |
| 62336 | 66929 | }, |
| 62337 | 66930 | .dst_temps = .{ .mem, .unused }, |
| 62338 | 66931 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62363,6 +66956,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62363 | 66956 | .unused, |
| 62364 | 66957 | .unused, |
| 62365 | 66958 | .unused, |
| 66959 | .unused, |
| 66960 | .unused, |
| 62366 | 66961 | }, |
| 62367 | 66962 | .dst_temps = .{ .mem, .unused }, |
| 62368 | 66963 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62393,6 +66988,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62393 | 66988 | .unused, |
| 62394 | 66989 | .unused, |
| 62395 | 66990 | .unused, |
| 66991 | .unused, |
| 66992 | .unused, |
| 62396 | 66993 | }, |
| 62397 | 66994 | .dst_temps = .{ .mem, .unused }, |
| 62398 | 66995 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -62423,6 +67020,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62423 | 67020 | .unused, |
| 62424 | 67021 | .unused, |
| 62425 | 67022 | .unused, |
| 67023 | .unused, |
| 67024 | .unused, |
| 62426 | 67025 | }, |
| 62427 | 67026 | .dst_temps = .{ .mem, .unused }, |
| 62428 | 67027 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62452,6 +67051,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62452 | 67051 | .unused, |
| 62453 | 67052 | .unused, |
| 62454 | 67053 | .unused, |
| 67054 | .unused, |
| 67055 | .unused, |
| 62455 | 67056 | }, |
| 62456 | 67057 | .dst_temps = .{ .mem, .unused }, |
| 62457 | 67058 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62481,6 +67082,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62481 | 67082 | .unused, |
| 62482 | 67083 | .unused, |
| 62483 | 67084 | .unused, |
| 67085 | .unused, |
| 67086 | .unused, |
| 62484 | 67087 | }, |
| 62485 | 67088 | .dst_temps = .{ .mem, .unused }, |
| 62486 | 67089 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62511,6 +67114,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62511 | 67114 | .unused, |
| 62512 | 67115 | .unused, |
| 62513 | 67116 | .unused, |
| 67117 | .unused, |
| 67118 | .unused, |
| 62514 | 67119 | }, |
| 62515 | 67120 | .dst_temps = .{ .mem, .unused }, |
| 62516 | 67121 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62542,6 +67147,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62542 | 67147 | .unused, |
| 62543 | 67148 | .unused, |
| 62544 | 67149 | .unused, |
| 67150 | .unused, |
| 67151 | .unused, |
| 62545 | 67152 | }, |
| 62546 | 67153 | .dst_temps = .{ .mem, .unused }, |
| 62547 | 67154 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62571,6 +67178,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62571 | 67178 | .unused, |
| 62572 | 67179 | .unused, |
| 62573 | 67180 | .unused, |
| 67181 | .unused, |
| 67182 | .unused, |
| 62574 | 67183 | }, |
| 62575 | 67184 | .dst_temps = .{ .mem, .unused }, |
| 62576 | 67185 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62600,6 +67209,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62600 | 67209 | .unused, |
| 62601 | 67210 | .unused, |
| 62602 | 67211 | .unused, |
| 67212 | .unused, |
| 67213 | .unused, |
| 62603 | 67214 | }, |
| 62604 | 67215 | .dst_temps = .{ .mem, .unused }, |
| 62605 | 67216 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62630,6 +67241,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62630 | 67241 | .unused, |
| 62631 | 67242 | .unused, |
| 62632 | 67243 | .unused, |
| 67244 | .unused, |
| 67245 | .unused, |
| 62633 | 67246 | }, |
| 62634 | 67247 | .dst_temps = .{ .mem, .unused }, |
| 62635 | 67248 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62661,6 +67274,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62661 | 67274 | .unused, |
| 62662 | 67275 | .unused, |
| 62663 | 67276 | .unused, |
| 67277 | .unused, |
| 67278 | .unused, |
| 62664 | 67279 | }, |
| 62665 | 67280 | .dst_temps = .{ .mem, .unused }, |
| 62666 | 67281 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62691,6 +67306,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62691 | 67306 | .unused, |
| 62692 | 67307 | .unused, |
| 62693 | 67308 | .unused, |
| 67309 | .unused, |
| 67310 | .unused, |
| 62694 | 67311 | }, |
| 62695 | 67312 | .dst_temps = .{ .mem, .unused }, |
| 62696 | 67313 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62721,6 +67338,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62721 | 67338 | .unused, |
| 62722 | 67339 | .unused, |
| 62723 | 67340 | .unused, |
| 67341 | .unused, |
| 67342 | .unused, |
| 62724 | 67343 | }, |
| 62725 | 67344 | .dst_temps = .{ .mem, .unused }, |
| 62726 | 67345 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62752,6 +67371,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62752 | 67371 | .unused, |
| 62753 | 67372 | .unused, |
| 62754 | 67373 | .unused, |
| 67374 | .unused, |
| 67375 | .unused, |
| 62755 | 67376 | }, |
| 62756 | 67377 | .dst_temps = .{ .mem, .unused }, |
| 62757 | 67378 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62784,6 +67405,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62784 | 67405 | .unused, |
| 62785 | 67406 | .unused, |
| 62786 | 67407 | .unused, |
| 67408 | .unused, |
| 67409 | .unused, |
| 62787 | 67410 | }, |
| 62788 | 67411 | .dst_temps = .{ .mem, .unused }, |
| 62789 | 67412 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62814,6 +67437,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62814 | 67437 | .unused, |
| 62815 | 67438 | .unused, |
| 62816 | 67439 | .unused, |
| 67440 | .unused, |
| 67441 | .unused, |
| 62817 | 67442 | }, |
| 62818 | 67443 | .dst_temps = .{ .mem, .unused }, |
| 62819 | 67444 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62844,6 +67469,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62844 | 67469 | .unused, |
| 62845 | 67470 | .unused, |
| 62846 | 67471 | .unused, |
| 67472 | .unused, |
| 67473 | .unused, |
| 62847 | 67474 | }, |
| 62848 | 67475 | .dst_temps = .{ .mem, .unused }, |
| 62849 | 67476 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62875,6 +67502,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62875 | 67502 | .unused, |
| 62876 | 67503 | .unused, |
| 62877 | 67504 | .unused, |
| 67505 | .unused, |
| 67506 | .unused, |
| 62878 | 67507 | }, |
| 62879 | 67508 | .dst_temps = .{ .mem, .unused }, |
| 62880 | 67509 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62907,6 +67536,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62907 | 67536 | .unused, |
| 62908 | 67537 | .unused, |
| 62909 | 67538 | .unused, |
| 67539 | .unused, |
| 67540 | .unused, |
| 62910 | 67541 | }, |
| 62911 | 67542 | .dst_temps = .{ .mem, .unused }, |
| 62912 | 67543 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62939,6 +67570,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62939 | 67570 | .unused, |
| 62940 | 67571 | .unused, |
| 62941 | 67572 | .unused, |
| 67573 | .unused, |
| 67574 | .unused, |
| 62942 | 67575 | }, |
| 62943 | 67576 | .dst_temps = .{ .mem, .unused }, |
| 62944 | 67577 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -62971,6 +67604,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 62971 | 67604 | .unused, |
| 62972 | 67605 | .unused, |
| 62973 | 67606 | .unused, |
| 67607 | .unused, |
| 67608 | .unused, |
| 62974 | 67609 | }, |
| 62975 | 67610 | .dst_temps = .{ .mem, .unused }, |
| 62976 | 67611 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63004,6 +67639,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63004 | 67639 | .{ .type = .f32, .kind = .mem }, |
| 63005 | 67640 | .unused, |
| 63006 | 67641 | .unused, |
| 67642 | .unused, |
| 67643 | .unused, |
| 63007 | 67644 | }, |
| 63008 | 67645 | .dst_temps = .{ .mem, .unused }, |
| 63009 | 67646 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63038,6 +67675,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63038 | 67675 | .unused, |
| 63039 | 67676 | .unused, |
| 63040 | 67677 | .unused, |
| 67678 | .unused, |
| 67679 | .unused, |
| 63041 | 67680 | }, |
| 63042 | 67681 | .dst_temps = .{ .mem, .unused }, |
| 63043 | 67682 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63070,6 +67709,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63070 | 67709 | .unused, |
| 63071 | 67710 | .unused, |
| 63072 | 67711 | .unused, |
| 67712 | .unused, |
| 67713 | .unused, |
| 63073 | 67714 | }, |
| 63074 | 67715 | .dst_temps = .{ .mem, .unused }, |
| 63075 | 67716 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63102,6 +67743,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63102 | 67743 | .unused, |
| 63103 | 67744 | .unused, |
| 63104 | 67745 | .unused, |
| 67746 | .unused, |
| 67747 | .unused, |
| 63105 | 67748 | }, |
| 63106 | 67749 | .dst_temps = .{ .mem, .unused }, |
| 63107 | 67750 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63135,6 +67778,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63135 | 67778 | .{ .type = .f32, .kind = .mem }, |
| 63136 | 67779 | .unused, |
| 63137 | 67780 | .unused, |
| 67781 | .unused, |
| 67782 | .unused, |
| 63138 | 67783 | }, |
| 63139 | 67784 | .dst_temps = .{ .mem, .unused }, |
| 63140 | 67785 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63169,6 +67814,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63169 | 67814 | .unused, |
| 63170 | 67815 | .unused, |
| 63171 | 67816 | .unused, |
| 67817 | .unused, |
| 67818 | .unused, |
| 63172 | 67819 | }, |
| 63173 | 67820 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63174 | 67821 | .each = .{ .once = &.{ |
| ... | ... | @@ -63194,6 +67841,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63194 | 67841 | .unused, |
| 63195 | 67842 | .unused, |
| 63196 | 67843 | .unused, |
| 67844 | .unused, |
| 67845 | .unused, |
| 63197 | 67846 | }, |
| 63198 | 67847 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63199 | 67848 | .each = .{ .once = &.{ |
| ... | ... | @@ -63219,6 +67868,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63219 | 67868 | .unused, |
| 63220 | 67869 | .unused, |
| 63221 | 67870 | .unused, |
| 67871 | .unused, |
| 67872 | .unused, |
| 63222 | 67873 | }, |
| 63223 | 67874 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63224 | 67875 | .each = .{ .once = &.{ |
| ... | ... | @@ -63244,6 +67895,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63244 | 67895 | .unused, |
| 63245 | 67896 | .unused, |
| 63246 | 67897 | .unused, |
| 67898 | .unused, |
| 67899 | .unused, |
| 63247 | 67900 | }, |
| 63248 | 67901 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63249 | 67902 | .each = .{ .once = &.{ |
| ... | ... | @@ -63269,6 +67922,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63269 | 67922 | .unused, |
| 63270 | 67923 | .unused, |
| 63271 | 67924 | .unused, |
| 67925 | .unused, |
| 67926 | .unused, |
| 63272 | 67927 | }, |
| 63273 | 67928 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63274 | 67929 | .each = .{ .once = &.{ |
| ... | ... | @@ -63294,6 +67949,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63294 | 67949 | .unused, |
| 63295 | 67950 | .unused, |
| 63296 | 67951 | .unused, |
| 67952 | .unused, |
| 67953 | .unused, |
| 63297 | 67954 | }, |
| 63298 | 67955 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63299 | 67956 | .each = .{ .once = &.{ |
| ... | ... | @@ -63319,6 +67976,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63319 | 67976 | .unused, |
| 63320 | 67977 | .unused, |
| 63321 | 67978 | .unused, |
| 67979 | .unused, |
| 67980 | .unused, |
| 63322 | 67981 | }, |
| 63323 | 67982 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63324 | 67983 | .each = .{ .once = &.{ |
| ... | ... | @@ -63344,6 +68003,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63344 | 68003 | .unused, |
| 63345 | 68004 | .unused, |
| 63346 | 68005 | .unused, |
| 68006 | .unused, |
| 68007 | .unused, |
| 63347 | 68008 | }, |
| 63348 | 68009 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63349 | 68010 | .each = .{ .once = &.{ |
| ... | ... | @@ -63395,6 +68056,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63395 | 68056 | .unused, |
| 63396 | 68057 | .unused, |
| 63397 | 68058 | .unused, |
| 68059 | .unused, |
| 68060 | .unused, |
| 63398 | 68061 | }, |
| 63399 | 68062 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63400 | 68063 | .each = .{ .once = &.{ |
| ... | ... | @@ -63420,6 +68083,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63420 | 68083 | .unused, |
| 63421 | 68084 | .unused, |
| 63422 | 68085 | .unused, |
| 68086 | .unused, |
| 68087 | .unused, |
| 63423 | 68088 | }, |
| 63424 | 68089 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63425 | 68090 | .each = .{ .once = &.{ |
| ... | ... | @@ -63470,6 +68135,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63470 | 68135 | .unused, |
| 63471 | 68136 | .unused, |
| 63472 | 68137 | .unused, |
| 68138 | .unused, |
| 68139 | .unused, |
| 63473 | 68140 | }, |
| 63474 | 68141 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63475 | 68142 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63503,6 +68170,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63503 | 68170 | .unused, |
| 63504 | 68171 | .unused, |
| 63505 | 68172 | .unused, |
| 68173 | .unused, |
| 68174 | .unused, |
| 63506 | 68175 | }, |
| 63507 | 68176 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 63508 | 68177 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63537,6 +68206,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63537 | 68206 | .unused, |
| 63538 | 68207 | .unused, |
| 63539 | 68208 | .unused, |
| 68209 | .unused, |
| 68210 | .unused, |
| 63540 | 68211 | }, |
| 63541 | 68212 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 63542 | 68213 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63561,6 +68232,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63561 | 68232 | .unused, |
| 63562 | 68233 | .unused, |
| 63563 | 68234 | .unused, |
| 68235 | .unused, |
| 68236 | .unused, |
| 63564 | 68237 | }, |
| 63565 | 68238 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 63566 | 68239 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63585,6 +68258,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63585 | 68258 | .unused, |
| 63586 | 68259 | .unused, |
| 63587 | 68260 | .unused, |
| 68261 | .unused, |
| 68262 | .unused, |
| 63588 | 68263 | }, |
| 63589 | 68264 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 63590 | 68265 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63611,6 +68286,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63611 | 68286 | .unused, |
| 63612 | 68287 | .unused, |
| 63613 | 68288 | .unused, |
| 68289 | .unused, |
| 68290 | .unused, |
| 63614 | 68291 | }, |
| 63615 | 68292 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 63616 | 68293 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63714,6 +68391,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63714 | 68391 | .unused, |
| 63715 | 68392 | .unused, |
| 63716 | 68393 | .unused, |
| 68394 | .unused, |
| 68395 | .unused, |
| 63717 | 68396 | }, |
| 63718 | 68397 | .dst_temps = .{ .mem, .unused }, |
| 63719 | 68398 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63742,6 +68421,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63742 | 68421 | .unused, |
| 63743 | 68422 | .unused, |
| 63744 | 68423 | .unused, |
| 68424 | .unused, |
| 68425 | .unused, |
| 63745 | 68426 | }, |
| 63746 | 68427 | .dst_temps = .{ .mem, .unused }, |
| 63747 | 68428 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63770,6 +68451,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63770 | 68451 | .unused, |
| 63771 | 68452 | .unused, |
| 63772 | 68453 | .unused, |
| 68454 | .unused, |
| 68455 | .unused, |
| 63773 | 68456 | }, |
| 63774 | 68457 | .dst_temps = .{ .mem, .unused }, |
| 63775 | 68458 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63798,6 +68481,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63798 | 68481 | .unused, |
| 63799 | 68482 | .unused, |
| 63800 | 68483 | .unused, |
| 68484 | .unused, |
| 68485 | .unused, |
| 63801 | 68486 | }, |
| 63802 | 68487 | .dst_temps = .{ .mem, .unused }, |
| 63803 | 68488 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63826,6 +68511,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63826 | 68511 | .unused, |
| 63827 | 68512 | .unused, |
| 63828 | 68513 | .unused, |
| 68514 | .unused, |
| 68515 | .unused, |
| 63829 | 68516 | }, |
| 63830 | 68517 | .dst_temps = .{ .mem, .unused }, |
| 63831 | 68518 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63854,6 +68541,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63854 | 68541 | .unused, |
| 63855 | 68542 | .unused, |
| 63856 | 68543 | .unused, |
| 68544 | .unused, |
| 68545 | .unused, |
| 63857 | 68546 | }, |
| 63858 | 68547 | .dst_temps = .{ .mem, .unused }, |
| 63859 | 68548 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -63883,6 +68572,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63883 | 68572 | .unused, |
| 63884 | 68573 | .unused, |
| 63885 | 68574 | .unused, |
| 68575 | .unused, |
| 68576 | .unused, |
| 63886 | 68577 | }, |
| 63887 | 68578 | .dst_temps = .{ .mem, .unused }, |
| 63888 | 68579 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63912,6 +68603,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63912 | 68603 | .unused, |
| 63913 | 68604 | .unused, |
| 63914 | 68605 | .unused, |
| 68606 | .unused, |
| 68607 | .unused, |
| 63915 | 68608 | }, |
| 63916 | 68609 | .dst_temps = .{ .mem, .unused }, |
| 63917 | 68610 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63941,6 +68634,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63941 | 68634 | .unused, |
| 63942 | 68635 | .unused, |
| 63943 | 68636 | .unused, |
| 68637 | .unused, |
| 68638 | .unused, |
| 63944 | 68639 | }, |
| 63945 | 68640 | .dst_temps = .{ .mem, .unused }, |
| 63946 | 68641 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63970,6 +68665,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63970 | 68665 | .unused, |
| 63971 | 68666 | .unused, |
| 63972 | 68667 | .unused, |
| 68668 | .unused, |
| 68669 | .unused, |
| 63973 | 68670 | }, |
| 63974 | 68671 | .dst_temps = .{ .mem, .unused }, |
| 63975 | 68672 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -63999,6 +68696,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 63999 | 68696 | .unused, |
| 64000 | 68697 | .unused, |
| 64001 | 68698 | .unused, |
| 68699 | .unused, |
| 68700 | .unused, |
| 64002 | 68701 | }, |
| 64003 | 68702 | .dst_temps = .{ .mem, .unused }, |
| 64004 | 68703 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64028,6 +68727,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64028 | 68727 | .unused, |
| 64029 | 68728 | .unused, |
| 64030 | 68729 | .unused, |
| 68730 | .unused, |
| 68731 | .unused, |
| 64031 | 68732 | }, |
| 64032 | 68733 | .dst_temps = .{ .mem, .unused }, |
| 64033 | 68734 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64057,6 +68758,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64057 | 68758 | .unused, |
| 64058 | 68759 | .unused, |
| 64059 | 68760 | .unused, |
| 68761 | .unused, |
| 68762 | .unused, |
| 64060 | 68763 | }, |
| 64061 | 68764 | .dst_temps = .{ .mem, .unused }, |
| 64062 | 68765 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64086,6 +68789,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64086 | 68789 | .unused, |
| 64087 | 68790 | .unused, |
| 64088 | 68791 | .unused, |
| 68792 | .unused, |
| 68793 | .unused, |
| 64089 | 68794 | }, |
| 64090 | 68795 | .dst_temps = .{ .mem, .unused }, |
| 64091 | 68796 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64192,6 +68897,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64192 | 68897 | .unused, |
| 64193 | 68898 | .unused, |
| 64194 | 68899 | .unused, |
| 68900 | .unused, |
| 68901 | .unused, |
| 64195 | 68902 | }, |
| 64196 | 68903 | .dst_temps = .{ .mem, .unused }, |
| 64197 | 68904 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64220,6 +68927,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64220 | 68927 | .unused, |
| 64221 | 68928 | .unused, |
| 64222 | 68929 | .unused, |
| 68930 | .unused, |
| 68931 | .unused, |
| 64223 | 68932 | }, |
| 64224 | 68933 | .dst_temps = .{ .mem, .unused }, |
| 64225 | 68934 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64248,6 +68957,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64248 | 68957 | .unused, |
| 64249 | 68958 | .unused, |
| 64250 | 68959 | .unused, |
| 68960 | .unused, |
| 68961 | .unused, |
| 64251 | 68962 | }, |
| 64252 | 68963 | .dst_temps = .{ .mem, .unused }, |
| 64253 | 68964 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64276,6 +68987,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64276 | 68987 | .unused, |
| 64277 | 68988 | .unused, |
| 64278 | 68989 | .unused, |
| 68990 | .unused, |
| 68991 | .unused, |
| 64279 | 68992 | }, |
| 64280 | 68993 | .dst_temps = .{ .mem, .unused }, |
| 64281 | 68994 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64304,6 +69017,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64304 | 69017 | .unused, |
| 64305 | 69018 | .unused, |
| 64306 | 69019 | .unused, |
| 69020 | .unused, |
| 69021 | .unused, |
| 64307 | 69022 | }, |
| 64308 | 69023 | .dst_temps = .{ .mem, .unused }, |
| 64309 | 69024 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64332,6 +69047,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64332 | 69047 | .unused, |
| 64333 | 69048 | .unused, |
| 64334 | 69049 | .unused, |
| 69050 | .unused, |
| 69051 | .unused, |
| 64335 | 69052 | }, |
| 64336 | 69053 | .dst_temps = .{ .mem, .unused }, |
| 64337 | 69054 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64361,6 +69078,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64361 | 69078 | .unused, |
| 64362 | 69079 | .unused, |
| 64363 | 69080 | .unused, |
| 69081 | .unused, |
| 69082 | .unused, |
| 64364 | 69083 | }, |
| 64365 | 69084 | .dst_temps = .{ .mem, .unused }, |
| 64366 | 69085 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64390,6 +69109,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64390 | 69109 | .unused, |
| 64391 | 69110 | .unused, |
| 64392 | 69111 | .unused, |
| 69112 | .unused, |
| 69113 | .unused, |
| 64393 | 69114 | }, |
| 64394 | 69115 | .dst_temps = .{ .mem, .unused }, |
| 64395 | 69116 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64419,6 +69140,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64419 | 69140 | .unused, |
| 64420 | 69141 | .unused, |
| 64421 | 69142 | .unused, |
| 69143 | .unused, |
| 69144 | .unused, |
| 64422 | 69145 | }, |
| 64423 | 69146 | .dst_temps = .{ .mem, .unused }, |
| 64424 | 69147 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64448,6 +69171,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64448 | 69171 | .unused, |
| 64449 | 69172 | .unused, |
| 64450 | 69173 | .unused, |
| 69174 | .unused, |
| 69175 | .unused, |
| 64451 | 69176 | }, |
| 64452 | 69177 | .dst_temps = .{ .mem, .unused }, |
| 64453 | 69178 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64512,6 +69237,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64512 | 69237 | .unused, |
| 64513 | 69238 | .unused, |
| 64514 | 69239 | .unused, |
| 69240 | .unused, |
| 69241 | .unused, |
| 64515 | 69242 | }, |
| 64516 | 69243 | .dst_temps = .{ .mem, .unused }, |
| 64517 | 69244 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64539,6 +69266,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64539 | 69266 | .unused, |
| 64540 | 69267 | .unused, |
| 64541 | 69268 | .unused, |
| 69269 | .unused, |
| 69270 | .unused, |
| 64542 | 69271 | }, |
| 64543 | 69272 | .dst_temps = .{ .mem, .unused }, |
| 64544 | 69273 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64566,6 +69295,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64566 | 69295 | .unused, |
| 64567 | 69296 | .unused, |
| 64568 | 69297 | .unused, |
| 69298 | .unused, |
| 69299 | .unused, |
| 64569 | 69300 | }, |
| 64570 | 69301 | .dst_temps = .{ .mem, .unused }, |
| 64571 | 69302 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64593,6 +69324,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64593 | 69324 | .unused, |
| 64594 | 69325 | .unused, |
| 64595 | 69326 | .unused, |
| 69327 | .unused, |
| 69328 | .unused, |
| 64596 | 69329 | }, |
| 64597 | 69330 | .dst_temps = .{ .mem, .unused }, |
| 64598 | 69331 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64621,6 +69354,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64621 | 69354 | .unused, |
| 64622 | 69355 | .unused, |
| 64623 | 69356 | .unused, |
| 69357 | .unused, |
| 69358 | .unused, |
| 64624 | 69359 | }, |
| 64625 | 69360 | .dst_temps = .{ .mem, .unused }, |
| 64626 | 69361 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64650,6 +69385,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64650 | 69385 | .unused, |
| 64651 | 69386 | .unused, |
| 64652 | 69387 | .unused, |
| 69388 | .unused, |
| 69389 | .unused, |
| 64653 | 69390 | }, |
| 64654 | 69391 | .dst_temps = .{ .mem, .unused }, |
| 64655 | 69392 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64679,6 +69416,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64679 | 69416 | .unused, |
| 64680 | 69417 | .unused, |
| 64681 | 69418 | .unused, |
| 69419 | .unused, |
| 69420 | .unused, |
| 64682 | 69421 | }, |
| 64683 | 69422 | .dst_temps = .{ .mem, .unused }, |
| 64684 | 69423 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64708,6 +69447,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64708 | 69447 | .unused, |
| 64709 | 69448 | .unused, |
| 64710 | 69449 | .unused, |
| 69450 | .unused, |
| 69451 | .unused, |
| 64711 | 69452 | }, |
| 64712 | 69453 | .dst_temps = .{ .mem, .unused }, |
| 64713 | 69454 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64736,6 +69477,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64736 | 69477 | .unused, |
| 64737 | 69478 | .unused, |
| 64738 | 69479 | .unused, |
| 69480 | .unused, |
| 69481 | .unused, |
| 64739 | 69482 | }, |
| 64740 | 69483 | .dst_temps = .{ .mem, .unused }, |
| 64741 | 69484 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64764,6 +69507,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64764 | 69507 | .unused, |
| 64765 | 69508 | .unused, |
| 64766 | 69509 | .unused, |
| 69510 | .unused, |
| 69511 | .unused, |
| 64767 | 69512 | }, |
| 64768 | 69513 | .dst_temps = .{ .mem, .unused }, |
| 64769 | 69514 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -64793,6 +69538,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64793 | 69538 | .unused, |
| 64794 | 69539 | .unused, |
| 64795 | 69540 | .unused, |
| 69541 | .unused, |
| 69542 | .unused, |
| 64796 | 69543 | }, |
| 64797 | 69544 | .dst_temps = .{ .mem, .unused }, |
| 64798 | 69545 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64822,6 +69569,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64822 | 69569 | .unused, |
| 64823 | 69570 | .unused, |
| 64824 | 69571 | .unused, |
| 69572 | .unused, |
| 69573 | .unused, |
| 64825 | 69574 | }, |
| 64826 | 69575 | .dst_temps = .{ .mem, .unused }, |
| 64827 | 69576 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64851,6 +69600,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64851 | 69600 | .unused, |
| 64852 | 69601 | .unused, |
| 64853 | 69602 | .unused, |
| 69603 | .unused, |
| 69604 | .unused, |
| 64854 | 69605 | }, |
| 64855 | 69606 | .dst_temps = .{ .mem, .unused }, |
| 64856 | 69607 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64880,6 +69631,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64880 | 69631 | .unused, |
| 64881 | 69632 | .unused, |
| 64882 | 69633 | .unused, |
| 69634 | .unused, |
| 69635 | .unused, |
| 64883 | 69636 | }, |
| 64884 | 69637 | .dst_temps = .{ .mem, .unused }, |
| 64885 | 69638 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64909,6 +69662,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64909 | 69662 | .unused, |
| 64910 | 69663 | .unused, |
| 64911 | 69664 | .unused, |
| 69665 | .unused, |
| 69666 | .unused, |
| 64912 | 69667 | }, |
| 64913 | 69668 | .dst_temps = .{ .mem, .unused }, |
| 64914 | 69669 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64939,6 +69694,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64939 | 69694 | .unused, |
| 64940 | 69695 | .unused, |
| 64941 | 69696 | .unused, |
| 69697 | .unused, |
| 69698 | .unused, |
| 64942 | 69699 | }, |
| 64943 | 69700 | .dst_temps = .{ .mem, .unused }, |
| 64944 | 69701 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64969,6 +69726,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64969 | 69726 | .unused, |
| 64970 | 69727 | .unused, |
| 64971 | 69728 | .unused, |
| 69729 | .unused, |
| 69730 | .unused, |
| 64972 | 69731 | }, |
| 64973 | 69732 | .dst_temps = .{ .mem, .unused }, |
| 64974 | 69733 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -64999,6 +69758,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 64999 | 69758 | .unused, |
| 65000 | 69759 | .unused, |
| 65001 | 69760 | .unused, |
| 69761 | .unused, |
| 69762 | .unused, |
| 65002 | 69763 | }, |
| 65003 | 69764 | .dst_temps = .{ .mem, .unused }, |
| 65004 | 69765 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65029,6 +69790,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65029 | 69790 | .unused, |
| 65030 | 69791 | .unused, |
| 65031 | 69792 | .unused, |
| 69793 | .unused, |
| 69794 | .unused, |
| 65032 | 69795 | }, |
| 65033 | 69796 | .dst_temps = .{ .mem, .unused }, |
| 65034 | 69797 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65061,6 +69824,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65061 | 69824 | .unused, |
| 65062 | 69825 | .unused, |
| 65063 | 69826 | .unused, |
| 69827 | .unused, |
| 69828 | .unused, |
| 65064 | 69829 | }, |
| 65065 | 69830 | .dst_temps = .{ .mem, .unused }, |
| 65066 | 69831 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65093,6 +69858,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65093 | 69858 | .unused, |
| 65094 | 69859 | .unused, |
| 65095 | 69860 | .unused, |
| 69861 | .unused, |
| 69862 | .unused, |
| 65096 | 69863 | }, |
| 65097 | 69864 | .dst_temps = .{ .mem, .unused }, |
| 65098 | 69865 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65125,6 +69892,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65125 | 69892 | .unused, |
| 65126 | 69893 | .unused, |
| 65127 | 69894 | .unused, |
| 69895 | .unused, |
| 69896 | .unused, |
| 65128 | 69897 | }, |
| 65129 | 69898 | .dst_temps = .{ .mem, .unused }, |
| 65130 | 69899 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65157,6 +69926,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65157 | 69926 | .unused, |
| 65158 | 69927 | .unused, |
| 65159 | 69928 | .unused, |
| 69929 | .unused, |
| 69930 | .unused, |
| 65160 | 69931 | }, |
| 65161 | 69932 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65162 | 69933 | .each = .{ .once = &.{ |
| ... | ... | @@ -65182,6 +69953,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65182 | 69953 | .unused, |
| 65183 | 69954 | .unused, |
| 65184 | 69955 | .unused, |
| 69956 | .unused, |
| 69957 | .unused, |
| 65185 | 69958 | }, |
| 65186 | 69959 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65187 | 69960 | .each = .{ .once = &.{ |
| ... | ... | @@ -65207,6 +69980,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65207 | 69980 | .unused, |
| 65208 | 69981 | .unused, |
| 65209 | 69982 | .unused, |
| 69983 | .unused, |
| 69984 | .unused, |
| 65210 | 69985 | }, |
| 65211 | 69986 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65212 | 69987 | .each = .{ .once = &.{ |
| ... | ... | @@ -65232,6 +70007,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65232 | 70007 | .unused, |
| 65233 | 70008 | .unused, |
| 65234 | 70009 | .unused, |
| 70010 | .unused, |
| 70011 | .unused, |
| 65235 | 70012 | }, |
| 65236 | 70013 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65237 | 70014 | .each = .{ .once = &.{ |
| ... | ... | @@ -65257,6 +70034,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65257 | 70034 | .unused, |
| 65258 | 70035 | .unused, |
| 65259 | 70036 | .unused, |
| 70037 | .unused, |
| 70038 | .unused, |
| 65260 | 70039 | }, |
| 65261 | 70040 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65262 | 70041 | .each = .{ .once = &.{ |
| ... | ... | @@ -65282,6 +70061,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65282 | 70061 | .unused, |
| 65283 | 70062 | .unused, |
| 65284 | 70063 | .unused, |
| 70064 | .unused, |
| 70065 | .unused, |
| 65285 | 70066 | }, |
| 65286 | 70067 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65287 | 70068 | .each = .{ .once = &.{ |
| ... | ... | @@ -65307,6 +70088,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65307 | 70088 | .unused, |
| 65308 | 70089 | .unused, |
| 65309 | 70090 | .unused, |
| 70091 | .unused, |
| 70092 | .unused, |
| 65310 | 70093 | }, |
| 65311 | 70094 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65312 | 70095 | .each = .{ .once = &.{ |
| ... | ... | @@ -65332,6 +70115,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65332 | 70115 | .unused, |
| 65333 | 70116 | .unused, |
| 65334 | 70117 | .unused, |
| 70118 | .unused, |
| 70119 | .unused, |
| 65335 | 70120 | }, |
| 65336 | 70121 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65337 | 70122 | .each = .{ .once = &.{ |
| ... | ... | @@ -65383,6 +70168,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65383 | 70168 | .unused, |
| 65384 | 70169 | .unused, |
| 65385 | 70170 | .unused, |
| 70171 | .unused, |
| 70172 | .unused, |
| 65386 | 70173 | }, |
| 65387 | 70174 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65388 | 70175 | .each = .{ .once = &.{ |
| ... | ... | @@ -65408,6 +70195,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65408 | 70195 | .unused, |
| 65409 | 70196 | .unused, |
| 65410 | 70197 | .unused, |
| 70198 | .unused, |
| 70199 | .unused, |
| 65411 | 70200 | }, |
| 65412 | 70201 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65413 | 70202 | .each = .{ .once = &.{ |
| ... | ... | @@ -65433,6 +70222,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65433 | 70222 | .unused, |
| 65434 | 70223 | .unused, |
| 65435 | 70224 | .unused, |
| 70225 | .unused, |
| 70226 | .unused, |
| 65436 | 70227 | }, |
| 65437 | 70228 | .dst_temps = .{ .mem, .unused }, |
| 65438 | 70229 | .each = .{ .once = &.{ |
| ... | ... | @@ -65459,6 +70250,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65459 | 70250 | .unused, |
| 65460 | 70251 | .unused, |
| 65461 | 70252 | .unused, |
| 70253 | .unused, |
| 70254 | .unused, |
| 65462 | 70255 | }, |
| 65463 | 70256 | .dst_temps = .{ .mem, .unused }, |
| 65464 | 70257 | .each = .{ .once = &.{ |
| ... | ... | @@ -65484,6 +70277,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65484 | 70277 | .unused, |
| 65485 | 70278 | .unused, |
| 65486 | 70279 | .unused, |
| 70280 | .unused, |
| 70281 | .unused, |
| 65487 | 70282 | }, |
| 65488 | 70283 | .dst_temps = .{ .mem, .unused }, |
| 65489 | 70284 | .each = .{ .once = &.{ |
| ... | ... | @@ -65508,6 +70303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65508 | 70303 | .unused, |
| 65509 | 70304 | .unused, |
| 65510 | 70305 | .unused, |
| 70306 | .unused, |
| 70307 | .unused, |
| 65511 | 70308 | }, |
| 65512 | 70309 | .dst_temps = .{ .mem, .unused }, |
| 65513 | 70310 | .each = .{ .once = &.{ |
| ... | ... | @@ -65533,6 +70330,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65533 | 70330 | .unused, |
| 65534 | 70331 | .unused, |
| 65535 | 70332 | .unused, |
| 70333 | .unused, |
| 70334 | .unused, |
| 65536 | 70335 | }, |
| 65537 | 70336 | .dst_temps = .{ .mem, .unused }, |
| 65538 | 70337 | .each = .{ .once = &.{ |
| ... | ... | @@ -65557,6 +70356,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65557 | 70356 | .unused, |
| 65558 | 70357 | .unused, |
| 65559 | 70358 | .unused, |
| 70359 | .unused, |
| 70360 | .unused, |
| 65560 | 70361 | }, |
| 65561 | 70362 | .dst_temps = .{ .mem, .unused }, |
| 65562 | 70363 | .each = .{ .once = &.{ |
| ... | ... | @@ -65609,6 +70410,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65609 | 70410 | .unused, |
| 65610 | 70411 | .unused, |
| 65611 | 70412 | .unused, |
| 70413 | .unused, |
| 70414 | .unused, |
| 65612 | 70415 | }, |
| 65613 | 70416 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65614 | 70417 | .each = .{ .once = &.{ |
| ... | ... | @@ -65638,6 +70441,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65638 | 70441 | .unused, |
| 65639 | 70442 | .unused, |
| 65640 | 70443 | .unused, |
| 70444 | .unused, |
| 70445 | .unused, |
| 65641 | 70446 | }, |
| 65642 | 70447 | .dst_temps = .{ .{ .rc = .sse }, .unused }, |
| 65643 | 70448 | .each = .{ .once = &.{ |
| ... | ... | @@ -65667,6 +70472,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65667 | 70472 | .unused, |
| 65668 | 70473 | .unused, |
| 65669 | 70474 | .unused, |
| 70475 | .unused, |
| 70476 | .unused, |
| 65670 | 70477 | }, |
| 65671 | 70478 | .dst_temps = .{ .mem, .unused }, |
| 65672 | 70479 | .each = .{ .once = &.{ |
| ... | ... | @@ -65690,6 +70497,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65690 | 70497 | .unused, |
| 65691 | 70498 | .unused, |
| 65692 | 70499 | .unused, |
| 70500 | .unused, |
| 70501 | .unused, |
| 65693 | 70502 | }, |
| 65694 | 70503 | .dst_temps = .{ .mem, .unused }, |
| 65695 | 70504 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -65727,6 +70536,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65727 | 70536 | .unused, |
| 65728 | 70537 | .unused, |
| 65729 | 70538 | .unused, |
| 70539 | .unused, |
| 70540 | .unused, |
| 65730 | 70541 | }, |
| 65731 | 70542 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 65732 | 70543 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65751,6 +70562,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65751 | 70562 | .unused, |
| 65752 | 70563 | .unused, |
| 65753 | 70564 | .unused, |
| 70565 | .unused, |
| 70566 | .unused, |
| 65754 | 70567 | }, |
| 65755 | 70568 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 65756 | 70569 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65775,6 +70588,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65775 | 70588 | .unused, |
| 65776 | 70589 | .unused, |
| 65777 | 70590 | .unused, |
| 70591 | .unused, |
| 70592 | .unused, |
| 65778 | 70593 | }, |
| 65779 | 70594 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 65780 | 70595 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65801,6 +70616,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65801 | 70616 | .unused, |
| 65802 | 70617 | .unused, |
| 65803 | 70618 | .unused, |
| 70619 | .unused, |
| 70620 | .unused, |
| 65804 | 70621 | }, |
| 65805 | 70622 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 65806 | 70623 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -65904,6 +70721,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65904 | 70721 | .unused, |
| 65905 | 70722 | .unused, |
| 65906 | 70723 | .unused, |
| 70724 | .unused, |
| 70725 | .unused, |
| 65907 | 70726 | }, |
| 65908 | 70727 | .dst_temps = .{ .mem, .unused }, |
| 65909 | 70728 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -65932,6 +70751,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65932 | 70751 | .unused, |
| 65933 | 70752 | .unused, |
| 65934 | 70753 | .unused, |
| 70754 | .unused, |
| 70755 | .unused, |
| 65935 | 70756 | }, |
| 65936 | 70757 | .dst_temps = .{ .mem, .unused }, |
| 65937 | 70758 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -65962,6 +70783,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65962 | 70783 | .unused, |
| 65963 | 70784 | .unused, |
| 65964 | 70785 | .unused, |
| 70786 | .unused, |
| 70787 | .unused, |
| 65965 | 70788 | }, |
| 65966 | 70789 | .dst_temps = .{ .mem, .unused }, |
| 65967 | 70790 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -65992,6 +70815,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 65992 | 70815 | .unused, |
| 65993 | 70816 | .unused, |
| 65994 | 70817 | .unused, |
| 70818 | .unused, |
| 70819 | .unused, |
| 65995 | 70820 | }, |
| 65996 | 70821 | .dst_temps = .{ .mem, .unused }, |
| 65997 | 70822 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66020,6 +70845,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66020 | 70845 | .unused, |
| 66021 | 70846 | .unused, |
| 66022 | 70847 | .unused, |
| 70848 | .unused, |
| 70849 | .unused, |
| 66023 | 70850 | }, |
| 66024 | 70851 | .dst_temps = .{ .mem, .unused }, |
| 66025 | 70852 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66050,6 +70877,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66050 | 70877 | .unused, |
| 66051 | 70878 | .unused, |
| 66052 | 70879 | .unused, |
| 70880 | .unused, |
| 70881 | .unused, |
| 66053 | 70882 | }, |
| 66054 | 70883 | .dst_temps = .{ .mem, .unused }, |
| 66055 | 70884 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66081,6 +70910,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66081 | 70910 | .unused, |
| 66082 | 70911 | .unused, |
| 66083 | 70912 | .unused, |
| 70913 | .unused, |
| 70914 | .unused, |
| 66084 | 70915 | }, |
| 66085 | 70916 | .dst_temps = .{ .mem, .unused }, |
| 66086 | 70917 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66110,6 +70941,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66110 | 70941 | .unused, |
| 66111 | 70942 | .unused, |
| 66112 | 70943 | .unused, |
| 70944 | .unused, |
| 70945 | .unused, |
| 66113 | 70946 | }, |
| 66114 | 70947 | .dst_temps = .{ .mem, .unused }, |
| 66115 | 70948 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66139,6 +70972,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66139 | 70972 | .unused, |
| 66140 | 70973 | .unused, |
| 66141 | 70974 | .unused, |
| 70975 | .unused, |
| 70976 | .unused, |
| 66142 | 70977 | }, |
| 66143 | 70978 | .dst_temps = .{ .mem, .unused }, |
| 66144 | 70979 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66168,6 +71003,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66168 | 71003 | .unused, |
| 66169 | 71004 | .unused, |
| 66170 | 71005 | .unused, |
| 71006 | .unused, |
| 71007 | .unused, |
| 66171 | 71008 | }, |
| 66172 | 71009 | .dst_temps = .{ .mem, .unused }, |
| 66173 | 71010 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66197,6 +71034,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66197 | 71034 | .unused, |
| 66198 | 71035 | .unused, |
| 66199 | 71036 | .unused, |
| 71037 | .unused, |
| 71038 | .unused, |
| 66200 | 71039 | }, |
| 66201 | 71040 | .dst_temps = .{ .mem, .unused }, |
| 66202 | 71041 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66226,6 +71065,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66226 | 71065 | .unused, |
| 66227 | 71066 | .unused, |
| 66228 | 71067 | .unused, |
| 71068 | .unused, |
| 71069 | .unused, |
| 66229 | 71070 | }, |
| 66230 | 71071 | .dst_temps = .{ .mem, .unused }, |
| 66231 | 71072 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66255,6 +71096,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66255 | 71096 | .unused, |
| 66256 | 71097 | .unused, |
| 66257 | 71098 | .unused, |
| 71099 | .unused, |
| 71100 | .unused, |
| 66258 | 71101 | }, |
| 66259 | 71102 | .dst_temps = .{ .mem, .unused }, |
| 66260 | 71103 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66284,6 +71127,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66284 | 71127 | .unused, |
| 66285 | 71128 | .unused, |
| 66286 | 71129 | .unused, |
| 71130 | .unused, |
| 71131 | .unused, |
| 66287 | 71132 | }, |
| 66288 | 71133 | .dst_temps = .{ .mem, .unused }, |
| 66289 | 71134 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66313,6 +71158,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66313 | 71158 | .unused, |
| 66314 | 71159 | .unused, |
| 66315 | 71160 | .unused, |
| 71161 | .unused, |
| 71162 | .unused, |
| 66316 | 71163 | }, |
| 66317 | 71164 | .dst_temps = .{ .mem, .unused }, |
| 66318 | 71165 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66342,6 +71189,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66342 | 71189 | .unused, |
| 66343 | 71190 | .unused, |
| 66344 | 71191 | .unused, |
| 71192 | .unused, |
| 71193 | .unused, |
| 66345 | 71194 | }, |
| 66346 | 71195 | .dst_temps = .{ .mem, .unused }, |
| 66347 | 71196 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66371,6 +71220,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66371 | 71220 | .unused, |
| 66372 | 71221 | .unused, |
| 66373 | 71222 | .unused, |
| 71223 | .unused, |
| 71224 | .unused, |
| 66374 | 71225 | }, |
| 66375 | 71226 | .dst_temps = .{ .mem, .unused }, |
| 66376 | 71227 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66400,6 +71251,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66400 | 71251 | .unused, |
| 66401 | 71252 | .unused, |
| 66402 | 71253 | .unused, |
| 71254 | .unused, |
| 71255 | .unused, |
| 66403 | 71256 | }, |
| 66404 | 71257 | .dst_temps = .{ .mem, .unused }, |
| 66405 | 71258 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66506,6 +71359,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66506 | 71359 | .unused, |
| 66507 | 71360 | .unused, |
| 66508 | 71361 | .unused, |
| 71362 | .unused, |
| 71363 | .unused, |
| 66509 | 71364 | }, |
| 66510 | 71365 | .dst_temps = .{ .mem, .unused }, |
| 66511 | 71366 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66534,6 +71389,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66534 | 71389 | .unused, |
| 66535 | 71390 | .unused, |
| 66536 | 71391 | .unused, |
| 71392 | .unused, |
| 71393 | .unused, |
| 66537 | 71394 | }, |
| 66538 | 71395 | .dst_temps = .{ .mem, .unused }, |
| 66539 | 71396 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66563,6 +71420,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66563 | 71420 | .unused, |
| 66564 | 71421 | .unused, |
| 66565 | 71422 | .unused, |
| 71423 | .unused, |
| 71424 | .unused, |
| 66566 | 71425 | }, |
| 66567 | 71426 | .dst_temps = .{ .mem, .unused }, |
| 66568 | 71427 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66592,6 +71451,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66592 | 71451 | .unused, |
| 66593 | 71452 | .unused, |
| 66594 | 71453 | .unused, |
| 71454 | .unused, |
| 71455 | .unused, |
| 66595 | 71456 | }, |
| 66596 | 71457 | .dst_temps = .{ .mem, .unused }, |
| 66597 | 71458 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66620,6 +71481,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66620 | 71481 | .unused, |
| 66621 | 71482 | .unused, |
| 66622 | 71483 | .unused, |
| 71484 | .unused, |
| 71485 | .unused, |
| 66623 | 71486 | }, |
| 66624 | 71487 | .dst_temps = .{ .mem, .unused }, |
| 66625 | 71488 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66649,6 +71512,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66649 | 71512 | .unused, |
| 66650 | 71513 | .unused, |
| 66651 | 71514 | .unused, |
| 71515 | .unused, |
| 71516 | .unused, |
| 66652 | 71517 | }, |
| 66653 | 71518 | .dst_temps = .{ .mem, .unused }, |
| 66654 | 71519 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66679,6 +71544,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66679 | 71544 | .unused, |
| 66680 | 71545 | .unused, |
| 66681 | 71546 | .unused, |
| 71547 | .unused, |
| 71548 | .unused, |
| 66682 | 71549 | }, |
| 66683 | 71550 | .dst_temps = .{ .mem, .unused }, |
| 66684 | 71551 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66708,6 +71575,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66708 | 71575 | .unused, |
| 66709 | 71576 | .unused, |
| 66710 | 71577 | .unused, |
| 71578 | .unused, |
| 71579 | .unused, |
| 66711 | 71580 | }, |
| 66712 | 71581 | .dst_temps = .{ .mem, .unused }, |
| 66713 | 71582 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66737,6 +71606,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66737 | 71606 | .unused, |
| 66738 | 71607 | .unused, |
| 66739 | 71608 | .unused, |
| 71609 | .unused, |
| 71610 | .unused, |
| 66740 | 71611 | }, |
| 66741 | 71612 | .dst_temps = .{ .mem, .unused }, |
| 66742 | 71613 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66766,6 +71637,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66766 | 71637 | .unused, |
| 66767 | 71638 | .unused, |
| 66768 | 71639 | .unused, |
| 71640 | .unused, |
| 71641 | .unused, |
| 66769 | 71642 | }, |
| 66770 | 71643 | .dst_temps = .{ .mem, .unused }, |
| 66771 | 71644 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66795,6 +71668,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66795 | 71668 | .unused, |
| 66796 | 71669 | .unused, |
| 66797 | 71670 | .unused, |
| 71671 | .unused, |
| 71672 | .unused, |
| 66798 | 71673 | }, |
| 66799 | 71674 | .dst_temps = .{ .mem, .unused }, |
| 66800 | 71675 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66824,6 +71699,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66824 | 71699 | .unused, |
| 66825 | 71700 | .unused, |
| 66826 | 71701 | .unused, |
| 71702 | .unused, |
| 71703 | .unused, |
| 66827 | 71704 | }, |
| 66828 | 71705 | .dst_temps = .{ .mem, .unused }, |
| 66829 | 71706 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66888,6 +71765,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66888 | 71765 | .unused, |
| 66889 | 71766 | .unused, |
| 66890 | 71767 | .unused, |
| 71768 | .unused, |
| 71769 | .unused, |
| 66891 | 71770 | }, |
| 66892 | 71771 | .dst_temps = .{ .mem, .unused }, |
| 66893 | 71772 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66915,6 +71794,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66915 | 71794 | .unused, |
| 66916 | 71795 | .unused, |
| 66917 | 71796 | .unused, |
| 71797 | .unused, |
| 71798 | .unused, |
| 66918 | 71799 | }, |
| 66919 | 71800 | .dst_temps = .{ .mem, .unused }, |
| 66920 | 71801 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66942,6 +71823,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66942 | 71823 | .unused, |
| 66943 | 71824 | .unused, |
| 66944 | 71825 | .unused, |
| 71826 | .unused, |
| 71827 | .unused, |
| 66945 | 71828 | }, |
| 66946 | 71829 | .dst_temps = .{ .mem, .unused }, |
| 66947 | 71830 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -66970,6 +71853,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66970 | 71853 | .unused, |
| 66971 | 71854 | .unused, |
| 66972 | 71855 | .unused, |
| 71856 | .unused, |
| 71857 | .unused, |
| 66973 | 71858 | }, |
| 66974 | 71859 | .dst_temps = .{ .mem, .unused }, |
| 66975 | 71860 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -66999,6 +71884,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 66999 | 71884 | .unused, |
| 67000 | 71885 | .unused, |
| 67001 | 71886 | .unused, |
| 71887 | .unused, |
| 71888 | .unused, |
| 67002 | 71889 | }, |
| 67003 | 71890 | .dst_temps = .{ .mem, .unused }, |
| 67004 | 71891 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67028,6 +71915,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67028 | 71915 | .unused, |
| 67029 | 71916 | .unused, |
| 67030 | 71917 | .unused, |
| 71918 | .unused, |
| 71919 | .unused, |
| 67031 | 71920 | }, |
| 67032 | 71921 | .dst_temps = .{ .mem, .unused }, |
| 67033 | 71922 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67057,6 +71946,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67057 | 71946 | .unused, |
| 67058 | 71947 | .unused, |
| 67059 | 71948 | .unused, |
| 71949 | .unused, |
| 71950 | .unused, |
| 67060 | 71951 | }, |
| 67061 | 71952 | .dst_temps = .{ .mem, .unused }, |
| 67062 | 71953 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67086,6 +71977,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67086 | 71977 | .unused, |
| 67087 | 71978 | .unused, |
| 67088 | 71979 | .unused, |
| 71980 | .unused, |
| 71981 | .unused, |
| 67089 | 71982 | }, |
| 67090 | 71983 | .dst_temps = .{ .mem, .unused }, |
| 67091 | 71984 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67115,6 +72008,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67115 | 72008 | .unused, |
| 67116 | 72009 | .unused, |
| 67117 | 72010 | .unused, |
| 72011 | .unused, |
| 72012 | .unused, |
| 67118 | 72013 | }, |
| 67119 | 72014 | .dst_temps = .{ .mem, .unused }, |
| 67120 | 72015 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67143,6 +72038,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67143 | 72038 | .unused, |
| 67144 | 72039 | .unused, |
| 67145 | 72040 | .unused, |
| 72041 | .unused, |
| 72042 | .unused, |
| 67146 | 72043 | }, |
| 67147 | 72044 | .dst_temps = .{ .mem, .unused }, |
| 67148 | 72045 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -67171,6 +72068,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67171 | 72068 | .unused, |
| 67172 | 72069 | .unused, |
| 67173 | 72070 | .unused, |
| 72071 | .unused, |
| 72072 | .unused, |
| 67174 | 72073 | }, |
| 67175 | 72074 | .dst_temps = .{ .mem, .unused }, |
| 67176 | 72075 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -67200,6 +72099,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67200 | 72099 | .unused, |
| 67201 | 72100 | .unused, |
| 67202 | 72101 | .unused, |
| 72102 | .unused, |
| 72103 | .unused, |
| 67203 | 72104 | }, |
| 67204 | 72105 | .dst_temps = .{ .mem, .unused }, |
| 67205 | 72106 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67229,6 +72130,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67229 | 72130 | .unused, |
| 67230 | 72131 | .unused, |
| 67231 | 72132 | .unused, |
| 72133 | .unused, |
| 72134 | .unused, |
| 67232 | 72135 | }, |
| 67233 | 72136 | .dst_temps = .{ .mem, .unused }, |
| 67234 | 72137 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67258,6 +72161,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67258 | 72161 | .unused, |
| 67259 | 72162 | .unused, |
| 67260 | 72163 | .unused, |
| 72164 | .unused, |
| 72165 | .unused, |
| 67261 | 72166 | }, |
| 67262 | 72167 | .dst_temps = .{ .mem, .unused }, |
| 67263 | 72168 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67287,6 +72192,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67287 | 72192 | .unused, |
| 67288 | 72193 | .unused, |
| 67289 | 72194 | .unused, |
| 72195 | .unused, |
| 72196 | .unused, |
| 67290 | 72197 | }, |
| 67291 | 72198 | .dst_temps = .{ .mem, .unused }, |
| 67292 | 72199 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67316,6 +72223,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67316 | 72223 | .unused, |
| 67317 | 72224 | .unused, |
| 67318 | 72225 | .unused, |
| 72226 | .unused, |
| 72227 | .unused, |
| 67319 | 72228 | }, |
| 67320 | 72229 | .dst_temps = .{ .mem, .unused }, |
| 67321 | 72230 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67345,6 +72254,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67345 | 72254 | .unused, |
| 67346 | 72255 | .unused, |
| 67347 | 72256 | .unused, |
| 72257 | .unused, |
| 72258 | .unused, |
| 67348 | 72259 | }, |
| 67349 | 72260 | .dst_temps = .{ .mem, .unused }, |
| 67350 | 72261 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67374,6 +72285,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67374 | 72285 | .unused, |
| 67375 | 72286 | .unused, |
| 67376 | 72287 | .unused, |
| 72288 | .unused, |
| 72289 | .unused, |
| 67377 | 72290 | }, |
| 67378 | 72291 | .dst_temps = .{ .mem, .unused }, |
| 67379 | 72292 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67404,6 +72317,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67404 | 72317 | .unused, |
| 67405 | 72318 | .unused, |
| 67406 | 72319 | .unused, |
| 72320 | .unused, |
| 72321 | .unused, |
| 67407 | 72322 | }, |
| 67408 | 72323 | .dst_temps = .{ .mem, .unused }, |
| 67409 | 72324 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67434,6 +72349,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67434 | 72349 | .unused, |
| 67435 | 72350 | .unused, |
| 67436 | 72351 | .unused, |
| 72352 | .unused, |
| 72353 | .unused, |
| 67437 | 72354 | }, |
| 67438 | 72355 | .dst_temps = .{ .mem, .unused }, |
| 67439 | 72356 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67464,6 +72381,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67464 | 72381 | .unused, |
| 67465 | 72382 | .unused, |
| 67466 | 72383 | .unused, |
| 72384 | .unused, |
| 72385 | .unused, |
| 67467 | 72386 | }, |
| 67468 | 72387 | .dst_temps = .{ .mem, .unused }, |
| 67469 | 72388 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67494,6 +72413,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67494 | 72413 | .unused, |
| 67495 | 72414 | .unused, |
| 67496 | 72415 | .unused, |
| 72416 | .unused, |
| 72417 | .unused, |
| 67497 | 72418 | }, |
| 67498 | 72419 | .dst_temps = .{ .mem, .unused }, |
| 67499 | 72420 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67524,6 +72445,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67524 | 72445 | .unused, |
| 67525 | 72446 | .unused, |
| 67526 | 72447 | .unused, |
| 72448 | .unused, |
| 72449 | .unused, |
| 67527 | 72450 | }, |
| 67528 | 72451 | .dst_temps = .{ .mem, .unused }, |
| 67529 | 72452 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67554,6 +72477,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67554 | 72477 | .unused, |
| 67555 | 72478 | .unused, |
| 67556 | 72479 | .unused, |
| 72480 | .unused, |
| 72481 | .unused, |
| 67557 | 72482 | }, |
| 67558 | 72483 | .dst_temps = .{ .mem, .unused }, |
| 67559 | 72484 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67586,6 +72511,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67586 | 72511 | .unused, |
| 67587 | 72512 | .unused, |
| 67588 | 72513 | .unused, |
| 72514 | .unused, |
| 72515 | .unused, |
| 67589 | 72516 | }, |
| 67590 | 72517 | .dst_temps = .{ .mem, .unused }, |
| 67591 | 72518 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67618,6 +72545,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67618 | 72545 | .unused, |
| 67619 | 72546 | .unused, |
| 67620 | 72547 | .unused, |
| 72548 | .unused, |
| 72549 | .unused, |
| 67621 | 72550 | }, |
| 67622 | 72551 | .dst_temps = .{ .mem, .unused }, |
| 67623 | 72552 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67650,6 +72579,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67650 | 72579 | .unused, |
| 67651 | 72580 | .unused, |
| 67652 | 72581 | .unused, |
| 72582 | .unused, |
| 72583 | .unused, |
| 67653 | 72584 | }, |
| 67654 | 72585 | .dst_temps = .{ .mem, .unused }, |
| 67655 | 72586 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67682,6 +72613,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67682 | 72613 | .unused, |
| 67683 | 72614 | .unused, |
| 67684 | 72615 | .unused, |
| 72616 | .unused, |
| 72617 | .unused, |
| 67685 | 72618 | }, |
| 67686 | 72619 | .dst_temps = .{ .mem, .unused }, |
| 67687 | 72620 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67714,6 +72647,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67714 | 72647 | .unused, |
| 67715 | 72648 | .unused, |
| 67716 | 72649 | .unused, |
| 72650 | .unused, |
| 72651 | .unused, |
| 67717 | 72652 | }, |
| 67718 | 72653 | .dst_temps = .{ .mem, .unused }, |
| 67719 | 72654 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67746,6 +72681,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67746 | 72681 | .unused, |
| 67747 | 72682 | .unused, |
| 67748 | 72683 | .unused, |
| 72684 | .unused, |
| 72685 | .unused, |
| 67749 | 72686 | }, |
| 67750 | 72687 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67751 | 72688 | .each = .{ .once = &.{ |
| ... | ... | @@ -67772,6 +72709,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67772 | 72709 | .unused, |
| 67773 | 72710 | .unused, |
| 67774 | 72711 | .unused, |
| 72712 | .unused, |
| 72713 | .unused, |
| 67775 | 72714 | }, |
| 67776 | 72715 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67777 | 72716 | .each = .{ .once = &.{ |
| ... | ... | @@ -67797,6 +72736,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67797 | 72736 | .unused, |
| 67798 | 72737 | .unused, |
| 67799 | 72738 | .unused, |
| 72739 | .unused, |
| 72740 | .unused, |
| 67800 | 72741 | }, |
| 67801 | 72742 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67802 | 72743 | .each = .{ .once = &.{ |
| ... | ... | @@ -67821,6 +72762,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67821 | 72762 | .unused, |
| 67822 | 72763 | .unused, |
| 67823 | 72764 | .unused, |
| 72765 | .unused, |
| 72766 | .unused, |
| 67824 | 72767 | }, |
| 67825 | 72768 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67826 | 72769 | .each = .{ .once = &.{ |
| ... | ... | @@ -67846,6 +72789,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67846 | 72789 | .unused, |
| 67847 | 72790 | .unused, |
| 67848 | 72791 | .unused, |
| 72792 | .unused, |
| 72793 | .unused, |
| 67849 | 72794 | }, |
| 67850 | 72795 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67851 | 72796 | .each = .{ .once = &.{ |
| ... | ... | @@ -67870,6 +72815,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67870 | 72815 | .unused, |
| 67871 | 72816 | .unused, |
| 67872 | 72817 | .unused, |
| 72818 | .unused, |
| 72819 | .unused, |
| 67873 | 72820 | }, |
| 67874 | 72821 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67875 | 72822 | .each = .{ .once = &.{ |
| ... | ... | @@ -67895,6 +72842,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67895 | 72842 | .unused, |
| 67896 | 72843 | .unused, |
| 67897 | 72844 | .unused, |
| 72845 | .unused, |
| 72846 | .unused, |
| 67898 | 72847 | }, |
| 67899 | 72848 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67900 | 72849 | .each = .{ .once = &.{ |
| ... | ... | @@ -67918,6 +72867,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67918 | 72867 | .unused, |
| 67919 | 72868 | .unused, |
| 67920 | 72869 | .unused, |
| 72870 | .unused, |
| 72871 | .unused, |
| 67921 | 72872 | }, |
| 67922 | 72873 | .dst_temps = .{ .{ .rc = .x87 }, .unused }, |
| 67923 | 72874 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -67947,6 +72898,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67947 | 72898 | .unused, |
| 67948 | 72899 | .unused, |
| 67949 | 72900 | .unused, |
| 72901 | .unused, |
| 72902 | .unused, |
| 67950 | 72903 | }, |
| 67951 | 72904 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 67952 | 72905 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67971,6 +72924,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67971 | 72924 | .unused, |
| 67972 | 72925 | .unused, |
| 67973 | 72926 | .unused, |
| 72927 | .unused, |
| 72928 | .unused, |
| 67974 | 72929 | }, |
| 67975 | 72930 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 67976 | 72931 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -67995,6 +72950,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 67995 | 72950 | .unused, |
| 67996 | 72951 | .unused, |
| 67997 | 72952 | .unused, |
| 72953 | .unused, |
| 72954 | .unused, |
| 67998 | 72955 | }, |
| 67999 | 72956 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 68000 | 72957 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68021,6 +72978,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68021 | 72978 | .unused, |
| 68022 | 72979 | .unused, |
| 68023 | 72980 | .unused, |
| 72981 | .unused, |
| 72982 | .unused, |
| 68024 | 72983 | }, |
| 68025 | 72984 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 68026 | 72985 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68046,6 +73005,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68046 | 73005 | .unused, |
| 68047 | 73006 | .unused, |
| 68048 | 73007 | .unused, |
| 73008 | .unused, |
| 73009 | .unused, |
| 68049 | 73010 | }, |
| 68050 | 73011 | .dst_temps = .{ .mem, .unused }, |
| 68051 | 73012 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68077,6 +73038,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68077 | 73038 | .unused, |
| 68078 | 73039 | .unused, |
| 68079 | 73040 | .unused, |
| 73041 | .unused, |
| 73042 | .unused, |
| 68080 | 73043 | }, |
| 68081 | 73044 | .dst_temps = .{ .mem, .unused }, |
| 68082 | 73045 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68108,6 +73071,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68108 | 73071 | .unused, |
| 68109 | 73072 | .unused, |
| 68110 | 73073 | .unused, |
| 73074 | .unused, |
| 73075 | .unused, |
| 68111 | 73076 | }, |
| 68112 | 73077 | .dst_temps = .{ .mem, .unused }, |
| 68113 | 73078 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68139,6 +73104,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68139 | 73104 | .unused, |
| 68140 | 73105 | .unused, |
| 68141 | 73106 | .unused, |
| 73107 | .unused, |
| 73108 | .unused, |
| 68142 | 73109 | }, |
| 68143 | 73110 | .dst_temps = .{ .mem, .unused }, |
| 68144 | 73111 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68171,6 +73138,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68171 | 73138 | .unused, |
| 68172 | 73139 | .unused, |
| 68173 | 73140 | .unused, |
| 73141 | .unused, |
| 73142 | .unused, |
| 68174 | 73143 | }, |
| 68175 | 73144 | .dst_temps = .{ .mem, .unused }, |
| 68176 | 73145 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68203,6 +73172,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68203 | 73172 | .unused, |
| 68204 | 73173 | .unused, |
| 68205 | 73174 | .unused, |
| 73175 | .unused, |
| 73176 | .unused, |
| 68206 | 73177 | }, |
| 68207 | 73178 | .dst_temps = .{ .mem, .unused }, |
| 68208 | 73179 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68235,6 +73206,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68235 | 73206 | .unused, |
| 68236 | 73207 | .unused, |
| 68237 | 73208 | .unused, |
| 73209 | .unused, |
| 73210 | .unused, |
| 68238 | 73211 | }, |
| 68239 | 73212 | .dst_temps = .{ .mem, .unused }, |
| 68240 | 73213 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68267,6 +73240,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68267 | 73240 | .unused, |
| 68268 | 73241 | .unused, |
| 68269 | 73242 | .unused, |
| 73243 | .unused, |
| 73244 | .unused, |
| 68270 | 73245 | }, |
| 68271 | 73246 | .dst_temps = .{ .mem, .unused }, |
| 68272 | 73247 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68298,6 +73273,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68298 | 73273 | .unused, |
| 68299 | 73274 | .unused, |
| 68300 | 73275 | .unused, |
| 73276 | .unused, |
| 73277 | .unused, |
| 68301 | 73278 | }, |
| 68302 | 73279 | .dst_temps = .{ .mem, .unused }, |
| 68303 | 73280 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68326,6 +73303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68326 | 73303 | .unused, |
| 68327 | 73304 | .unused, |
| 68328 | 73305 | .unused, |
| 73306 | .unused, |
| 73307 | .unused, |
| 68329 | 73308 | }, |
| 68330 | 73309 | .dst_temps = .{ .mem, .unused }, |
| 68331 | 73310 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68356,6 +73335,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68356 | 73335 | .unused, |
| 68357 | 73336 | .unused, |
| 68358 | 73337 | .unused, |
| 73338 | .unused, |
| 73339 | .unused, |
| 68359 | 73340 | }, |
| 68360 | 73341 | .dst_temps = .{ .mem, .unused }, |
| 68361 | 73342 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68385,6 +73366,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68385 | 73366 | .unused, |
| 68386 | 73367 | .unused, |
| 68387 | 73368 | .unused, |
| 73369 | .unused, |
| 73370 | .unused, |
| 68388 | 73371 | }, |
| 68389 | 73372 | .dst_temps = .{ .mem, .unused }, |
| 68390 | 73373 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68413,6 +73396,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68413 | 73396 | .unused, |
| 68414 | 73397 | .unused, |
| 68415 | 73398 | .unused, |
| 73399 | .unused, |
| 73400 | .unused, |
| 68416 | 73401 | }, |
| 68417 | 73402 | .dst_temps = .{ .mem, .unused }, |
| 68418 | 73403 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68443,6 +73428,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68443 | 73428 | .unused, |
| 68444 | 73429 | .unused, |
| 68445 | 73430 | .unused, |
| 73431 | .unused, |
| 73432 | .unused, |
| 68446 | 73433 | }, |
| 68447 | 73434 | .dst_temps = .{ .mem, .unused }, |
| 68448 | 73435 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68472,6 +73459,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68472 | 73459 | .unused, |
| 68473 | 73460 | .unused, |
| 68474 | 73461 | .unused, |
| 73462 | .unused, |
| 73463 | .unused, |
| 68475 | 73464 | }, |
| 68476 | 73465 | .dst_temps = .{ .mem, .unused }, |
| 68477 | 73466 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -68500,6 +73489,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68500 | 73489 | .unused, |
| 68501 | 73490 | .unused, |
| 68502 | 73491 | .unused, |
| 73492 | .unused, |
| 73493 | .unused, |
| 68503 | 73494 | }, |
| 68504 | 73495 | .dst_temps = .{ .mem, .unused }, |
| 68505 | 73496 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68530,6 +73521,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68530 | 73521 | .unused, |
| 68531 | 73522 | .unused, |
| 68532 | 73523 | .unused, |
| 73524 | .unused, |
| 73525 | .unused, |
| 68533 | 73526 | }, |
| 68534 | 73527 | .dst_temps = .{ .mem, .unused }, |
| 68535 | 73528 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68560,6 +73553,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68560 | 73553 | .unused, |
| 68561 | 73554 | .unused, |
| 68562 | 73555 | .unused, |
| 73556 | .unused, |
| 73557 | .unused, |
| 68563 | 73558 | }, |
| 68564 | 73559 | .dst_temps = .{ .mem, .unused }, |
| 68565 | 73560 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68591,6 +73586,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68591 | 73586 | .unused, |
| 68592 | 73587 | .unused, |
| 68593 | 73588 | .unused, |
| 73589 | .unused, |
| 73590 | .unused, |
| 68594 | 73591 | }, |
| 68595 | 73592 | .dst_temps = .{ .mem, .unused }, |
| 68596 | 73593 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68622,6 +73619,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68622 | 73619 | .unused, |
| 68623 | 73620 | .unused, |
| 68624 | 73621 | .unused, |
| 73622 | .unused, |
| 73623 | .unused, |
| 68625 | 73624 | }, |
| 68626 | 73625 | .dst_temps = .{ .mem, .unused }, |
| 68627 | 73626 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68655,6 +73654,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68655 | 73654 | .unused, |
| 68656 | 73655 | .unused, |
| 68657 | 73656 | .unused, |
| 73657 | .unused, |
| 73658 | .unused, |
| 68658 | 73659 | }, |
| 68659 | 73660 | .dst_temps = .{ .mem, .unused }, |
| 68660 | 73661 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68689,6 +73690,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68689 | 73690 | .unused, |
| 68690 | 73691 | .unused, |
| 68691 | 73692 | .unused, |
| 73693 | .unused, |
| 73694 | .unused, |
| 68692 | 73695 | }, |
| 68693 | 73696 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68694 | 73697 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68715,6 +73718,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68715 | 73718 | .unused, |
| 68716 | 73719 | .unused, |
| 68717 | 73720 | .unused, |
| 73721 | .unused, |
| 73722 | .unused, |
| 68718 | 73723 | }, |
| 68719 | 73724 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68720 | 73725 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68741,6 +73746,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68741 | 73746 | .unused, |
| 68742 | 73747 | .unused, |
| 68743 | 73748 | .unused, |
| 73749 | .unused, |
| 73750 | .unused, |
| 68744 | 73751 | }, |
| 68745 | 73752 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68746 | 73753 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68767,6 +73774,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68767 | 73774 | .unused, |
| 68768 | 73775 | .unused, |
| 68769 | 73776 | .unused, |
| 73777 | .unused, |
| 73778 | .unused, |
| 68770 | 73779 | }, |
| 68771 | 73780 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68772 | 73781 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68792,6 +73801,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68792 | 73801 | .unused, |
| 68793 | 73802 | .unused, |
| 68794 | 73803 | .unused, |
| 73804 | .unused, |
| 73805 | .unused, |
| 68795 | 73806 | }, |
| 68796 | 73807 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68797 | 73808 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68816,6 +73827,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68816 | 73827 | .unused, |
| 68817 | 73828 | .unused, |
| 68818 | 73829 | .unused, |
| 73830 | .unused, |
| 73831 | .unused, |
| 68819 | 73832 | }, |
| 68820 | 73833 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68821 | 73834 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68840,6 +73853,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68840 | 73853 | .unused, |
| 68841 | 73854 | .unused, |
| 68842 | 73855 | .unused, |
| 73856 | .unused, |
| 73857 | .unused, |
| 68843 | 73858 | }, |
| 68844 | 73859 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68845 | 73860 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68864,6 +73879,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68864 | 73879 | .unused, |
| 68865 | 73880 | .unused, |
| 68866 | 73881 | .unused, |
| 73882 | .unused, |
| 73883 | .unused, |
| 68867 | 73884 | }, |
| 68868 | 73885 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68869 | 73886 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68888,6 +73905,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68888 | 73905 | .unused, |
| 68889 | 73906 | .unused, |
| 68890 | 73907 | .unused, |
| 73908 | .unused, |
| 73909 | .unused, |
| 68891 | 73910 | }, |
| 68892 | 73911 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68893 | 73912 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68912,6 +73931,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68912 | 73931 | .unused, |
| 68913 | 73932 | .unused, |
| 68914 | 73933 | .unused, |
| 73934 | .unused, |
| 73935 | .unused, |
| 68915 | 73936 | }, |
| 68916 | 73937 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68917 | 73938 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68936,6 +73957,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68936 | 73957 | .unused, |
| 68937 | 73958 | .unused, |
| 68938 | 73959 | .unused, |
| 73960 | .unused, |
| 73961 | .unused, |
| 68939 | 73962 | }, |
| 68940 | 73963 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68941 | 73964 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68962,6 +73985,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68962 | 73985 | .unused, |
| 68963 | 73986 | .unused, |
| 68964 | 73987 | .unused, |
| 73988 | .unused, |
| 73989 | .unused, |
| 68965 | 73990 | }, |
| 68966 | 73991 | .dst_temps = .{ .{ .reg = .xmm0 }, .unused }, |
| 68967 | 73992 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -68988,6 +74013,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 68988 | 74013 | .unused, |
| 68989 | 74014 | .unused, |
| 68990 | 74015 | .unused, |
| 74016 | .unused, |
| 74017 | .unused, |
| 68991 | 74018 | }, |
| 68992 | 74019 | .dst_temps = .{ .mem, .unused }, |
| 68993 | 74020 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69019,6 +74046,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69019 | 74046 | .unused, |
| 69020 | 74047 | .unused, |
| 69021 | 74048 | .unused, |
| 74049 | .unused, |
| 74050 | .unused, |
| 69022 | 74051 | }, |
| 69023 | 74052 | .dst_temps = .{ .mem, .unused }, |
| 69024 | 74053 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69050,6 +74079,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69050 | 74079 | .unused, |
| 69051 | 74080 | .unused, |
| 69052 | 74081 | .unused, |
| 74082 | .unused, |
| 74083 | .unused, |
| 69053 | 74084 | }, |
| 69054 | 74085 | .dst_temps = .{ .mem, .unused }, |
| 69055 | 74086 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69081,6 +74112,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69081 | 74112 | .unused, |
| 69082 | 74113 | .unused, |
| 69083 | 74114 | .unused, |
| 74115 | .unused, |
| 74116 | .unused, |
| 69084 | 74117 | }, |
| 69085 | 74118 | .dst_temps = .{ .mem, .unused }, |
| 69086 | 74119 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69112,6 +74145,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69112 | 74145 | .unused, |
| 69113 | 74146 | .unused, |
| 69114 | 74147 | .unused, |
| 74148 | .unused, |
| 74149 | .unused, |
| 69115 | 74150 | }, |
| 69116 | 74151 | .dst_temps = .{ .mem, .unused }, |
| 69117 | 74152 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69143,6 +74178,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69143 | 74178 | .unused, |
| 69144 | 74179 | .unused, |
| 69145 | 74180 | .unused, |
| 74181 | .unused, |
| 74182 | .unused, |
| 69146 | 74183 | }, |
| 69147 | 74184 | .dst_temps = .{ .mem, .unused }, |
| 69148 | 74185 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69174,6 +74211,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69174 | 74211 | .unused, |
| 69175 | 74212 | .unused, |
| 69176 | 74213 | .unused, |
| 74214 | .unused, |
| 74215 | .unused, |
| 69177 | 74216 | }, |
| 69178 | 74217 | .dst_temps = .{ .mem, .unused }, |
| 69179 | 74218 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69205,6 +74244,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69205 | 74244 | .unused, |
| 69206 | 74245 | .unused, |
| 69207 | 74246 | .unused, |
| 74247 | .unused, |
| 74248 | .unused, |
| 69208 | 74249 | }, |
| 69209 | 74250 | .dst_temps = .{ .mem, .unused }, |
| 69210 | 74251 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69236,6 +74277,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69236 | 74277 | .unused, |
| 69237 | 74278 | .unused, |
| 69238 | 74279 | .unused, |
| 74280 | .unused, |
| 74281 | .unused, |
| 69239 | 74282 | }, |
| 69240 | 74283 | .dst_temps = .{ .mem, .unused }, |
| 69241 | 74284 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69267,6 +74310,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69267 | 74310 | .unused, |
| 69268 | 74311 | .unused, |
| 69269 | 74312 | .unused, |
| 74313 | .unused, |
| 74314 | .unused, |
| 69270 | 74315 | }, |
| 69271 | 74316 | .dst_temps = .{ .mem, .unused }, |
| 69272 | 74317 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69298,6 +74343,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69298 | 74343 | .unused, |
| 69299 | 74344 | .unused, |
| 69300 | 74345 | .unused, |
| 74346 | .unused, |
| 74347 | .unused, |
| 69301 | 74348 | }, |
| 69302 | 74349 | .dst_temps = .{ .mem, .unused }, |
| 69303 | 74350 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69329,6 +74376,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69329 | 74376 | .unused, |
| 69330 | 74377 | .unused, |
| 69331 | 74378 | .unused, |
| 74379 | .unused, |
| 74380 | .unused, |
| 69332 | 74381 | }, |
| 69333 | 74382 | .dst_temps = .{ .mem, .unused }, |
| 69334 | 74383 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69360,6 +74409,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69360 | 74409 | .unused, |
| 69361 | 74410 | .unused, |
| 69362 | 74411 | .unused, |
| 74412 | .unused, |
| 74413 | .unused, |
| 69363 | 74414 | }, |
| 69364 | 74415 | .dst_temps = .{ .mem, .unused }, |
| 69365 | 74416 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69389,6 +74440,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69389 | 74440 | .unused, |
| 69390 | 74441 | .unused, |
| 69391 | 74442 | .unused, |
| 74443 | .unused, |
| 74444 | .unused, |
| 69392 | 74445 | }, |
| 69393 | 74446 | .dst_temps = .{ .mem, .unused }, |
| 69394 | 74447 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69418,6 +74471,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69418 | 74471 | .unused, |
| 69419 | 74472 | .unused, |
| 69420 | 74473 | .unused, |
| 74474 | .unused, |
| 74475 | .unused, |
| 69421 | 74476 | }, |
| 69422 | 74477 | .dst_temps = .{ .mem, .unused }, |
| 69423 | 74478 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69447,6 +74502,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69447 | 74502 | .unused, |
| 69448 | 74503 | .unused, |
| 69449 | 74504 | .unused, |
| 74505 | .unused, |
| 74506 | .unused, |
| 69450 | 74507 | }, |
| 69451 | 74508 | .dst_temps = .{ .mem, .unused }, |
| 69452 | 74509 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69476,6 +74533,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69476 | 74533 | .unused, |
| 69477 | 74534 | .unused, |
| 69478 | 74535 | .unused, |
| 74536 | .unused, |
| 74537 | .unused, |
| 69479 | 74538 | }, |
| 69480 | 74539 | .dst_temps = .{ .mem, .unused }, |
| 69481 | 74540 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69505,6 +74564,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69505 | 74564 | .unused, |
| 69506 | 74565 | .unused, |
| 69507 | 74566 | .unused, |
| 74567 | .unused, |
| 74568 | .unused, |
| 69508 | 74569 | }, |
| 69509 | 74570 | .dst_temps = .{ .mem, .unused }, |
| 69510 | 74571 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69534,6 +74595,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69534 | 74595 | .unused, |
| 69535 | 74596 | .unused, |
| 69536 | 74597 | .unused, |
| 74598 | .unused, |
| 74599 | .unused, |
| 69537 | 74600 | }, |
| 69538 | 74601 | .dst_temps = .{ .mem, .unused }, |
| 69539 | 74602 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69563,6 +74626,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69563 | 74626 | .unused, |
| 69564 | 74627 | .unused, |
| 69565 | 74628 | .unused, |
| 74629 | .unused, |
| 74630 | .unused, |
| 69566 | 74631 | }, |
| 69567 | 74632 | .dst_temps = .{ .mem, .unused }, |
| 69568 | 74633 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69592,6 +74657,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69592 | 74657 | .unused, |
| 69593 | 74658 | .unused, |
| 69594 | 74659 | .unused, |
| 74660 | .unused, |
| 74661 | .unused, |
| 69595 | 74662 | }, |
| 69596 | 74663 | .dst_temps = .{ .mem, .unused }, |
| 69597 | 74664 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69621,6 +74688,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69621 | 74688 | .unused, |
| 69622 | 74689 | .unused, |
| 69623 | 74690 | .unused, |
| 74691 | .unused, |
| 74692 | .unused, |
| 69624 | 74693 | }, |
| 69625 | 74694 | .dst_temps = .{ .mem, .unused }, |
| 69626 | 74695 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69650,6 +74719,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69650 | 74719 | .unused, |
| 69651 | 74720 | .unused, |
| 69652 | 74721 | .unused, |
| 74722 | .unused, |
| 74723 | .unused, |
| 69653 | 74724 | }, |
| 69654 | 74725 | .dst_temps = .{ .mem, .unused }, |
| 69655 | 74726 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69679,6 +74750,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69679 | 74750 | .unused, |
| 69680 | 74751 | .unused, |
| 69681 | 74752 | .unused, |
| 74753 | .unused, |
| 74754 | .unused, |
| 69682 | 74755 | }, |
| 69683 | 74756 | .dst_temps = .{ .mem, .unused }, |
| 69684 | 74757 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69708,6 +74781,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69708 | 74781 | .unused, |
| 69709 | 74782 | .unused, |
| 69710 | 74783 | .unused, |
| 74784 | .unused, |
| 74785 | .unused, |
| 69711 | 74786 | }, |
| 69712 | 74787 | .dst_temps = .{ .mem, .unused }, |
| 69713 | 74788 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69737,6 +74812,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69737 | 74812 | .unused, |
| 69738 | 74813 | .unused, |
| 69739 | 74814 | .unused, |
| 74815 | .unused, |
| 74816 | .unused, |
| 69740 | 74817 | }, |
| 69741 | 74818 | .dst_temps = .{ .mem, .unused }, |
| 69742 | 74819 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69766,6 +74843,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69766 | 74843 | .unused, |
| 69767 | 74844 | .unused, |
| 69768 | 74845 | .unused, |
| 74846 | .unused, |
| 74847 | .unused, |
| 69769 | 74848 | }, |
| 69770 | 74849 | .dst_temps = .{ .mem, .unused }, |
| 69771 | 74850 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69795,6 +74874,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69795 | 74874 | .unused, |
| 69796 | 74875 | .unused, |
| 69797 | 74876 | .unused, |
| 74877 | .unused, |
| 74878 | .unused, |
| 69798 | 74879 | }, |
| 69799 | 74880 | .dst_temps = .{ .mem, .unused }, |
| 69800 | 74881 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69824,6 +74905,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69824 | 74905 | .unused, |
| 69825 | 74906 | .unused, |
| 69826 | 74907 | .unused, |
| 74908 | .unused, |
| 74909 | .unused, |
| 69827 | 74910 | }, |
| 69828 | 74911 | .dst_temps = .{ .mem, .unused }, |
| 69829 | 74912 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69853,6 +74936,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69853 | 74936 | .unused, |
| 69854 | 74937 | .unused, |
| 69855 | 74938 | .unused, |
| 74939 | .unused, |
| 74940 | .unused, |
| 69856 | 74941 | }, |
| 69857 | 74942 | .dst_temps = .{ .mem, .unused }, |
| 69858 | 74943 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69882,6 +74967,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69882 | 74967 | .unused, |
| 69883 | 74968 | .unused, |
| 69884 | 74969 | .unused, |
| 74970 | .unused, |
| 74971 | .unused, |
| 69885 | 74972 | }, |
| 69886 | 74973 | .dst_temps = .{ .mem, .unused }, |
| 69887 | 74974 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69912,6 +74999,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69912 | 74999 | .unused, |
| 69913 | 75000 | .unused, |
| 69914 | 75001 | .unused, |
| 75002 | .unused, |
| 75003 | .unused, |
| 69915 | 75004 | }, |
| 69916 | 75005 | .dst_temps = .{ .mem, .unused }, |
| 69917 | 75006 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69942,6 +75031,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69942 | 75031 | .unused, |
| 69943 | 75032 | .unused, |
| 69944 | 75033 | .unused, |
| 75034 | .unused, |
| 75035 | .unused, |
| 69945 | 75036 | }, |
| 69946 | 75037 | .dst_temps = .{ .mem, .unused }, |
| 69947 | 75038 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -69972,6 +75063,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 69972 | 75063 | .unused, |
| 69973 | 75064 | .unused, |
| 69974 | 75065 | .unused, |
| 75066 | .unused, |
| 75067 | .unused, |
| 69975 | 75068 | }, |
| 69976 | 75069 | .dst_temps = .{ .mem, .unused }, |
| 69977 | 75070 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70002,6 +75095,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70002 | 75095 | .unused, |
| 70003 | 75096 | .unused, |
| 70004 | 75097 | .unused, |
| 75098 | .unused, |
| 75099 | .unused, |
| 70005 | 75100 | }, |
| 70006 | 75101 | .dst_temps = .{ .mem, .unused }, |
| 70007 | 75102 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70032,6 +75127,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70032 | 75127 | .unused, |
| 70033 | 75128 | .unused, |
| 70034 | 75129 | .unused, |
| 75130 | .unused, |
| 75131 | .unused, |
| 70035 | 75132 | }, |
| 70036 | 75133 | .dst_temps = .{ .mem, .unused }, |
| 70037 | 75134 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70062,6 +75159,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70062 | 75159 | .unused, |
| 70063 | 75160 | .unused, |
| 70064 | 75161 | .unused, |
| 75162 | .unused, |
| 75163 | .unused, |
| 70065 | 75164 | }, |
| 70066 | 75165 | .dst_temps = .{ .mem, .unused }, |
| 70067 | 75166 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70094,6 +75193,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70094 | 75193 | .unused, |
| 70095 | 75194 | .unused, |
| 70096 | 75195 | .unused, |
| 75196 | .unused, |
| 75197 | .unused, |
| 70097 | 75198 | }, |
| 70098 | 75199 | .dst_temps = .{ .mem, .unused }, |
| 70099 | 75200 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70126,6 +75227,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70126 | 75227 | .unused, |
| 70127 | 75228 | .unused, |
| 70128 | 75229 | .unused, |
| 75230 | .unused, |
| 75231 | .unused, |
| 70129 | 75232 | }, |
| 70130 | 75233 | .dst_temps = .{ .mem, .unused }, |
| 70131 | 75234 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70158,6 +75261,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70158 | 75261 | .unused, |
| 70159 | 75262 | .unused, |
| 70160 | 75263 | .unused, |
| 75264 | .unused, |
| 75265 | .unused, |
| 70161 | 75266 | }, |
| 70162 | 75267 | .dst_temps = .{ .mem, .unused }, |
| 70163 | 75268 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70190,6 +75295,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70190 | 75295 | .unused, |
| 70191 | 75296 | .unused, |
| 70192 | 75297 | .unused, |
| 75298 | .unused, |
| 75299 | .unused, |
| 70193 | 75300 | }, |
| 70194 | 75301 | .dst_temps = .{ .mem, .unused }, |
| 70195 | 75302 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70222,6 +75329,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70222 | 75329 | .unused, |
| 70223 | 75330 | .unused, |
| 70224 | 75331 | .unused, |
| 75332 | .unused, |
| 75333 | .unused, |
| 70225 | 75334 | }, |
| 70226 | 75335 | .dst_temps = .{ .mem, .unused }, |
| 70227 | 75336 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70279,6 +75388,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70279 | 75388 | .unused, |
| 70280 | 75389 | .unused, |
| 70281 | 75390 | .unused, |
| 75391 | .unused, |
| 75392 | .unused, |
| 70282 | 75393 | }, |
| 70283 | 75394 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70284 | 75395 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70303,6 +75414,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70303 | 75414 | .unused, |
| 70304 | 75415 | .unused, |
| 70305 | 75416 | .unused, |
| 75417 | .unused, |
| 75418 | .unused, |
| 70306 | 75419 | }, |
| 70307 | 75420 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70308 | 75421 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70326,6 +75439,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70326 | 75439 | .unused, |
| 70327 | 75440 | .unused, |
| 70328 | 75441 | .unused, |
| 75442 | .unused, |
| 75443 | .unused, |
| 70329 | 75444 | }, |
| 70330 | 75445 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70331 | 75446 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70364,6 +75479,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70364 | 75479 | .unused, |
| 70365 | 75480 | .unused, |
| 70366 | 75481 | .unused, |
| 75482 | .unused, |
| 75483 | .unused, |
| 70367 | 75484 | }, |
| 70368 | 75485 | .dst_temps = .{ .{ .ret_gpr = .{ .cc = .zigcc, .index = 1 } }, .unused }, |
| 70369 | 75486 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70387,6 +75504,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70387 | 75504 | .unused, |
| 70388 | 75505 | .unused, |
| 70389 | 75506 | .unused, |
| 75507 | .unused, |
| 75508 | .unused, |
| 70390 | 75509 | }, |
| 70391 | 75510 | .dst_temps = .{ .{ .ret_gpr = .{ .cc = .zigcc, .index = 1 } }, .unused }, |
| 70392 | 75511 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70409,6 +75528,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70409 | 75528 | .unused, |
| 70410 | 75529 | .unused, |
| 70411 | 75530 | .unused, |
| 75531 | .unused, |
| 75532 | .unused, |
| 70412 | 75533 | }, |
| 70413 | 75534 | .dst_temps = .{ .{ .ret_gpr = .{ .cc = .zigcc, .index = 1 } }, .unused }, |
| 70414 | 75535 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70446,6 +75567,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70446 | 75567 | .unused, |
| 70447 | 75568 | .unused, |
| 70448 | 75569 | .unused, |
| 75570 | .unused, |
| 75571 | .unused, |
| 70449 | 75572 | }, |
| 70450 | 75573 | .dst_temps = .{ .{ .rc = .general_purpose }, .{ .rc = .general_purpose } }, |
| 70451 | 75574 | .each = .{ .once = &.{ |
| ... | ... | @@ -70473,6 +75596,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70473 | 75596 | .unused, |
| 70474 | 75597 | .unused, |
| 70475 | 75598 | .unused, |
| 75599 | .unused, |
| 75600 | .unused, |
| 70476 | 75601 | }, |
| 70477 | 75602 | .dst_temps = .{ .{ .rc = .general_purpose }, .{ .rc = .general_purpose } }, |
| 70478 | 75603 | .each = .{ .once = &.{ |
| ... | ... | @@ -70500,6 +75625,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70500 | 75625 | .unused, |
| 70501 | 75626 | .unused, |
| 70502 | 75627 | .unused, |
| 75628 | .unused, |
| 75629 | .unused, |
| 70503 | 75630 | }, |
| 70504 | 75631 | .dst_temps = .{ .{ .rc = .general_purpose }, .{ .rc = .general_purpose } }, |
| 70505 | 75632 | .each = .{ .once = &.{ |
| ... | ... | @@ -70549,6 +75676,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70549 | 75676 | .unused, |
| 70550 | 75677 | .unused, |
| 70551 | 75678 | .unused, |
| 75679 | .unused, |
| 75680 | .unused, |
| 70552 | 75681 | }, |
| 70553 | 75682 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70554 | 75683 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70573,6 +75702,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70573 | 75702 | .unused, |
| 70574 | 75703 | .unused, |
| 70575 | 75704 | .unused, |
| 75705 | .unused, |
| 75706 | .unused, |
| 70576 | 75707 | }, |
| 70577 | 75708 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70578 | 75709 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70596,6 +75727,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70596 | 75727 | .unused, |
| 70597 | 75728 | .unused, |
| 70598 | 75729 | .unused, |
| 75730 | .unused, |
| 75731 | .unused, |
| 70599 | 75732 | }, |
| 70600 | 75733 | .dst_temps = .{ .{ .cc = .nz }, .unused }, |
| 70601 | 75734 | .clobbers = .{ .eflags = true, .caller_preserved = .zigcc }, |
| ... | ... | @@ -70661,6 +75794,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70661 | 75794 | .unused, |
| 70662 | 75795 | .unused, |
| 70663 | 75796 | .unused, |
| 75797 | .unused, |
| 75798 | .unused, |
| 70664 | 75799 | }, |
| 70665 | 75800 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 70666 | 75801 | .each = .{ .once = &.{ |
| ... | ... | @@ -70691,6 +75826,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70691 | 75826 | .unused, |
| 70692 | 75827 | .unused, |
| 70693 | 75828 | .unused, |
| 75829 | .unused, |
| 75830 | .unused, |
| 70694 | 75831 | }, |
| 70695 | 75832 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 70696 | 75833 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70724,6 +75861,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70724 | 75861 | .unused, |
| 70725 | 75862 | .unused, |
| 70726 | 75863 | .unused, |
| 75864 | .unused, |
| 75865 | .unused, |
| 70727 | 75866 | }, |
| 70728 | 75867 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 70729 | 75868 | .each = .{ .once = &.{ |
| ... | ... | @@ -70760,6 +75899,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70760 | 75899 | .unused, |
| 70761 | 75900 | .unused, |
| 70762 | 75901 | .unused, |
| 75902 | .unused, |
| 75903 | .unused, |
| 70763 | 75904 | }, |
| 70764 | 75905 | .dst_temps = .{ .{ .mut_rc = .{ .ref = .src0, .rc = .sse } }, .unused }, |
| 70765 | 75906 | .each = .{ .once = &.{ |
| ... | ... | @@ -70789,6 +75930,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70789 | 75930 | .unused, |
| 70790 | 75931 | .unused, |
| 70791 | 75932 | .unused, |
| 75933 | .unused, |
| 75934 | .unused, |
| 70792 | 75935 | }, |
| 70793 | 75936 | .dst_temps = .{ .mem, .unused }, |
| 70794 | 75937 | .each = .{ .once = &.{ |
| ... | ... | @@ -70822,6 +75965,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70822 | 75965 | .unused, |
| 70823 | 75966 | .unused, |
| 70824 | 75967 | .unused, |
| 75968 | .unused, |
| 75969 | .unused, |
| 70825 | 75970 | }, |
| 70826 | 75971 | .dst_temps = .{ .mem, .unused }, |
| 70827 | 75972 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70857,6 +76002,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70857 | 76002 | .unused, |
| 70858 | 76003 | .unused, |
| 70859 | 76004 | .unused, |
| 76005 | .unused, |
| 76006 | .unused, |
| 70860 | 76007 | }, |
| 70861 | 76008 | .dst_temps = .{ .mem, .unused }, |
| 70862 | 76009 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70894,6 +76041,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70894 | 76041 | .unused, |
| 70895 | 76042 | .unused, |
| 70896 | 76043 | .unused, |
| 76044 | .unused, |
| 76045 | .unused, |
| 70897 | 76046 | }, |
| 70898 | 76047 | .dst_temps = .{ .mem, .unused }, |
| 70899 | 76048 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -70932,6 +76081,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 70932 | 76081 | .{ .type = .usize, .kind = .{ .symbol = &.{ .name = "__fmah" } } }, |
| 70933 | 76082 | .unused, |
| 70934 | 76083 | .unused, |
| 76084 | .unused, |
| 76085 | .unused, |
| 70935 | 76086 | }, |
| 70936 | 76087 | .dst_temps = .{ .mem, .unused }, |
| 70937 | 76088 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71024,6 +76175,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71024 | 76175 | .unused, |
| 71025 | 76176 | .unused, |
| 71026 | 76177 | .unused, |
| 76178 | .unused, |
| 76179 | .unused, |
| 71027 | 76180 | }, |
| 71028 | 76181 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 71029 | 76182 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71150,6 +76303,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71150 | 76303 | .unused, |
| 71151 | 76304 | .unused, |
| 71152 | 76305 | .unused, |
| 76306 | .unused, |
| 76307 | .unused, |
| 71153 | 76308 | }, |
| 71154 | 76309 | .dst_temps = .{ .mem, .unused }, |
| 71155 | 76310 | .each = .{ .once = &.{ |
| ... | ... | @@ -71182,6 +76337,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71182 | 76337 | .unused, |
| 71183 | 76338 | .unused, |
| 71184 | 76339 | .unused, |
| 76340 | .unused, |
| 76341 | .unused, |
| 71185 | 76342 | }, |
| 71186 | 76343 | .dst_temps = .{ .mem, .unused }, |
| 71187 | 76344 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71216,6 +76373,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71216 | 76373 | .unused, |
| 71217 | 76374 | .unused, |
| 71218 | 76375 | .unused, |
| 76376 | .unused, |
| 76377 | .unused, |
| 71219 | 76378 | }, |
| 71220 | 76379 | .dst_temps = .{ .mem, .unused }, |
| 71221 | 76380 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71300,6 +76459,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71300 | 76459 | .unused, |
| 71301 | 76460 | .unused, |
| 71302 | 76461 | .unused, |
| 76462 | .unused, |
| 76463 | .unused, |
| 71303 | 76464 | }, |
| 71304 | 76465 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 71305 | 76466 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71426,6 +76587,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71426 | 76587 | .unused, |
| 71427 | 76588 | .unused, |
| 71428 | 76589 | .unused, |
| 76590 | .unused, |
| 76591 | .unused, |
| 71429 | 76592 | }, |
| 71430 | 76593 | .dst_temps = .{ .mem, .unused }, |
| 71431 | 76594 | .each = .{ .once = &.{ |
| ... | ... | @@ -71458,6 +76621,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71458 | 76621 | .unused, |
| 71459 | 76622 | .unused, |
| 71460 | 76623 | .unused, |
| 76624 | .unused, |
| 76625 | .unused, |
| 71461 | 76626 | }, |
| 71462 | 76627 | .dst_temps = .{ .mem, .unused }, |
| 71463 | 76628 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71492,6 +76657,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71492 | 76657 | .unused, |
| 71493 | 76658 | .unused, |
| 71494 | 76659 | .unused, |
| 76660 | .unused, |
| 76661 | .unused, |
| 71495 | 76662 | }, |
| 71496 | 76663 | .dst_temps = .{ .mem, .unused }, |
| 71497 | 76664 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71526,6 +76693,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71526 | 76693 | .unused, |
| 71527 | 76694 | .unused, |
| 71528 | 76695 | .unused, |
| 76696 | .unused, |
| 76697 | .unused, |
| 71529 | 76698 | }, |
| 71530 | 76699 | .dst_temps = .{ .mem, .unused }, |
| 71531 | 76700 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71563,6 +76732,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71563 | 76732 | .unused, |
| 71564 | 76733 | .unused, |
| 71565 | 76734 | .unused, |
| 76735 | .unused, |
| 76736 | .unused, |
| 71566 | 76737 | }, |
| 71567 | 76738 | .dst_temps = .{ .{ .reg = .st0 }, .unused }, |
| 71568 | 76739 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71596,6 +76767,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71596 | 76767 | .unused, |
| 71597 | 76768 | .unused, |
| 71598 | 76769 | .unused, |
| 76770 | .unused, |
| 76771 | .unused, |
| 71599 | 76772 | }, |
| 71600 | 76773 | .dst_temps = .{ .mem, .unused }, |
| 71601 | 76774 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71634,6 +76807,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71634 | 76807 | .unused, |
| 71635 | 76808 | .unused, |
| 71636 | 76809 | .unused, |
| 76810 | .unused, |
| 76811 | .unused, |
| 71637 | 76812 | }, |
| 71638 | 76813 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 71639 | 76814 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71661,6 +76836,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71661 | 76836 | .unused, |
| 71662 | 76837 | .unused, |
| 71663 | 76838 | .unused, |
| 76839 | .unused, |
| 76840 | .unused, |
| 71664 | 76841 | }, |
| 71665 | 76842 | .dst_temps = .{ .mem, .unused }, |
| 71666 | 76843 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71695,6 +76872,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71695 | 76872 | .unused, |
| 71696 | 76873 | .unused, |
| 71697 | 76874 | .unused, |
| 76875 | .unused, |
| 76876 | .unused, |
| 71698 | 76877 | }, |
| 71699 | 76878 | .dst_temps = .{ .mem, .unused }, |
| 71700 | 76879 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71729,6 +76908,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71729 | 76908 | .unused, |
| 71730 | 76909 | .unused, |
| 71731 | 76910 | .unused, |
| 76911 | .unused, |
| 76912 | .unused, |
| 71732 | 76913 | }, |
| 71733 | 76914 | .dst_temps = .{ .mem, .unused }, |
| 71734 | 76915 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -71785,6 +76966,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71785 | 76966 | .unused, |
| 71786 | 76967 | .unused, |
| 71787 | 76968 | .unused, |
| 76969 | .unused, |
| 76970 | .unused, |
| 71788 | 76971 | }, |
| 71789 | 76972 | .dst_temps = .{ .{ .cc = .b }, .unused }, |
| 71790 | 76973 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -71807,6 +76990,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71807 | 76990 | .unused, |
| 71808 | 76991 | .unused, |
| 71809 | 76992 | .unused, |
| 76993 | .unused, |
| 76994 | .unused, |
| 71810 | 76995 | }, |
| 71811 | 76996 | .dst_temps = .{ .{ .cc = .b }, .unused }, |
| 71812 | 76997 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -71829,6 +77014,8 @@ fn genBody(cg: *CodeGen, body: []const Air.Inst.Index) InnerError!void { |
| 71829 | 77014 | .unused, |
| 71830 | 77015 | .unused, |
| 71831 | 77016 | .unused, |
| 77017 | .unused, |
| 77018 | .unused, |
| 71832 | 77019 | }, |
| 71833 | 77020 | .dst_temps = .{ .{ .cc = .b }, .unused }, |
| 71834 | 77021 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91318,6 +96505,8 @@ const Temp = struct { |
| 91318 | 96505 | .unused, |
| 91319 | 96506 | .unused, |
| 91320 | 96507 | .unused, |
| 96508 | .unused, |
| 96509 | .unused, |
| 91321 | 96510 | }, |
| 91322 | 96511 | .dst_temps = .{ .{ .cc = .l }, .unused }, |
| 91323 | 96512 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91351,6 +96540,8 @@ const Temp = struct { |
| 91351 | 96540 | .unused, |
| 91352 | 96541 | .unused, |
| 91353 | 96542 | .unused, |
| 96543 | .unused, |
| 96544 | .unused, |
| 91354 | 96545 | }, |
| 91355 | 96546 | .dst_temps = .{ .{ .cc = .b }, .unused }, |
| 91356 | 96547 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91381,6 +96572,8 @@ const Temp = struct { |
| 91381 | 96572 | .unused, |
| 91382 | 96573 | .unused, |
| 91383 | 96574 | .unused, |
| 96575 | .unused, |
| 96576 | .unused, |
| 91384 | 96577 | }, |
| 91385 | 96578 | .dst_temps = .{ .{ .cc = .l }, .unused }, |
| 91386 | 96579 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91413,6 +96606,8 @@ const Temp = struct { |
| 91413 | 96606 | .unused, |
| 91414 | 96607 | .unused, |
| 91415 | 96608 | .unused, |
| 96609 | .unused, |
| 96610 | .unused, |
| 91416 | 96611 | }, |
| 91417 | 96612 | .dst_temps = .{ .{ .cc = .b }, .unused }, |
| 91418 | 96613 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91511,6 +96706,8 @@ const Temp = struct { |
| 91511 | 96706 | .unused, |
| 91512 | 96707 | .unused, |
| 91513 | 96708 | .unused, |
| 96709 | .unused, |
| 96710 | .unused, |
| 91514 | 96711 | }, |
| 91515 | 96712 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91516 | 96713 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91539,6 +96736,8 @@ const Temp = struct { |
| 91539 | 96736 | .unused, |
| 91540 | 96737 | .unused, |
| 91541 | 96738 | .unused, |
| 96739 | .unused, |
| 96740 | .unused, |
| 91542 | 96741 | }, |
| 91543 | 96742 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91544 | 96743 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91578,6 +96777,8 @@ const Temp = struct { |
| 91578 | 96777 | .unused, |
| 91579 | 96778 | .unused, |
| 91580 | 96779 | .unused, |
| 96780 | .unused, |
| 96781 | .unused, |
| 91581 | 96782 | }, |
| 91582 | 96783 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91583 | 96784 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91606,6 +96807,8 @@ const Temp = struct { |
| 91606 | 96807 | .unused, |
| 91607 | 96808 | .unused, |
| 91608 | 96809 | .unused, |
| 96810 | .unused, |
| 96811 | .unused, |
| 91609 | 96812 | }, |
| 91610 | 96813 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91611 | 96814 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91634,6 +96837,8 @@ const Temp = struct { |
| 91634 | 96837 | .unused, |
| 91635 | 96838 | .unused, |
| 91636 | 96839 | .unused, |
| 96840 | .unused, |
| 96841 | .unused, |
| 91637 | 96842 | }, |
| 91638 | 96843 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91639 | 96844 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91659,6 +96864,8 @@ const Temp = struct { |
| 91659 | 96864 | .unused, |
| 91660 | 96865 | .unused, |
| 91661 | 96866 | .unused, |
| 96867 | .unused, |
| 96868 | .unused, |
| 91662 | 96869 | }, |
| 91663 | 96870 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91664 | 96871 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91686,6 +96893,8 @@ const Temp = struct { |
| 91686 | 96893 | .unused, |
| 91687 | 96894 | .unused, |
| 91688 | 96895 | .unused, |
| 96896 | .unused, |
| 96897 | .unused, |
| 91689 | 96898 | }, |
| 91690 | 96899 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91691 | 96900 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91721,6 +96930,8 @@ const Temp = struct { |
| 91721 | 96930 | .unused, |
| 91722 | 96931 | .unused, |
| 91723 | 96932 | .unused, |
| 96933 | .unused, |
| 96934 | .unused, |
| 91724 | 96935 | }, |
| 91725 | 96936 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91726 | 96937 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91756,6 +96967,8 @@ const Temp = struct { |
| 91756 | 96967 | .unused, |
| 91757 | 96968 | .unused, |
| 91758 | 96969 | .unused, |
| 96970 | .unused, |
| 96971 | .unused, |
| 91759 | 96972 | }, |
| 91760 | 96973 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91761 | 96974 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91788,6 +97001,8 @@ const Temp = struct { |
| 91788 | 97001 | .unused, |
| 91789 | 97002 | .unused, |
| 91790 | 97003 | .unused, |
| 97004 | .unused, |
| 97005 | .unused, |
| 91791 | 97006 | }, |
| 91792 | 97007 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91793 | 97008 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91820,6 +97035,8 @@ const Temp = struct { |
| 91820 | 97035 | .unused, |
| 91821 | 97036 | .unused, |
| 91822 | 97037 | .unused, |
| 97038 | .unused, |
| 97039 | .unused, |
| 91823 | 97040 | }, |
| 91824 | 97041 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91825 | 97042 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91852,6 +97069,8 @@ const Temp = struct { |
| 91852 | 97069 | .unused, |
| 91853 | 97070 | .unused, |
| 91854 | 97071 | .unused, |
| 97072 | .unused, |
| 97073 | .unused, |
| 91855 | 97074 | }, |
| 91856 | 97075 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91857 | 97076 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91884,6 +97103,8 @@ const Temp = struct { |
| 91884 | 97103 | .unused, |
| 91885 | 97104 | .unused, |
| 91886 | 97105 | .unused, |
| 97106 | .unused, |
| 97107 | .unused, |
| 91887 | 97108 | }, |
| 91888 | 97109 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91889 | 97110 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91917,6 +97138,8 @@ const Temp = struct { |
| 91917 | 97138 | .unused, |
| 91918 | 97139 | .unused, |
| 91919 | 97140 | .unused, |
| 97141 | .unused, |
| 97142 | .unused, |
| 91920 | 97143 | }, |
| 91921 | 97144 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91922 | 97145 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91950,6 +97173,8 @@ const Temp = struct { |
| 91950 | 97173 | .unused, |
| 91951 | 97174 | .unused, |
| 91952 | 97175 | .unused, |
| 97176 | .unused, |
| 97177 | .unused, |
| 91953 | 97178 | }, |
| 91954 | 97179 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91955 | 97180 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -91983,6 +97208,8 @@ const Temp = struct { |
| 91983 | 97208 | .unused, |
| 91984 | 97209 | .unused, |
| 91985 | 97210 | .unused, |
| 97211 | .unused, |
| 97212 | .unused, |
| 91986 | 97213 | }, |
| 91987 | 97214 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 91988 | 97215 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92013,6 +97240,8 @@ const Temp = struct { |
| 92013 | 97240 | .unused, |
| 92014 | 97241 | .unused, |
| 92015 | 97242 | .unused, |
| 97243 | .unused, |
| 97244 | .unused, |
| 92016 | 97245 | }, |
| 92017 | 97246 | .dst_temps = .{ .{ .cc = .z }, .unused }, |
| 92018 | 97247 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92085,6 +97314,8 @@ const Temp = struct { |
| 92085 | 97314 | .unused, |
| 92086 | 97315 | .unused, |
| 92087 | 97316 | .unused, |
| 97317 | .unused, |
| 97318 | .unused, |
| 92088 | 97319 | }, |
| 92089 | 97320 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92090 | 97321 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92108,6 +97339,8 @@ const Temp = struct { |
| 92108 | 97339 | .unused, |
| 92109 | 97340 | .unused, |
| 92110 | 97341 | .unused, |
| 97342 | .unused, |
| 97343 | .unused, |
| 92111 | 97344 | }, |
| 92112 | 97345 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92113 | 97346 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92131,6 +97364,8 @@ const Temp = struct { |
| 92131 | 97364 | .unused, |
| 92132 | 97365 | .unused, |
| 92133 | 97366 | .unused, |
| 97367 | .unused, |
| 97368 | .unused, |
| 92134 | 97369 | }, |
| 92135 | 97370 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92136 | 97371 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92154,6 +97389,8 @@ const Temp = struct { |
| 92154 | 97389 | .unused, |
| 92155 | 97390 | .unused, |
| 92156 | 97391 | .unused, |
| 97392 | .unused, |
| 97393 | .unused, |
| 92157 | 97394 | }, |
| 92158 | 97395 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92159 | 97396 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92178,6 +97415,8 @@ const Temp = struct { |
| 92178 | 97415 | .unused, |
| 92179 | 97416 | .unused, |
| 92180 | 97417 | .unused, |
| 97418 | .unused, |
| 97419 | .unused, |
| 92181 | 97420 | }, |
| 92182 | 97421 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92183 | 97422 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92202,6 +97441,8 @@ const Temp = struct { |
| 92202 | 97441 | .unused, |
| 92203 | 97442 | .unused, |
| 92204 | 97443 | .unused, |
| 97444 | .unused, |
| 97445 | .unused, |
| 92205 | 97446 | }, |
| 92206 | 97447 | .dst_temps = .{ .{ .ref = .src0 }, .unused }, |
| 92207 | 97448 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92230,6 +97471,8 @@ const Temp = struct { |
| 92230 | 97471 | .unused, |
| 92231 | 97472 | .unused, |
| 92232 | 97473 | .unused, |
| 97474 | .unused, |
| 97475 | .unused, |
| 92233 | 97476 | }, |
| 92234 | 97477 | .dst_temps = .{ .{ .ret_gpr_pair = .{ .cc = .ccc, .index = 0 } }, .unused }, |
| 92235 | 97478 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92257,6 +97500,8 @@ const Temp = struct { |
| 92257 | 97500 | .unused, |
| 92258 | 97501 | .unused, |
| 92259 | 97502 | .unused, |
| 97503 | .unused, |
| 97504 | .unused, |
| 92260 | 97505 | }, |
| 92261 | 97506 | .dst_temps = .{ .{ .ret_gpr_pair = .{ .cc = .ccc, .index = 0 } }, .unused }, |
| 92262 | 97507 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92284,6 +97529,8 @@ const Temp = struct { |
| 92284 | 97529 | .unused, |
| 92285 | 97530 | .unused, |
| 92286 | 97531 | .unused, |
| 97532 | .unused, |
| 97533 | .unused, |
| 92287 | 97534 | }, |
| 92288 | 97535 | .dst_temps = .{ .mem, .unused }, |
| 92289 | 97536 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92315,6 +97562,8 @@ const Temp = struct { |
| 92315 | 97562 | .unused, |
| 92316 | 97563 | .unused, |
| 92317 | 97564 | .unused, |
| 97565 | .unused, |
| 97566 | .unused, |
| 92318 | 97567 | }, |
| 92319 | 97568 | .dst_temps = .{ .mem, .unused }, |
| 92320 | 97569 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92345,6 +97594,8 @@ const Temp = struct { |
| 92345 | 97594 | .unused, |
| 92346 | 97595 | .unused, |
| 92347 | 97596 | .unused, |
| 97597 | .unused, |
| 97598 | .unused, |
| 92348 | 97599 | }, |
| 92349 | 97600 | .dst_temps = .{ .mem, .unused }, |
| 92350 | 97601 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92375,6 +97626,8 @@ const Temp = struct { |
| 92375 | 97626 | .unused, |
| 92376 | 97627 | .unused, |
| 92377 | 97628 | .unused, |
| 97629 | .unused, |
| 97630 | .unused, |
| 92378 | 97631 | }, |
| 92379 | 97632 | .dst_temps = .{ .mem, .unused }, |
| 92380 | 97633 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92406,6 +97659,8 @@ const Temp = struct { |
| 92406 | 97659 | .unused, |
| 92407 | 97660 | .unused, |
| 92408 | 97661 | .unused, |
| 97662 | .unused, |
| 97663 | .unused, |
| 92409 | 97664 | }, |
| 92410 | 97665 | .dst_temps = .{ .mem, .unused }, |
| 92411 | 97666 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92436,6 +97691,8 @@ const Temp = struct { |
| 92436 | 97691 | .unused, |
| 92437 | 97692 | .unused, |
| 92438 | 97693 | .unused, |
| 97694 | .unused, |
| 97695 | .unused, |
| 92439 | 97696 | }, |
| 92440 | 97697 | .dst_temps = .{ .mem, .unused }, |
| 92441 | 97698 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92466,6 +97723,8 @@ const Temp = struct { |
| 92466 | 97723 | .unused, |
| 92467 | 97724 | .unused, |
| 92468 | 97725 | .unused, |
| 97726 | .unused, |
| 97727 | .unused, |
| 92469 | 97728 | }, |
| 92470 | 97729 | .dst_temps = .{ .mem, .unused }, |
| 92471 | 97730 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92497,6 +97756,8 @@ const Temp = struct { |
| 92497 | 97756 | .unused, |
| 92498 | 97757 | .unused, |
| 92499 | 97758 | .unused, |
| 97759 | .unused, |
| 97760 | .unused, |
| 92500 | 97761 | }, |
| 92501 | 97762 | .dst_temps = .{ .mem, .unused }, |
| 92502 | 97763 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92528,6 +97789,8 @@ const Temp = struct { |
| 92528 | 97789 | .unused, |
| 92529 | 97790 | .unused, |
| 92530 | 97791 | .unused, |
| 97792 | .unused, |
| 97793 | .unused, |
| 92531 | 97794 | }, |
| 92532 | 97795 | .dst_temps = .{ .mem, .unused }, |
| 92533 | 97796 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92559,6 +97822,8 @@ const Temp = struct { |
| 92559 | 97822 | .unused, |
| 92560 | 97823 | .unused, |
| 92561 | 97824 | .unused, |
| 97825 | .unused, |
| 97826 | .unused, |
| 92562 | 97827 | }, |
| 92563 | 97828 | .dst_temps = .{ .mem, .unused }, |
| 92564 | 97829 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92591,6 +97856,8 @@ const Temp = struct { |
| 92591 | 97856 | .unused, |
| 92592 | 97857 | .unused, |
| 92593 | 97858 | .unused, |
| 97859 | .unused, |
| 97860 | .unused, |
| 92594 | 97861 | }, |
| 92595 | 97862 | .dst_temps = .{ .mem, .unused }, |
| 92596 | 97863 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92623,6 +97890,8 @@ const Temp = struct { |
| 92623 | 97890 | .unused, |
| 92624 | 97891 | .unused, |
| 92625 | 97892 | .unused, |
| 97893 | .unused, |
| 97894 | .unused, |
| 92626 | 97895 | }, |
| 92627 | 97896 | .dst_temps = .{ .mem, .unused }, |
| 92628 | 97897 | .clobbers = .{ .eflags = true }, |
| ... | ... | @@ -92656,6 +97925,8 @@ const Temp = struct { |
| 92656 | 97925 | .{ .type = .u64, .kind = .{ .ret_gpr = .{ .cc = .ccc, .index = 0 } } }, |
| 92657 | 97926 | .unused, |
| 92658 | 97927 | .unused, |
| 97928 | .unused, |
| 97929 | .unused, |
| 92659 | 97930 | }, |
| 92660 | 97931 | .dst_temps = .{ .mem, .unused }, |
| 92661 | 97932 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92692,6 +97963,8 @@ const Temp = struct { |
| 92692 | 97963 | .{ .type = .u64, .kind = .{ .ret_gpr = .{ .cc = .ccc, .index = 0 } } }, |
| 92693 | 97964 | .unused, |
| 92694 | 97965 | .unused, |
| 97966 | .unused, |
| 97967 | .unused, |
| 92695 | 97968 | }, |
| 92696 | 97969 | .dst_temps = .{ .mem, .unused }, |
| 92697 | 97970 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92728,6 +98001,8 @@ const Temp = struct { |
| 92728 | 98001 | .unused, |
| 92729 | 98002 | .unused, |
| 92730 | 98003 | .unused, |
| 98004 | .unused, |
| 98005 | .unused, |
| 92731 | 98006 | }, |
| 92732 | 98007 | .dst_temps = .{ .mem, .unused }, |
| 92733 | 98008 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -92762,6 +98037,8 @@ const Temp = struct { |
| 92762 | 98037 | .unused, |
| 92763 | 98038 | .unused, |
| 92764 | 98039 | .unused, |
| 98040 | .unused, |
| 98041 | .unused, |
| 92765 | 98042 | }, |
| 92766 | 98043 | .dst_temps = .{ .mem, .unused }, |
| 92767 | 98044 | .clobbers = .{ .eflags = true, .caller_preserved = .ccc }, |
| ... | ... | @@ -93067,7 +98344,7 @@ const Select = struct { |
| 93067 | 98344 | const mir_tag: Mir.Inst.FixedTag = .{ inst[1], inst[2] }; |
| 93068 | 98345 | pseudo: { |
| 93069 | 98346 | switch (inst[0]) { |
| 93070 | | .@"0:", .@"1:", .@"2:", .@"3:" => |label| s.emitLabel(label), |
| 98347 | .@"0:", .@"1:", .@"2:", .@"3:", .@"4:" => |label| s.emitLabel(label), |
| 93071 | 98348 | ._ => {}, |
| 93072 | 98349 | .pseudo => break :pseudo, |
| 93073 | 98350 | } |
| ... | ... | @@ -93945,18 +99222,18 @@ const Select = struct { |
| 93945 | 99222 | Select.Operand, |
| 93946 | 99223 | Select.Operand, |
| 93947 | 99224 | }; |
| 93948 | | const Label = enum { @"0:", @"1:", @"2:", @"3:", @"_", pseudo }; |
| 99225 | const Label = enum { @"0:", @"1:", @"2:", @"3:", @"4:", @"_", pseudo }; |
| 93949 | 99226 | const Operand = struct { |
| 93950 | | flags: packed struct(u16) { |
| 99227 | flags: packed struct(u32) { |
| 93951 | 99228 | tag: Tag, |
| 93952 | 99229 | adjust: Adjust = .none, |
| 99230 | base: Ref.Sized = .none, |
| 99231 | index: packed struct(u7) { |
| 99232 | ref: Ref, |
| 99233 | scale: Memory.Scale = .@"1", |
| 99234 | } = .{ .ref = .none }, |
| 93953 | 99235 | unused: u3 = 0, |
| 93954 | 99236 | }, |
| 93955 | | base: Ref.Sized = .none, |
| 93956 | | index: packed struct(u6) { |
| 93957 | | ref: Ref, |
| 93958 | | scale: Memory.Scale = .@"1", |
| 93959 | | } = .{ .ref = .none }, |
| 93960 | 99237 | imm: i32 = 0, |
| 93961 | 99238 | |
| 93962 | 99239 | const Tag = enum(u3) { |
| ... | ... | @@ -94041,6 +99318,7 @@ const Select = struct { |
| 94041 | 99318 | const add_4_src0_elem_size: Adjust = .{ .sign = .pos, .lhs = .src0_elem_size, .op = .mul, .rhs = .@"4" }; |
| 94042 | 99319 | const add_8_src0_elem_size: Adjust = .{ .sign = .pos, .lhs = .src0_elem_size, .op = .mul, .rhs = .@"8" }; |
| 94043 | 99320 | const add_src0_elem_size_div_8: Adjust = .{ .sign = .pos, .lhs = .src0_elem_size, .op = .div, .rhs = .@"8" }; |
| 99321 | const sub_src0_elem_size_div_8: Adjust = .{ .sign = .neg, .lhs = .src0_elem_size, .op = .div, .rhs = .@"8" }; |
| 94044 | 99322 | const sub_src0_elem_size: Adjust = .{ .sign = .neg, .lhs = .src0_elem_size, .op = .mul, .rhs = .@"1" }; |
| 94045 | 99323 | const add_src0_elem_size_mul_src1: Adjust = .{ .sign = .pos, .lhs = .src0_elem_size_mul_src1, .op = .mul, .rhs = .@"1" }; |
| 94046 | 99324 | const sub_src0_elem_size_mul_src1: Adjust = .{ .sign = .neg, .lhs = .src0_elem_size_mul_src1, .op = .mul, .rhs = .@"1" }; |
| ... | ... | @@ -94053,7 +99331,7 @@ const Select = struct { |
| 94053 | 99331 | const add_smin: Adjust = .{ .sign = .pos, .lhs = .smin, .op = .mul, .rhs = .@"1" }; |
| 94054 | 99332 | const add_umax: Adjust = .{ .sign = .pos, .lhs = .umax, .op = .mul, .rhs = .@"1" }; |
| 94055 | 99333 | }; |
| 94056 | | const Ref = enum(u4) { |
| 99334 | const Ref = enum(u5) { |
| 94057 | 99335 | tmp0, |
| 94058 | 99336 | tmp1, |
| 94059 | 99337 | tmp2, |
| ... | ... | @@ -94063,6 +99341,8 @@ const Select = struct { |
| 94063 | 99341 | tmp6, |
| 94064 | 99342 | tmp7, |
| 94065 | 99343 | tmp8, |
| 99344 | tmp9, |
| 99345 | tmp10, |
| 94066 | 99346 | dst0, |
| 94067 | 99347 | dst1, |
| 94068 | 99348 | src0, |
| ... | ... | @@ -94070,7 +99350,7 @@ const Select = struct { |
| 94070 | 99350 | src2, |
| 94071 | 99351 | none, |
| 94072 | 99352 | |
| 94073 | | const Sized = packed struct(u8) { |
| 99353 | const Sized = packed struct(u9) { |
| 94074 | 99354 | ref: Ref, |
| 94075 | 99355 | size: Memory.Size, |
| 94076 | 99356 | |
| ... | ... | @@ -94175,6 +99455,28 @@ const Select = struct { |
| 94175 | 99455 | const tmp8x: Sized = .{ .ref = .tmp8, .size = .xword }; |
| 94176 | 99456 | const tmp8y: Sized = .{ .ref = .tmp8, .size = .yword }; |
| 94177 | 99457 | |
| 99458 | const tmp9: Sized = .{ .ref = .tmp9, .size = .none }; |
| 99459 | const tmp9b: Sized = .{ .ref = .tmp9, .size = .byte }; |
| 99460 | const tmp9w: Sized = .{ .ref = .tmp9, .size = .word }; |
| 99461 | const tmp9d: Sized = .{ .ref = .tmp9, .size = .dword }; |
| 99462 | const tmp9p: Sized = .{ .ref = .tmp9, .size = .ptr }; |
| 99463 | const tmp9g: Sized = .{ .ref = .tmp9, .size = .gpr }; |
| 99464 | const tmp9q: Sized = .{ .ref = .tmp9, .size = .qword }; |
| 99465 | const tmp9t: Sized = .{ .ref = .tmp9, .size = .tbyte }; |
| 99466 | const tmp9x: Sized = .{ .ref = .tmp9, .size = .xword }; |
| 99467 | const tmp9y: Sized = .{ .ref = .tmp9, .size = .yword }; |
| 99468 | |
| 99469 | const tmp10: Sized = .{ .ref = .tmp10, .size = .none }; |
| 99470 | const tmp10b: Sized = .{ .ref = .tmp10, .size = .byte }; |
| 99471 | const tmp10w: Sized = .{ .ref = .tmp10, .size = .word }; |
| 99472 | const tmp10d: Sized = .{ .ref = .tmp10, .size = .dword }; |
| 99473 | const tmp10p: Sized = .{ .ref = .tmp10, .size = .ptr }; |
| 99474 | const tmp10g: Sized = .{ .ref = .tmp10, .size = .gpr }; |
| 99475 | const tmp10q: Sized = .{ .ref = .tmp10, .size = .qword }; |
| 99476 | const tmp10t: Sized = .{ .ref = .tmp10, .size = .tbyte }; |
| 99477 | const tmp10x: Sized = .{ .ref = .tmp10, .size = .xword }; |
| 99478 | const tmp10y: Sized = .{ .ref = .tmp10, .size = .yword }; |
| 99479 | |
| 94178 | 99480 | const dst0: Sized = .{ .ref = .dst0, .size = .none }; |
| 94179 | 99481 | const dst0b: Sized = .{ .ref = .dst0, .size = .byte }; |
| 94180 | 99482 | const dst0w: Sized = .{ .ref = .dst0, .size = .word }; |
| ... | ... | @@ -94246,178 +99548,200 @@ const Select = struct { |
| 94246 | 99548 | |
| 94247 | 99549 | const @"_": Select.Operand = .{ .flags = .{ .tag = .none } }; |
| 94248 | 99550 | |
| 94249 | | const @"0b": Select.Operand = .{ .flags = .{ .tag = .backward_label }, .base = .{ .ref = .tmp0, .size = .none } }; |
| 94250 | | const @"0f": Select.Operand = .{ .flags = .{ .tag = .forward_label }, .base = .{ .ref = .tmp0, .size = .none } }; |
| 94251 | | const @"1b": Select.Operand = .{ .flags = .{ .tag = .backward_label }, .base = .{ .ref = .tmp1, .size = .none } }; |
| 94252 | | const @"1f": Select.Operand = .{ .flags = .{ .tag = .forward_label }, .base = .{ .ref = .tmp1, .size = .none } }; |
| 94253 | | const @"2b": Select.Operand = .{ .flags = .{ .tag = .backward_label }, .base = .{ .ref = .tmp2, .size = .none } }; |
| 94254 | | const @"2f": Select.Operand = .{ .flags = .{ .tag = .forward_label }, .base = .{ .ref = .tmp2, .size = .none } }; |
| 94255 | | const @"3b": Select.Operand = .{ .flags = .{ .tag = .backward_label }, .base = .{ .ref = .tmp3, .size = .none } }; |
| 94256 | | const @"3f": Select.Operand = .{ .flags = .{ .tag = .forward_label }, .base = .{ .ref = .tmp3, .size = .none } }; |
| 94257 | | |
| 94258 | | const tmp0b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0b }; |
| 94259 | | const tmp0w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0w }; |
| 94260 | | const tmp0d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0d }; |
| 94261 | | const tmp0p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0p }; |
| 94262 | | const tmp0g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0g }; |
| 94263 | | const tmp0q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0q }; |
| 94264 | | const tmp0t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0t }; |
| 94265 | | const tmp0x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0x }; |
| 94266 | | const tmp0y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp0y }; |
| 94267 | | |
| 94268 | | const tmp1b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1b }; |
| 94269 | | const tmp1w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1w }; |
| 94270 | | const tmp1d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1d }; |
| 94271 | | const tmp1p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1p }; |
| 94272 | | const tmp1g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1g }; |
| 94273 | | const tmp1q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1q }; |
| 94274 | | const tmp1t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1t }; |
| 94275 | | const tmp1x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1x }; |
| 94276 | | const tmp1y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp1y }; |
| 94277 | | |
| 94278 | | const tmp2b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2b }; |
| 94279 | | const tmp2w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2w }; |
| 94280 | | const tmp2d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2d }; |
| 94281 | | const tmp2p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2p }; |
| 94282 | | const tmp2g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2g }; |
| 94283 | | const tmp2q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2q }; |
| 94284 | | const tmp2t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2t }; |
| 94285 | | const tmp2x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2x }; |
| 94286 | | const tmp2y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp2y }; |
| 94287 | | |
| 94288 | | const tmp3b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3b }; |
| 94289 | | const tmp3w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3w }; |
| 94290 | | const tmp3d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3d }; |
| 94291 | | const tmp3p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3p }; |
| 94292 | | const tmp3g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3g }; |
| 94293 | | const tmp3q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3q }; |
| 94294 | | const tmp3t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3t }; |
| 94295 | | const tmp3x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3x }; |
| 94296 | | const tmp3y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp3y }; |
| 94297 | | |
| 94298 | | const tmp4b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4b }; |
| 94299 | | const tmp4w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4w }; |
| 94300 | | const tmp4d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4d }; |
| 94301 | | const tmp4p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4p }; |
| 94302 | | const tmp4g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4g }; |
| 94303 | | const tmp4q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4q }; |
| 94304 | | const tmp4t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4t }; |
| 94305 | | const tmp4x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4x }; |
| 94306 | | const tmp4y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp4y }; |
| 94307 | | |
| 94308 | | const tmp5b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5b }; |
| 94309 | | const tmp5w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5w }; |
| 94310 | | const tmp5d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5d }; |
| 94311 | | const tmp5p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5p }; |
| 94312 | | const tmp5g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5g }; |
| 94313 | | const tmp5q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5q }; |
| 94314 | | const tmp5t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5t }; |
| 94315 | | const tmp5x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5x }; |
| 94316 | | const tmp5y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp5y }; |
| 94317 | | |
| 94318 | | const tmp6b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6b }; |
| 94319 | | const tmp6w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6w }; |
| 94320 | | const tmp6d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6d }; |
| 94321 | | const tmp6p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6p }; |
| 94322 | | const tmp6g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6g }; |
| 94323 | | const tmp6q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6q }; |
| 94324 | | const tmp6t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6t }; |
| 94325 | | const tmp6x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6x }; |
| 94326 | | const tmp6y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp6y }; |
| 94327 | | |
| 94328 | | const tmp7b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7b }; |
| 94329 | | const tmp7w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7w }; |
| 94330 | | const tmp7d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7d }; |
| 94331 | | const tmp7p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7p }; |
| 94332 | | const tmp7g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7g }; |
| 94333 | | const tmp7q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7q }; |
| 94334 | | const tmp7t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7t }; |
| 94335 | | const tmp7x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7x }; |
| 94336 | | const tmp7y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp7y }; |
| 94337 | | |
| 94338 | | const tmp8b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8b }; |
| 94339 | | const tmp8w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8w }; |
| 94340 | | const tmp8d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8d }; |
| 94341 | | const tmp8p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8p }; |
| 94342 | | const tmp8g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8g }; |
| 94343 | | const tmp8q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8q }; |
| 94344 | | const tmp8t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8t }; |
| 94345 | | const tmp8x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8x }; |
| 94346 | | const tmp8y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .tmp8y }; |
| 94347 | | |
| 94348 | | const dst0b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0b }; |
| 94349 | | const dst0w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0w }; |
| 94350 | | const dst0d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0d }; |
| 94351 | | const dst0p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0p }; |
| 94352 | | const dst0g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0g }; |
| 94353 | | const dst0q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0q }; |
| 94354 | | const dst0t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0t }; |
| 94355 | | const dst0x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0x }; |
| 94356 | | const dst0y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst0y }; |
| 94357 | | |
| 94358 | | const dst1b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1b }; |
| 94359 | | const dst1w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1w }; |
| 94360 | | const dst1d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1d }; |
| 94361 | | const dst1p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1p }; |
| 94362 | | const dst1g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1g }; |
| 94363 | | const dst1q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1q }; |
| 94364 | | const dst1t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1t }; |
| 94365 | | const dst1x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1x }; |
| 94366 | | const dst1y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .dst1y }; |
| 94367 | | |
| 94368 | | const src0b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0b }; |
| 94369 | | const src0w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0w }; |
| 94370 | | const src0d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0d }; |
| 94371 | | const src0p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0p }; |
| 94372 | | const src0g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0g }; |
| 94373 | | const src0q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0q }; |
| 94374 | | const src0t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0t }; |
| 94375 | | const src0x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0x }; |
| 94376 | | const src0y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src0y }; |
| 94377 | | |
| 94378 | | const src1b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1b }; |
| 94379 | | const src1w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1w }; |
| 94380 | | const src1d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1d }; |
| 94381 | | const src1p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1p }; |
| 94382 | | const src1g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1g }; |
| 94383 | | const src1q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1q }; |
| 94384 | | const src1t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1t }; |
| 94385 | | const src1x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1x }; |
| 94386 | | const src1y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src1y }; |
| 94387 | | |
| 94388 | | const src2b: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2b }; |
| 94389 | | const src2w: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2w }; |
| 94390 | | const src2d: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2d }; |
| 94391 | | const src2p: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2p }; |
| 94392 | | const src2g: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2g }; |
| 94393 | | const src2q: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2q }; |
| 94394 | | const src2t: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2t }; |
| 94395 | | const src2x: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2x }; |
| 94396 | | const src2y: Select.Operand = .{ .flags = .{ .tag = .ref }, .base = .src2y }; |
| 99551 | const @"0b": Select.Operand = .{ .flags = .{ .tag = .backward_label, .base = .{ .ref = .tmp0, .size = .none } } }; |
| 99552 | const @"0f": Select.Operand = .{ .flags = .{ .tag = .forward_label, .base = .{ .ref = .tmp0, .size = .none } } }; |
| 99553 | const @"1b": Select.Operand = .{ .flags = .{ .tag = .backward_label, .base = .{ .ref = .tmp1, .size = .none } } }; |
| 99554 | const @"1f": Select.Operand = .{ .flags = .{ .tag = .forward_label, .base = .{ .ref = .tmp1, .size = .none } } }; |
| 99555 | const @"2b": Select.Operand = .{ .flags = .{ .tag = .backward_label, .base = .{ .ref = .tmp2, .size = .none } } }; |
| 99556 | const @"2f": Select.Operand = .{ .flags = .{ .tag = .forward_label, .base = .{ .ref = .tmp2, .size = .none } } }; |
| 99557 | const @"3b": Select.Operand = .{ .flags = .{ .tag = .backward_label, .base = .{ .ref = .tmp3, .size = .none } } }; |
| 99558 | const @"3f": Select.Operand = .{ .flags = .{ .tag = .forward_label, .base = .{ .ref = .tmp3, .size = .none } } }; |
| 99559 | const @"4b": Select.Operand = .{ .flags = .{ .tag = .backward_label, .base = .{ .ref = .tmp4, .size = .none } } }; |
| 99560 | const @"4f": Select.Operand = .{ .flags = .{ .tag = .forward_label, .base = .{ .ref = .tmp4, .size = .none } } }; |
| 99561 | |
| 99562 | const tmp0b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0b } }; |
| 99563 | const tmp0w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0w } }; |
| 99564 | const tmp0d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0d } }; |
| 99565 | const tmp0p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0p } }; |
| 99566 | const tmp0g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0g } }; |
| 99567 | const tmp0q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0q } }; |
| 99568 | const tmp0t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0t } }; |
| 99569 | const tmp0x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0x } }; |
| 99570 | const tmp0y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp0y } }; |
| 99571 | |
| 99572 | const tmp1b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1b } }; |
| 99573 | const tmp1w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1w } }; |
| 99574 | const tmp1d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1d } }; |
| 99575 | const tmp1p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1p } }; |
| 99576 | const tmp1g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1g } }; |
| 99577 | const tmp1q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1q } }; |
| 99578 | const tmp1t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1t } }; |
| 99579 | const tmp1x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1x } }; |
| 99580 | const tmp1y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp1y } }; |
| 99581 | |
| 99582 | const tmp2b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2b } }; |
| 99583 | const tmp2w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2w } }; |
| 99584 | const tmp2d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2d } }; |
| 99585 | const tmp2p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2p } }; |
| 99586 | const tmp2g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2g } }; |
| 99587 | const tmp2q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2q } }; |
| 99588 | const tmp2t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2t } }; |
| 99589 | const tmp2x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2x } }; |
| 99590 | const tmp2y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp2y } }; |
| 99591 | |
| 99592 | const tmp3b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3b } }; |
| 99593 | const tmp3w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3w } }; |
| 99594 | const tmp3d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3d } }; |
| 99595 | const tmp3p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3p } }; |
| 99596 | const tmp3g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3g } }; |
| 99597 | const tmp3q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3q } }; |
| 99598 | const tmp3t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3t } }; |
| 99599 | const tmp3x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3x } }; |
| 99600 | const tmp3y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp3y } }; |
| 99601 | |
| 99602 | const tmp4b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4b } }; |
| 99603 | const tmp4w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4w } }; |
| 99604 | const tmp4d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4d } }; |
| 99605 | const tmp4p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4p } }; |
| 99606 | const tmp4g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4g } }; |
| 99607 | const tmp4q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4q } }; |
| 99608 | const tmp4t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4t } }; |
| 99609 | const tmp4x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4x } }; |
| 99610 | const tmp4y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp4y } }; |
| 99611 | |
| 99612 | const tmp5b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5b } }; |
| 99613 | const tmp5w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5w } }; |
| 99614 | const tmp5d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5d } }; |
| 99615 | const tmp5p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5p } }; |
| 99616 | const tmp5g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5g } }; |
| 99617 | const tmp5q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5q } }; |
| 99618 | const tmp5t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5t } }; |
| 99619 | const tmp5x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5x } }; |
| 99620 | const tmp5y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp5y } }; |
| 99621 | |
| 99622 | const tmp6b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6b } }; |
| 99623 | const tmp6w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6w } }; |
| 99624 | const tmp6d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6d } }; |
| 99625 | const tmp6p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6p } }; |
| 99626 | const tmp6g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6g } }; |
| 99627 | const tmp6q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6q } }; |
| 99628 | const tmp6t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6t } }; |
| 99629 | const tmp6x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6x } }; |
| 99630 | const tmp6y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp6y } }; |
| 99631 | |
| 99632 | const tmp7b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7b } }; |
| 99633 | const tmp7w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7w } }; |
| 99634 | const tmp7d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7d } }; |
| 99635 | const tmp7p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7p } }; |
| 99636 | const tmp7g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7g } }; |
| 99637 | const tmp7q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7q } }; |
| 99638 | const tmp7t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7t } }; |
| 99639 | const tmp7x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7x } }; |
| 99640 | const tmp7y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp7y } }; |
| 99641 | |
| 99642 | const tmp8b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8b } }; |
| 99643 | const tmp8w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8w } }; |
| 99644 | const tmp8d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8d } }; |
| 99645 | const tmp8p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8p } }; |
| 99646 | const tmp8g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8g } }; |
| 99647 | const tmp8q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8q } }; |
| 99648 | const tmp8t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8t } }; |
| 99649 | const tmp8x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8x } }; |
| 99650 | const tmp8y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp8y } }; |
| 99651 | |
| 99652 | const tmp9b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9b } }; |
| 99653 | const tmp9w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9w } }; |
| 99654 | const tmp9d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9d } }; |
| 99655 | const tmp9p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9p } }; |
| 99656 | const tmp9g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9g } }; |
| 99657 | const tmp9q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9q } }; |
| 99658 | const tmp9t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9t } }; |
| 99659 | const tmp9x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9x } }; |
| 99660 | const tmp9y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp9y } }; |
| 99661 | |
| 99662 | const tmp10b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10b } }; |
| 99663 | const tmp10w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10w } }; |
| 99664 | const tmp10d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10d } }; |
| 99665 | const tmp10p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10p } }; |
| 99666 | const tmp10g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10g } }; |
| 99667 | const tmp10q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10q } }; |
| 99668 | const tmp10t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10t } }; |
| 99669 | const tmp10x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10x } }; |
| 99670 | const tmp10y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .tmp10y } }; |
| 99671 | |
| 99672 | const dst0b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0b } }; |
| 99673 | const dst0w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0w } }; |
| 99674 | const dst0d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0d } }; |
| 99675 | const dst0p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0p } }; |
| 99676 | const dst0g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0g } }; |
| 99677 | const dst0q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0q } }; |
| 99678 | const dst0t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0t } }; |
| 99679 | const dst0x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0x } }; |
| 99680 | const dst0y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst0y } }; |
| 99681 | |
| 99682 | const dst1b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1b } }; |
| 99683 | const dst1w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1w } }; |
| 99684 | const dst1d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1d } }; |
| 99685 | const dst1p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1p } }; |
| 99686 | const dst1g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1g } }; |
| 99687 | const dst1q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1q } }; |
| 99688 | const dst1t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1t } }; |
| 99689 | const dst1x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1x } }; |
| 99690 | const dst1y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .dst1y } }; |
| 99691 | |
| 99692 | const src0b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0b } }; |
| 99693 | const src0w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0w } }; |
| 99694 | const src0d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0d } }; |
| 99695 | const src0p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0p } }; |
| 99696 | const src0g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0g } }; |
| 99697 | const src0q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0q } }; |
| 99698 | const src0t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0t } }; |
| 99699 | const src0x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0x } }; |
| 99700 | const src0y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src0y } }; |
| 99701 | |
| 99702 | const src1b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1b } }; |
| 99703 | const src1w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1w } }; |
| 99704 | const src1d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1d } }; |
| 99705 | const src1p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1p } }; |
| 99706 | const src1g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1g } }; |
| 99707 | const src1q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1q } }; |
| 99708 | const src1t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1t } }; |
| 99709 | const src1x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1x } }; |
| 99710 | const src1y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src1y } }; |
| 99711 | |
| 99712 | const src2b: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2b } }; |
| 99713 | const src2w: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2w } }; |
| 99714 | const src2d: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2d } }; |
| 99715 | const src2p: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2p } }; |
| 99716 | const src2g: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2g } }; |
| 99717 | const src2q: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2q } }; |
| 99718 | const src2t: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2t } }; |
| 99719 | const src2x: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2x } }; |
| 99720 | const src2y: Select.Operand = .{ .flags = .{ .tag = .ref, .base = .src2y } }; |
| 94397 | 99721 | |
| 94398 | 99722 | fn si(imm: i32) Select.Operand { |
| 94399 | 99723 | return .{ .flags = .{ .tag = .simm }, .imm = imm }; |
| 94400 | 99724 | } |
| 94401 | 99725 | fn sa(base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94402 | | return .{ .flags = .{ .tag = .simm, .adjust = adjust }, .base = base }; |
| 99726 | return .{ .flags = .{ .tag = .simm, .adjust = adjust, .base = base } }; |
| 94403 | 99727 | } |
| 94404 | 99728 | fn sa2(base: Ref.Sized, index: Ref, adjust: Adjust) Select.Operand { |
| 94405 | | return .{ .flags = .{ .tag = .simm, .adjust = adjust }, .base = base, .index = .{ .ref = index } }; |
| 99729 | return .{ .flags = .{ .tag = .simm, .adjust = adjust, .base = base, .index = .{ .ref = index } } }; |
| 94406 | 99730 | } |
| 94407 | 99731 | fn sia(imm: i32, base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94408 | | return .{ .flags = .{ .tag = .simm, .adjust = adjust }, .base = base, .imm = imm }; |
| 99732 | return .{ .flags = .{ .tag = .simm, .adjust = adjust, .base = base }, .imm = imm }; |
| 94409 | 99733 | } |
| 94410 | 99734 | fn sia2(imm: i32, base: Ref.Sized, index: Ref, adjust: Adjust) Select.Operand { |
| 94411 | | return .{ .flags = .{ .tag = .simm, .adjust = adjust }, .base = base, .index = .{ .ref = index }, .imm = imm }; |
| 99735 | return .{ .flags = .{ .tag = .simm, .adjust = adjust, .base = base, .index = .{ .ref = index } }, .imm = imm }; |
| 94412 | 99736 | } |
| 94413 | 99737 | fn ui(imm: u32) Select.Operand { |
| 94414 | 99738 | return .{ .flags = .{ .tag = .uimm }, .imm = @bitCast(imm) }; |
| 94415 | 99739 | } |
| 94416 | 99740 | fn ua(base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94417 | | return .{ .flags = .{ .tag = .uimm, .adjust = adjust }, .base = base }; |
| 99741 | return .{ .flags = .{ .tag = .uimm, .adjust = adjust, .base = base } }; |
| 94418 | 99742 | } |
| 94419 | 99743 | fn uia(imm: u32, base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94420 | | return .{ .flags = .{ .tag = .uimm, .adjust = adjust }, .base = base, .imm = @bitCast(imm) }; |
| 99744 | return .{ .flags = .{ .tag = .uimm, .adjust = adjust, .base = base }, .imm = @bitCast(imm) }; |
| 94421 | 99745 | } |
| 94422 | 99746 | |
| 94423 | 99747 | fn rm(mode: bits.RoundMode) Select.Operand { |
| ... | ... | @@ -94432,166 +99756,234 @@ const Select = struct { |
| 94432 | 99756 | |
| 94433 | 99757 | fn lea(base: Ref.Sized) Select.Operand { |
| 94434 | 99758 | return .{ |
| 94435 | | .flags = .{ .tag = .lea }, |
| 94436 | | .base = base, |
| 99759 | .flags = .{ |
| 99760 | .tag = .lea, |
| 99761 | .base = base, |
| 99762 | }, |
| 94437 | 99763 | }; |
| 94438 | 99764 | } |
| 94439 | 99765 | fn leaa(base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94440 | 99766 | return .{ |
| 94441 | | .flags = .{ .tag = .lea, .adjust = adjust }, |
| 94442 | | .base = base, |
| 99767 | .flags = .{ |
| 99768 | .tag = .lea, |
| 99769 | .adjust = adjust, |
| 99770 | .base = base, |
| 99771 | }, |
| 94443 | 99772 | }; |
| 94444 | 99773 | } |
| 94445 | 99774 | fn leaad(base: Ref.Sized, adjust: Adjust, disp: i32) Select.Operand { |
| 94446 | 99775 | return .{ |
| 94447 | | .flags = .{ .tag = .lea, .adjust = adjust }, |
| 94448 | | .base = base, |
| 99776 | .flags = .{ |
| 99777 | .tag = .lea, |
| 99778 | .adjust = adjust, |
| 99779 | .base = base, |
| 99780 | }, |
| 94449 | 99781 | .imm = disp, |
| 94450 | 99782 | }; |
| 94451 | 99783 | } |
| 94452 | 99784 | fn lead(base: Ref.Sized, disp: i32) Select.Operand { |
| 94453 | 99785 | return .{ |
| 94454 | | .flags = .{ .tag = .lea }, |
| 94455 | | .base = base, |
| 99786 | .flags = .{ |
| 99787 | .tag = .lea, |
| 99788 | .base = base, |
| 99789 | }, |
| 94456 | 99790 | .imm = disp, |
| 94457 | 99791 | }; |
| 94458 | 99792 | } |
| 94459 | 99793 | fn leai(base: Ref.Sized, index: Ref) Select.Operand { |
| 94460 | 99794 | return .{ |
| 94461 | | .flags = .{ .tag = .lea }, |
| 94462 | | .base = base, |
| 94463 | | .index = .{ .ref = index }, |
| 99795 | .flags = .{ |
| 99796 | .tag = .lea, |
| 99797 | .base = base, |
| 99798 | .index = .{ .ref = index }, |
| 99799 | }, |
| 94464 | 99800 | }; |
| 94465 | 99801 | } |
| 94466 | 99802 | fn leaia(base: Ref.Sized, index: Ref, adjust: Adjust) Select.Operand { |
| 94467 | 99803 | return .{ |
| 94468 | | .flags = .{ .tag = .lea, .adjust = adjust }, |
| 94469 | | .base = base, |
| 94470 | | .index = .{ .ref = index }, |
| 99804 | .flags = .{ |
| 99805 | .tag = .lea, |
| 99806 | .adjust = adjust, |
| 99807 | .base = base, |
| 99808 | .index = .{ .ref = index }, |
| 99809 | }, |
| 99810 | }; |
| 99811 | } |
| 99812 | fn leaiad(base: Ref.Sized, index: Ref, adjust: Adjust, disp: i32) Select.Operand { |
| 99813 | return .{ |
| 99814 | .flags = .{ |
| 99815 | .tag = .lea, |
| 99816 | .adjust = adjust, |
| 99817 | .base = base, |
| 99818 | .index = .{ .ref = index }, |
| 99819 | }, |
| 99820 | .imm = disp, |
| 94471 | 99821 | }; |
| 94472 | 99822 | } |
| 94473 | 99823 | fn leaid(base: Ref.Sized, index: Ref, disp: i32) Select.Operand { |
| 94474 | 99824 | return .{ |
| 94475 | | .flags = .{ .tag = .lea }, |
| 94476 | | .base = base, |
| 94477 | | .index = .{ .ref = index }, |
| 99825 | .flags = .{ |
| 99826 | .tag = .lea, |
| 99827 | .base = base, |
| 99828 | .index = .{ .ref = index }, |
| 99829 | }, |
| 94478 | 99830 | .imm = disp, |
| 94479 | 99831 | }; |
| 94480 | 99832 | } |
| 94481 | 99833 | fn leasi(base: Ref.Sized, scale: Memory.Scale, index: Ref) Select.Operand { |
| 94482 | 99834 | return .{ |
| 94483 | | .flags = .{ .tag = .lea }, |
| 94484 | | .base = base, |
| 94485 | | .index = .{ .ref = index, .scale = scale }, |
| 99835 | .flags = .{ |
| 99836 | .tag = .lea, |
| 99837 | .base = base, |
| 99838 | .index = .{ .ref = index, .scale = scale }, |
| 99839 | }, |
| 94486 | 99840 | }; |
| 94487 | 99841 | } |
| 94488 | 99842 | fn leasia(base: Ref.Sized, scale: Memory.Scale, index: Ref, adjust: Adjust) Select.Operand { |
| 94489 | 99843 | return .{ |
| 94490 | | .flags = .{ .tag = .lea, .adjust = adjust }, |
| 94491 | | .base = base, |
| 94492 | | .index = .{ .ref = index, .scale = scale }, |
| 99844 | .flags = .{ |
| 99845 | .tag = .lea, |
| 99846 | .adjust = adjust, |
| 99847 | .base = base, |
| 99848 | .index = .{ .ref = index, .scale = scale }, |
| 99849 | }, |
| 94493 | 99850 | }; |
| 94494 | 99851 | } |
| 94495 | 99852 | fn leasid(base: Ref.Sized, scale: Memory.Scale, index: Ref, disp: i32) Select.Operand { |
| 94496 | 99853 | return .{ |
| 94497 | | .flags = .{ .tag = .lea }, |
| 94498 | | .base = base, |
| 94499 | | .index = .{ .ref = index, .scale = scale }, |
| 99854 | .flags = .{ |
| 99855 | .tag = .lea, |
| 99856 | .base = base, |
| 99857 | .index = .{ .ref = index, .scale = scale }, |
| 99858 | }, |
| 94500 | 99859 | .imm = disp, |
| 94501 | 99860 | }; |
| 94502 | 99861 | } |
| 94503 | 99862 | fn leasiad(base: Ref.Sized, scale: Memory.Scale, index: Ref, adjust: Adjust, disp: i32) Select.Operand { |
| 94504 | 99863 | return .{ |
| 94505 | | .flags = .{ .tag = .lea, .adjust = adjust }, |
| 94506 | | .base = base, |
| 94507 | | .index = .{ .ref = index, .scale = scale }, |
| 99864 | .flags = .{ |
| 99865 | .tag = .lea, |
| 99866 | .adjust = adjust, |
| 99867 | .base = base, |
| 99868 | .index = .{ .ref = index, .scale = scale }, |
| 99869 | }, |
| 94508 | 99870 | .imm = disp, |
| 94509 | 99871 | }; |
| 94510 | 99872 | } |
| 94511 | 99873 | |
| 94512 | 99874 | fn mem(base: Ref.Sized) Select.Operand { |
| 94513 | 99875 | return .{ |
| 94514 | | .flags = .{ .tag = .mem }, |
| 94515 | | .base = base, |
| 99876 | .flags = .{ |
| 99877 | .tag = .mem, |
| 99878 | .base = base, |
| 99879 | }, |
| 94516 | 99880 | }; |
| 94517 | 99881 | } |
| 94518 | 99882 | fn memd(base: Ref.Sized, disp: i32) Select.Operand { |
| 94519 | 99883 | return .{ |
| 94520 | | .flags = .{ .tag = .mem }, |
| 94521 | | .base = base, |
| 99884 | .flags = .{ |
| 99885 | .tag = .mem, |
| 99886 | .base = base, |
| 99887 | }, |
| 94522 | 99888 | .imm = disp, |
| 94523 | 99889 | }; |
| 94524 | 99890 | } |
| 94525 | 99891 | fn mema(base: Ref.Sized, adjust: Adjust) Select.Operand { |
| 94526 | 99892 | return .{ |
| 94527 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94528 | | .base = base, |
| 99893 | .flags = .{ |
| 99894 | .tag = .mem, |
| 99895 | .adjust = adjust, |
| 99896 | .base = base, |
| 99897 | }, |
| 94529 | 99898 | }; |
| 94530 | 99899 | } |
| 94531 | 99900 | fn memad(base: Ref.Sized, adjust: Adjust, disp: i32) Select.Operand { |
| 94532 | 99901 | return .{ |
| 94533 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94534 | | .base = base, |
| 99902 | .flags = .{ |
| 99903 | .tag = .mem, |
| 99904 | .adjust = adjust, |
| 99905 | .base = base, |
| 99906 | }, |
| 94535 | 99907 | .imm = disp, |
| 94536 | 99908 | }; |
| 94537 | 99909 | } |
| 94538 | 99910 | fn memi(base: Ref.Sized, index: Ref) Select.Operand { |
| 94539 | 99911 | return .{ |
| 94540 | | .flags = .{ .tag = .mem }, |
| 94541 | | .base = base, |
| 94542 | | .index = .{ .ref = index }, |
| 99912 | .flags = .{ |
| 99913 | .tag = .mem, |
| 99914 | .base = base, |
| 99915 | .index = .{ .ref = index }, |
| 99916 | }, |
| 94543 | 99917 | }; |
| 94544 | 99918 | } |
| 94545 | 99919 | fn memia(base: Ref.Sized, index: Ref, adjust: Adjust) Select.Operand { |
| 94546 | 99920 | return .{ |
| 94547 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94548 | | .base = base, |
| 94549 | | .index = .{ .ref = index }, |
| 99921 | .flags = .{ |
| 99922 | .tag = .mem, |
| 99923 | .adjust = adjust, |
| 99924 | .base = base, |
| 99925 | .index = .{ .ref = index }, |
| 99926 | }, |
| 94550 | 99927 | }; |
| 94551 | 99928 | } |
| 94552 | 99929 | fn memiad(base: Ref.Sized, index: Ref, adjust: Adjust, disp: i32) Select.Operand { |
| 94553 | 99930 | return .{ |
| 94554 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94555 | | .base = base, |
| 94556 | | .index = .{ .ref = index }, |
| 99931 | .flags = .{ |
| 99932 | .tag = .mem, |
| 99933 | .adjust = adjust, |
| 99934 | .base = base, |
| 99935 | .index = .{ .ref = index }, |
| 99936 | }, |
| 94557 | 99937 | .imm = disp, |
| 94558 | 99938 | }; |
| 94559 | 99939 | } |
| 94560 | 99940 | fn memid(base: Ref.Sized, index: Ref, disp: i32) Select.Operand { |
| 94561 | 99941 | return .{ |
| 94562 | | .flags = .{ .tag = .mem }, |
| 94563 | | .base = base, |
| 94564 | | .index = .{ .ref = index }, |
| 99942 | .flags = .{ |
| 99943 | .tag = .mem, |
| 99944 | .base = base, |
| 99945 | .index = .{ .ref = index }, |
| 99946 | }, |
| 94565 | 99947 | .imm = disp, |
| 94566 | 99948 | }; |
| 94567 | 99949 | } |
| 94568 | 99950 | fn memsi(base: Ref.Sized, scale: Memory.Scale, index: Ref) Select.Operand { |
| 94569 | 99951 | return .{ |
| 94570 | | .flags = .{ .tag = .mem }, |
| 94571 | | .base = base, |
| 94572 | | .index = .{ .ref = index, .scale = scale }, |
| 99952 | .flags = .{ |
| 99953 | .tag = .mem, |
| 99954 | .base = base, |
| 99955 | .index = .{ .ref = index, .scale = scale }, |
| 99956 | }, |
| 94573 | 99957 | }; |
| 94574 | 99958 | } |
| 94575 | 99959 | fn memsia(base: Ref.Sized, scale: Memory.Scale, index: Ref, adjust: Adjust) Select.Operand { |
| 94576 | 99960 | return .{ |
| 94577 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94578 | | .base = base, |
| 94579 | | .index = .{ .ref = index, .scale = scale }, |
| 99961 | .flags = .{ |
| 99962 | .tag = .mem, |
| 99963 | .adjust = adjust, |
| 99964 | .base = base, |
| 99965 | .index = .{ .ref = index, .scale = scale }, |
| 99966 | }, |
| 94580 | 99967 | }; |
| 94581 | 99968 | } |
| 94582 | 99969 | fn memsid(base: Ref.Sized, scale: Memory.Scale, index: Ref, disp: i32) Select.Operand { |
| 94583 | 99970 | return .{ |
| 94584 | | .flags = .{ .tag = .mem }, |
| 94585 | | .base = base, |
| 94586 | | .index = .{ .ref = index, .scale = scale }, |
| 99971 | .flags = .{ |
| 99972 | .tag = .mem, |
| 99973 | .base = base, |
| 99974 | .index = .{ .ref = index, .scale = scale }, |
| 99975 | }, |
| 94587 | 99976 | .imm = disp, |
| 94588 | 99977 | }; |
| 94589 | 99978 | } |
| 94590 | 99979 | fn memsiad(base: Ref.Sized, scale: Memory.Scale, index: Ref, adjust: Adjust, disp: i32) Select.Operand { |
| 94591 | 99980 | return .{ |
| 94592 | | .flags = .{ .tag = .mem, .adjust = adjust }, |
| 94593 | | .base = base, |
| 94594 | | .index = .{ .ref = index, .scale = scale }, |
| 99981 | .flags = .{ |
| 99982 | .tag = .mem, |
| 99983 | .adjust = adjust, |
| 99984 | .base = base, |
| 99985 | .index = .{ .ref = index, .scale = scale }, |
| 99986 | }, |
| 94595 | 99987 | .imm = disp, |
| 94596 | 99988 | }; |
| 94597 | 99989 | } |
| ... | ... | @@ -94604,29 +99996,29 @@ const Select = struct { |
| 94604 | 99996 | .none => 0, |
| 94605 | 99997 | .ptr_size => @divExact(s.cg.target.ptrBitWidth(), 8), |
| 94606 | 99998 | .ptr_bit_size => s.cg.target.ptrBitWidth(), |
| 94607 | | .size => @intCast(op.base.ref.typeOf(s).abiSize(s.cg.pt.zcu)), |
| 99999 | .size => @intCast(op.flags.base.ref.typeOf(s).abiSize(s.cg.pt.zcu)), |
| 94608 | 100000 | .src0_size => @intCast(Select.Operand.Ref.src0.typeOf(s).abiSize(s.cg.pt.zcu)), |
| 94609 | | .delta_size => @intCast(@as(SignedImm, @intCast(op.base.ref.typeOf(s).abiSize(s.cg.pt.zcu))) - |
| 94610 | | @as(SignedImm, @intCast(op.index.ref.typeOf(s).abiSize(s.cg.pt.zcu)))), |
| 94611 | | .delta_elem_size => @intCast(@as(SignedImm, @intCast(op.base.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu))) - |
| 94612 | | @as(SignedImm, @intCast(op.index.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)))), |
| 100001 | .delta_size => @intCast(@as(SignedImm, @intCast(op.flags.base.ref.typeOf(s).abiSize(s.cg.pt.zcu))) - |
| 100002 | @as(SignedImm, @intCast(op.flags.index.ref.typeOf(s).abiSize(s.cg.pt.zcu)))), |
| 100003 | .delta_elem_size => @intCast(@as(SignedImm, @intCast(op.flags.base.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu))) - |
| 100004 | @as(SignedImm, @intCast(op.flags.index.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)))), |
| 94613 | 100005 | .size_add_elem_size => { |
| 94614 | | const ty = op.base.ref.typeOf(s); |
| 100006 | const ty = op.flags.base.ref.typeOf(s); |
| 94615 | 100007 | break :lhs @intCast(ty.abiSize(s.cg.pt.zcu) + ty.elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)); |
| 94616 | 100008 | }, |
| 94617 | 100009 | .size_sub_elem_size => { |
| 94618 | | const ty = op.base.ref.typeOf(s); |
| 100010 | const ty = op.flags.base.ref.typeOf(s); |
| 94619 | 100011 | break :lhs @intCast(ty.abiSize(s.cg.pt.zcu) - ty.elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)); |
| 94620 | 100012 | }, |
| 94621 | | .unaligned_size => @intCast(s.cg.unalignedSize(op.base.ref.typeOf(s))), |
| 94622 | | .bit_size => @intCast(op.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu)), |
| 100013 | .unaligned_size => @intCast(s.cg.unalignedSize(op.flags.base.ref.typeOf(s))), |
| 100014 | .bit_size => @intCast(op.flags.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu)), |
| 94623 | 100015 | .src0_bit_size => @intCast(Select.Operand.Ref.src0.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu)), |
| 94624 | | .len => @intCast(op.base.ref.typeOf(s).vectorLen(s.cg.pt.zcu)), |
| 100016 | .len => @intCast(op.flags.base.ref.typeOf(s).vectorLen(s.cg.pt.zcu)), |
| 94625 | 100017 | .elem_limbs => @intCast(@divExact( |
| 94626 | | op.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).abiSize(s.cg.pt.zcu), |
| 94627 | | @divExact(op.base.size.bitSize(s.cg.target), 8), |
| 100018 | op.flags.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).abiSize(s.cg.pt.zcu), |
| 100019 | @divExact(op.flags.base.size.bitSize(s.cg.target), 8), |
| 94628 | 100020 | )), |
| 94629 | | .elem_size => @intCast(op.base.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)), |
| 100021 | .elem_size => @intCast(op.flags.base.ref.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)), |
| 94630 | 100022 | .src0_elem_size => @intCast(Select.Operand.Ref.src0.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)), |
| 94631 | 100023 | .dst0_elem_size => @intCast(Select.Operand.Ref.dst0.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu)), |
| 94632 | 100024 | .src0_elem_size_mul_src1 => @intCast(Select.Operand.Ref.src0.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu) * |
| ... | ... | @@ -94634,13 +100026,13 @@ const Select = struct { |
| 94634 | 100026 | .src1 => @intCast(Select.Operand.Ref.src1.valueOf(s).immediate), |
| 94635 | 100027 | .log2_src0_elem_size => @intCast(std.math.log2(Select.Operand.Ref.src0.typeOf(s).elemType2(s.cg.pt.zcu).abiSize(s.cg.pt.zcu))), |
| 94636 | 100028 | .smin => @as(SignedImm, std.math.minInt(SignedImm)) >> @truncate( |
| 94637 | | -%op.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 100029 | -%op.flags.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 94638 | 100030 | ), |
| 94639 | 100031 | .smax => @as(SignedImm, std.math.maxInt(SignedImm)) >> @truncate( |
| 94640 | | -%op.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 100032 | -%op.flags.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 94641 | 100033 | ), |
| 94642 | 100034 | .umax => @bitCast(@as(UnsignedImm, std.math.maxInt(UnsignedImm)) >> @truncate( |
| 94643 | | -%op.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 100035 | -%op.flags.base.ref.typeOf(s).scalarType(s.cg.pt.zcu).bitSize(s.cg.pt.zcu), |
| 94644 | 100036 | )), |
| 94645 | 100037 | }; |
| 94646 | 100038 | const rhs = op.flags.adjust.rhs.toLog2(); |
| ... | ... | @@ -94663,36 +100055,36 @@ const Select = struct { |
| 94663 | 100055 | fn lower(op: Select.Operand, s: *Select) InnerError!CodeGen.Operand { |
| 94664 | 100056 | return switch (op.flags.tag) { |
| 94665 | 100057 | .none => .none, |
| 94666 | | .backward_label => .{ .inst = s.labels[@intFromEnum(op.base.ref)].backward.? }, |
| 94667 | | .forward_label => for (&s.labels[@intFromEnum(op.base.ref)].forward) |*label| { |
| 100058 | .backward_label => .{ .inst = s.labels[@intFromEnum(op.flags.base.ref)].backward.? }, |
| 100059 | .forward_label => for (&s.labels[@intFromEnum(op.flags.base.ref)].forward) |*label| { |
| 94668 | 100060 | if (label.*) |_| continue; |
| 94669 | 100061 | label.* = @intCast(s.cg.mir_instructions.len); |
| 94670 | 100062 | break .{ .inst = undefined }; |
| 94671 | 100063 | } else unreachable, |
| 94672 | | .ref => switch (op.base.ref.valueOf(s)) { |
| 94673 | | .immediate => |imm| .{ .imm = switch (op.base.size) { |
| 100064 | .ref => switch (op.flags.base.ref.valueOf(s)) { |
| 100065 | .immediate => |imm| .{ .imm = switch (op.flags.base.size) { |
| 94674 | 100066 | .byte => if (std.math.cast(i8, @as(i64, @bitCast(imm)))) |simm| .s(simm) else .u(@as(u8, @intCast(imm))), |
| 94675 | 100067 | .word => if (std.math.cast(i16, @as(i64, @bitCast(imm)))) |simm| .s(simm) else .u(@as(u16, @intCast(imm))), |
| 94676 | 100068 | .dword => if (std.math.cast(i32, @as(i64, @bitCast(imm)))) |simm| .s(simm) else .u(@as(u32, @intCast(imm))), |
| 94677 | 100069 | .qword => if (std.math.cast(i32, @as(i64, @bitCast(imm)))) |simm| .s(simm) else .u(imm), |
| 94678 | 100070 | else => unreachable, |
| 94679 | 100071 | } }, |
| 94680 | | else => |mcv| .{ .mem = try mcv.mem(s.cg, .{ .size = op.base.size }) }, |
| 94681 | | .register => |reg| .{ .reg = s.lowerReg(registerAlias(reg, @intCast(@divExact(op.base.size.bitSize(s.cg.target), 8)))) }, |
| 100072 | else => |mcv| .{ .mem = try mcv.mem(s.cg, .{ .size = op.flags.base.size }) }, |
| 100073 | .register => |reg| .{ .reg = s.lowerReg(registerAlias(reg, @intCast(@divExact(op.flags.base.size.bitSize(s.cg.target), 8)))) }, |
| 94682 | 100074 | .lea_symbol => |sym_off| .{ .imm = .rel(sym_off) }, |
| 94683 | 100075 | }, |
| 94684 | 100076 | .simm => .{ .imm = .s(op.adjustedImm(i32, s)) }, |
| 94685 | 100077 | .uimm => .{ .imm = .u(@bitCast(op.adjustedImm(i64, s))) }, |
| 94686 | 100078 | .lea => .{ .mem = .{ |
| 94687 | | .base = switch (op.base.ref.valueOf(s)) { |
| 100079 | .base = switch (op.flags.base.ref.valueOf(s)) { |
| 94688 | 100080 | else => unreachable, |
| 94689 | 100081 | .register => |base_reg| .{ .reg = registerAlias(base_reg, @divExact(s.cg.target.ptrBitWidth(), 8)) }, |
| 94690 | 100082 | .register_offset => |base_reg_off| .{ .reg = registerAlias(base_reg_off.reg, @divExact(s.cg.target.ptrBitWidth(), 8)) }, |
| 94691 | 100083 | .lea_symbol => |base_sym_off| .{ .reloc = base_sym_off.sym_index }, |
| 94692 | 100084 | }, |
| 94693 | 100085 | .mod = .{ .rm = .{ |
| 94694 | | .size = op.base.size, |
| 94695 | | .index = switch (op.index.ref) { |
| 100086 | .size = op.flags.base.size, |
| 100087 | .index = switch (op.flags.index.ref) { |
| 94696 | 100088 | else => |index_ref| switch (index_ref.valueOf(s)) { |
| 94697 | 100089 | else => unreachable, |
| 94698 | 100090 | .register => |index_reg| registerAlias(index_reg, @divExact(s.cg.target.ptrBitWidth(), 8)), |
| ... | ... | @@ -94700,15 +100092,14 @@ const Select = struct { |
| 94700 | 100092 | }, |
| 94701 | 100093 | .none => .none, |
| 94702 | 100094 | }, |
| 94703 | | .scale = op.index.scale, |
| 94704 | | .disp = op.adjustedImm(i32, s) + switch (op.base.ref.valueOf(s)) { |
| 100095 | .scale = op.flags.index.scale, |
| 100096 | .disp = op.adjustedImm(i32, s) + switch (op.flags.base.ref.valueOf(s)) { |
| 94705 | 100097 | else => unreachable, |
| 94706 | 100098 | .register => 0, |
| 94707 | 100099 | .register_offset => |base_reg_off| base_reg_off.off, |
| 94708 | 100100 | .lea_symbol => |base_sym_off| base_sym_off.off, |
| 94709 | | } + switch (op.index.ref) { |
| 94710 | | else => |index_ref| switch (index_ref |
| 94711 | | .valueOf(s)) { |
| 100101 | } + switch (op.flags.index.ref) { |
| 100102 | else => |index_ref| switch (index_ref.valueOf(s)) { |
| 94712 | 100103 | else => unreachable, |
| 94713 | 100104 | .register => 0, |
| 94714 | 100105 | .register_offset => |base_reg_off| base_reg_off.off, |
| ... | ... | @@ -94718,13 +100109,13 @@ const Select = struct { |
| 94718 | 100109 | }, |
| 94719 | 100110 | } }, |
| 94720 | 100111 | } }, |
| 94721 | | .mem => .{ .mem = try op.base.ref.valueOf(s).mem(s.cg, .{ |
| 94722 | | .size = op.base.size, |
| 94723 | | .index = switch (op.index.ref) { |
| 100112 | .mem => .{ .mem = try op.flags.base.ref.valueOf(s).mem(s.cg, .{ |
| 100113 | .size = op.flags.base.size, |
| 100114 | .index = switch (op.flags.index.ref) { |
| 94724 | 100115 | else => |index_ref| registerAlias(index_ref.valueOf(s).register, @divExact(s.cg.target.ptrBitWidth(), 8)), |
| 94725 | 100116 | .none => .none, |
| 94726 | 100117 | }, |
| 94727 | | .scale = op.index.scale, |
| 100118 | .scale = op.flags.index.scale, |
| 94728 | 100119 | .disp = op.adjustedImm(i32, s), |
| 94729 | 100120 | }) }, |
| 94730 | 100121 | }; |