-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcoverage.txt
553 lines (552 loc) · 29.4 KB
/
coverage.txt
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
mode: set
github.com/modern-go/amd64/assembler.go:18.46,19.22 1 0
github.com/modern-go/amd64/assembler.go:19.22,21.3 1 0
github.com/modern-go/amd64/assembler.go:24.61,25.28 1 1
github.com/modern-go/amd64/assembler.go:25.28,27.18 2 1
github.com/modern-go/amd64/assembler.go:31.3,31.43 1 1
github.com/modern-go/amd64/assembler.go:27.18,30.4 2 0
github.com/modern-go/amd64/assembler.go:32.27,34.35 2 0
github.com/modern-go/amd64/assembler.go:35.46,37.35 2 1
github.com/modern-go/amd64/assembler.go:38.64,40.23 2 1
github.com/modern-go/amd64/assembler.go:44.4,45.35 2 1
github.com/modern-go/amd64/assembler.go:46.82,48.23 2 1
github.com/modern-go/amd64/assembler.go:52.4,53.23 2 1
github.com/modern-go/amd64/assembler.go:57.4,58.35 2 1
github.com/modern-go/amd64/assembler.go:59.100,61.23 2 1
github.com/modern-go/amd64/assembler.go:65.4,66.23 2 1
github.com/modern-go/amd64/assembler.go:70.4,71.23 2 1
github.com/modern-go/amd64/assembler.go:75.4,76.35 2 1
github.com/modern-go/amd64/assembler.go:77.11,79.10 2 0
github.com/modern-go/amd64/assembler.go:40.23,43.5 2 0
github.com/modern-go/amd64/assembler.go:48.23,51.5 2 0
github.com/modern-go/amd64/assembler.go:53.23,56.5 2 0
github.com/modern-go/amd64/assembler.go:61.23,64.5 2 0
github.com/modern-go/amd64/assembler.go:66.23,69.5 2 0
github.com/modern-go/amd64/assembler.go:71.23,74.5 2 0
github.com/modern-go/amd64/assembler.go:84.36,86.2 1 1
github.com/modern-go/amd64/assembler.go:88.39,90.2 1 0
github.com/modern-go/amd64/assembler.go:92.39,98.2 1 1
github.com/modern-go/amd64/assembler.go:100.39,110.2 1 0
github.com/modern-go/amd64/assembler.go:112.43,114.32 2 0
github.com/modern-go/amd64/assembler.go:118.2,118.24 1 0
github.com/modern-go/amd64/assembler.go:114.32,117.3 2 0
github.com/modern-go/amd64/assembler.go:121.42,122.18 1 1
github.com/modern-go/amd64/assembler.go:123.9,124.26 1 1
github.com/modern-go/amd64/assembler.go:125.10,126.29 1 0
github.com/modern-go/amd64/assembler.go:127.10,128.21 1 0
github.com/modern-go/amd64/assembler.go:132.47,140.16 3 1
github.com/modern-go/amd64/assembler.go:144.2,147.56 4 1
github.com/modern-go/amd64/assembler.go:140.16,143.3 2 0
github.com/modern-go/amd64/operand.go:37.53,38.47 1 0
github.com/modern-go/amd64/operand.go:41.72,42.47 1 0
github.com/modern-go/amd64/operand.go:45.52,46.47 1 0
github.com/modern-go/amd64/operand.go:49.36,51.2 1 0
github.com/modern-go/amd64/operand.go:53.36,55.2 1 1
github.com/modern-go/amd64/operand.go:57.32,59.2 1 0
github.com/modern-go/amd64/operand.go:61.45,63.2 1 1
github.com/modern-go/amd64/operand.go:72.35,72.51 1 0
github.com/modern-go/amd64/operand.go:74.52,75.16 1 1
github.com/modern-go/amd64/operand.go:76.11,76.11 0 1
github.com/modern-go/amd64/operand.go:77.10,79.66 2 1
github.com/modern-go/amd64/operand.go:80.10,80.10 0 1
github.com/modern-go/amd64/operand.go:81.10,82.24 1 1
github.com/modern-go/amd64/operand.go:83.9,83.9 0 1
github.com/modern-go/amd64/operand.go:84.10,86.9 2 0
github.com/modern-go/amd64/operand.go:90.71,91.22 1 1
github.com/modern-go/amd64/operand.go:92.9,92.9 0 1
github.com/modern-go/amd64/operand.go:93.14,94.17 1 1
github.com/modern-go/amd64/operand.go:95.16,98.53 3 1
github.com/modern-go/amd64/operand.go:99.16,102.39 3 1
github.com/modern-go/amd64/operand.go:103.10,105.9 2 0
github.com/modern-go/amd64/operand.go:109.51,111.2 1 1
github.com/modern-go/amd64/operand.go:113.44,115.2 1 1
github.com/modern-go/amd64/operand.go:117.31,119.2 1 0
github.com/modern-go/amd64/operand.go:121.32,123.2 1 1
github.com/modern-go/amd64/operand.go:125.35,127.2 1 1
github.com/modern-go/amd64/operand.go:136.32,138.2 1 1
github.com/modern-go/amd64/operand.go:140.35,142.2 1 0
github.com/modern-go/amd64/operand.go:144.52,145.21 1 1
github.com/modern-go/amd64/operand.go:154.2,154.16 1 1
github.com/modern-go/amd64/operand.go:146.11,146.11 0 0
github.com/modern-go/amd64/operand.go:147.10,147.10 0 1
github.com/modern-go/amd64/operand.go:148.10,149.24 1 1
github.com/modern-go/amd64/operand.go:150.10,152.9 2 0
github.com/modern-go/amd64/operand.go:155.11,155.11 0 1
github.com/modern-go/amd64/operand.go:156.10,158.71 2 1
github.com/modern-go/amd64/operand.go:159.10,159.10 0 1
github.com/modern-go/amd64/operand.go:160.10,161.24 1 1
github.com/modern-go/amd64/operand.go:162.9,162.9 0 1
github.com/modern-go/amd64/operand.go:163.10,165.9 2 0
github.com/modern-go/amd64/operand.go:169.71,170.22 1 1
github.com/modern-go/amd64/operand.go:171.9,171.9 0 1
github.com/modern-go/amd64/operand.go:172.14,173.17 1 1
github.com/modern-go/amd64/operand.go:174.16,176.38 2 1
github.com/modern-go/amd64/operand.go:177.10,179.9 2 0
github.com/modern-go/amd64/operand.go:183.51,184.19 1 1
github.com/modern-go/amd64/operand.go:184.19,185.27 1 1
github.com/modern-go/amd64/operand.go:185.27,188.4 2 1
github.com/modern-go/amd64/operand.go:188.4,190.4 1 1
github.com/modern-go/amd64/operand.go:191.3,191.22 1 1
github.com/modern-go/amd64/operand.go:191.22,194.3 2 1
github.com/modern-go/amd64/operand.go:194.3,197.3 2 1
github.com/modern-go/amd64/operand.go:200.44,202.2 1 1
github.com/modern-go/amd64/operand.go:204.31,206.2 1 0
github.com/modern-go/amd64/operand.go:208.35,210.16 2 1
github.com/modern-go/amd64/operand.go:222.2,222.19 1 1
github.com/modern-go/amd64/operand.go:211.10,212.30 1 1
github.com/modern-go/amd64/operand.go:213.10,214.30 1 1
github.com/modern-go/amd64/operand.go:215.10,216.29 1 1
github.com/modern-go/amd64/operand.go:217.9,218.29 1 1
github.com/modern-go/amd64/operand.go:219.10,220.28 1 1
github.com/modern-go/amd64/operand.go:222.19,224.3 1 1
github.com/modern-go/amd64/operand.go:224.3,226.3 1 1
github.com/modern-go/amd64/operand.go:233.54,236.2 2 1
github.com/modern-go/amd64/operand.go:242.59,246.2 3 1
github.com/modern-go/amd64/operand.go:254.58,255.21 1 1
github.com/modern-go/amd64/operand.go:264.2,264.16 1 1
github.com/modern-go/amd64/operand.go:256.11,256.11 0 0
github.com/modern-go/amd64/operand.go:257.10,257.10 0 1
github.com/modern-go/amd64/operand.go:258.10,259.24 1 0
github.com/modern-go/amd64/operand.go:260.10,262.9 2 0
github.com/modern-go/amd64/operand.go:265.11,265.11 0 0
github.com/modern-go/amd64/operand.go:266.10,268.81 2 1
github.com/modern-go/amd64/operand.go:269.10,269.10 0 1
github.com/modern-go/amd64/operand.go:270.10,271.24 1 0
github.com/modern-go/amd64/operand.go:272.9,272.9 0 0
github.com/modern-go/amd64/operand.go:273.10,275.9 2 0
github.com/modern-go/amd64/operand.go:279.57,280.19 1 1
github.com/modern-go/amd64/operand.go:280.19,283.3 2 1
github.com/modern-go/amd64/operand.go:283.3,283.22 1 1
github.com/modern-go/amd64/operand.go:283.22,287.3 3 1
github.com/modern-go/amd64/operand.go:287.3,291.3 3 0
github.com/modern-go/amd64/operand.go:294.41,296.16 2 1
github.com/modern-go/amd64/operand.go:308.2,309.27 2 1
github.com/modern-go/amd64/operand.go:312.2,312.16 1 1
github.com/modern-go/amd64/operand.go:319.2,319.26 1 1
github.com/modern-go/amd64/operand.go:322.2,322.18 1 1
github.com/modern-go/amd64/operand.go:327.2,328.21 2 1
github.com/modern-go/amd64/operand.go:297.10,298.40 1 1
github.com/modern-go/amd64/operand.go:299.10,300.40 1 1
github.com/modern-go/amd64/operand.go:301.10,302.39 1 0
github.com/modern-go/amd64/operand.go:303.9,304.39 1 0
github.com/modern-go/amd64/operand.go:305.10,306.38 1 0
github.com/modern-go/amd64/operand.go:309.27,311.3 1 1
github.com/modern-go/amd64/operand.go:312.16,314.3 0 1
github.com/modern-go/amd64/operand.go:314.3,314.23 1 1
github.com/modern-go/amd64/operand.go:314.23,316.3 1 1
github.com/modern-go/amd64/operand.go:316.3,318.3 1 1
github.com/modern-go/amd64/operand.go:319.26,321.3 1 1
github.com/modern-go/amd64/operand.go:322.18,324.3 1 1
github.com/modern-go/amd64/operand.go:324.3,324.25 1 1
github.com/modern-go/amd64/operand.go:324.25,326.3 1 0
github.com/modern-go/amd64/operands.go:5.34,7.25 2 1
github.com/modern-go/amd64/operands.go:12.2,12.78 1 1
github.com/modern-go/amd64/operands.go:7.25,9.3 1 1
github.com/modern-go/amd64/operands.go:9.3,9.33 1 0
github.com/modern-go/amd64/operands.go:9.33,11.3 1 0
github.com/modern-go/amd64/operands.go:15.53,17.2 1 1
github.com/modern-go/amd64/operands.go:19.51,21.2 1 1
github.com/modern-go/amd64/operands.go:23.83,25.2 1 0
github.com/modern-go/amd64/operands.go:27.51,29.2 1 1
github.com/modern-go/amd64/operands.go:31.83,33.2 1 1
github.com/modern-go/amd64/operands.go:35.50,37.2 1 1
github.com/modern-go/amd64/operands.go:39.82,41.2 1 0
github.com/modern-go/amd64/operands.go:43.50,45.2 1 1
github.com/modern-go/amd64/operands.go:47.82,49.2 1 0
github.com/modern-go/amd64/operands.go:51.68,52.24 1 1
github.com/modern-go/amd64/operands.go:55.2,60.17 2 1
github.com/modern-go/amd64/operands.go:63.2,69.19 2 1
github.com/modern-go/amd64/operands.go:75.2,75.17 1 1
github.com/modern-go/amd64/operands.go:52.24,54.3 1 1
github.com/modern-go/amd64/operands.go:60.17,62.3 1 1
github.com/modern-go/amd64/operands.go:70.16,71.31 1 1
github.com/modern-go/amd64/operands.go:72.21,73.36 1 1
github.com/modern-go/amd64/operands.go:78.99,79.15 1 1
github.com/modern-go/amd64/operands.go:99.2,112.3 1 1
github.com/modern-go/amd64/operands.go:80.9,81.26 1 1
github.com/modern-go/amd64/operands.go:84.3,84.25 1 1
github.com/modern-go/amd64/operands.go:87.3,87.17 1 1
github.com/modern-go/amd64/operands.go:88.9,89.17 1 1
github.com/modern-go/amd64/operands.go:90.9,91.17 1 1
github.com/modern-go/amd64/operands.go:92.9,93.17 1 1
github.com/modern-go/amd64/operands.go:94.9,95.17 1 1
github.com/modern-go/amd64/operands.go:96.10,97.25 1 0
github.com/modern-go/amd64/operands.go:81.26,82.44 1 0
github.com/modern-go/amd64/operands.go:84.25,86.4 1 1
github.com/modern-go/amd64/prefix.go:9.32,11.7 2 1
github.com/modern-go/amd64/prefix.go:14.2,14.7 1 1
github.com/modern-go/amd64/prefix.go:17.2,17.7 1 1
github.com/modern-go/amd64/prefix.go:20.2,20.7 1 1
github.com/modern-go/amd64/prefix.go:23.2,23.13 1 1
github.com/modern-go/amd64/prefix.go:11.7,13.3 1 1
github.com/modern-go/amd64/prefix.go:14.7,16.3 1 0
github.com/modern-go/amd64/prefix.go:17.7,19.3 1 0
github.com/modern-go/amd64/prefix.go:20.7,22.3 1 1
github.com/modern-go/amd64/prefix.go:26.37,30.2 3 1
github.com/modern-go/amd64/prefix.go:32.34,37.2 4 1
github.com/modern-go/amd64/prefix.go:39.38,42.2 2 1
github.com/modern-go/amd64/dump.go:3.47,6.28 3 1
github.com/modern-go/amd64/dump.go:49.2,49.21 1 1
github.com/modern-go/amd64/dump.go:6.28,7.14 1 1
github.com/modern-go/amd64/dump.go:12.3,14.18 3 1
github.com/modern-go/amd64/dump.go:18.3,20.31 3 1
github.com/modern-go/amd64/dump.go:32.3,32.38 1 1
github.com/modern-go/amd64/dump.go:7.14,9.4 1 1
github.com/modern-go/amd64/dump.go:9.4,11.4 1 1
github.com/modern-go/amd64/dump.go:14.18,16.12 2 0
github.com/modern-go/amd64/dump.go:21.27,21.27 0 0
github.com/modern-go/amd64/dump.go:22.46,22.46 0 1
github.com/modern-go/amd64/dump.go:23.64,24.21 1 1
github.com/modern-go/amd64/dump.go:25.82,26.21 1 1
github.com/modern-go/amd64/dump.go:27.100,28.21 1 0
github.com/modern-go/amd64/dump.go:29.11,30.40 1 0
github.com/modern-go/amd64/dump.go:32.38,33.14 1 1
github.com/modern-go/amd64/dump.go:36.4,37.29 2 1
github.com/modern-go/amd64/dump.go:40.4,40.22 1 1
github.com/modern-go/amd64/dump.go:33.14,35.5 1 1
github.com/modern-go/amd64/dump.go:37.29,39.5 1 1
github.com/modern-go/amd64/dump.go:40.22,42.5 1 1
github.com/modern-go/amd64/dump.go:42.5,46.5 3 1
github.com/modern-go/amd64/encoding.go:3.53,5.2 1 1
github.com/modern-go/amd64/encoding.go:7.65,9.20 2 1
github.com/modern-go/amd64/encoding.go:12.2,14.21 3 1
github.com/modern-go/amd64/encoding.go:17.2,17.26 1 1
github.com/modern-go/amd64/encoding.go:9.20,11.3 1 0
github.com/modern-go/amd64/encoding.go:14.21,16.3 1 1
github.com/modern-go/amd64/encoding.go:20.79,22.20 2 1
github.com/modern-go/amd64/encoding.go:25.2,27.21 3 1
github.com/modern-go/amd64/encoding.go:37.2,37.31 1 1
github.com/modern-go/amd64/encoding.go:22.20,24.3 1 0
github.com/modern-go/amd64/encoding.go:27.21,28.20 1 1
github.com/modern-go/amd64/encoding.go:33.3,33.21 1 1
github.com/modern-go/amd64/encoding.go:28.20,30.4 1 1
github.com/modern-go/amd64/encoding.go:30.4,32.4 1 1
github.com/modern-go/amd64/encoding.go:33.21,35.4 1 1
github.com/modern-go/amd64/encoding.go:40.80,42.20 2 1
github.com/modern-go/amd64/encoding.go:45.2,47.38 3 1
github.com/modern-go/amd64/encoding.go:42.20,44.3 1 0
github.com/modern-go/amd64/encoding.go:51.64,55.2 3 1
github.com/modern-go/amd64/encoding.go:59.78,64.2 4 1
github.com/modern-go/amd64/encoding.go:68.78,72.2 3 1
github.com/modern-go/amd64/encoding.go:76.78,81.2 4 1
github.com/modern-go/amd64/encoding.go:85.77,89.2 3 1
github.com/modern-go/amd64/encoding.go:93.77,98.2 4 1
github.com/modern-go/amd64/encoding.go:102.77,107.2 4 1
github.com/modern-go/amd64/encoding.go:112.77,116.2 3 1
github.com/modern-go/amd64/instruction.go:33.40,35.2 1 1
github.com/modern-go/amd64/instruction.go:37.42,38.28 1 1
github.com/modern-go/amd64/instruction.go:41.2,41.13 1 0
github.com/modern-go/amd64/instruction.go:38.28,40.3 1 1
github.com/modern-go/amd64/instruction.go:44.42,45.30 1 1
github.com/modern-go/amd64/instruction.go:48.2,48.13 1 0
github.com/modern-go/amd64/instruction.go:45.30,47.3 1 1
github.com/modern-go/amd64/instruction.go:51.63,53.2 1 1
github.com/modern-go/amd64/instruction.go:55.43,57.2 1 1
github.com/modern-go/amd64/instruction.go:67.41,68.40 1 1
github.com/modern-go/amd64/instruction.go:68.40,69.26 1 1
github.com/modern-go/amd64/instruction.go:72.3,72.27 1 1
github.com/modern-go/amd64/instruction.go:75.3,75.29 1 1
github.com/modern-go/amd64/instruction.go:78.3,78.27 1 1
github.com/modern-go/amd64/instruction.go:81.3,81.25 1 1
github.com/modern-go/amd64/instruction.go:69.26,71.4 1 1
github.com/modern-go/amd64/instruction.go:72.27,74.4 1 1
github.com/modern-go/amd64/instruction.go:75.29,77.4 1 1
github.com/modern-go/amd64/instruction.go:78.27,80.4 1 1
github.com/modern-go/amd64/instruction.go:81.25,83.4 1 1
github.com/modern-go/amd64/instruction.go:88.98,89.32 1 1
github.com/modern-go/amd64/instruction.go:100.2,100.17 1 1
github.com/modern-go/amd64/instruction.go:116.2,116.24 1 1
github.com/modern-go/amd64/instruction.go:127.2,130.26 2 0
github.com/modern-go/amd64/instruction.go:89.32,90.25 1 1
github.com/modern-go/amd64/instruction.go:97.3,98.27 2 0
github.com/modern-go/amd64/instruction.go:90.25,93.22 3 1
github.com/modern-go/amd64/instruction.go:93.22,95.5 1 1
github.com/modern-go/amd64/instruction.go:100.17,101.25 1 1
github.com/modern-go/amd64/instruction.go:110.3,114.27 2 0
github.com/modern-go/amd64/instruction.go:101.25,102.27 1 1
github.com/modern-go/amd64/instruction.go:102.27,105.23 3 1
github.com/modern-go/amd64/instruction.go:105.23,107.6 1 1
github.com/modern-go/amd64/instruction.go:116.24,117.27 1 1
github.com/modern-go/amd64/instruction.go:117.27,118.28 1 1
github.com/modern-go/amd64/instruction.go:118.28,121.23 3 1
github.com/modern-go/amd64/instruction.go:121.23,123.6 1 1
github.com/modern-go/amd64/instructions.go:211.13,212.39 1 1
github.com/modern-go/amd64/instructions.go:212.39,214.3 1 1
github.com/modern-go/amd64/modrm.go:10.46,12.2 1 1
github.com/modern-go/amd64/modrm.go:14.50,16.2 1 1
mode: set
github.com/modern-go/amd64/assembler.go:18.46,19.22 1 0
github.com/modern-go/amd64/assembler.go:19.22,21.3 1 0
github.com/modern-go/amd64/assembler.go:24.61,25.28 1 1
github.com/modern-go/amd64/assembler.go:25.28,27.18 2 1
github.com/modern-go/amd64/assembler.go:31.3,31.43 1 1
github.com/modern-go/amd64/assembler.go:27.18,30.4 2 0
github.com/modern-go/amd64/assembler.go:32.27,34.35 2 0
github.com/modern-go/amd64/assembler.go:35.46,37.35 2 1
github.com/modern-go/amd64/assembler.go:38.64,40.23 2 1
github.com/modern-go/amd64/assembler.go:44.4,45.35 2 1
github.com/modern-go/amd64/assembler.go:46.82,48.23 2 1
github.com/modern-go/amd64/assembler.go:52.4,53.23 2 1
github.com/modern-go/amd64/assembler.go:57.4,58.35 2 1
github.com/modern-go/amd64/assembler.go:59.100,61.23 2 1
github.com/modern-go/amd64/assembler.go:65.4,66.23 2 1
github.com/modern-go/amd64/assembler.go:70.4,71.23 2 1
github.com/modern-go/amd64/assembler.go:75.4,76.35 2 1
github.com/modern-go/amd64/assembler.go:77.11,79.10 2 0
github.com/modern-go/amd64/assembler.go:40.23,43.5 2 0
github.com/modern-go/amd64/assembler.go:48.23,51.5 2 0
github.com/modern-go/amd64/assembler.go:53.23,56.5 2 0
github.com/modern-go/amd64/assembler.go:61.23,64.5 2 0
github.com/modern-go/amd64/assembler.go:66.23,69.5 2 0
github.com/modern-go/amd64/assembler.go:71.23,74.5 2 0
github.com/modern-go/amd64/assembler.go:84.36,86.2 1 1
github.com/modern-go/amd64/assembler.go:88.39,90.2 1 0
github.com/modern-go/amd64/assembler.go:92.39,98.2 1 1
github.com/modern-go/amd64/assembler.go:100.39,110.2 1 0
github.com/modern-go/amd64/assembler.go:112.43,114.32 2 0
github.com/modern-go/amd64/assembler.go:118.2,118.24 1 0
github.com/modern-go/amd64/assembler.go:114.32,117.3 2 0
github.com/modern-go/amd64/assembler.go:121.42,122.18 1 1
github.com/modern-go/amd64/assembler.go:123.9,124.26 1 1
github.com/modern-go/amd64/assembler.go:125.10,126.29 1 0
github.com/modern-go/amd64/assembler.go:127.10,128.21 1 0
github.com/modern-go/amd64/assembler.go:132.47,140.16 3 1
github.com/modern-go/amd64/assembler.go:144.2,147.56 4 1
github.com/modern-go/amd64/assembler.go:140.16,143.3 2 0
github.com/modern-go/amd64/encoding.go:3.53,5.2 1 1
github.com/modern-go/amd64/encoding.go:7.65,9.20 2 1
github.com/modern-go/amd64/encoding.go:12.2,14.21 3 1
github.com/modern-go/amd64/encoding.go:17.2,17.26 1 1
github.com/modern-go/amd64/encoding.go:9.20,11.3 1 0
github.com/modern-go/amd64/encoding.go:14.21,16.3 1 1
github.com/modern-go/amd64/encoding.go:20.79,22.20 2 1
github.com/modern-go/amd64/encoding.go:25.2,27.21 3 1
github.com/modern-go/amd64/encoding.go:37.2,37.31 1 1
github.com/modern-go/amd64/encoding.go:22.20,24.3 1 0
github.com/modern-go/amd64/encoding.go:27.21,28.20 1 1
github.com/modern-go/amd64/encoding.go:33.3,33.21 1 1
github.com/modern-go/amd64/encoding.go:28.20,30.4 1 1
github.com/modern-go/amd64/encoding.go:30.4,32.4 1 1
github.com/modern-go/amd64/encoding.go:33.21,35.4 1 1
github.com/modern-go/amd64/encoding.go:40.80,42.20 2 1
github.com/modern-go/amd64/encoding.go:45.2,47.38 3 1
github.com/modern-go/amd64/encoding.go:42.20,44.3 1 0
github.com/modern-go/amd64/encoding.go:51.64,55.2 3 1
github.com/modern-go/amd64/encoding.go:59.78,64.2 4 1
github.com/modern-go/amd64/encoding.go:68.78,72.2 3 1
github.com/modern-go/amd64/encoding.go:76.78,81.2 4 1
github.com/modern-go/amd64/encoding.go:85.77,89.2 3 1
github.com/modern-go/amd64/encoding.go:93.77,98.2 4 1
github.com/modern-go/amd64/encoding.go:102.77,107.2 4 1
github.com/modern-go/amd64/encoding.go:112.77,116.2 3 1
github.com/modern-go/amd64/dump.go:3.47,6.28 3 1
github.com/modern-go/amd64/dump.go:49.2,49.21 1 1
github.com/modern-go/amd64/dump.go:6.28,7.14 1 1
github.com/modern-go/amd64/dump.go:12.3,14.18 3 1
github.com/modern-go/amd64/dump.go:18.3,20.31 3 1
github.com/modern-go/amd64/dump.go:32.3,32.38 1 1
github.com/modern-go/amd64/dump.go:7.14,9.4 1 1
github.com/modern-go/amd64/dump.go:9.4,11.4 1 1
github.com/modern-go/amd64/dump.go:14.18,16.12 2 0
github.com/modern-go/amd64/dump.go:21.27,21.27 0 0
github.com/modern-go/amd64/dump.go:22.46,22.46 0 1
github.com/modern-go/amd64/dump.go:23.64,24.21 1 1
github.com/modern-go/amd64/dump.go:25.82,26.21 1 1
github.com/modern-go/amd64/dump.go:27.100,28.21 1 0
github.com/modern-go/amd64/dump.go:29.11,30.40 1 0
github.com/modern-go/amd64/dump.go:32.38,33.14 1 1
github.com/modern-go/amd64/dump.go:36.4,37.29 2 1
github.com/modern-go/amd64/dump.go:40.4,40.22 1 1
github.com/modern-go/amd64/dump.go:33.14,35.5 1 1
github.com/modern-go/amd64/dump.go:37.29,39.5 1 1
github.com/modern-go/amd64/dump.go:40.22,42.5 1 1
github.com/modern-go/amd64/dump.go:42.5,46.5 3 1
github.com/modern-go/amd64/instruction.go:33.40,35.2 1 1
github.com/modern-go/amd64/instruction.go:37.42,38.28 1 1
github.com/modern-go/amd64/instruction.go:41.2,41.13 1 0
github.com/modern-go/amd64/instruction.go:38.28,40.3 1 1
github.com/modern-go/amd64/instruction.go:44.42,45.30 1 1
github.com/modern-go/amd64/instruction.go:48.2,48.13 1 0
github.com/modern-go/amd64/instruction.go:45.30,47.3 1 1
github.com/modern-go/amd64/instruction.go:51.63,53.2 1 1
github.com/modern-go/amd64/instruction.go:55.43,57.2 1 1
github.com/modern-go/amd64/instruction.go:67.41,68.40 1 1
github.com/modern-go/amd64/instruction.go:68.40,69.26 1 1
github.com/modern-go/amd64/instruction.go:72.3,72.27 1 1
github.com/modern-go/amd64/instruction.go:75.3,75.29 1 1
github.com/modern-go/amd64/instruction.go:78.3,78.27 1 1
github.com/modern-go/amd64/instruction.go:81.3,81.25 1 1
github.com/modern-go/amd64/instruction.go:69.26,71.4 1 1
github.com/modern-go/amd64/instruction.go:72.27,74.4 1 1
github.com/modern-go/amd64/instruction.go:75.29,77.4 1 1
github.com/modern-go/amd64/instruction.go:78.27,80.4 1 1
github.com/modern-go/amd64/instruction.go:81.25,83.4 1 1
github.com/modern-go/amd64/instruction.go:88.98,89.32 1 1
github.com/modern-go/amd64/instruction.go:100.2,100.17 1 1
github.com/modern-go/amd64/instruction.go:116.2,116.24 1 1
github.com/modern-go/amd64/instruction.go:127.2,130.26 2 0
github.com/modern-go/amd64/instruction.go:89.32,90.25 1 1
github.com/modern-go/amd64/instruction.go:97.3,98.27 2 0
github.com/modern-go/amd64/instruction.go:90.25,93.22 3 1
github.com/modern-go/amd64/instruction.go:93.22,95.5 1 1
github.com/modern-go/amd64/instruction.go:100.17,101.25 1 1
github.com/modern-go/amd64/instruction.go:110.3,114.27 2 0
github.com/modern-go/amd64/instruction.go:101.25,102.27 1 1
github.com/modern-go/amd64/instruction.go:102.27,105.23 3 1
github.com/modern-go/amd64/instruction.go:105.23,107.6 1 1
github.com/modern-go/amd64/instruction.go:116.24,117.27 1 1
github.com/modern-go/amd64/instruction.go:117.27,118.28 1 1
github.com/modern-go/amd64/instruction.go:118.28,121.23 3 1
github.com/modern-go/amd64/instruction.go:121.23,123.6 1 1
github.com/modern-go/amd64/instructions.go:211.13,212.39 1 1
github.com/modern-go/amd64/instructions.go:212.39,214.3 1 1
github.com/modern-go/amd64/modrm.go:10.46,12.2 1 1
github.com/modern-go/amd64/modrm.go:14.50,16.2 1 1
github.com/modern-go/amd64/operand.go:37.53,38.47 1 0
github.com/modern-go/amd64/operand.go:41.72,42.47 1 0
github.com/modern-go/amd64/operand.go:45.52,46.47 1 0
github.com/modern-go/amd64/operand.go:49.36,51.2 1 0
github.com/modern-go/amd64/operand.go:53.36,55.2 1 1
github.com/modern-go/amd64/operand.go:57.32,59.2 1 0
github.com/modern-go/amd64/operand.go:61.45,63.2 1 1
github.com/modern-go/amd64/operand.go:72.35,72.51 1 0
github.com/modern-go/amd64/operand.go:74.52,75.16 1 1
github.com/modern-go/amd64/operand.go:76.11,76.11 0 1
github.com/modern-go/amd64/operand.go:77.10,79.66 2 1
github.com/modern-go/amd64/operand.go:80.10,80.10 0 1
github.com/modern-go/amd64/operand.go:81.10,82.24 1 1
github.com/modern-go/amd64/operand.go:83.9,83.9 0 1
github.com/modern-go/amd64/operand.go:84.10,86.9 2 0
github.com/modern-go/amd64/operand.go:90.71,91.22 1 1
github.com/modern-go/amd64/operand.go:92.9,92.9 0 1
github.com/modern-go/amd64/operand.go:93.14,94.17 1 1
github.com/modern-go/amd64/operand.go:95.16,98.53 3 1
github.com/modern-go/amd64/operand.go:99.16,102.39 3 1
github.com/modern-go/amd64/operand.go:103.10,105.9 2 0
github.com/modern-go/amd64/operand.go:109.51,111.2 1 1
github.com/modern-go/amd64/operand.go:113.44,115.2 1 1
github.com/modern-go/amd64/operand.go:117.31,119.2 1 0
github.com/modern-go/amd64/operand.go:121.32,123.2 1 1
github.com/modern-go/amd64/operand.go:125.35,127.2 1 1
github.com/modern-go/amd64/operand.go:136.32,138.2 1 1
github.com/modern-go/amd64/operand.go:140.35,142.2 1 0
github.com/modern-go/amd64/operand.go:144.52,145.21 1 1
github.com/modern-go/amd64/operand.go:154.2,154.16 1 1
github.com/modern-go/amd64/operand.go:146.11,146.11 0 0
github.com/modern-go/amd64/operand.go:147.10,147.10 0 1
github.com/modern-go/amd64/operand.go:148.10,149.24 1 1
github.com/modern-go/amd64/operand.go:150.10,152.9 2 0
github.com/modern-go/amd64/operand.go:155.11,155.11 0 1
github.com/modern-go/amd64/operand.go:156.10,158.71 2 1
github.com/modern-go/amd64/operand.go:159.10,159.10 0 1
github.com/modern-go/amd64/operand.go:160.10,161.24 1 1
github.com/modern-go/amd64/operand.go:162.9,162.9 0 1
github.com/modern-go/amd64/operand.go:163.10,165.9 2 0
github.com/modern-go/amd64/operand.go:169.71,170.22 1 1
github.com/modern-go/amd64/operand.go:171.9,171.9 0 1
github.com/modern-go/amd64/operand.go:172.14,173.17 1 1
github.com/modern-go/amd64/operand.go:174.16,176.38 2 1
github.com/modern-go/amd64/operand.go:177.10,179.9 2 0
github.com/modern-go/amd64/operand.go:183.51,184.19 1 1
github.com/modern-go/amd64/operand.go:184.19,185.27 1 1
github.com/modern-go/amd64/operand.go:185.27,188.4 2 1
github.com/modern-go/amd64/operand.go:188.4,190.4 1 1
github.com/modern-go/amd64/operand.go:191.3,191.22 1 1
github.com/modern-go/amd64/operand.go:191.22,194.3 2 1
github.com/modern-go/amd64/operand.go:194.3,197.3 2 1
github.com/modern-go/amd64/operand.go:200.44,202.2 1 1
github.com/modern-go/amd64/operand.go:204.31,206.2 1 0
github.com/modern-go/amd64/operand.go:208.35,210.16 2 1
github.com/modern-go/amd64/operand.go:222.2,222.19 1 1
github.com/modern-go/amd64/operand.go:211.10,212.30 1 1
github.com/modern-go/amd64/operand.go:213.10,214.30 1 1
github.com/modern-go/amd64/operand.go:215.10,216.29 1 1
github.com/modern-go/amd64/operand.go:217.9,218.29 1 1
github.com/modern-go/amd64/operand.go:219.10,220.28 1 1
github.com/modern-go/amd64/operand.go:222.19,224.3 1 1
github.com/modern-go/amd64/operand.go:224.3,226.3 1 1
github.com/modern-go/amd64/operand.go:233.54,236.2 2 1
github.com/modern-go/amd64/operand.go:242.59,246.2 3 1
github.com/modern-go/amd64/operand.go:254.58,255.21 1 1
github.com/modern-go/amd64/operand.go:264.2,264.16 1 1
github.com/modern-go/amd64/operand.go:256.11,256.11 0 0
github.com/modern-go/amd64/operand.go:257.10,257.10 0 1
github.com/modern-go/amd64/operand.go:258.10,259.24 1 0
github.com/modern-go/amd64/operand.go:260.10,262.9 2 0
github.com/modern-go/amd64/operand.go:265.11,265.11 0 0
github.com/modern-go/amd64/operand.go:266.10,268.81 2 1
github.com/modern-go/amd64/operand.go:269.10,269.10 0 1
github.com/modern-go/amd64/operand.go:270.10,271.24 1 0
github.com/modern-go/amd64/operand.go:272.9,272.9 0 0
github.com/modern-go/amd64/operand.go:273.10,275.9 2 0
github.com/modern-go/amd64/operand.go:279.57,280.19 1 1
github.com/modern-go/amd64/operand.go:280.19,283.3 2 1
github.com/modern-go/amd64/operand.go:283.3,283.22 1 1
github.com/modern-go/amd64/operand.go:283.22,287.3 3 1
github.com/modern-go/amd64/operand.go:287.3,291.3 3 0
github.com/modern-go/amd64/operand.go:294.41,296.16 2 1
github.com/modern-go/amd64/operand.go:308.2,309.27 2 1
github.com/modern-go/amd64/operand.go:312.2,312.16 1 1
github.com/modern-go/amd64/operand.go:319.2,319.26 1 1
github.com/modern-go/amd64/operand.go:322.2,322.18 1 1
github.com/modern-go/amd64/operand.go:327.2,328.21 2 1
github.com/modern-go/amd64/operand.go:297.10,298.40 1 1
github.com/modern-go/amd64/operand.go:299.10,300.40 1 1
github.com/modern-go/amd64/operand.go:301.10,302.39 1 0
github.com/modern-go/amd64/operand.go:303.9,304.39 1 0
github.com/modern-go/amd64/operand.go:305.10,306.38 1 0
github.com/modern-go/amd64/operand.go:309.27,311.3 1 1
github.com/modern-go/amd64/operand.go:312.16,314.3 0 1
github.com/modern-go/amd64/operand.go:314.3,314.23 1 1
github.com/modern-go/amd64/operand.go:314.23,316.3 1 1
github.com/modern-go/amd64/operand.go:316.3,318.3 1 1
github.com/modern-go/amd64/operand.go:319.26,321.3 1 1
github.com/modern-go/amd64/operand.go:322.18,324.3 1 1
github.com/modern-go/amd64/operand.go:324.3,324.25 1 1
github.com/modern-go/amd64/operand.go:324.25,326.3 1 0
github.com/modern-go/amd64/operands.go:5.34,7.25 2 1
github.com/modern-go/amd64/operands.go:12.2,12.78 1 1
github.com/modern-go/amd64/operands.go:7.25,9.3 1 1
github.com/modern-go/amd64/operands.go:9.3,9.33 1 0
github.com/modern-go/amd64/operands.go:9.33,11.3 1 0
github.com/modern-go/amd64/operands.go:15.53,17.2 1 1
github.com/modern-go/amd64/operands.go:19.51,21.2 1 1
github.com/modern-go/amd64/operands.go:23.83,25.2 1 0
github.com/modern-go/amd64/operands.go:27.51,29.2 1 1
github.com/modern-go/amd64/operands.go:31.83,33.2 1 1
github.com/modern-go/amd64/operands.go:35.50,37.2 1 1
github.com/modern-go/amd64/operands.go:39.82,41.2 1 0
github.com/modern-go/amd64/operands.go:43.50,45.2 1 1
github.com/modern-go/amd64/operands.go:47.82,49.2 1 0
github.com/modern-go/amd64/operands.go:51.68,52.24 1 1
github.com/modern-go/amd64/operands.go:55.2,60.17 2 1
github.com/modern-go/amd64/operands.go:63.2,69.19 2 1
github.com/modern-go/amd64/operands.go:75.2,75.17 1 1
github.com/modern-go/amd64/operands.go:52.24,54.3 1 1
github.com/modern-go/amd64/operands.go:60.17,62.3 1 1
github.com/modern-go/amd64/operands.go:70.16,71.31 1 1
github.com/modern-go/amd64/operands.go:72.21,73.36 1 1
github.com/modern-go/amd64/operands.go:78.99,79.15 1 1
github.com/modern-go/amd64/operands.go:99.2,112.3 1 1
github.com/modern-go/amd64/operands.go:80.9,81.26 1 1
github.com/modern-go/amd64/operands.go:84.3,84.25 1 1
github.com/modern-go/amd64/operands.go:87.3,87.17 1 1
github.com/modern-go/amd64/operands.go:88.9,89.17 1 1
github.com/modern-go/amd64/operands.go:90.9,91.17 1 1
github.com/modern-go/amd64/operands.go:92.9,93.17 1 1
github.com/modern-go/amd64/operands.go:94.9,95.17 1 1
github.com/modern-go/amd64/operands.go:96.10,97.25 1 0
github.com/modern-go/amd64/operands.go:81.26,82.44 1 0
github.com/modern-go/amd64/operands.go:84.25,86.4 1 1
github.com/modern-go/amd64/prefix.go:9.32,11.7 2 1
github.com/modern-go/amd64/prefix.go:14.2,14.7 1 1
github.com/modern-go/amd64/prefix.go:17.2,17.7 1 1
github.com/modern-go/amd64/prefix.go:20.2,20.7 1 1
github.com/modern-go/amd64/prefix.go:23.2,23.13 1 1
github.com/modern-go/amd64/prefix.go:11.7,13.3 1 1
github.com/modern-go/amd64/prefix.go:14.7,16.3 1 0
github.com/modern-go/amd64/prefix.go:17.7,19.3 1 0
github.com/modern-go/amd64/prefix.go:20.7,22.3 1 1
github.com/modern-go/amd64/prefix.go:26.37,30.2 3 1
github.com/modern-go/amd64/prefix.go:32.34,37.2 4 1
github.com/modern-go/amd64/prefix.go:39.38,42.2 2 1