forked from rems-project/asl-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
test_dis.t
887 lines (885 loc) · 73.9 KB
/
test_dis.t
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
note: concatenate to avoid aslp startup overhead
$ for op in $(grep '^0x' ./ops.txt); do printf '%s\n' "\"\n$op\n\"" ":sem A64 $op" '""' ":ast A64 $op"; done > commands
run asli with these commands
$ asli < commands
"
0xab030041
"
Decoding instruction A64 ab030041
constant bits ( 64 ) Cse0__5 = add_bits.0 {{ 64 }} ( __array _R [ 2 ],__array _R [ 3 ] ) ;
PSTATE . V = not_bits.0 {{ 1 }} ( cvt_bool_bv.0 {{ }} ( eq_bits.0 {{ 128 }} ( SignExtend.0 {{ 64,128 }} ( Cse0__5,128 ),add_bits.0 {{ 128 }} ( SignExtend.0 {{ 64,128 }} ( __array _R [ 2 ],128 ),SignExtend.0 {{ 64,128 }} ( __array _R [ 3 ],128 ) ) ) ) ) ;
PSTATE . C = not_bits.0 {{ 1 }} ( cvt_bool_bv.0 {{ }} ( eq_bits.0 {{ 128 }} ( ZeroExtend.0 {{ 64,128 }} ( Cse0__5,128 ),add_bits.0 {{ 128 }} ( ZeroExtend.0 {{ 64,128 }} ( __array _R [ 2 ],128 ),ZeroExtend.0 {{ 64,128 }} ( __array _R [ 3 ],128 ) ) ) ) ) ;
PSTATE . Z = cvt_bool_bv.0 {{ }} ( eq_bits.0 {{ 64 }} ( Cse0__5,'0000000000000000000000000000000000000000000000000000000000000000' ) ) ;
PSTATE . N = Cse0__5 [ 63 +: 1 ] ;
__array _R [ 1 ] = Cse0__5 ;
""
Stmt_ConstDecl(Type_Bits(64),"Cse0__5",Expr_TApply("add_bits.0",[64],[Expr_Array(Expr_Var("_R"),2);Expr_Array(Expr_Var("_R"),3)]))
Stmt_Assign(LExpr_Field(LExpr_Var("PSTATE"),"V"),Expr_TApply("not_bits.0",[1],[Expr_TApply("cvt_bool_bv.0",[],[Expr_TApply("eq_bits.0",[128],[Expr_TApply("SignExtend.0",[64;128],[Expr_Var("Cse0__5");128]);Expr_TApply("add_bits.0",[128],[Expr_TApply("SignExtend.0",[64;128],[Expr_Array(Expr_Var("_R"),2);128]);Expr_TApply("SignExtend.0",[64;128],[Expr_Array(Expr_Var("_R"),3);128])])])])]))
Stmt_Assign(LExpr_Field(LExpr_Var("PSTATE"),"C"),Expr_TApply("not_bits.0",[1],[Expr_TApply("cvt_bool_bv.0",[],[Expr_TApply("eq_bits.0",[128],[Expr_TApply("ZeroExtend.0",[64;128],[Expr_Var("Cse0__5");128]);Expr_TApply("add_bits.0",[128],[Expr_TApply("ZeroExtend.0",[64;128],[Expr_Array(Expr_Var("_R"),2);128]);Expr_TApply("ZeroExtend.0",[64;128],[Expr_Array(Expr_Var("_R"),3);128])])])])]))
Stmt_Assign(LExpr_Field(LExpr_Var("PSTATE"),"Z"),Expr_TApply("cvt_bool_bv.0",[],[Expr_TApply("eq_bits.0",[64],[Expr_Var("Cse0__5");'0000000000000000000000000000000000000000000000000000000000000000'])]))
Stmt_Assign(LExpr_Field(LExpr_Var("PSTATE"),"N"),Expr_Slices(Expr_Var("Cse0__5"),[Slice_LoWd(63,1)]))
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),1),Expr_Var("Cse0__5"))
"
0xd10083ff
"
Decoding instruction A64 d10083ff
SP_EL0 = add_bits.0 {{ 64 }} ( SP_EL0,'1111111111111111111111111111111111111111111111111111111111100000' ) ;
""
Stmt_Assign(LExpr_Var("SP_EL0"),Expr_TApply("add_bits.0",[64],[Expr_Var("SP_EL0");'1111111111111111111111111111111111111111111111111111111111100000']))
"
0xa8c80861
"
Decoding instruction A64 a8c80861
constant bits ( 64 ) Exp16__5 = Mem.read.0 {{ 8 }} ( __array _R [ 3 ],8,0 ) ;
constant bits ( 64 ) Exp18__5 = Mem.read.0 {{ 8 }} ( add_bits.0 {{ 64 }} ( __array _R [ 3 ],'0000000000000000000000000000000000000000000000000000000000001000' ),8,0 ) ;
__array _R [ 1 ] = Exp16__5 ;
__array _R [ 2 ] = Exp18__5 ;
__array _R [ 3 ] = add_bits.0 {{ 64 }} ( __array _R [ 3 ],'0000000000000000000000000000000000000000000000000000000010000000' ) ;
""
Stmt_ConstDecl(Type_Bits(64),"Exp16__5",Expr_TApply("Mem.read.0",[8],[Expr_Array(Expr_Var("_R"),3);8;0]))
Stmt_ConstDecl(Type_Bits(64),"Exp18__5",Expr_TApply("Mem.read.0",[8],[Expr_TApply("add_bits.0",[64],[Expr_Array(Expr_Var("_R"),3);'0000000000000000000000000000000000000000000000000000000000001000']);8;0]))
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),1),Expr_Var("Exp16__5"))
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),2),Expr_Var("Exp18__5"))
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),3),Expr_TApply("add_bits.0",[64],[Expr_Array(Expr_Var("_R"),3);'0000000000000000000000000000000000000000000000000000000010000000']))
"
0xa8880861
"
Decoding instruction A64 a8880861
Mem.set.0 {{ 8 }} ( __array _R [ 3 ],8,0,__array _R [ 1 ] ) ;
Mem.set.0 {{ 8 }} ( add_bits.0 {{ 64 }} ( __array _R [ 3 ],'0000000000000000000000000000000000000000000000000000000000001000' ),8,0,__array _R [ 2 ] ) ;
__array _R [ 3 ] = add_bits.0 {{ 64 }} ( __array _R [ 3 ],'0000000000000000000000000000000000000000000000000000000010000000' ) ;
""
Stmt_TCall("Mem.set.0",[8],[Expr_Array(Expr_Var("_R"),3);8;0;Expr_Array(Expr_Var("_R"),1)])
Stmt_TCall("Mem.set.0",[8],[Expr_TApply("add_bits.0",[64],[Expr_Array(Expr_Var("_R"),3);'0000000000000000000000000000000000000000000000000000000000001000']);8;0;Expr_Array(Expr_Var("_R"),2)])
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),3),Expr_TApply("add_bits.0",[64],[Expr_Array(Expr_Var("_R"),3);'0000000000000000000000000000000000000000000000000000000010000000']))
"
0x1e630040
"
Decoding instruction A64 1e630040
bits ( 4 ) FPDecodeRounding5__5 ;
FPDecodeRounding5__5 = ZeroExtend.0 {{ 2,4 }} ( FPCR [ 22 +: 2 ],4 ) ;
constant bits ( 64 ) Exp9__5 = FixedToFP.0 {{ 32,64 }} ( __array _R [ 2 ] [ 0 +: 32 ],0,TRUE,FPCR,cvt_bits_uint.0 {{ 4 }} ( FPDecodeRounding5__5 ) ) ;
__array _Z [ 0 ] = ZeroExtend.0 {{ 64,128 }} ( Exp9__5,128 ) ;
""
Stmt_VarDeclsNoInit(Type_Bits(4),["FPDecodeRounding5__5"])
Stmt_Assign(LExpr_Var("FPDecodeRounding5__5"),Expr_TApply("ZeroExtend.0",[2;4],[Expr_Slices(Expr_Var("FPCR"),[Slice_LoWd(22,2)]);4]))
Stmt_ConstDecl(Type_Bits(64),"Exp9__5",Expr_TApply("FixedToFP.0",[32;64],[Expr_Slices(Expr_Array(Expr_Var("_R"),2),[Slice_LoWd(0,32)]);0;Expr_Var("TRUE");Expr_Var("FPCR");Expr_TApply("cvt_bits_uint.0",[4],[Expr_Var("FPDecodeRounding5__5")])]))
Stmt_Assign(LExpr_Array(LExpr_Var("_Z"),0),Expr_TApply("ZeroExtend.0",[64;128],[Expr_Var("Exp9__5");128]))
"
0xd53b4200
"
Decoding instruction A64 d53b4200
__array _R [ 0 ] = append_bits.0 {{ 36,28 }} ( ZeroExtend.0 {{ 4,36 }} ( append_bits.0 {{ 3,1 }} ( append_bits.0 {{ 2,1 }} ( append_bits.0 {{ 1,1 }} ( PSTATE . N,PSTATE . Z ),PSTATE . C ),PSTATE . V ),36 ),'0000000000000000000000000000' ) ;
""
Stmt_Assign(LExpr_Array(LExpr_Var("_R"),0),Expr_TApply("append_bits.0",[36;28],[Expr_TApply("ZeroExtend.0",[4;36],[Expr_TApply("append_bits.0",[3;1],[Expr_TApply("append_bits.0",[2;1],[Expr_TApply("append_bits.0",[1;1],[Expr_Field(Expr_Var("PSTATE"),"N");Expr_Field(Expr_Var("PSTATE"),"Z")]);Expr_Field(Expr_Var("PSTATE"),"C")]);Expr_Field(Expr_Var("PSTATE"),"V")]);36]);'0000000000000000000000000000']))
"
0x0e000000
"
Decoding instruction A64 e000000
constant bits ( 16 ) Cse15__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 0 +: 8 ],16 ) ;
constant bits ( 16 ) Cse14__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 0 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse13__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 8 +: 8 ],16 ) ;
constant bits ( 16 ) Cse12__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 8 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse11__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 16 +: 8 ],16 ) ;
constant bits ( 16 ) Cse10__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 16 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse9__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 24 +: 8 ],16 ) ;
constant bits ( 16 ) Cse8__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 24 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse7__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 32 +: 8 ],16 ) ;
constant bits ( 16 ) Cse6__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 32 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse5__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 40 +: 8 ],16 ) ;
constant bits ( 16 ) Cse4__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 40 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse3__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 48 +: 8 ],16 ) ;
constant bits ( 16 ) Cse2__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 48 +: 8 ],16 ),'0000000000001000' ) ;
constant bits ( 16 ) Cse1__5 = ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 56 +: 8 ],16 ) ;
constant bits ( 16 ) Cse0__5 = mul_bits.0 {{ 16 }} ( ZeroExtend.0 {{ 8,16 }} ( __array _Z [ 0 ] [ 56 +: 8 ],16 ),'0000000000001000' ) ;
bits ( 64 ) result__4 ;
result__4 = '0000000000000000000000000000000000000000000000000000000000000000' ;
if slt_bits.0 {{ 16 }} ( Cse15__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse14__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = ZeroExtend.0 {{ 8,64 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse14__5,32 ) ) [ 0 +: 8 ],64 ) ;
}
if slt_bits.0 {{ 16 }} ( Cse13__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse12__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 48,16 }} ( result__4 [ 16 +: 48 ],append_bits.0 {{ 8,8 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse12__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 8 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse11__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse10__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 40,24 }} ( result__4 [ 24 +: 40 ],append_bits.0 {{ 8,16 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse10__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 16 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse9__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse8__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 32,32 }} ( result__4 [ 32 +: 32 ],append_bits.0 {{ 8,24 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse8__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 24 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse7__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse6__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 24,40 }} ( result__4 [ 40 +: 24 ],append_bits.0 {{ 8,32 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse6__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 32 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse5__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse4__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 16,48 }} ( result__4 [ 48 +: 16 ],append_bits.0 {{ 8,40 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse4__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 40 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse3__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse2__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 8,56 }} ( result__4 [ 56 +: 8 ],append_bits.0 {{ 8,48 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse2__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 48 ] ) ) ;
}
if slt_bits.0 {{ 16 }} ( Cse1__5,'0000000000010000' ) then {
assert and_bool.0 {{ }} ( TRUE,sle_bits.0 {{ 32 }} ( ZeroExtend.0 {{ 16,32 }} ( add_bits.0 {{ 16 }} ( Cse0__5,'0000000000001000' ),32 ),'00000000000000000000000010000000' ) ) ;
result__4 = append_bits.0 {{ 8,56 }} ( lsr_bits.0 {{ 128,32 }} ( __array _Z [ 0 ],ZeroExtend.0 {{ 16,32 }} ( Cse0__5,32 ) ) [ 0 +: 8 ],result__4 [ 0 +: 56 ] ) ;
}
__array _Z [ 0 ] = ZeroExtend.0 {{ 64,128 }} ( result__4,128 ) ;
""
Stmt_ConstDecl(Type_Bits(16),"Cse15__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(0,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse14__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(0,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse13__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(8,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse12__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(8,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse11__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(16,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse10__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(16,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse9__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(24,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse8__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(24,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse7__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(32,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse6__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(32,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse5__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(40,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse4__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(40,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse3__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(48,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse2__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(48,8)]);16]);'0000000000001000']))
Stmt_ConstDecl(Type_Bits(16),"Cse1__5",Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(56,8)]);16]))
Stmt_ConstDecl(Type_Bits(16),"Cse0__5",Expr_TApply("mul_bits.0",[16],[Expr_TApply("ZeroExtend.0",[8;16],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(56,8)]);16]);'0000000000001000']))
Stmt_VarDeclsNoInit(Type_Bits(64),["result__4"])
Stmt_Assign(LExpr_Var("result__4"),'0000000000000000000000000000000000000000000000000000000000000000')
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse15__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse14__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("ZeroExtend.0",[8;64],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse14__5");32])]),[Slice_LoWd(0,8)]);64]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse13__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse12__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[48;16],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(16,48)]);Expr_TApply("append_bits.0",[8;8],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse12__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,8)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse11__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse10__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[40;24],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(24,40)]);Expr_TApply("append_bits.0",[8;16],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse10__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,16)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse9__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse8__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[32;32],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(32,32)]);Expr_TApply("append_bits.0",[8;24],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse8__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,24)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse7__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse6__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[24;40],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(40,24)]);Expr_TApply("append_bits.0",[8;32],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse6__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,32)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse5__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse4__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[16;48],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(48,16)]);Expr_TApply("append_bits.0",[8;40],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse4__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,40)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse3__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse2__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[8;56],[Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(56,8)]);Expr_TApply("append_bits.0",[8;48],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse2__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,48)])])]))
],[],[])
Stmt_If(Expr_TApply("slt_bits.0",[16],[Expr_Var("Cse1__5");'0000000000010000']),[
Stmt_Assert(Expr_TApply("and_bool.0",[],[Expr_Var("TRUE");Expr_TApply("sle_bits.0",[32],[Expr_TApply("ZeroExtend.0",[16;32],[Expr_TApply("add_bits.0",[16],[Expr_Var("Cse0__5");'0000000000001000']);32]);'00000000000000000000000010000000'])]));
Stmt_Assign(LExpr_Var("result__4"),Expr_TApply("append_bits.0",[8;56],[Expr_Slices(Expr_TApply("lsr_bits.0",[128;32],[Expr_Array(Expr_Var("_Z"),0);Expr_TApply("ZeroExtend.0",[16;32],[Expr_Var("Cse0__5");32])]),[Slice_LoWd(0,8)]);Expr_Slices(Expr_Var("result__4"),[Slice_LoWd(0,56)])]))
],[],[])
Stmt_Assign(LExpr_Array(LExpr_Var("_Z"),0),Expr_TApply("ZeroExtend.0",[64;128],[Expr_Var("result__4");128]))
"
0x0e205800
"
Decoding instruction A64 e205800
bits ( 4 ) result__5 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 0 +: 1 ],'1' ) then {
result__5 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 1 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 2 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 3 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 4 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 5 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 6 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 7 +: 1 ],'1' ) then {
result__5 = add_bits.0 {{ 4 }} ( result__5,'0001' ) ;
}
bits ( 4 ) result__5_1 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 8 +: 1 ],'1' ) then {
result__5_1 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 9 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 10 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 11 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 12 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 13 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 14 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 15 +: 1 ],'1' ) then {
result__5_1 = add_bits.0 {{ 4 }} ( result__5_1,'0001' ) ;
}
bits ( 4 ) result__5_2 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 16 +: 1 ],'1' ) then {
result__5_2 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 17 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 18 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 19 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 20 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 21 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 22 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 23 +: 1 ],'1' ) then {
result__5_2 = add_bits.0 {{ 4 }} ( result__5_2,'0001' ) ;
}
bits ( 4 ) result__5_3 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 24 +: 1 ],'1' ) then {
result__5_3 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 25 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 26 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 27 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 28 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 29 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 30 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 31 +: 1 ],'1' ) then {
result__5_3 = add_bits.0 {{ 4 }} ( result__5_3,'0001' ) ;
}
bits ( 4 ) result__5_4 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 32 +: 1 ],'1' ) then {
result__5_4 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 33 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 34 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 35 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 36 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 37 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 38 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 39 +: 1 ],'1' ) then {
result__5_4 = add_bits.0 {{ 4 }} ( result__5_4,'0001' ) ;
}
bits ( 4 ) result__5_5 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 40 +: 1 ],'1' ) then {
result__5_5 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 41 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 42 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 43 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 44 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 45 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 46 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 47 +: 1 ],'1' ) then {
result__5_5 = add_bits.0 {{ 4 }} ( result__5_5,'0001' ) ;
}
bits ( 4 ) result__5_6 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 48 +: 1 ],'1' ) then {
result__5_6 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 49 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 50 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 51 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 52 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 53 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 54 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 55 +: 1 ],'1' ) then {
result__5_6 = add_bits.0 {{ 4 }} ( result__5_6,'0001' ) ;
}
bits ( 4 ) result__5_7 = '0000' ;
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 56 +: 1 ],'1' ) then {
result__5_7 = '0001' ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 57 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 58 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 59 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 60 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 61 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 62 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
if eq_bits.0 {{ 1 }} ( __array _Z [ 0 ] [ 63 +: 1 ],'1' ) then {
result__5_7 = add_bits.0 {{ 4 }} ( result__5_7,'0001' ) ;
}
__array _Z [ 0 ] = ZeroExtend.0 {{ 64,128 }} ( append_bits.0 {{ 8,56 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_7,8 ),append_bits.0 {{ 8,48 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_6,8 ),append_bits.0 {{ 8,40 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_5,8 ),append_bits.0 {{ 8,32 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_4,8 ),append_bits.0 {{ 8,24 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_3,8 ),append_bits.0 {{ 8,16 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_2,8 ),append_bits.0 {{ 8,8 }} ( ZeroExtend.0 {{ 4,8 }} ( result__5_1,8 ),ZeroExtend.0 {{ 4,8 }} ( result__5,8 ) ) ) ) ) ) ) ),128 ) ;
""
Stmt_VarDecl(Type_Bits(4),"result__5",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(0,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(1,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(2,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(3,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(4,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(5,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(6,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(7,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_1",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(8,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(9,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(10,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(11,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(12,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(13,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(14,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(15,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_1"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_1");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_2",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(16,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(17,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(18,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(19,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(20,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(21,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(22,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(23,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_2"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_2");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_3",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(24,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(25,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(26,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(27,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(28,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(29,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(30,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(31,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_3"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_3");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_4",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(32,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(33,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(34,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(35,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(36,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(37,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(38,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(39,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_4"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_4");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_5",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(40,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(41,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(42,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(43,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(44,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(45,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(46,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(47,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_5"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_5");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_6",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(48,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(49,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(50,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(51,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(52,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(53,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(54,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(55,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_6"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_6");'0001']))
],[],[])
Stmt_VarDecl(Type_Bits(4),"result__5_7",'0000')
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(56,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),'0001')
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(57,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(58,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(59,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(60,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(61,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(62,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_If(Expr_TApply("eq_bits.0",[1],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(63,1)]);'1']),[
Stmt_Assign(LExpr_Var("result__5_7"),Expr_TApply("add_bits.0",[4],[Expr_Var("result__5_7");'0001']))
],[],[])
Stmt_Assign(LExpr_Array(LExpr_Var("_Z"),0),Expr_TApply("ZeroExtend.0",[64;128],[Expr_TApply("append_bits.0",[8;56],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_7");8]);Expr_TApply("append_bits.0",[8;48],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_6");8]);Expr_TApply("append_bits.0",[8;40],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_5");8]);Expr_TApply("append_bits.0",[8;32],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_4");8]);Expr_TApply("append_bits.0",[8;24],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_3");8]);Expr_TApply("append_bits.0",[8;16],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_2");8]);Expr_TApply("append_bits.0",[8;8],[Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5_1");8]);Expr_TApply("ZeroExtend.0",[4;8],[Expr_Var("result__5");8])])])])])])])]);128]))
"
0x4f71d000
"
Decoding instruction A64 4f71d000
constant bits ( 32 ) Cse43__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 0 +: 16 ],32 ) ;
constant bits ( 32 ) Cse36__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 16 +: 16 ],32 ) ;
constant bits ( 32 ) Cse30__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 32 +: 16 ],32 ) ;
constant bits ( 32 ) Cse24__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 48 +: 16 ],32 ) ;
constant bits ( 32 ) Cse18__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 64 +: 16 ],32 ) ;
constant bits ( 32 ) Cse12__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 80 +: 16 ],32 ) ;
constant bits ( 32 ) Cse6__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 96 +: 16 ],32 ) ;
constant bits ( 32 ) Cse0__5 = SignExtend.0 {{ 16,32 }} ( __array _Z [ 0 ] [ 112 +: 16 ],32 ) ;
constant bits ( 64 ) Cse42__5 = SignExtend.0 {{ 16,64 }} ( __array _Z [ 1 ] [ 48 +: 16 ],64 ) ;
bits ( 16 ) SignedSatQ17__5 ;
boolean SignedSatQ18__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse43__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ17__5 = '0111111111111111' ;
SignedSatQ18__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse43__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ17__5 = '1000000000000000' ;
SignedSatQ18__5 = TRUE ;
} else {
SignedSatQ17__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse43__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ18__5 = FALSE ;
}
}
if SignedSatQ18__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ31__5 ;
boolean SignedSatQ32__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse36__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ31__5 = '0111111111111111' ;
SignedSatQ32__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse36__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ31__5 = '1000000000000000' ;
SignedSatQ32__5 = TRUE ;
} else {
SignedSatQ31__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse36__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ32__5 = FALSE ;
}
}
if SignedSatQ32__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ44__5 ;
boolean SignedSatQ45__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse30__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ44__5 = '0111111111111111' ;
SignedSatQ45__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse30__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ44__5 = '1000000000000000' ;
SignedSatQ45__5 = TRUE ;
} else {
SignedSatQ44__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse30__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ45__5 = FALSE ;
}
}
if SignedSatQ45__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ57__5 ;
boolean SignedSatQ58__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse24__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ57__5 = '0111111111111111' ;
SignedSatQ58__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse24__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ57__5 = '1000000000000000' ;
SignedSatQ58__5 = TRUE ;
} else {
SignedSatQ57__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse24__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ58__5 = FALSE ;
}
}
if SignedSatQ58__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ70__5 ;
boolean SignedSatQ71__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse18__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ70__5 = '0111111111111111' ;
SignedSatQ71__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse18__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ70__5 = '1000000000000000' ;
SignedSatQ71__5 = TRUE ;
} else {
SignedSatQ70__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse18__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ71__5 = FALSE ;
}
}
if SignedSatQ71__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ83__5 ;
boolean SignedSatQ84__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse12__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ83__5 = '0111111111111111' ;
SignedSatQ84__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse12__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ83__5 = '1000000000000000' ;
SignedSatQ84__5 = TRUE ;
} else {
SignedSatQ83__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse12__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ84__5 = FALSE ;
}
}
if SignedSatQ84__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ96__5 ;
boolean SignedSatQ97__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse6__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ96__5 = '0111111111111111' ;
SignedSatQ97__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse6__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ96__5 = '1000000000000000' ;
SignedSatQ97__5 = TRUE ;
} else {
SignedSatQ96__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse6__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ97__5 = FALSE ;
}
}
if SignedSatQ97__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
bits ( 16 ) SignedSatQ109__5 ;
boolean SignedSatQ110__5 ;
if slt_bits.0 {{ 64 }} ( '0000000000000000000000000000000000000000000000000111111111111111',asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse0__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) ) then {
SignedSatQ109__5 = '0111111111111111' ;
SignedSatQ110__5 = TRUE ;
} else {
if slt_bits.0 {{ 64 }} ( asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse0__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ),'1111111111111111111111111111111111111111111111111000000000000000' ) then {
SignedSatQ109__5 = '1000000000000000' ;
SignedSatQ110__5 = TRUE ;
} else {
SignedSatQ109__5 = asr_bits.0 {{ 64,16 }} ( add_bits.0 {{ 64 }} ( mul_bits.0 {{ 64 }} ( SignExtend.0 {{ 32,64 }} ( mul_bits.0 {{ 32 }} ( '00000000000000000000000000000010',Cse0__5 ),64 ),Cse42__5 ),'0000000000000000000000000000000000000000000000001000000000000000' ),'0000000000010000' ) [ 0 +: 16 ] ;
SignedSatQ110__5 = FALSE ;
}
}
if SignedSatQ110__5 then {
FPSR = append_bits.0 {{ 4,28 }} ( FPSR [ 28 +: 4 ],append_bits.0 {{ 1,27 }} ( '1',FPSR [ 0 +: 27 ] ) ) ;
}
__array _Z [ 0 ] = append_bits.0 {{ 16,112 }} ( SignedSatQ109__5,append_bits.0 {{ 16,96 }} ( SignedSatQ96__5,append_bits.0 {{ 16,80 }} ( SignedSatQ83__5,append_bits.0 {{ 16,64 }} ( SignedSatQ70__5,append_bits.0 {{ 16,48 }} ( SignedSatQ57__5,append_bits.0 {{ 16,32 }} ( SignedSatQ44__5,append_bits.0 {{ 16,16 }} ( SignedSatQ31__5,SignedSatQ17__5 ) ) ) ) ) ) ) ;
""
Stmt_ConstDecl(Type_Bits(32),"Cse43__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(0,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse36__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(16,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse30__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(32,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse24__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(48,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse18__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(64,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse12__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(80,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse6__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(96,16)]);32]))
Stmt_ConstDecl(Type_Bits(32),"Cse0__5",Expr_TApply("SignExtend.0",[16;32],[Expr_Slices(Expr_Array(Expr_Var("_Z"),0),[Slice_LoWd(112,16)]);32]))
Stmt_ConstDecl(Type_Bits(64),"Cse42__5",Expr_TApply("SignExtend.0",[16;64],[Expr_Slices(Expr_Array(Expr_Var("_Z"),1),[Slice_LoWd(48,16)]);64]))
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ17__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ18__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse43__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ17__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ18__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse43__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ17__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ18__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ17__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse43__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ18__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ18__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ31__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ32__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse36__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ31__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ32__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse36__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ31__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ32__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ31__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse36__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ32__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ32__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ44__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ45__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse30__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ44__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ45__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse30__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ44__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ45__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ44__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse30__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ45__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ45__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ57__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ58__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse24__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ57__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ58__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse24__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ57__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ58__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ57__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse24__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ58__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ58__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ70__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ71__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse18__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ70__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ71__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse18__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ70__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ71__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ70__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse18__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ71__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ71__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ83__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ84__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse12__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ83__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ84__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse12__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ83__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ84__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ83__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse12__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ84__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ84__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ96__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ97__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse6__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ96__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ97__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse6__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ96__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ97__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ96__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse6__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ97__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ97__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_VarDeclsNoInit(Type_Bits(16),["SignedSatQ109__5"])
Stmt_VarDeclsNoInit(Type_Constructor("boolean"),["SignedSatQ110__5"])
Stmt_If(Expr_TApply("slt_bits.0",[64],['0000000000000000000000000000000000000000000000000111111111111111';Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse0__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000'])]),[
Stmt_Assign(LExpr_Var("SignedSatQ109__5"),'0111111111111111');
Stmt_Assign(LExpr_Var("SignedSatQ110__5"),Expr_Var("TRUE"))
],[],[
Stmt_If(Expr_TApply("slt_bits.0",[64],[Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse0__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']);'1111111111111111111111111111111111111111111111111000000000000000']),[
Stmt_Assign(LExpr_Var("SignedSatQ109__5"),'1000000000000000');
Stmt_Assign(LExpr_Var("SignedSatQ110__5"),Expr_Var("TRUE"))
],[],[
Stmt_Assign(LExpr_Var("SignedSatQ109__5"),Expr_Slices(Expr_TApply("asr_bits.0",[64;16],[Expr_TApply("add_bits.0",[64],[Expr_TApply("mul_bits.0",[64],[Expr_TApply("SignExtend.0",[32;64],[Expr_TApply("mul_bits.0",[32],['00000000000000000000000000000010';Expr_Var("Cse0__5")]);64]);Expr_Var("Cse42__5")]);'0000000000000000000000000000000000000000000000001000000000000000']);'0000000000010000']),[Slice_LoWd(0,16)]));
Stmt_Assign(LExpr_Var("SignedSatQ110__5"),Expr_Var("FALSE"))
])
])
Stmt_If(Expr_Var("SignedSatQ110__5"),[
Stmt_Assign(LExpr_Var("FPSR"),Expr_TApply("append_bits.0",[4;28],[Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(28,4)]);Expr_TApply("append_bits.0",[1;27],['1';Expr_Slices(Expr_Var("FPSR"),[Slice_LoWd(0,27)])])]))
],[],[])
Stmt_Assign(LExpr_Array(LExpr_Var("_Z"),0),Expr_TApply("append_bits.0",[16;112],[Expr_Var("SignedSatQ109__5");Expr_TApply("append_bits.0",[16;96],[Expr_Var("SignedSatQ96__5");Expr_TApply("append_bits.0",[16;80],[Expr_Var("SignedSatQ83__5");Expr_TApply("append_bits.0",[16;64],[Expr_Var("SignedSatQ70__5");Expr_TApply("append_bits.0",[16;48],[Expr_Var("SignedSatQ57__5");Expr_TApply("append_bits.0",[16;32],[Expr_Var("SignedSatQ44__5");Expr_TApply("append_bits.0",[16;16],[Expr_Var("SignedSatQ31__5");Expr_Var("SignedSatQ17__5")])])])])])])]))