1#![allow(clippy::missing_errors_doc)]
7#![allow(missing_docs)]
8#![allow(non_camel_case_types)]
9
10use crate::IcedError;
11
12#[rustfmt::skip]
13pub trait CodeAsmAaa {
14 fn aaa(&mut self) -> Result<(), IcedError>;
15}
16
17#[rustfmt::skip]
18pub trait CodeAsmAad<T> {
19 fn aad(&mut self, op0: T) -> Result<(), IcedError>;
20}
21
22#[rustfmt::skip]
23pub trait CodeAsmAadd<T, U> {
24 fn aadd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
25}
26
27#[rustfmt::skip]
28pub trait CodeAsmAam<T> {
29 fn aam(&mut self, op0: T) -> Result<(), IcedError>;
30}
31
32#[rustfmt::skip]
33pub trait CodeAsmAand<T, U> {
34 fn aand(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
35}
36
37#[rustfmt::skip]
38pub trait CodeAsmAas {
39 fn aas(&mut self) -> Result<(), IcedError>;
40}
41
42#[rustfmt::skip]
43pub trait CodeAsmAdc<T, U> {
44 fn adc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
45}
46
47#[rustfmt::skip]
48pub trait CodeAsmAdcx<T, U> {
49 fn adcx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
50}
51
52#[rustfmt::skip]
53pub trait CodeAsmAdd<T, U> {
54 fn add(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
55}
56
57#[rustfmt::skip]
58pub trait CodeAsmAddpd<T, U> {
59 fn addpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
60}
61
62#[rustfmt::skip]
63pub trait CodeAsmAddps<T, U> {
64 fn addps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
65}
66
67#[rustfmt::skip]
68pub trait CodeAsmAddsd<T, U> {
69 fn addsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
70}
71
72#[rustfmt::skip]
73pub trait CodeAsmAddss<T, U> {
74 fn addss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
75}
76
77#[rustfmt::skip]
78pub trait CodeAsmAddsubpd<T, U> {
79 fn addsubpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
80}
81
82#[rustfmt::skip]
83pub trait CodeAsmAddsubps<T, U> {
84 fn addsubps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
85}
86
87#[rustfmt::skip]
88pub trait CodeAsmAdox<T, U> {
89 fn adox(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
90}
91
92#[rustfmt::skip]
93pub trait CodeAsmAesdec<T, U> {
94 fn aesdec(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
95}
96
97#[rustfmt::skip]
98pub trait CodeAsmAesdec128kl<T, U> {
99 fn aesdec128kl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
100}
101
102#[rustfmt::skip]
103pub trait CodeAsmAesdec256kl<T, U> {
104 fn aesdec256kl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
105}
106
107#[rustfmt::skip]
108pub trait CodeAsmAesdeclast<T, U> {
109 fn aesdeclast(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
110}
111
112#[rustfmt::skip]
113pub trait CodeAsmAesdecwide128kl<T> {
114 fn aesdecwide128kl(&mut self, op0: T) -> Result<(), IcedError>;
115}
116
117#[rustfmt::skip]
118pub trait CodeAsmAesdecwide256kl<T> {
119 fn aesdecwide256kl(&mut self, op0: T) -> Result<(), IcedError>;
120}
121
122#[rustfmt::skip]
123pub trait CodeAsmAesenc<T, U> {
124 fn aesenc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
125}
126
127#[rustfmt::skip]
128pub trait CodeAsmAesenc128kl<T, U> {
129 fn aesenc128kl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
130}
131
132#[rustfmt::skip]
133pub trait CodeAsmAesenc256kl<T, U> {
134 fn aesenc256kl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
135}
136
137#[rustfmt::skip]
138pub trait CodeAsmAesenclast<T, U> {
139 fn aesenclast(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
140}
141
142#[rustfmt::skip]
143pub trait CodeAsmAesencwide128kl<T> {
144 fn aesencwide128kl(&mut self, op0: T) -> Result<(), IcedError>;
145}
146
147#[rustfmt::skip]
148pub trait CodeAsmAesencwide256kl<T> {
149 fn aesencwide256kl(&mut self, op0: T) -> Result<(), IcedError>;
150}
151
152#[rustfmt::skip]
153pub trait CodeAsmAesimc<T, U> {
154 fn aesimc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
155}
156
157#[rustfmt::skip]
158pub trait CodeAsmAeskeygenassist<T, U, V> {
159 fn aeskeygenassist(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
160}
161
162#[rustfmt::skip]
163pub trait CodeAsmAltinst {
164 fn altinst(&mut self) -> Result<(), IcedError>;
165}
166
167#[rustfmt::skip]
168pub trait CodeAsmAnd<T, U> {
169 fn and(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
170}
171
172#[rustfmt::skip]
173pub trait CodeAsmAndn<T, U, V> {
174 fn andn(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
175}
176
177#[rustfmt::skip]
178pub trait CodeAsmAndnpd<T, U> {
179 fn andnpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
180}
181
182#[rustfmt::skip]
183pub trait CodeAsmAndnps<T, U> {
184 fn andnps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
185}
186
187#[rustfmt::skip]
188pub trait CodeAsmAndpd<T, U> {
189 fn andpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
190}
191
192#[rustfmt::skip]
193pub trait CodeAsmAndps<T, U> {
194 fn andps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
195}
196
197#[rustfmt::skip]
198pub trait CodeAsmAor<T, U> {
199 fn aor(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
200}
201
202#[rustfmt::skip]
203pub trait CodeAsmArpl<T, U> {
204 fn arpl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
205}
206
207#[rustfmt::skip]
208pub trait CodeAsmAxor<T, U> {
209 fn axor(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
210}
211
212#[rustfmt::skip]
213pub trait CodeAsmBb0_reset {
214 fn bb0_reset(&mut self) -> Result<(), IcedError>;
215}
216
217#[rustfmt::skip]
218pub trait CodeAsmBb1_reset {
219 fn bb1_reset(&mut self) -> Result<(), IcedError>;
220}
221
222#[rustfmt::skip]
223pub trait CodeAsmBextr<T, U, V> {
224 fn bextr(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
225}
226
227#[rustfmt::skip]
228pub trait CodeAsmBlcfill<T, U> {
229 fn blcfill(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
230}
231
232#[rustfmt::skip]
233pub trait CodeAsmBlci<T, U> {
234 fn blci(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
235}
236
237#[rustfmt::skip]
238pub trait CodeAsmBlcic<T, U> {
239 fn blcic(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
240}
241
242#[rustfmt::skip]
243pub trait CodeAsmBlcmsk<T, U> {
244 fn blcmsk(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
245}
246
247#[rustfmt::skip]
248pub trait CodeAsmBlcs<T, U> {
249 fn blcs(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
250}
251
252#[rustfmt::skip]
253pub trait CodeAsmBlendpd<T, U, V> {
254 fn blendpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
255}
256
257#[rustfmt::skip]
258pub trait CodeAsmBlendps<T, U, V> {
259 fn blendps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
260}
261
262#[rustfmt::skip]
263pub trait CodeAsmBlendvpd<T, U> {
264 fn blendvpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
265}
266
267#[rustfmt::skip]
268pub trait CodeAsmBlendvps<T, U> {
269 fn blendvps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
270}
271
272#[rustfmt::skip]
273pub trait CodeAsmBlsfill<T, U> {
274 fn blsfill(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
275}
276
277#[rustfmt::skip]
278pub trait CodeAsmBlsi<T, U> {
279 fn blsi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
280}
281
282#[rustfmt::skip]
283pub trait CodeAsmBlsic<T, U> {
284 fn blsic(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
285}
286
287#[rustfmt::skip]
288pub trait CodeAsmBlsmsk<T, U> {
289 fn blsmsk(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
290}
291
292#[rustfmt::skip]
293pub trait CodeAsmBlsr<T, U> {
294 fn blsr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
295}
296
297#[rustfmt::skip]
298pub trait CodeAsmBndcl<T, U> {
299 fn bndcl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
300}
301
302#[rustfmt::skip]
303pub trait CodeAsmBndcn<T, U> {
304 fn bndcn(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
305}
306
307#[rustfmt::skip]
308pub trait CodeAsmBndcu<T, U> {
309 fn bndcu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
310}
311
312#[rustfmt::skip]
313pub trait CodeAsmBndldx<T, U> {
314 fn bndldx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
315}
316
317#[rustfmt::skip]
318pub trait CodeAsmBndmk<T, U> {
319 fn bndmk(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
320}
321
322#[rustfmt::skip]
323pub trait CodeAsmBndmov<T, U> {
324 fn bndmov(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
325}
326
327#[rustfmt::skip]
328pub trait CodeAsmBndstx<T, U> {
329 fn bndstx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
330}
331
332#[rustfmt::skip]
333pub trait CodeAsmBound<T, U> {
334 fn bound(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
335}
336
337#[rustfmt::skip]
338pub trait CodeAsmBsf<T, U> {
339 fn bsf(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
340}
341
342#[rustfmt::skip]
343pub trait CodeAsmBsr<T, U> {
344 fn bsr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
345}
346
347#[rustfmt::skip]
348pub trait CodeAsmBswap<T> {
349 fn bswap(&mut self, op0: T) -> Result<(), IcedError>;
350}
351
352#[rustfmt::skip]
353pub trait CodeAsmBt<T, U> {
354 fn bt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
355}
356
357#[rustfmt::skip]
358pub trait CodeAsmBtc<T, U> {
359 fn btc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
360}
361
362#[rustfmt::skip]
363pub trait CodeAsmBtr<T, U> {
364 fn btr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
365}
366
367#[rustfmt::skip]
368pub trait CodeAsmBts<T, U> {
369 fn bts(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
370}
371
372#[rustfmt::skip]
373pub trait CodeAsmBzhi<T, U, V> {
374 fn bzhi(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
375}
376
377#[rustfmt::skip]
378pub trait CodeAsmCall<T> {
379 fn call(&mut self, op0: T) -> Result<(), IcedError>;
380}
381
382#[rustfmt::skip]
383pub trait CodeAsmCbw {
384 fn cbw(&mut self) -> Result<(), IcedError>;
385}
386
387#[rustfmt::skip]
388pub trait CodeAsmCcs_encrypt {
389 fn ccs_encrypt(&mut self) -> Result<(), IcedError>;
390}
391
392#[rustfmt::skip]
393pub trait CodeAsmCcs_hash {
394 fn ccs_hash(&mut self) -> Result<(), IcedError>;
395}
396
397#[rustfmt::skip]
398pub trait CodeAsmCdq {
399 fn cdq(&mut self) -> Result<(), IcedError>;
400}
401
402#[rustfmt::skip]
403pub trait CodeAsmCdqe {
404 fn cdqe(&mut self) -> Result<(), IcedError>;
405}
406
407#[rustfmt::skip]
408pub trait CodeAsmCl1invmb {
409 fn cl1invmb(&mut self) -> Result<(), IcedError>;
410}
411
412#[rustfmt::skip]
413pub trait CodeAsmClac {
414 fn clac(&mut self) -> Result<(), IcedError>;
415}
416
417#[rustfmt::skip]
418pub trait CodeAsmClc {
419 fn clc(&mut self) -> Result<(), IcedError>;
420}
421
422#[rustfmt::skip]
423pub trait CodeAsmCld {
424 fn cld(&mut self) -> Result<(), IcedError>;
425}
426
427#[rustfmt::skip]
428pub trait CodeAsmCldemote<T> {
429 fn cldemote(&mut self, op0: T) -> Result<(), IcedError>;
430}
431
432#[rustfmt::skip]
433pub trait CodeAsmClflush<T> {
434 fn clflush(&mut self, op0: T) -> Result<(), IcedError>;
435}
436
437#[rustfmt::skip]
438pub trait CodeAsmClflushopt<T> {
439 fn clflushopt(&mut self, op0: T) -> Result<(), IcedError>;
440}
441
442#[rustfmt::skip]
443pub trait CodeAsmClgi {
444 fn clgi(&mut self) -> Result<(), IcedError>;
445}
446
447#[rustfmt::skip]
448pub trait CodeAsmCli {
449 fn cli(&mut self) -> Result<(), IcedError>;
450}
451
452#[rustfmt::skip]
453pub trait CodeAsmClrssbsy<T> {
454 fn clrssbsy(&mut self, op0: T) -> Result<(), IcedError>;
455}
456
457#[rustfmt::skip]
458pub trait CodeAsmClts {
459 fn clts(&mut self) -> Result<(), IcedError>;
460}
461
462#[rustfmt::skip]
463pub trait CodeAsmClui {
464 fn clui(&mut self) -> Result<(), IcedError>;
465}
466
467#[rustfmt::skip]
468pub trait CodeAsmClwb<T> {
469 fn clwb(&mut self, op0: T) -> Result<(), IcedError>;
470}
471
472#[rustfmt::skip]
473pub trait CodeAsmClzero {
474 fn clzero(&mut self) -> Result<(), IcedError>;
475}
476
477#[rustfmt::skip]
478pub trait CodeAsmCmc {
479 fn cmc(&mut self) -> Result<(), IcedError>;
480}
481
482#[rustfmt::skip]
483pub trait CodeAsmCmova<T, U> {
484 fn cmova(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
485}
486
487#[rustfmt::skip]
488pub trait CodeAsmCmovae<T, U> {
489 fn cmovae(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
490}
491
492#[rustfmt::skip]
493pub trait CodeAsmCmovb<T, U> {
494 fn cmovb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
495}
496
497#[rustfmt::skip]
498pub trait CodeAsmCmovbe<T, U> {
499 fn cmovbe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
500}
501
502#[rustfmt::skip]
503pub trait CodeAsmCmovc<T, U> {
504 fn cmovc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
505}
506
507#[rustfmt::skip]
508pub trait CodeAsmCmove<T, U> {
509 fn cmove(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
510}
511
512#[rustfmt::skip]
513pub trait CodeAsmCmovg<T, U> {
514 fn cmovg(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
515}
516
517#[rustfmt::skip]
518pub trait CodeAsmCmovge<T, U> {
519 fn cmovge(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
520}
521
522#[rustfmt::skip]
523pub trait CodeAsmCmovl<T, U> {
524 fn cmovl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
525}
526
527#[rustfmt::skip]
528pub trait CodeAsmCmovle<T, U> {
529 fn cmovle(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
530}
531
532#[rustfmt::skip]
533pub trait CodeAsmCmovna<T, U> {
534 fn cmovna(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
535}
536
537#[rustfmt::skip]
538pub trait CodeAsmCmovnae<T, U> {
539 fn cmovnae(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
540}
541
542#[rustfmt::skip]
543pub trait CodeAsmCmovnb<T, U> {
544 fn cmovnb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
545}
546
547#[rustfmt::skip]
548pub trait CodeAsmCmovnbe<T, U> {
549 fn cmovnbe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
550}
551
552#[rustfmt::skip]
553pub trait CodeAsmCmovnc<T, U> {
554 fn cmovnc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
555}
556
557#[rustfmt::skip]
558pub trait CodeAsmCmovne<T, U> {
559 fn cmovne(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
560}
561
562#[rustfmt::skip]
563pub trait CodeAsmCmovng<T, U> {
564 fn cmovng(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
565}
566
567#[rustfmt::skip]
568pub trait CodeAsmCmovnge<T, U> {
569 fn cmovnge(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
570}
571
572#[rustfmt::skip]
573pub trait CodeAsmCmovnl<T, U> {
574 fn cmovnl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
575}
576
577#[rustfmt::skip]
578pub trait CodeAsmCmovnle<T, U> {
579 fn cmovnle(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
580}
581
582#[rustfmt::skip]
583pub trait CodeAsmCmovno<T, U> {
584 fn cmovno(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
585}
586
587#[rustfmt::skip]
588pub trait CodeAsmCmovnp<T, U> {
589 fn cmovnp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
590}
591
592#[rustfmt::skip]
593pub trait CodeAsmCmovns<T, U> {
594 fn cmovns(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
595}
596
597#[rustfmt::skip]
598pub trait CodeAsmCmovnz<T, U> {
599 fn cmovnz(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
600}
601
602#[rustfmt::skip]
603pub trait CodeAsmCmovo<T, U> {
604 fn cmovo(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
605}
606
607#[rustfmt::skip]
608pub trait CodeAsmCmovp<T, U> {
609 fn cmovp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
610}
611
612#[rustfmt::skip]
613pub trait CodeAsmCmovpe<T, U> {
614 fn cmovpe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
615}
616
617#[rustfmt::skip]
618pub trait CodeAsmCmovpo<T, U> {
619 fn cmovpo(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
620}
621
622#[rustfmt::skip]
623pub trait CodeAsmCmovs<T, U> {
624 fn cmovs(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
625}
626
627#[rustfmt::skip]
628pub trait CodeAsmCmovz<T, U> {
629 fn cmovz(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
630}
631
632#[rustfmt::skip]
633pub trait CodeAsmCmp<T, U> {
634 fn cmp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
635}
636
637#[rustfmt::skip]
638pub trait CodeAsmCmpbexadd<T, U, V> {
639 fn cmpbexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
640}
641
642#[rustfmt::skip]
643pub trait CodeAsmCmpbxadd<T, U, V> {
644 fn cmpbxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
645}
646
647#[rustfmt::skip]
648pub trait CodeAsmCmpcxadd<T, U, V> {
649 fn cmpcxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
650}
651
652#[rustfmt::skip]
653pub trait CodeAsmCmpeqpd<T, U> {
654 fn cmpeqpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
655}
656
657#[rustfmt::skip]
658pub trait CodeAsmCmpeqps<T, U> {
659 fn cmpeqps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
660}
661
662#[rustfmt::skip]
663pub trait CodeAsmCmpeqsd<T, U> {
664 fn cmpeqsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
665}
666
667#[rustfmt::skip]
668pub trait CodeAsmCmpeqss<T, U> {
669 fn cmpeqss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
670}
671
672#[rustfmt::skip]
673pub trait CodeAsmCmplepd<T, U> {
674 fn cmplepd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
675}
676
677#[rustfmt::skip]
678pub trait CodeAsmCmpleps<T, U> {
679 fn cmpleps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
680}
681
682#[rustfmt::skip]
683pub trait CodeAsmCmplesd<T, U> {
684 fn cmplesd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
685}
686
687#[rustfmt::skip]
688pub trait CodeAsmCmpless<T, U> {
689 fn cmpless(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
690}
691
692#[rustfmt::skip]
693pub trait CodeAsmCmplexadd<T, U, V> {
694 fn cmplexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
695}
696
697#[rustfmt::skip]
698pub trait CodeAsmCmpltpd<T, U> {
699 fn cmpltpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
700}
701
702#[rustfmt::skip]
703pub trait CodeAsmCmpltps<T, U> {
704 fn cmpltps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
705}
706
707#[rustfmt::skip]
708pub trait CodeAsmCmpltsd<T, U> {
709 fn cmpltsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
710}
711
712#[rustfmt::skip]
713pub trait CodeAsmCmpltss<T, U> {
714 fn cmpltss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
715}
716
717#[rustfmt::skip]
718pub trait CodeAsmCmplxadd<T, U, V> {
719 fn cmplxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
720}
721
722#[rustfmt::skip]
723pub trait CodeAsmCmpnaexadd<T, U, V> {
724 fn cmpnaexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
725}
726
727#[rustfmt::skip]
728pub trait CodeAsmCmpnaxadd<T, U, V> {
729 fn cmpnaxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
730}
731
732#[rustfmt::skip]
733pub trait CodeAsmCmpnbexadd<T, U, V> {
734 fn cmpnbexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
735}
736
737#[rustfmt::skip]
738pub trait CodeAsmCmpnbxadd<T, U, V> {
739 fn cmpnbxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
740}
741
742#[rustfmt::skip]
743pub trait CodeAsmCmpncxadd<T, U, V> {
744 fn cmpncxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
745}
746
747#[rustfmt::skip]
748pub trait CodeAsmCmpneqpd<T, U> {
749 fn cmpneqpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
750}
751
752#[rustfmt::skip]
753pub trait CodeAsmCmpneqps<T, U> {
754 fn cmpneqps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
755}
756
757#[rustfmt::skip]
758pub trait CodeAsmCmpneqsd<T, U> {
759 fn cmpneqsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
760}
761
762#[rustfmt::skip]
763pub trait CodeAsmCmpneqss<T, U> {
764 fn cmpneqss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
765}
766
767#[rustfmt::skip]
768pub trait CodeAsmCmpngexadd<T, U, V> {
769 fn cmpngexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
770}
771
772#[rustfmt::skip]
773pub trait CodeAsmCmpngxadd<T, U, V> {
774 fn cmpngxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
775}
776
777#[rustfmt::skip]
778pub trait CodeAsmCmpnlepd<T, U> {
779 fn cmpnlepd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
780}
781
782#[rustfmt::skip]
783pub trait CodeAsmCmpnleps<T, U> {
784 fn cmpnleps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
785}
786
787#[rustfmt::skip]
788pub trait CodeAsmCmpnlesd<T, U> {
789 fn cmpnlesd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
790}
791
792#[rustfmt::skip]
793pub trait CodeAsmCmpnless<T, U> {
794 fn cmpnless(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
795}
796
797#[rustfmt::skip]
798pub trait CodeAsmCmpnlexadd<T, U, V> {
799 fn cmpnlexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
800}
801
802#[rustfmt::skip]
803pub trait CodeAsmCmpnltpd<T, U> {
804 fn cmpnltpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
805}
806
807#[rustfmt::skip]
808pub trait CodeAsmCmpnltps<T, U> {
809 fn cmpnltps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
810}
811
812#[rustfmt::skip]
813pub trait CodeAsmCmpnltsd<T, U> {
814 fn cmpnltsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
815}
816
817#[rustfmt::skip]
818pub trait CodeAsmCmpnltss<T, U> {
819 fn cmpnltss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
820}
821
822#[rustfmt::skip]
823pub trait CodeAsmCmpnlxadd<T, U, V> {
824 fn cmpnlxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
825}
826
827#[rustfmt::skip]
828pub trait CodeAsmCmpnoxadd<T, U, V> {
829 fn cmpnoxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
830}
831
832#[rustfmt::skip]
833pub trait CodeAsmCmpnpxadd<T, U, V> {
834 fn cmpnpxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
835}
836
837#[rustfmt::skip]
838pub trait CodeAsmCmpnsxadd<T, U, V> {
839 fn cmpnsxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
840}
841
842#[rustfmt::skip]
843pub trait CodeAsmCmpnzxadd<T, U, V> {
844 fn cmpnzxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
845}
846
847#[rustfmt::skip]
848pub trait CodeAsmCmpordpd<T, U> {
849 fn cmpordpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
850}
851
852#[rustfmt::skip]
853pub trait CodeAsmCmpordps<T, U> {
854 fn cmpordps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
855}
856
857#[rustfmt::skip]
858pub trait CodeAsmCmpordsd<T, U> {
859 fn cmpordsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
860}
861
862#[rustfmt::skip]
863pub trait CodeAsmCmpordss<T, U> {
864 fn cmpordss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
865}
866
867#[rustfmt::skip]
868pub trait CodeAsmCmpoxadd<T, U, V> {
869 fn cmpoxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
870}
871
872#[rustfmt::skip]
873pub trait CodeAsmCmppd<T, U, V> {
874 fn cmppd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
875}
876
877#[rustfmt::skip]
878pub trait CodeAsmCmppexadd<T, U, V> {
879 fn cmppexadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
880}
881
882#[rustfmt::skip]
883pub trait CodeAsmCmppoxadd<T, U, V> {
884 fn cmppoxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
885}
886
887#[rustfmt::skip]
888pub trait CodeAsmCmpps<T, U, V> {
889 fn cmpps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
890}
891
892#[rustfmt::skip]
893pub trait CodeAsmCmppxadd<T, U, V> {
894 fn cmppxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
895}
896
897#[rustfmt::skip]
898pub trait CodeAsmCmpsb {
899 fn cmpsb(&mut self) -> Result<(), IcedError>;
900}
901
902#[rustfmt::skip]
903pub trait CodeAsmCmpsd {
904 fn cmpsd(&mut self) -> Result<(), IcedError>;
905}
906
907#[rustfmt::skip]
908pub trait CodeAsmCmpsd3<T, U, V> {
909 fn cmpsd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
910}
911
912#[rustfmt::skip]
913pub trait CodeAsmCmpsq {
914 fn cmpsq(&mut self) -> Result<(), IcedError>;
915}
916
917#[rustfmt::skip]
918pub trait CodeAsmCmpss<T, U, V> {
919 fn cmpss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
920}
921
922#[rustfmt::skip]
923pub trait CodeAsmCmpsw {
924 fn cmpsw(&mut self) -> Result<(), IcedError>;
925}
926
927#[rustfmt::skip]
928pub trait CodeAsmCmpsxadd<T, U, V> {
929 fn cmpsxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
930}
931
932#[rustfmt::skip]
933pub trait CodeAsmCmpunordpd<T, U> {
934 fn cmpunordpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
935}
936
937#[rustfmt::skip]
938pub trait CodeAsmCmpunordps<T, U> {
939 fn cmpunordps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
940}
941
942#[rustfmt::skip]
943pub trait CodeAsmCmpunordsd<T, U> {
944 fn cmpunordsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
945}
946
947#[rustfmt::skip]
948pub trait CodeAsmCmpunordss<T, U> {
949 fn cmpunordss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
950}
951
952#[rustfmt::skip]
953pub trait CodeAsmCmpxchg<T, U> {
954 fn cmpxchg(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
955}
956
957#[rustfmt::skip]
958pub trait CodeAsmCmpxchg16b<T> {
959 fn cmpxchg16b(&mut self, op0: T) -> Result<(), IcedError>;
960}
961
962#[rustfmt::skip]
963pub trait CodeAsmCmpxchg8b<T> {
964 fn cmpxchg8b(&mut self, op0: T) -> Result<(), IcedError>;
965}
966
967#[rustfmt::skip]
968pub trait CodeAsmCmpzxadd<T, U, V> {
969 fn cmpzxadd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
970}
971
972#[rustfmt::skip]
973pub trait CodeAsmComisd<T, U> {
974 fn comisd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
975}
976
977#[rustfmt::skip]
978pub trait CodeAsmComiss<T, U> {
979 fn comiss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
980}
981
982#[rustfmt::skip]
983pub trait CodeAsmCpu_read {
984 fn cpu_read(&mut self) -> Result<(), IcedError>;
985}
986
987#[rustfmt::skip]
988pub trait CodeAsmCpu_write {
989 fn cpu_write(&mut self) -> Result<(), IcedError>;
990}
991
992#[rustfmt::skip]
993pub trait CodeAsmCpuid {
994 fn cpuid(&mut self) -> Result<(), IcedError>;
995}
996
997#[rustfmt::skip]
998pub trait CodeAsmCqo {
999 fn cqo(&mut self) -> Result<(), IcedError>;
1000}
1001
1002#[rustfmt::skip]
1003pub trait CodeAsmCrc32<T, U> {
1004 fn crc32(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1005}
1006
1007#[rustfmt::skip]
1008pub trait CodeAsmCvtdq2pd<T, U> {
1009 fn cvtdq2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1010}
1011
1012#[rustfmt::skip]
1013pub trait CodeAsmCvtdq2ps<T, U> {
1014 fn cvtdq2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1015}
1016
1017#[rustfmt::skip]
1018pub trait CodeAsmCvtpd2dq<T, U> {
1019 fn cvtpd2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1020}
1021
1022#[rustfmt::skip]
1023pub trait CodeAsmCvtpd2pi<T, U> {
1024 fn cvtpd2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1025}
1026
1027#[rustfmt::skip]
1028pub trait CodeAsmCvtpd2ps<T, U> {
1029 fn cvtpd2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1030}
1031
1032#[rustfmt::skip]
1033pub trait CodeAsmCvtpi2pd<T, U> {
1034 fn cvtpi2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1035}
1036
1037#[rustfmt::skip]
1038pub trait CodeAsmCvtpi2ps<T, U> {
1039 fn cvtpi2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1040}
1041
1042#[rustfmt::skip]
1043pub trait CodeAsmCvtps2dq<T, U> {
1044 fn cvtps2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1045}
1046
1047#[rustfmt::skip]
1048pub trait CodeAsmCvtps2pd<T, U> {
1049 fn cvtps2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1050}
1051
1052#[rustfmt::skip]
1053pub trait CodeAsmCvtps2pi<T, U> {
1054 fn cvtps2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1055}
1056
1057#[rustfmt::skip]
1058pub trait CodeAsmCvtsd2si<T, U> {
1059 fn cvtsd2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1060}
1061
1062#[rustfmt::skip]
1063pub trait CodeAsmCvtsd2ss<T, U> {
1064 fn cvtsd2ss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1065}
1066
1067#[rustfmt::skip]
1068pub trait CodeAsmCvtsi2sd<T, U> {
1069 fn cvtsi2sd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1070}
1071
1072#[rustfmt::skip]
1073pub trait CodeAsmCvtsi2ss<T, U> {
1074 fn cvtsi2ss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1075}
1076
1077#[rustfmt::skip]
1078pub trait CodeAsmCvtss2sd<T, U> {
1079 fn cvtss2sd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1080}
1081
1082#[rustfmt::skip]
1083pub trait CodeAsmCvtss2si<T, U> {
1084 fn cvtss2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1085}
1086
1087#[rustfmt::skip]
1088pub trait CodeAsmCvttpd2dq<T, U> {
1089 fn cvttpd2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1090}
1091
1092#[rustfmt::skip]
1093pub trait CodeAsmCvttpd2pi<T, U> {
1094 fn cvttpd2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1095}
1096
1097#[rustfmt::skip]
1098pub trait CodeAsmCvttps2dq<T, U> {
1099 fn cvttps2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1100}
1101
1102#[rustfmt::skip]
1103pub trait CodeAsmCvttps2pi<T, U> {
1104 fn cvttps2pi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1105}
1106
1107#[rustfmt::skip]
1108pub trait CodeAsmCvttsd2si<T, U> {
1109 fn cvttsd2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1110}
1111
1112#[rustfmt::skip]
1113pub trait CodeAsmCvttss2si<T, U> {
1114 fn cvttss2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1115}
1116
1117#[rustfmt::skip]
1118pub trait CodeAsmCwd {
1119 fn cwd(&mut self) -> Result<(), IcedError>;
1120}
1121
1122#[rustfmt::skip]
1123pub trait CodeAsmCwde {
1124 fn cwde(&mut self) -> Result<(), IcedError>;
1125}
1126
1127#[rustfmt::skip]
1128pub trait CodeAsmDaa {
1129 fn daa(&mut self) -> Result<(), IcedError>;
1130}
1131
1132#[rustfmt::skip]
1133pub trait CodeAsmDas {
1134 fn das(&mut self) -> Result<(), IcedError>;
1135}
1136
1137#[rustfmt::skip]
1138pub trait CodeAsmDec<T> {
1139 fn dec(&mut self, op0: T) -> Result<(), IcedError>;
1140}
1141
1142#[rustfmt::skip]
1143pub trait CodeAsmDiv<T> {
1144 fn div(&mut self, op0: T) -> Result<(), IcedError>;
1145}
1146
1147#[rustfmt::skip]
1148pub trait CodeAsmDivpd<T, U> {
1149 fn divpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1150}
1151
1152#[rustfmt::skip]
1153pub trait CodeAsmDivps<T, U> {
1154 fn divps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1155}
1156
1157#[rustfmt::skip]
1158pub trait CodeAsmDivsd<T, U> {
1159 fn divsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1160}
1161
1162#[rustfmt::skip]
1163pub trait CodeAsmDivss<T, U> {
1164 fn divss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1165}
1166
1167#[rustfmt::skip]
1168pub trait CodeAsmDmint {
1169 fn dmint(&mut self) -> Result<(), IcedError>;
1170}
1171
1172#[rustfmt::skip]
1173pub trait CodeAsmDppd<T, U, V> {
1174 fn dppd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1175}
1176
1177#[rustfmt::skip]
1178pub trait CodeAsmDpps<T, U, V> {
1179 fn dpps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1180}
1181
1182#[rustfmt::skip]
1183pub trait CodeAsmEmms {
1184 fn emms(&mut self) -> Result<(), IcedError>;
1185}
1186
1187#[rustfmt::skip]
1188pub trait CodeAsmEncls {
1189 fn encls(&mut self) -> Result<(), IcedError>;
1190}
1191
1192#[rustfmt::skip]
1193pub trait CodeAsmEnclu {
1194 fn enclu(&mut self) -> Result<(), IcedError>;
1195}
1196
1197#[rustfmt::skip]
1198pub trait CodeAsmEnclv {
1199 fn enclv(&mut self) -> Result<(), IcedError>;
1200}
1201
1202#[rustfmt::skip]
1203pub trait CodeAsmEncodekey128<T, U> {
1204 fn encodekey128(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1205}
1206
1207#[rustfmt::skip]
1208pub trait CodeAsmEncodekey256<T, U> {
1209 fn encodekey256(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1210}
1211
1212#[rustfmt::skip]
1213pub trait CodeAsmEndbr32 {
1214 fn endbr32(&mut self) -> Result<(), IcedError>;
1215}
1216
1217#[rustfmt::skip]
1218pub trait CodeAsmEndbr64 {
1219 fn endbr64(&mut self) -> Result<(), IcedError>;
1220}
1221
1222#[rustfmt::skip]
1223pub trait CodeAsmEnqcmd<T, U> {
1224 fn enqcmd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1225}
1226
1227#[rustfmt::skip]
1228pub trait CodeAsmEnqcmds<T, U> {
1229 fn enqcmds(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1230}
1231
1232#[rustfmt::skip]
1233pub trait CodeAsmEnter<T, U> {
1234 fn enter(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1235}
1236
1237#[rustfmt::skip]
1238pub trait CodeAsmErets {
1239 fn erets(&mut self) -> Result<(), IcedError>;
1240}
1241
1242#[rustfmt::skip]
1243pub trait CodeAsmEretu {
1244 fn eretu(&mut self) -> Result<(), IcedError>;
1245}
1246
1247#[rustfmt::skip]
1248pub trait CodeAsmExtractps<T, U, V> {
1249 fn extractps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1250}
1251
1252#[rustfmt::skip]
1253pub trait CodeAsmExtrq<T, U> {
1254 fn extrq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1255}
1256
1257#[rustfmt::skip]
1258pub trait CodeAsmExtrq3<T, U, V> {
1259 fn extrq_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1260}
1261
1262#[rustfmt::skip]
1263pub trait CodeAsmF2xm1 {
1264 fn f2xm1(&mut self) -> Result<(), IcedError>;
1265}
1266
1267#[rustfmt::skip]
1268pub trait CodeAsmFabs {
1269 fn fabs(&mut self) -> Result<(), IcedError>;
1270}
1271
1272#[rustfmt::skip]
1273pub trait CodeAsmFadd<T> {
1274 fn fadd(&mut self, op0: T) -> Result<(), IcedError>;
1275}
1276
1277#[rustfmt::skip]
1278pub trait CodeAsmFadd2<T, U> {
1279 fn fadd_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1280}
1281
1282#[rustfmt::skip]
1283pub trait CodeAsmFaddp<T, U> {
1284 fn faddp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1285}
1286
1287#[rustfmt::skip]
1288pub trait CodeAsmFbld<T> {
1289 fn fbld(&mut self, op0: T) -> Result<(), IcedError>;
1290}
1291
1292#[rustfmt::skip]
1293pub trait CodeAsmFbstp<T> {
1294 fn fbstp(&mut self, op0: T) -> Result<(), IcedError>;
1295}
1296
1297#[rustfmt::skip]
1298pub trait CodeAsmFchs {
1299 fn fchs(&mut self) -> Result<(), IcedError>;
1300}
1301
1302#[rustfmt::skip]
1303pub trait CodeAsmFclex {
1304 fn fclex(&mut self) -> Result<(), IcedError>;
1305}
1306
1307#[rustfmt::skip]
1308pub trait CodeAsmFcmovb<T, U> {
1309 fn fcmovb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1310}
1311
1312#[rustfmt::skip]
1313pub trait CodeAsmFcmovbe<T, U> {
1314 fn fcmovbe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1315}
1316
1317#[rustfmt::skip]
1318pub trait CodeAsmFcmove<T, U> {
1319 fn fcmove(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1320}
1321
1322#[rustfmt::skip]
1323pub trait CodeAsmFcmovnb<T, U> {
1324 fn fcmovnb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1325}
1326
1327#[rustfmt::skip]
1328pub trait CodeAsmFcmovnbe<T, U> {
1329 fn fcmovnbe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1330}
1331
1332#[rustfmt::skip]
1333pub trait CodeAsmFcmovne<T, U> {
1334 fn fcmovne(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1335}
1336
1337#[rustfmt::skip]
1338pub trait CodeAsmFcmovnu<T, U> {
1339 fn fcmovnu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1340}
1341
1342#[rustfmt::skip]
1343pub trait CodeAsmFcmovu<T, U> {
1344 fn fcmovu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1345}
1346
1347#[rustfmt::skip]
1348pub trait CodeAsmFcom<T> {
1349 fn fcom(&mut self, op0: T) -> Result<(), IcedError>;
1350}
1351
1352#[rustfmt::skip]
1353pub trait CodeAsmFcom2<T, U> {
1354 fn fcom_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1355}
1356
1357#[rustfmt::skip]
1358pub trait CodeAsmFcomi<T, U> {
1359 fn fcomi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1360}
1361
1362#[rustfmt::skip]
1363pub trait CodeAsmFcomip<T, U> {
1364 fn fcomip(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1365}
1366
1367#[rustfmt::skip]
1368pub trait CodeAsmFcomp<T> {
1369 fn fcomp(&mut self, op0: T) -> Result<(), IcedError>;
1370}
1371
1372#[rustfmt::skip]
1373pub trait CodeAsmFcomp2<T, U> {
1374 fn fcomp_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1375}
1376
1377#[rustfmt::skip]
1378pub trait CodeAsmFcompp {
1379 fn fcompp(&mut self) -> Result<(), IcedError>;
1380}
1381
1382#[rustfmt::skip]
1383pub trait CodeAsmFcos {
1384 fn fcos(&mut self) -> Result<(), IcedError>;
1385}
1386
1387#[rustfmt::skip]
1388pub trait CodeAsmFdecstp {
1389 fn fdecstp(&mut self) -> Result<(), IcedError>;
1390}
1391
1392#[rustfmt::skip]
1393pub trait CodeAsmFdisi {
1394 fn fdisi(&mut self) -> Result<(), IcedError>;
1395}
1396
1397#[rustfmt::skip]
1398pub trait CodeAsmFdiv<T> {
1399 fn fdiv(&mut self, op0: T) -> Result<(), IcedError>;
1400}
1401
1402#[rustfmt::skip]
1403pub trait CodeAsmFdiv2<T, U> {
1404 fn fdiv_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1405}
1406
1407#[rustfmt::skip]
1408pub trait CodeAsmFdivp<T, U> {
1409 fn fdivp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1410}
1411
1412#[rustfmt::skip]
1413pub trait CodeAsmFdivr<T> {
1414 fn fdivr(&mut self, op0: T) -> Result<(), IcedError>;
1415}
1416
1417#[rustfmt::skip]
1418pub trait CodeAsmFdivr2<T, U> {
1419 fn fdivr_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1420}
1421
1422#[rustfmt::skip]
1423pub trait CodeAsmFdivrp<T, U> {
1424 fn fdivrp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1425}
1426
1427#[rustfmt::skip]
1428pub trait CodeAsmFemms {
1429 fn femms(&mut self) -> Result<(), IcedError>;
1430}
1431
1432#[rustfmt::skip]
1433pub trait CodeAsmFeni {
1434 fn feni(&mut self) -> Result<(), IcedError>;
1435}
1436
1437#[rustfmt::skip]
1438pub trait CodeAsmFfree<T> {
1439 fn ffree(&mut self, op0: T) -> Result<(), IcedError>;
1440}
1441
1442#[rustfmt::skip]
1443pub trait CodeAsmFfreep<T> {
1444 fn ffreep(&mut self, op0: T) -> Result<(), IcedError>;
1445}
1446
1447#[rustfmt::skip]
1448pub trait CodeAsmFiadd<T> {
1449 fn fiadd(&mut self, op0: T) -> Result<(), IcedError>;
1450}
1451
1452#[rustfmt::skip]
1453pub trait CodeAsmFicom<T> {
1454 fn ficom(&mut self, op0: T) -> Result<(), IcedError>;
1455}
1456
1457#[rustfmt::skip]
1458pub trait CodeAsmFicomp<T> {
1459 fn ficomp(&mut self, op0: T) -> Result<(), IcedError>;
1460}
1461
1462#[rustfmt::skip]
1463pub trait CodeAsmFidiv<T> {
1464 fn fidiv(&mut self, op0: T) -> Result<(), IcedError>;
1465}
1466
1467#[rustfmt::skip]
1468pub trait CodeAsmFidivr<T> {
1469 fn fidivr(&mut self, op0: T) -> Result<(), IcedError>;
1470}
1471
1472#[rustfmt::skip]
1473pub trait CodeAsmFild<T> {
1474 fn fild(&mut self, op0: T) -> Result<(), IcedError>;
1475}
1476
1477#[rustfmt::skip]
1478pub trait CodeAsmFimul<T> {
1479 fn fimul(&mut self, op0: T) -> Result<(), IcedError>;
1480}
1481
1482#[rustfmt::skip]
1483pub trait CodeAsmFincstp {
1484 fn fincstp(&mut self) -> Result<(), IcedError>;
1485}
1486
1487#[rustfmt::skip]
1488pub trait CodeAsmFinit {
1489 fn finit(&mut self) -> Result<(), IcedError>;
1490}
1491
1492#[rustfmt::skip]
1493pub trait CodeAsmFist<T> {
1494 fn fist(&mut self, op0: T) -> Result<(), IcedError>;
1495}
1496
1497#[rustfmt::skip]
1498pub trait CodeAsmFistp<T> {
1499 fn fistp(&mut self, op0: T) -> Result<(), IcedError>;
1500}
1501
1502#[rustfmt::skip]
1503pub trait CodeAsmFisttp<T> {
1504 fn fisttp(&mut self, op0: T) -> Result<(), IcedError>;
1505}
1506
1507#[rustfmt::skip]
1508pub trait CodeAsmFisub<T> {
1509 fn fisub(&mut self, op0: T) -> Result<(), IcedError>;
1510}
1511
1512#[rustfmt::skip]
1513pub trait CodeAsmFisubr<T> {
1514 fn fisubr(&mut self, op0: T) -> Result<(), IcedError>;
1515}
1516
1517#[rustfmt::skip]
1518pub trait CodeAsmFld<T> {
1519 fn fld(&mut self, op0: T) -> Result<(), IcedError>;
1520}
1521
1522#[rustfmt::skip]
1523pub trait CodeAsmFld1 {
1524 fn fld1(&mut self) -> Result<(), IcedError>;
1525}
1526
1527#[rustfmt::skip]
1528pub trait CodeAsmFldcw<T> {
1529 fn fldcw(&mut self, op0: T) -> Result<(), IcedError>;
1530}
1531
1532#[rustfmt::skip]
1533pub trait CodeAsmFldenv<T> {
1534 fn fldenv(&mut self, op0: T) -> Result<(), IcedError>;
1535}
1536
1537#[rustfmt::skip]
1538pub trait CodeAsmFldl2e {
1539 fn fldl2e(&mut self) -> Result<(), IcedError>;
1540}
1541
1542#[rustfmt::skip]
1543pub trait CodeAsmFldl2t {
1544 fn fldl2t(&mut self) -> Result<(), IcedError>;
1545}
1546
1547#[rustfmt::skip]
1548pub trait CodeAsmFldlg2 {
1549 fn fldlg2(&mut self) -> Result<(), IcedError>;
1550}
1551
1552#[rustfmt::skip]
1553pub trait CodeAsmFldln2 {
1554 fn fldln2(&mut self) -> Result<(), IcedError>;
1555}
1556
1557#[rustfmt::skip]
1558pub trait CodeAsmFldpi {
1559 fn fldpi(&mut self) -> Result<(), IcedError>;
1560}
1561
1562#[rustfmt::skip]
1563pub trait CodeAsmFldz {
1564 fn fldz(&mut self) -> Result<(), IcedError>;
1565}
1566
1567#[rustfmt::skip]
1568pub trait CodeAsmFmul<T> {
1569 fn fmul(&mut self, op0: T) -> Result<(), IcedError>;
1570}
1571
1572#[rustfmt::skip]
1573pub trait CodeAsmFmul2<T, U> {
1574 fn fmul_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1575}
1576
1577#[rustfmt::skip]
1578pub trait CodeAsmFmulp<T, U> {
1579 fn fmulp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1580}
1581
1582#[rustfmt::skip]
1583pub trait CodeAsmFnclex {
1584 fn fnclex(&mut self) -> Result<(), IcedError>;
1585}
1586
1587#[rustfmt::skip]
1588pub trait CodeAsmFndisi {
1589 fn fndisi(&mut self) -> Result<(), IcedError>;
1590}
1591
1592#[rustfmt::skip]
1593pub trait CodeAsmFneni {
1594 fn fneni(&mut self) -> Result<(), IcedError>;
1595}
1596
1597#[rustfmt::skip]
1598pub trait CodeAsmFninit {
1599 fn fninit(&mut self) -> Result<(), IcedError>;
1600}
1601
1602#[rustfmt::skip]
1603pub trait CodeAsmFnop {
1604 fn fnop(&mut self) -> Result<(), IcedError>;
1605}
1606
1607#[rustfmt::skip]
1608pub trait CodeAsmFnsave<T> {
1609 fn fnsave(&mut self, op0: T) -> Result<(), IcedError>;
1610}
1611
1612#[rustfmt::skip]
1613pub trait CodeAsmFnsetpm {
1614 fn fnsetpm(&mut self) -> Result<(), IcedError>;
1615}
1616
1617#[rustfmt::skip]
1618pub trait CodeAsmFnstcw<T> {
1619 fn fnstcw(&mut self, op0: T) -> Result<(), IcedError>;
1620}
1621
1622#[rustfmt::skip]
1623pub trait CodeAsmFnstdw<T> {
1624 fn fnstdw(&mut self, op0: T) -> Result<(), IcedError>;
1625}
1626
1627#[rustfmt::skip]
1628pub trait CodeAsmFnstenv<T> {
1629 fn fnstenv(&mut self, op0: T) -> Result<(), IcedError>;
1630}
1631
1632#[rustfmt::skip]
1633pub trait CodeAsmFnstsg<T> {
1634 fn fnstsg(&mut self, op0: T) -> Result<(), IcedError>;
1635}
1636
1637#[rustfmt::skip]
1638pub trait CodeAsmFnstsw<T> {
1639 fn fnstsw(&mut self, op0: T) -> Result<(), IcedError>;
1640}
1641
1642#[rustfmt::skip]
1643pub trait CodeAsmFpatan {
1644 fn fpatan(&mut self) -> Result<(), IcedError>;
1645}
1646
1647#[rustfmt::skip]
1648pub trait CodeAsmFprem {
1649 fn fprem(&mut self) -> Result<(), IcedError>;
1650}
1651
1652#[rustfmt::skip]
1653pub trait CodeAsmFprem1 {
1654 fn fprem1(&mut self) -> Result<(), IcedError>;
1655}
1656
1657#[rustfmt::skip]
1658pub trait CodeAsmFptan {
1659 fn fptan(&mut self) -> Result<(), IcedError>;
1660}
1661
1662#[rustfmt::skip]
1663pub trait CodeAsmFrndint {
1664 fn frndint(&mut self) -> Result<(), IcedError>;
1665}
1666
1667#[rustfmt::skip]
1668pub trait CodeAsmFrstor<T> {
1669 fn frstor(&mut self, op0: T) -> Result<(), IcedError>;
1670}
1671
1672#[rustfmt::skip]
1673pub trait CodeAsmFrstpm {
1674 fn frstpm(&mut self) -> Result<(), IcedError>;
1675}
1676
1677#[rustfmt::skip]
1678pub trait CodeAsmFsave<T> {
1679 fn fsave(&mut self, op0: T) -> Result<(), IcedError>;
1680}
1681
1682#[rustfmt::skip]
1683pub trait CodeAsmFscale {
1684 fn fscale(&mut self) -> Result<(), IcedError>;
1685}
1686
1687#[rustfmt::skip]
1688pub trait CodeAsmFsetpm {
1689 fn fsetpm(&mut self) -> Result<(), IcedError>;
1690}
1691
1692#[rustfmt::skip]
1693pub trait CodeAsmFsin {
1694 fn fsin(&mut self) -> Result<(), IcedError>;
1695}
1696
1697#[rustfmt::skip]
1698pub trait CodeAsmFsincos {
1699 fn fsincos(&mut self) -> Result<(), IcedError>;
1700}
1701
1702#[rustfmt::skip]
1703pub trait CodeAsmFsqrt {
1704 fn fsqrt(&mut self) -> Result<(), IcedError>;
1705}
1706
1707#[rustfmt::skip]
1708pub trait CodeAsmFst<T> {
1709 fn fst(&mut self, op0: T) -> Result<(), IcedError>;
1710}
1711
1712#[rustfmt::skip]
1713pub trait CodeAsmFstcw<T> {
1714 fn fstcw(&mut self, op0: T) -> Result<(), IcedError>;
1715}
1716
1717#[rustfmt::skip]
1718pub trait CodeAsmFstdw<T> {
1719 fn fstdw(&mut self, op0: T) -> Result<(), IcedError>;
1720}
1721
1722#[rustfmt::skip]
1723pub trait CodeAsmFstenv<T> {
1724 fn fstenv(&mut self, op0: T) -> Result<(), IcedError>;
1725}
1726
1727#[rustfmt::skip]
1728pub trait CodeAsmFstp<T> {
1729 fn fstp(&mut self, op0: T) -> Result<(), IcedError>;
1730}
1731
1732#[rustfmt::skip]
1733pub trait CodeAsmFstpnce<T> {
1734 fn fstpnce(&mut self, op0: T) -> Result<(), IcedError>;
1735}
1736
1737#[rustfmt::skip]
1738pub trait CodeAsmFstsg<T> {
1739 fn fstsg(&mut self, op0: T) -> Result<(), IcedError>;
1740}
1741
1742#[rustfmt::skip]
1743pub trait CodeAsmFstsw<T> {
1744 fn fstsw(&mut self, op0: T) -> Result<(), IcedError>;
1745}
1746
1747#[rustfmt::skip]
1748pub trait CodeAsmFsub<T> {
1749 fn fsub(&mut self, op0: T) -> Result<(), IcedError>;
1750}
1751
1752#[rustfmt::skip]
1753pub trait CodeAsmFsub2<T, U> {
1754 fn fsub_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1755}
1756
1757#[rustfmt::skip]
1758pub trait CodeAsmFsubp<T, U> {
1759 fn fsubp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1760}
1761
1762#[rustfmt::skip]
1763pub trait CodeAsmFsubr<T> {
1764 fn fsubr(&mut self, op0: T) -> Result<(), IcedError>;
1765}
1766
1767#[rustfmt::skip]
1768pub trait CodeAsmFsubr2<T, U> {
1769 fn fsubr_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1770}
1771
1772#[rustfmt::skip]
1773pub trait CodeAsmFsubrp<T, U> {
1774 fn fsubrp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1775}
1776
1777#[rustfmt::skip]
1778pub trait CodeAsmFtst {
1779 fn ftst(&mut self) -> Result<(), IcedError>;
1780}
1781
1782#[rustfmt::skip]
1783pub trait CodeAsmFucom<T, U> {
1784 fn fucom(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1785}
1786
1787#[rustfmt::skip]
1788pub trait CodeAsmFucomi<T, U> {
1789 fn fucomi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1790}
1791
1792#[rustfmt::skip]
1793pub trait CodeAsmFucomip<T, U> {
1794 fn fucomip(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1795}
1796
1797#[rustfmt::skip]
1798pub trait CodeAsmFucomp<T, U> {
1799 fn fucomp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1800}
1801
1802#[rustfmt::skip]
1803pub trait CodeAsmFucompp {
1804 fn fucompp(&mut self) -> Result<(), IcedError>;
1805}
1806
1807#[rustfmt::skip]
1808pub trait CodeAsmFxam {
1809 fn fxam(&mut self) -> Result<(), IcedError>;
1810}
1811
1812#[rustfmt::skip]
1813pub trait CodeAsmFxch<T, U> {
1814 fn fxch(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1815}
1816
1817#[rustfmt::skip]
1818pub trait CodeAsmFxrstor<T> {
1819 fn fxrstor(&mut self, op0: T) -> Result<(), IcedError>;
1820}
1821
1822#[rustfmt::skip]
1823pub trait CodeAsmFxrstor64<T> {
1824 fn fxrstor64(&mut self, op0: T) -> Result<(), IcedError>;
1825}
1826
1827#[rustfmt::skip]
1828pub trait CodeAsmFxsave<T> {
1829 fn fxsave(&mut self, op0: T) -> Result<(), IcedError>;
1830}
1831
1832#[rustfmt::skip]
1833pub trait CodeAsmFxsave64<T> {
1834 fn fxsave64(&mut self, op0: T) -> Result<(), IcedError>;
1835}
1836
1837#[rustfmt::skip]
1838pub trait CodeAsmFxtract {
1839 fn fxtract(&mut self) -> Result<(), IcedError>;
1840}
1841
1842#[rustfmt::skip]
1843pub trait CodeAsmFyl2x {
1844 fn fyl2x(&mut self) -> Result<(), IcedError>;
1845}
1846
1847#[rustfmt::skip]
1848pub trait CodeAsmFyl2xp1 {
1849 fn fyl2xp1(&mut self) -> Result<(), IcedError>;
1850}
1851
1852#[rustfmt::skip]
1853pub trait CodeAsmGetsec {
1854 fn getsec(&mut self) -> Result<(), IcedError>;
1855}
1856
1857#[rustfmt::skip]
1858pub trait CodeAsmGetsecq {
1859 fn getsecq(&mut self) -> Result<(), IcedError>;
1860}
1861
1862#[rustfmt::skip]
1863pub trait CodeAsmGf2p8affineinvqb<T, U, V> {
1864 fn gf2p8affineinvqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1865}
1866
1867#[rustfmt::skip]
1868pub trait CodeAsmGf2p8affineqb<T, U, V> {
1869 fn gf2p8affineqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1870}
1871
1872#[rustfmt::skip]
1873pub trait CodeAsmGf2p8mulb<T, U> {
1874 fn gf2p8mulb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1875}
1876
1877#[rustfmt::skip]
1878pub trait CodeAsmHaddpd<T, U> {
1879 fn haddpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1880}
1881
1882#[rustfmt::skip]
1883pub trait CodeAsmHaddps<T, U> {
1884 fn haddps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1885}
1886
1887#[rustfmt::skip]
1888pub trait CodeAsmHlt {
1889 fn hlt(&mut self) -> Result<(), IcedError>;
1890}
1891
1892#[rustfmt::skip]
1893pub trait CodeAsmHreset<T> {
1894 fn hreset(&mut self, op0: T) -> Result<(), IcedError>;
1895}
1896
1897#[rustfmt::skip]
1898pub trait CodeAsmHsubpd<T, U> {
1899 fn hsubpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1900}
1901
1902#[rustfmt::skip]
1903pub trait CodeAsmHsubps<T, U> {
1904 fn hsubps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1905}
1906
1907#[rustfmt::skip]
1908pub trait CodeAsmIbts<T, U> {
1909 fn ibts(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1910}
1911
1912#[rustfmt::skip]
1913pub trait CodeAsmIdiv<T> {
1914 fn idiv(&mut self, op0: T) -> Result<(), IcedError>;
1915}
1916
1917#[rustfmt::skip]
1918pub trait CodeAsmImul<T> {
1919 fn imul(&mut self, op0: T) -> Result<(), IcedError>;
1920}
1921
1922#[rustfmt::skip]
1923pub trait CodeAsmImul2<T, U> {
1924 fn imul_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1925}
1926
1927#[rustfmt::skip]
1928pub trait CodeAsmImul3<T, U, V> {
1929 fn imul_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1930}
1931
1932#[rustfmt::skip]
1933pub trait CodeAsmIn<T, U> {
1934 fn in_(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1935}
1936
1937#[rustfmt::skip]
1938pub trait CodeAsmInc<T> {
1939 fn inc(&mut self, op0: T) -> Result<(), IcedError>;
1940}
1941
1942#[rustfmt::skip]
1943pub trait CodeAsmIncsspd<T> {
1944 fn incsspd(&mut self, op0: T) -> Result<(), IcedError>;
1945}
1946
1947#[rustfmt::skip]
1948pub trait CodeAsmIncsspq<T> {
1949 fn incsspq(&mut self, op0: T) -> Result<(), IcedError>;
1950}
1951
1952#[rustfmt::skip]
1953pub trait CodeAsmInsb {
1954 fn insb(&mut self) -> Result<(), IcedError>;
1955}
1956
1957#[rustfmt::skip]
1958pub trait CodeAsmInsd {
1959 fn insd(&mut self) -> Result<(), IcedError>;
1960}
1961
1962#[rustfmt::skip]
1963pub trait CodeAsmInsertps<T, U, V> {
1964 fn insertps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
1965}
1966
1967#[rustfmt::skip]
1968pub trait CodeAsmInsertq<T, U> {
1969 fn insertq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
1970}
1971
1972#[rustfmt::skip]
1973pub trait CodeAsmInsertq4<T, U, V, W> {
1974 fn insertq_4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
1975}
1976
1977#[rustfmt::skip]
1978pub trait CodeAsmInsw {
1979 fn insw(&mut self) -> Result<(), IcedError>;
1980}
1981
1982#[rustfmt::skip]
1983pub trait CodeAsmInt<T> {
1984 fn int(&mut self, op0: T) -> Result<(), IcedError>;
1985}
1986
1987#[rustfmt::skip]
1988pub trait CodeAsmInt1 {
1989 fn int1(&mut self) -> Result<(), IcedError>;
1990}
1991
1992#[rustfmt::skip]
1993pub trait CodeAsmInt3 {
1994 fn int3(&mut self) -> Result<(), IcedError>;
1995}
1996
1997#[rustfmt::skip]
1998pub trait CodeAsmInto {
1999 fn into(&mut self) -> Result<(), IcedError>;
2000}
2001
2002#[rustfmt::skip]
2003pub trait CodeAsmInvd {
2004 fn invd(&mut self) -> Result<(), IcedError>;
2005}
2006
2007#[rustfmt::skip]
2008pub trait CodeAsmInvept<T, U> {
2009 fn invept(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2010}
2011
2012#[rustfmt::skip]
2013pub trait CodeAsmInvlpg<T> {
2014 fn invlpg(&mut self, op0: T) -> Result<(), IcedError>;
2015}
2016
2017#[rustfmt::skip]
2018pub trait CodeAsmInvlpga {
2019 fn invlpga(&mut self) -> Result<(), IcedError>;
2020}
2021
2022#[rustfmt::skip]
2023pub trait CodeAsmInvlpgb {
2024 fn invlpgb(&mut self) -> Result<(), IcedError>;
2025}
2026
2027#[rustfmt::skip]
2028pub trait CodeAsmInvpcid<T, U> {
2029 fn invpcid(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2030}
2031
2032#[rustfmt::skip]
2033pub trait CodeAsmInvvpid<T, U> {
2034 fn invvpid(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2035}
2036
2037#[rustfmt::skip]
2038pub trait CodeAsmIret {
2039 fn iret(&mut self) -> Result<(), IcedError>;
2040}
2041
2042#[rustfmt::skip]
2043pub trait CodeAsmIretd {
2044 fn iretd(&mut self) -> Result<(), IcedError>;
2045}
2046
2047#[rustfmt::skip]
2048pub trait CodeAsmIretq {
2049 fn iretq(&mut self) -> Result<(), IcedError>;
2050}
2051
2052#[rustfmt::skip]
2053pub trait CodeAsmJa<T> {
2054 fn ja(&mut self, op0: T) -> Result<(), IcedError>;
2055}
2056
2057#[rustfmt::skip]
2058pub trait CodeAsmJae<T> {
2059 fn jae(&mut self, op0: T) -> Result<(), IcedError>;
2060}
2061
2062#[rustfmt::skip]
2063pub trait CodeAsmJb<T> {
2064 fn jb(&mut self, op0: T) -> Result<(), IcedError>;
2065}
2066
2067#[rustfmt::skip]
2068pub trait CodeAsmJbe<T> {
2069 fn jbe(&mut self, op0: T) -> Result<(), IcedError>;
2070}
2071
2072#[rustfmt::skip]
2073pub trait CodeAsmJc<T> {
2074 fn jc(&mut self, op0: T) -> Result<(), IcedError>;
2075}
2076
2077#[rustfmt::skip]
2078pub trait CodeAsmJcxz<T> {
2079 fn jcxz(&mut self, op0: T) -> Result<(), IcedError>;
2080}
2081
2082#[rustfmt::skip]
2083pub trait CodeAsmJe<T> {
2084 fn je(&mut self, op0: T) -> Result<(), IcedError>;
2085}
2086
2087#[rustfmt::skip]
2088pub trait CodeAsmJecxz<T> {
2089 fn jecxz(&mut self, op0: T) -> Result<(), IcedError>;
2090}
2091
2092#[rustfmt::skip]
2093pub trait CodeAsmJg<T> {
2094 fn jg(&mut self, op0: T) -> Result<(), IcedError>;
2095}
2096
2097#[rustfmt::skip]
2098pub trait CodeAsmJge<T> {
2099 fn jge(&mut self, op0: T) -> Result<(), IcedError>;
2100}
2101
2102#[rustfmt::skip]
2103pub trait CodeAsmJl<T> {
2104 fn jl(&mut self, op0: T) -> Result<(), IcedError>;
2105}
2106
2107#[rustfmt::skip]
2108pub trait CodeAsmJle<T> {
2109 fn jle(&mut self, op0: T) -> Result<(), IcedError>;
2110}
2111
2112#[rustfmt::skip]
2113pub trait CodeAsmJmp<T> {
2114 fn jmp(&mut self, op0: T) -> Result<(), IcedError>;
2115}
2116
2117#[rustfmt::skip]
2118pub trait CodeAsmJmpe<T> {
2119 fn jmpe(&mut self, op0: T) -> Result<(), IcedError>;
2120}
2121
2122#[rustfmt::skip]
2123pub trait CodeAsmJna<T> {
2124 fn jna(&mut self, op0: T) -> Result<(), IcedError>;
2125}
2126
2127#[rustfmt::skip]
2128pub trait CodeAsmJnae<T> {
2129 fn jnae(&mut self, op0: T) -> Result<(), IcedError>;
2130}
2131
2132#[rustfmt::skip]
2133pub trait CodeAsmJnb<T> {
2134 fn jnb(&mut self, op0: T) -> Result<(), IcedError>;
2135}
2136
2137#[rustfmt::skip]
2138pub trait CodeAsmJnbe<T> {
2139 fn jnbe(&mut self, op0: T) -> Result<(), IcedError>;
2140}
2141
2142#[rustfmt::skip]
2143pub trait CodeAsmJnc<T> {
2144 fn jnc(&mut self, op0: T) -> Result<(), IcedError>;
2145}
2146
2147#[rustfmt::skip]
2148pub trait CodeAsmJne<T> {
2149 fn jne(&mut self, op0: T) -> Result<(), IcedError>;
2150}
2151
2152#[rustfmt::skip]
2153pub trait CodeAsmJng<T> {
2154 fn jng(&mut self, op0: T) -> Result<(), IcedError>;
2155}
2156
2157#[rustfmt::skip]
2158pub trait CodeAsmJnge<T> {
2159 fn jnge(&mut self, op0: T) -> Result<(), IcedError>;
2160}
2161
2162#[rustfmt::skip]
2163pub trait CodeAsmJnl<T> {
2164 fn jnl(&mut self, op0: T) -> Result<(), IcedError>;
2165}
2166
2167#[rustfmt::skip]
2168pub trait CodeAsmJnle<T> {
2169 fn jnle(&mut self, op0: T) -> Result<(), IcedError>;
2170}
2171
2172#[rustfmt::skip]
2173pub trait CodeAsmJno<T> {
2174 fn jno(&mut self, op0: T) -> Result<(), IcedError>;
2175}
2176
2177#[rustfmt::skip]
2178pub trait CodeAsmJnp<T> {
2179 fn jnp(&mut self, op0: T) -> Result<(), IcedError>;
2180}
2181
2182#[rustfmt::skip]
2183pub trait CodeAsmJns<T> {
2184 fn jns(&mut self, op0: T) -> Result<(), IcedError>;
2185}
2186
2187#[rustfmt::skip]
2188pub trait CodeAsmJnz<T> {
2189 fn jnz(&mut self, op0: T) -> Result<(), IcedError>;
2190}
2191
2192#[rustfmt::skip]
2193pub trait CodeAsmJo<T> {
2194 fn jo(&mut self, op0: T) -> Result<(), IcedError>;
2195}
2196
2197#[rustfmt::skip]
2198pub trait CodeAsmJp<T> {
2199 fn jp(&mut self, op0: T) -> Result<(), IcedError>;
2200}
2201
2202#[rustfmt::skip]
2203pub trait CodeAsmJpe<T> {
2204 fn jpe(&mut self, op0: T) -> Result<(), IcedError>;
2205}
2206
2207#[rustfmt::skip]
2208pub trait CodeAsmJpo<T> {
2209 fn jpo(&mut self, op0: T) -> Result<(), IcedError>;
2210}
2211
2212#[rustfmt::skip]
2213pub trait CodeAsmJrcxz<T> {
2214 fn jrcxz(&mut self, op0: T) -> Result<(), IcedError>;
2215}
2216
2217#[rustfmt::skip]
2218pub trait CodeAsmJs<T> {
2219 fn js(&mut self, op0: T) -> Result<(), IcedError>;
2220}
2221
2222#[rustfmt::skip]
2223pub trait CodeAsmJz<T> {
2224 fn jz(&mut self, op0: T) -> Result<(), IcedError>;
2225}
2226
2227#[rustfmt::skip]
2228pub trait CodeAsmKaddb<T, U, V> {
2229 fn kaddb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2230}
2231
2232#[rustfmt::skip]
2233pub trait CodeAsmKaddd<T, U, V> {
2234 fn kaddd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2235}
2236
2237#[rustfmt::skip]
2238pub trait CodeAsmKaddq<T, U, V> {
2239 fn kaddq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2240}
2241
2242#[rustfmt::skip]
2243pub trait CodeAsmKaddw<T, U, V> {
2244 fn kaddw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2245}
2246
2247#[rustfmt::skip]
2248pub trait CodeAsmKandb<T, U, V> {
2249 fn kandb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2250}
2251
2252#[rustfmt::skip]
2253pub trait CodeAsmKandd<T, U, V> {
2254 fn kandd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2255}
2256
2257#[rustfmt::skip]
2258pub trait CodeAsmKandnb<T, U, V> {
2259 fn kandnb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2260}
2261
2262#[rustfmt::skip]
2263pub trait CodeAsmKandnd<T, U, V> {
2264 fn kandnd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2265}
2266
2267#[rustfmt::skip]
2268pub trait CodeAsmKandnq<T, U, V> {
2269 fn kandnq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2270}
2271
2272#[rustfmt::skip]
2273pub trait CodeAsmKandnw<T, U, V> {
2274 fn kandnw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2275}
2276
2277#[rustfmt::skip]
2278pub trait CodeAsmKandq<T, U, V> {
2279 fn kandq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2280}
2281
2282#[rustfmt::skip]
2283pub trait CodeAsmKandw<T, U, V> {
2284 fn kandw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2285}
2286
2287#[rustfmt::skip]
2288pub trait CodeAsmKmovb<T, U> {
2289 fn kmovb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2290}
2291
2292#[rustfmt::skip]
2293pub trait CodeAsmKmovd<T, U> {
2294 fn kmovd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2295}
2296
2297#[rustfmt::skip]
2298pub trait CodeAsmKmovq<T, U> {
2299 fn kmovq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2300}
2301
2302#[rustfmt::skip]
2303pub trait CodeAsmKmovw<T, U> {
2304 fn kmovw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2305}
2306
2307#[rustfmt::skip]
2308pub trait CodeAsmKnotb<T, U> {
2309 fn knotb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2310}
2311
2312#[rustfmt::skip]
2313pub trait CodeAsmKnotd<T, U> {
2314 fn knotd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2315}
2316
2317#[rustfmt::skip]
2318pub trait CodeAsmKnotq<T, U> {
2319 fn knotq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2320}
2321
2322#[rustfmt::skip]
2323pub trait CodeAsmKnotw<T, U> {
2324 fn knotw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2325}
2326
2327#[rustfmt::skip]
2328pub trait CodeAsmKorb<T, U, V> {
2329 fn korb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2330}
2331
2332#[rustfmt::skip]
2333pub trait CodeAsmKord<T, U, V> {
2334 fn kord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2335}
2336
2337#[rustfmt::skip]
2338pub trait CodeAsmKorq<T, U, V> {
2339 fn korq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2340}
2341
2342#[rustfmt::skip]
2343pub trait CodeAsmKortestb<T, U> {
2344 fn kortestb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2345}
2346
2347#[rustfmt::skip]
2348pub trait CodeAsmKortestd<T, U> {
2349 fn kortestd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2350}
2351
2352#[rustfmt::skip]
2353pub trait CodeAsmKortestq<T, U> {
2354 fn kortestq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2355}
2356
2357#[rustfmt::skip]
2358pub trait CodeAsmKortestw<T, U> {
2359 fn kortestw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2360}
2361
2362#[rustfmt::skip]
2363pub trait CodeAsmKorw<T, U, V> {
2364 fn korw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2365}
2366
2367#[rustfmt::skip]
2368pub trait CodeAsmKshiftlb<T, U, V> {
2369 fn kshiftlb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2370}
2371
2372#[rustfmt::skip]
2373pub trait CodeAsmKshiftld<T, U, V> {
2374 fn kshiftld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2375}
2376
2377#[rustfmt::skip]
2378pub trait CodeAsmKshiftlq<T, U, V> {
2379 fn kshiftlq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2380}
2381
2382#[rustfmt::skip]
2383pub trait CodeAsmKshiftlw<T, U, V> {
2384 fn kshiftlw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2385}
2386
2387#[rustfmt::skip]
2388pub trait CodeAsmKshiftrb<T, U, V> {
2389 fn kshiftrb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2390}
2391
2392#[rustfmt::skip]
2393pub trait CodeAsmKshiftrd<T, U, V> {
2394 fn kshiftrd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2395}
2396
2397#[rustfmt::skip]
2398pub trait CodeAsmKshiftrq<T, U, V> {
2399 fn kshiftrq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2400}
2401
2402#[rustfmt::skip]
2403pub trait CodeAsmKshiftrw<T, U, V> {
2404 fn kshiftrw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2405}
2406
2407#[rustfmt::skip]
2408pub trait CodeAsmKtestb<T, U> {
2409 fn ktestb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2410}
2411
2412#[rustfmt::skip]
2413pub trait CodeAsmKtestd<T, U> {
2414 fn ktestd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2415}
2416
2417#[rustfmt::skip]
2418pub trait CodeAsmKtestq<T, U> {
2419 fn ktestq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2420}
2421
2422#[rustfmt::skip]
2423pub trait CodeAsmKtestw<T, U> {
2424 fn ktestw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2425}
2426
2427#[rustfmt::skip]
2428pub trait CodeAsmKunpckbw<T, U, V> {
2429 fn kunpckbw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2430}
2431
2432#[rustfmt::skip]
2433pub trait CodeAsmKunpckdq<T, U, V> {
2434 fn kunpckdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2435}
2436
2437#[rustfmt::skip]
2438pub trait CodeAsmKunpckwd<T, U, V> {
2439 fn kunpckwd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2440}
2441
2442#[rustfmt::skip]
2443pub trait CodeAsmKxnorb<T, U, V> {
2444 fn kxnorb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2445}
2446
2447#[rustfmt::skip]
2448pub trait CodeAsmKxnord<T, U, V> {
2449 fn kxnord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2450}
2451
2452#[rustfmt::skip]
2453pub trait CodeAsmKxnorq<T, U, V> {
2454 fn kxnorq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2455}
2456
2457#[rustfmt::skip]
2458pub trait CodeAsmKxnorw<T, U, V> {
2459 fn kxnorw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2460}
2461
2462#[rustfmt::skip]
2463pub trait CodeAsmKxorb<T, U, V> {
2464 fn kxorb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2465}
2466
2467#[rustfmt::skip]
2468pub trait CodeAsmKxord<T, U, V> {
2469 fn kxord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2470}
2471
2472#[rustfmt::skip]
2473pub trait CodeAsmKxorq<T, U, V> {
2474 fn kxorq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2475}
2476
2477#[rustfmt::skip]
2478pub trait CodeAsmKxorw<T, U, V> {
2479 fn kxorw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2480}
2481
2482#[rustfmt::skip]
2483pub trait CodeAsmLahf {
2484 fn lahf(&mut self) -> Result<(), IcedError>;
2485}
2486
2487#[rustfmt::skip]
2488pub trait CodeAsmLar<T, U> {
2489 fn lar(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2490}
2491
2492#[rustfmt::skip]
2493pub trait CodeAsmLddqu<T, U> {
2494 fn lddqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2495}
2496
2497#[rustfmt::skip]
2498pub trait CodeAsmLdmxcsr<T> {
2499 fn ldmxcsr(&mut self, op0: T) -> Result<(), IcedError>;
2500}
2501
2502#[rustfmt::skip]
2503pub trait CodeAsmLds<T, U> {
2504 fn lds(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2505}
2506
2507#[rustfmt::skip]
2508pub trait CodeAsmLdtilecfg<T> {
2509 fn ldtilecfg(&mut self, op0: T) -> Result<(), IcedError>;
2510}
2511
2512#[rustfmt::skip]
2513pub trait CodeAsmLea<T, U> {
2514 fn lea(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2515}
2516
2517#[rustfmt::skip]
2518pub trait CodeAsmLeave {
2519 fn leave(&mut self) -> Result<(), IcedError>;
2520}
2521
2522#[rustfmt::skip]
2523pub trait CodeAsmLes<T, U> {
2524 fn les(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2525}
2526
2527#[rustfmt::skip]
2528pub trait CodeAsmLfence {
2529 fn lfence(&mut self) -> Result<(), IcedError>;
2530}
2531
2532#[rustfmt::skip]
2533pub trait CodeAsmLfs<T, U> {
2534 fn lfs(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2535}
2536
2537#[rustfmt::skip]
2538pub trait CodeAsmLgdt<T> {
2539 fn lgdt(&mut self, op0: T) -> Result<(), IcedError>;
2540}
2541
2542#[rustfmt::skip]
2543pub trait CodeAsmLgs<T, U> {
2544 fn lgs(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2545}
2546
2547#[rustfmt::skip]
2548pub trait CodeAsmLidt<T> {
2549 fn lidt(&mut self, op0: T) -> Result<(), IcedError>;
2550}
2551
2552#[rustfmt::skip]
2553pub trait CodeAsmLkgs<T> {
2554 fn lkgs(&mut self, op0: T) -> Result<(), IcedError>;
2555}
2556
2557#[rustfmt::skip]
2558pub trait CodeAsmLldt<T> {
2559 fn lldt(&mut self, op0: T) -> Result<(), IcedError>;
2560}
2561
2562#[rustfmt::skip]
2563pub trait CodeAsmLlwpcb<T> {
2564 fn llwpcb(&mut self, op0: T) -> Result<(), IcedError>;
2565}
2566
2567#[rustfmt::skip]
2568pub trait CodeAsmLmsw<T> {
2569 fn lmsw(&mut self, op0: T) -> Result<(), IcedError>;
2570}
2571
2572#[rustfmt::skip]
2573pub trait CodeAsmLoadall {
2574 fn loadall(&mut self) -> Result<(), IcedError>;
2575}
2576
2577#[rustfmt::skip]
2578pub trait CodeAsmLoadiwkey<T, U> {
2579 fn loadiwkey(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2580}
2581
2582#[rustfmt::skip]
2583pub trait CodeAsmLodsb {
2584 fn lodsb(&mut self) -> Result<(), IcedError>;
2585}
2586
2587#[rustfmt::skip]
2588pub trait CodeAsmLodsd {
2589 fn lodsd(&mut self) -> Result<(), IcedError>;
2590}
2591
2592#[rustfmt::skip]
2593pub trait CodeAsmLodsq {
2594 fn lodsq(&mut self) -> Result<(), IcedError>;
2595}
2596
2597#[rustfmt::skip]
2598pub trait CodeAsmLodsw {
2599 fn lodsw(&mut self) -> Result<(), IcedError>;
2600}
2601
2602#[rustfmt::skip]
2603pub trait CodeAsmLoop<T> {
2604 fn loop_(&mut self, op0: T) -> Result<(), IcedError>;
2605}
2606
2607#[rustfmt::skip]
2608pub trait CodeAsmLoope<T> {
2609 fn loope(&mut self, op0: T) -> Result<(), IcedError>;
2610}
2611
2612#[rustfmt::skip]
2613pub trait CodeAsmLoopne<T> {
2614 fn loopne(&mut self, op0: T) -> Result<(), IcedError>;
2615}
2616
2617#[rustfmt::skip]
2618pub trait CodeAsmLoopnz<T> {
2619 fn loopnz(&mut self, op0: T) -> Result<(), IcedError>;
2620}
2621
2622#[rustfmt::skip]
2623pub trait CodeAsmLoopz<T> {
2624 fn loopz(&mut self, op0: T) -> Result<(), IcedError>;
2625}
2626
2627#[rustfmt::skip]
2628pub trait CodeAsmLsl<T, U> {
2629 fn lsl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2630}
2631
2632#[rustfmt::skip]
2633pub trait CodeAsmLss<T, U> {
2634 fn lss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2635}
2636
2637#[rustfmt::skip]
2638pub trait CodeAsmLtr<T> {
2639 fn ltr(&mut self, op0: T) -> Result<(), IcedError>;
2640}
2641
2642#[rustfmt::skip]
2643pub trait CodeAsmLwpins<T, U, V> {
2644 fn lwpins(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2645}
2646
2647#[rustfmt::skip]
2648pub trait CodeAsmLwpval<T, U, V> {
2649 fn lwpval(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2650}
2651
2652#[rustfmt::skip]
2653pub trait CodeAsmLzcnt<T, U> {
2654 fn lzcnt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2655}
2656
2657#[rustfmt::skip]
2658pub trait CodeAsmMaskmovdqu<T, U> {
2659 fn maskmovdqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2660}
2661
2662#[rustfmt::skip]
2663pub trait CodeAsmMaskmovq<T, U> {
2664 fn maskmovq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2665}
2666
2667#[rustfmt::skip]
2668pub trait CodeAsmMaxpd<T, U> {
2669 fn maxpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2670}
2671
2672#[rustfmt::skip]
2673pub trait CodeAsmMaxps<T, U> {
2674 fn maxps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2675}
2676
2677#[rustfmt::skip]
2678pub trait CodeAsmMaxsd<T, U> {
2679 fn maxsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2680}
2681
2682#[rustfmt::skip]
2683pub trait CodeAsmMaxss<T, U> {
2684 fn maxss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2685}
2686
2687#[rustfmt::skip]
2688pub trait CodeAsmMcommit {
2689 fn mcommit(&mut self) -> Result<(), IcedError>;
2690}
2691
2692#[rustfmt::skip]
2693pub trait CodeAsmMfence {
2694 fn mfence(&mut self) -> Result<(), IcedError>;
2695}
2696
2697#[rustfmt::skip]
2698pub trait CodeAsmMinpd<T, U> {
2699 fn minpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2700}
2701
2702#[rustfmt::skip]
2703pub trait CodeAsmMinps<T, U> {
2704 fn minps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2705}
2706
2707#[rustfmt::skip]
2708pub trait CodeAsmMinsd<T, U> {
2709 fn minsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2710}
2711
2712#[rustfmt::skip]
2713pub trait CodeAsmMinss<T, U> {
2714 fn minss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2715}
2716
2717#[rustfmt::skip]
2718pub trait CodeAsmMonitor {
2719 fn monitor(&mut self) -> Result<(), IcedError>;
2720}
2721
2722#[rustfmt::skip]
2723pub trait CodeAsmMonitorx {
2724 fn monitorx(&mut self) -> Result<(), IcedError>;
2725}
2726
2727#[rustfmt::skip]
2728pub trait CodeAsmMontmul {
2729 fn montmul(&mut self) -> Result<(), IcedError>;
2730}
2731
2732#[rustfmt::skip]
2733pub trait CodeAsmMov<T, U> {
2734 fn mov(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2735}
2736
2737#[rustfmt::skip]
2738pub trait CodeAsmMovapd<T, U> {
2739 fn movapd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2740}
2741
2742#[rustfmt::skip]
2743pub trait CodeAsmMovaps<T, U> {
2744 fn movaps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2745}
2746
2747#[rustfmt::skip]
2748pub trait CodeAsmMovbe<T, U> {
2749 fn movbe(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2750}
2751
2752#[rustfmt::skip]
2753pub trait CodeAsmMovd<T, U> {
2754 fn movd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2755}
2756
2757#[rustfmt::skip]
2758pub trait CodeAsmMovddup<T, U> {
2759 fn movddup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2760}
2761
2762#[rustfmt::skip]
2763pub trait CodeAsmMovdir64b<T, U> {
2764 fn movdir64b(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2765}
2766
2767#[rustfmt::skip]
2768pub trait CodeAsmMovdiri<T, U> {
2769 fn movdiri(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2770}
2771
2772#[rustfmt::skip]
2773pub trait CodeAsmMovdq2q<T, U> {
2774 fn movdq2q(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2775}
2776
2777#[rustfmt::skip]
2778pub trait CodeAsmMovdqa<T, U> {
2779 fn movdqa(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2780}
2781
2782#[rustfmt::skip]
2783pub trait CodeAsmMovdqu<T, U> {
2784 fn movdqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2785}
2786
2787#[rustfmt::skip]
2788pub trait CodeAsmMovhlps<T, U> {
2789 fn movhlps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2790}
2791
2792#[rustfmt::skip]
2793pub trait CodeAsmMovhpd<T, U> {
2794 fn movhpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2795}
2796
2797#[rustfmt::skip]
2798pub trait CodeAsmMovhps<T, U> {
2799 fn movhps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2800}
2801
2802#[rustfmt::skip]
2803pub trait CodeAsmMovlhps<T, U> {
2804 fn movlhps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2805}
2806
2807#[rustfmt::skip]
2808pub trait CodeAsmMovlpd<T, U> {
2809 fn movlpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2810}
2811
2812#[rustfmt::skip]
2813pub trait CodeAsmMovlps<T, U> {
2814 fn movlps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2815}
2816
2817#[rustfmt::skip]
2818pub trait CodeAsmMovmskpd<T, U> {
2819 fn movmskpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2820}
2821
2822#[rustfmt::skip]
2823pub trait CodeAsmMovmskps<T, U> {
2824 fn movmskps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2825}
2826
2827#[rustfmt::skip]
2828pub trait CodeAsmMovntdq<T, U> {
2829 fn movntdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2830}
2831
2832#[rustfmt::skip]
2833pub trait CodeAsmMovntdqa<T, U> {
2834 fn movntdqa(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2835}
2836
2837#[rustfmt::skip]
2838pub trait CodeAsmMovnti<T, U> {
2839 fn movnti(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2840}
2841
2842#[rustfmt::skip]
2843pub trait CodeAsmMovntpd<T, U> {
2844 fn movntpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2845}
2846
2847#[rustfmt::skip]
2848pub trait CodeAsmMovntps<T, U> {
2849 fn movntps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2850}
2851
2852#[rustfmt::skip]
2853pub trait CodeAsmMovntq<T, U> {
2854 fn movntq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2855}
2856
2857#[rustfmt::skip]
2858pub trait CodeAsmMovntsd<T, U> {
2859 fn movntsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2860}
2861
2862#[rustfmt::skip]
2863pub trait CodeAsmMovntss<T, U> {
2864 fn movntss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2865}
2866
2867#[rustfmt::skip]
2868pub trait CodeAsmMovq<T, U> {
2869 fn movq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2870}
2871
2872#[rustfmt::skip]
2873pub trait CodeAsmMovq2dq<T, U> {
2874 fn movq2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2875}
2876
2877#[rustfmt::skip]
2878pub trait CodeAsmMovsb {
2879 fn movsb(&mut self) -> Result<(), IcedError>;
2880}
2881
2882#[rustfmt::skip]
2883pub trait CodeAsmMovsd {
2884 fn movsd(&mut self) -> Result<(), IcedError>;
2885}
2886
2887#[rustfmt::skip]
2888pub trait CodeAsmMovsd2<T, U> {
2889 fn movsd_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2890}
2891
2892#[rustfmt::skip]
2893pub trait CodeAsmMovshdup<T, U> {
2894 fn movshdup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2895}
2896
2897#[rustfmt::skip]
2898pub trait CodeAsmMovsldup<T, U> {
2899 fn movsldup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2900}
2901
2902#[rustfmt::skip]
2903pub trait CodeAsmMovsq {
2904 fn movsq(&mut self) -> Result<(), IcedError>;
2905}
2906
2907#[rustfmt::skip]
2908pub trait CodeAsmMovss<T, U> {
2909 fn movss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2910}
2911
2912#[rustfmt::skip]
2913pub trait CodeAsmMovsw {
2914 fn movsw(&mut self) -> Result<(), IcedError>;
2915}
2916
2917#[rustfmt::skip]
2918pub trait CodeAsmMovsx<T, U> {
2919 fn movsx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2920}
2921
2922#[rustfmt::skip]
2923pub trait CodeAsmMovsxd<T, U> {
2924 fn movsxd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2925}
2926
2927#[rustfmt::skip]
2928pub trait CodeAsmMovupd<T, U> {
2929 fn movupd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2930}
2931
2932#[rustfmt::skip]
2933pub trait CodeAsmMovups<T, U> {
2934 fn movups(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2935}
2936
2937#[rustfmt::skip]
2938pub trait CodeAsmMovzx<T, U> {
2939 fn movzx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2940}
2941
2942#[rustfmt::skip]
2943pub trait CodeAsmMpsadbw<T, U, V> {
2944 fn mpsadbw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2945}
2946
2947#[rustfmt::skip]
2948pub trait CodeAsmMul<T> {
2949 fn mul(&mut self, op0: T) -> Result<(), IcedError>;
2950}
2951
2952#[rustfmt::skip]
2953pub trait CodeAsmMulpd<T, U> {
2954 fn mulpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2955}
2956
2957#[rustfmt::skip]
2958pub trait CodeAsmMulps<T, U> {
2959 fn mulps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2960}
2961
2962#[rustfmt::skip]
2963pub trait CodeAsmMulsd<T, U> {
2964 fn mulsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2965}
2966
2967#[rustfmt::skip]
2968pub trait CodeAsmMulss<T, U> {
2969 fn mulss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
2970}
2971
2972#[rustfmt::skip]
2973pub trait CodeAsmMulx<T, U, V> {
2974 fn mulx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
2975}
2976
2977#[rustfmt::skip]
2978pub trait CodeAsmMwait {
2979 fn mwait(&mut self) -> Result<(), IcedError>;
2980}
2981
2982#[rustfmt::skip]
2983pub trait CodeAsmMwaitx {
2984 fn mwaitx(&mut self) -> Result<(), IcedError>;
2985}
2986
2987#[rustfmt::skip]
2988pub trait CodeAsmNeg<T> {
2989 fn neg(&mut self, op0: T) -> Result<(), IcedError>;
2990}
2991
2992#[rustfmt::skip]
2993pub trait CodeAsmNop {
2994 fn nop(&mut self) -> Result<(), IcedError>;
2995}
2996
2997#[rustfmt::skip]
2998pub trait CodeAsmNop1<T> {
2999 fn nop_1(&mut self, op0: T) -> Result<(), IcedError>;
3000}
3001
3002#[rustfmt::skip]
3003pub trait CodeAsmNot<T> {
3004 fn not(&mut self, op0: T) -> Result<(), IcedError>;
3005}
3006
3007#[rustfmt::skip]
3008pub trait CodeAsmOr<T, U> {
3009 fn or(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3010}
3011
3012#[rustfmt::skip]
3013pub trait CodeAsmOrpd<T, U> {
3014 fn orpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3015}
3016
3017#[rustfmt::skip]
3018pub trait CodeAsmOrps<T, U> {
3019 fn orps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3020}
3021
3022#[rustfmt::skip]
3023pub trait CodeAsmOut<T, U> {
3024 fn out(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3025}
3026
3027#[rustfmt::skip]
3028pub trait CodeAsmOutsb {
3029 fn outsb(&mut self) -> Result<(), IcedError>;
3030}
3031
3032#[rustfmt::skip]
3033pub trait CodeAsmOutsd {
3034 fn outsd(&mut self) -> Result<(), IcedError>;
3035}
3036
3037#[rustfmt::skip]
3038pub trait CodeAsmOutsw {
3039 fn outsw(&mut self) -> Result<(), IcedError>;
3040}
3041
3042#[rustfmt::skip]
3043pub trait CodeAsmPabsb<T, U> {
3044 fn pabsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3045}
3046
3047#[rustfmt::skip]
3048pub trait CodeAsmPabsd<T, U> {
3049 fn pabsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3050}
3051
3052#[rustfmt::skip]
3053pub trait CodeAsmPabsw<T, U> {
3054 fn pabsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3055}
3056
3057#[rustfmt::skip]
3058pub trait CodeAsmPackssdw<T, U> {
3059 fn packssdw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3060}
3061
3062#[rustfmt::skip]
3063pub trait CodeAsmPacksswb<T, U> {
3064 fn packsswb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3065}
3066
3067#[rustfmt::skip]
3068pub trait CodeAsmPackusdw<T, U> {
3069 fn packusdw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3070}
3071
3072#[rustfmt::skip]
3073pub trait CodeAsmPackuswb<T, U> {
3074 fn packuswb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3075}
3076
3077#[rustfmt::skip]
3078pub trait CodeAsmPaddb<T, U> {
3079 fn paddb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3080}
3081
3082#[rustfmt::skip]
3083pub trait CodeAsmPaddd<T, U> {
3084 fn paddd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3085}
3086
3087#[rustfmt::skip]
3088pub trait CodeAsmPaddq<T, U> {
3089 fn paddq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3090}
3091
3092#[rustfmt::skip]
3093pub trait CodeAsmPaddsb<T, U> {
3094 fn paddsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3095}
3096
3097#[rustfmt::skip]
3098pub trait CodeAsmPaddsiw<T, U> {
3099 fn paddsiw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3100}
3101
3102#[rustfmt::skip]
3103pub trait CodeAsmPaddsw<T, U> {
3104 fn paddsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3105}
3106
3107#[rustfmt::skip]
3108pub trait CodeAsmPaddusb<T, U> {
3109 fn paddusb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3110}
3111
3112#[rustfmt::skip]
3113pub trait CodeAsmPaddusw<T, U> {
3114 fn paddusw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3115}
3116
3117#[rustfmt::skip]
3118pub trait CodeAsmPaddw<T, U> {
3119 fn paddw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3120}
3121
3122#[rustfmt::skip]
3123pub trait CodeAsmPalignr<T, U, V> {
3124 fn palignr(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3125}
3126
3127#[rustfmt::skip]
3128pub trait CodeAsmPand<T, U> {
3129 fn pand(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3130}
3131
3132#[rustfmt::skip]
3133pub trait CodeAsmPandn<T, U> {
3134 fn pandn(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3135}
3136
3137#[rustfmt::skip]
3138pub trait CodeAsmPause {
3139 fn pause(&mut self) -> Result<(), IcedError>;
3140}
3141
3142#[rustfmt::skip]
3143pub trait CodeAsmPaveb<T, U> {
3144 fn paveb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3145}
3146
3147#[rustfmt::skip]
3148pub trait CodeAsmPavgb<T, U> {
3149 fn pavgb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3150}
3151
3152#[rustfmt::skip]
3153pub trait CodeAsmPavgusb<T, U> {
3154 fn pavgusb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3155}
3156
3157#[rustfmt::skip]
3158pub trait CodeAsmPavgw<T, U> {
3159 fn pavgw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3160}
3161
3162#[rustfmt::skip]
3163pub trait CodeAsmPblendvb<T, U> {
3164 fn pblendvb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3165}
3166
3167#[rustfmt::skip]
3168pub trait CodeAsmPblendw<T, U, V> {
3169 fn pblendw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3170}
3171
3172#[rustfmt::skip]
3173pub trait CodeAsmPbndkb {
3174 fn pbndkb(&mut self) -> Result<(), IcedError>;
3175}
3176
3177#[rustfmt::skip]
3178pub trait CodeAsmPclmulhqhqdq<T, U> {
3179 fn pclmulhqhqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3180}
3181
3182#[rustfmt::skip]
3183pub trait CodeAsmPclmulhqlqdq<T, U> {
3184 fn pclmulhqlqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3185}
3186
3187#[rustfmt::skip]
3188pub trait CodeAsmPclmullqhqdq<T, U> {
3189 fn pclmullqhqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3190}
3191
3192#[rustfmt::skip]
3193pub trait CodeAsmPclmullqlqdq<T, U> {
3194 fn pclmullqlqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3195}
3196
3197#[rustfmt::skip]
3198pub trait CodeAsmPclmulqdq<T, U, V> {
3199 fn pclmulqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3200}
3201
3202#[rustfmt::skip]
3203pub trait CodeAsmPcmpeqb<T, U> {
3204 fn pcmpeqb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3205}
3206
3207#[rustfmt::skip]
3208pub trait CodeAsmPcmpeqd<T, U> {
3209 fn pcmpeqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3210}
3211
3212#[rustfmt::skip]
3213pub trait CodeAsmPcmpeqq<T, U> {
3214 fn pcmpeqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3215}
3216
3217#[rustfmt::skip]
3218pub trait CodeAsmPcmpeqw<T, U> {
3219 fn pcmpeqw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3220}
3221
3222#[rustfmt::skip]
3223pub trait CodeAsmPcmpestri<T, U, V> {
3224 fn pcmpestri(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3225}
3226
3227#[rustfmt::skip]
3228pub trait CodeAsmPcmpestri64<T, U, V> {
3229 fn pcmpestri64(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3230}
3231
3232#[rustfmt::skip]
3233pub trait CodeAsmPcmpestrm<T, U, V> {
3234 fn pcmpestrm(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3235}
3236
3237#[rustfmt::skip]
3238pub trait CodeAsmPcmpestrm64<T, U, V> {
3239 fn pcmpestrm64(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3240}
3241
3242#[rustfmt::skip]
3243pub trait CodeAsmPcmpgtb<T, U> {
3244 fn pcmpgtb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3245}
3246
3247#[rustfmt::skip]
3248pub trait CodeAsmPcmpgtd<T, U> {
3249 fn pcmpgtd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3250}
3251
3252#[rustfmt::skip]
3253pub trait CodeAsmPcmpgtq<T, U> {
3254 fn pcmpgtq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3255}
3256
3257#[rustfmt::skip]
3258pub trait CodeAsmPcmpgtw<T, U> {
3259 fn pcmpgtw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3260}
3261
3262#[rustfmt::skip]
3263pub trait CodeAsmPcmpistri<T, U, V> {
3264 fn pcmpistri(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3265}
3266
3267#[rustfmt::skip]
3268pub trait CodeAsmPcmpistrm<T, U, V> {
3269 fn pcmpistrm(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3270}
3271
3272#[rustfmt::skip]
3273pub trait CodeAsmPcommit {
3274 fn pcommit(&mut self) -> Result<(), IcedError>;
3275}
3276
3277#[rustfmt::skip]
3278pub trait CodeAsmPconfig {
3279 fn pconfig(&mut self) -> Result<(), IcedError>;
3280}
3281
3282#[rustfmt::skip]
3283pub trait CodeAsmPdep<T, U, V> {
3284 fn pdep(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3285}
3286
3287#[rustfmt::skip]
3288pub trait CodeAsmPdistib<T, U> {
3289 fn pdistib(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3290}
3291
3292#[rustfmt::skip]
3293pub trait CodeAsmPext<T, U, V> {
3294 fn pext(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3295}
3296
3297#[rustfmt::skip]
3298pub trait CodeAsmPextrb<T, U, V> {
3299 fn pextrb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3300}
3301
3302#[rustfmt::skip]
3303pub trait CodeAsmPextrd<T, U, V> {
3304 fn pextrd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3305}
3306
3307#[rustfmt::skip]
3308pub trait CodeAsmPextrq<T, U, V> {
3309 fn pextrq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3310}
3311
3312#[rustfmt::skip]
3313pub trait CodeAsmPextrw<T, U, V> {
3314 fn pextrw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3315}
3316
3317#[rustfmt::skip]
3318pub trait CodeAsmPf2id<T, U> {
3319 fn pf2id(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3320}
3321
3322#[rustfmt::skip]
3323pub trait CodeAsmPf2iw<T, U> {
3324 fn pf2iw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3325}
3326
3327#[rustfmt::skip]
3328pub trait CodeAsmPfacc<T, U> {
3329 fn pfacc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3330}
3331
3332#[rustfmt::skip]
3333pub trait CodeAsmPfadd<T, U> {
3334 fn pfadd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3335}
3336
3337#[rustfmt::skip]
3338pub trait CodeAsmPfcmpeq<T, U> {
3339 fn pfcmpeq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3340}
3341
3342#[rustfmt::skip]
3343pub trait CodeAsmPfcmpge<T, U> {
3344 fn pfcmpge(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3345}
3346
3347#[rustfmt::skip]
3348pub trait CodeAsmPfcmpgt<T, U> {
3349 fn pfcmpgt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3350}
3351
3352#[rustfmt::skip]
3353pub trait CodeAsmPfmax<T, U> {
3354 fn pfmax(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3355}
3356
3357#[rustfmt::skip]
3358pub trait CodeAsmPfmin<T, U> {
3359 fn pfmin(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3360}
3361
3362#[rustfmt::skip]
3363pub trait CodeAsmPfmul<T, U> {
3364 fn pfmul(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3365}
3366
3367#[rustfmt::skip]
3368pub trait CodeAsmPfnacc<T, U> {
3369 fn pfnacc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3370}
3371
3372#[rustfmt::skip]
3373pub trait CodeAsmPfpnacc<T, U> {
3374 fn pfpnacc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3375}
3376
3377#[rustfmt::skip]
3378pub trait CodeAsmPfrcp<T, U> {
3379 fn pfrcp(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3380}
3381
3382#[rustfmt::skip]
3383pub trait CodeAsmPfrcpit1<T, U> {
3384 fn pfrcpit1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3385}
3386
3387#[rustfmt::skip]
3388pub trait CodeAsmPfrcpit2<T, U> {
3389 fn pfrcpit2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3390}
3391
3392#[rustfmt::skip]
3393pub trait CodeAsmPfrcpv<T, U> {
3394 fn pfrcpv(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3395}
3396
3397#[rustfmt::skip]
3398pub trait CodeAsmPfrsqit1<T, U> {
3399 fn pfrsqit1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3400}
3401
3402#[rustfmt::skip]
3403pub trait CodeAsmPfrsqrt<T, U> {
3404 fn pfrsqrt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3405}
3406
3407#[rustfmt::skip]
3408pub trait CodeAsmPfrsqrtv<T, U> {
3409 fn pfrsqrtv(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3410}
3411
3412#[rustfmt::skip]
3413pub trait CodeAsmPfsub<T, U> {
3414 fn pfsub(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3415}
3416
3417#[rustfmt::skip]
3418pub trait CodeAsmPfsubr<T, U> {
3419 fn pfsubr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3420}
3421
3422#[rustfmt::skip]
3423pub trait CodeAsmPhaddd<T, U> {
3424 fn phaddd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3425}
3426
3427#[rustfmt::skip]
3428pub trait CodeAsmPhaddsw<T, U> {
3429 fn phaddsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3430}
3431
3432#[rustfmt::skip]
3433pub trait CodeAsmPhaddw<T, U> {
3434 fn phaddw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3435}
3436
3437#[rustfmt::skip]
3438pub trait CodeAsmPhminposuw<T, U> {
3439 fn phminposuw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3440}
3441
3442#[rustfmt::skip]
3443pub trait CodeAsmPhsubd<T, U> {
3444 fn phsubd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3445}
3446
3447#[rustfmt::skip]
3448pub trait CodeAsmPhsubsw<T, U> {
3449 fn phsubsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3450}
3451
3452#[rustfmt::skip]
3453pub trait CodeAsmPhsubw<T, U> {
3454 fn phsubw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3455}
3456
3457#[rustfmt::skip]
3458pub trait CodeAsmPi2fd<T, U> {
3459 fn pi2fd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3460}
3461
3462#[rustfmt::skip]
3463pub trait CodeAsmPi2fw<T, U> {
3464 fn pi2fw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3465}
3466
3467#[rustfmt::skip]
3468pub trait CodeAsmPinsrb<T, U, V> {
3469 fn pinsrb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3470}
3471
3472#[rustfmt::skip]
3473pub trait CodeAsmPinsrd<T, U, V> {
3474 fn pinsrd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3475}
3476
3477#[rustfmt::skip]
3478pub trait CodeAsmPinsrq<T, U, V> {
3479 fn pinsrq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3480}
3481
3482#[rustfmt::skip]
3483pub trait CodeAsmPinsrw<T, U, V> {
3484 fn pinsrw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3485}
3486
3487#[rustfmt::skip]
3488pub trait CodeAsmPmachriw<T, U> {
3489 fn pmachriw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3490}
3491
3492#[rustfmt::skip]
3493pub trait CodeAsmPmaddubsw<T, U> {
3494 fn pmaddubsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3495}
3496
3497#[rustfmt::skip]
3498pub trait CodeAsmPmaddwd<T, U> {
3499 fn pmaddwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3500}
3501
3502#[rustfmt::skip]
3503pub trait CodeAsmPmagw<T, U> {
3504 fn pmagw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3505}
3506
3507#[rustfmt::skip]
3508pub trait CodeAsmPmaxsb<T, U> {
3509 fn pmaxsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3510}
3511
3512#[rustfmt::skip]
3513pub trait CodeAsmPmaxsd<T, U> {
3514 fn pmaxsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3515}
3516
3517#[rustfmt::skip]
3518pub trait CodeAsmPmaxsw<T, U> {
3519 fn pmaxsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3520}
3521
3522#[rustfmt::skip]
3523pub trait CodeAsmPmaxub<T, U> {
3524 fn pmaxub(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3525}
3526
3527#[rustfmt::skip]
3528pub trait CodeAsmPmaxud<T, U> {
3529 fn pmaxud(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3530}
3531
3532#[rustfmt::skip]
3533pub trait CodeAsmPmaxuw<T, U> {
3534 fn pmaxuw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3535}
3536
3537#[rustfmt::skip]
3538pub trait CodeAsmPminsb<T, U> {
3539 fn pminsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3540}
3541
3542#[rustfmt::skip]
3543pub trait CodeAsmPminsd<T, U> {
3544 fn pminsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3545}
3546
3547#[rustfmt::skip]
3548pub trait CodeAsmPminsw<T, U> {
3549 fn pminsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3550}
3551
3552#[rustfmt::skip]
3553pub trait CodeAsmPminub<T, U> {
3554 fn pminub(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3555}
3556
3557#[rustfmt::skip]
3558pub trait CodeAsmPminud<T, U> {
3559 fn pminud(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3560}
3561
3562#[rustfmt::skip]
3563pub trait CodeAsmPminuw<T, U> {
3564 fn pminuw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3565}
3566
3567#[rustfmt::skip]
3568pub trait CodeAsmPmovmskb<T, U> {
3569 fn pmovmskb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3570}
3571
3572#[rustfmt::skip]
3573pub trait CodeAsmPmovsxbd<T, U> {
3574 fn pmovsxbd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3575}
3576
3577#[rustfmt::skip]
3578pub trait CodeAsmPmovsxbq<T, U> {
3579 fn pmovsxbq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3580}
3581
3582#[rustfmt::skip]
3583pub trait CodeAsmPmovsxbw<T, U> {
3584 fn pmovsxbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3585}
3586
3587#[rustfmt::skip]
3588pub trait CodeAsmPmovsxdq<T, U> {
3589 fn pmovsxdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3590}
3591
3592#[rustfmt::skip]
3593pub trait CodeAsmPmovsxwd<T, U> {
3594 fn pmovsxwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3595}
3596
3597#[rustfmt::skip]
3598pub trait CodeAsmPmovsxwq<T, U> {
3599 fn pmovsxwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3600}
3601
3602#[rustfmt::skip]
3603pub trait CodeAsmPmovzxbd<T, U> {
3604 fn pmovzxbd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3605}
3606
3607#[rustfmt::skip]
3608pub trait CodeAsmPmovzxbq<T, U> {
3609 fn pmovzxbq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3610}
3611
3612#[rustfmt::skip]
3613pub trait CodeAsmPmovzxbw<T, U> {
3614 fn pmovzxbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3615}
3616
3617#[rustfmt::skip]
3618pub trait CodeAsmPmovzxdq<T, U> {
3619 fn pmovzxdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3620}
3621
3622#[rustfmt::skip]
3623pub trait CodeAsmPmovzxwd<T, U> {
3624 fn pmovzxwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3625}
3626
3627#[rustfmt::skip]
3628pub trait CodeAsmPmovzxwq<T, U> {
3629 fn pmovzxwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3630}
3631
3632#[rustfmt::skip]
3633pub trait CodeAsmPmuldq<T, U> {
3634 fn pmuldq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3635}
3636
3637#[rustfmt::skip]
3638pub trait CodeAsmPmulhriw<T, U> {
3639 fn pmulhriw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3640}
3641
3642#[rustfmt::skip]
3643pub trait CodeAsmPmulhrsw<T, U> {
3644 fn pmulhrsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3645}
3646
3647#[rustfmt::skip]
3648pub trait CodeAsmPmulhrw<T, U> {
3649 fn pmulhrw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3650}
3651
3652#[rustfmt::skip]
3653pub trait CodeAsmPmulhrw_cyrix<T, U> {
3654 fn pmulhrw_cyrix(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3655}
3656
3657#[rustfmt::skip]
3658pub trait CodeAsmPmulhuw<T, U> {
3659 fn pmulhuw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3660}
3661
3662#[rustfmt::skip]
3663pub trait CodeAsmPmulhw<T, U> {
3664 fn pmulhw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3665}
3666
3667#[rustfmt::skip]
3668pub trait CodeAsmPmulld<T, U> {
3669 fn pmulld(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3670}
3671
3672#[rustfmt::skip]
3673pub trait CodeAsmPmullw<T, U> {
3674 fn pmullw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3675}
3676
3677#[rustfmt::skip]
3678pub trait CodeAsmPmuludq<T, U> {
3679 fn pmuludq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3680}
3681
3682#[rustfmt::skip]
3683pub trait CodeAsmPmvgezb<T, U> {
3684 fn pmvgezb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3685}
3686
3687#[rustfmt::skip]
3688pub trait CodeAsmPmvlzb<T, U> {
3689 fn pmvlzb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3690}
3691
3692#[rustfmt::skip]
3693pub trait CodeAsmPmvnzb<T, U> {
3694 fn pmvnzb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3695}
3696
3697#[rustfmt::skip]
3698pub trait CodeAsmPmvzb<T, U> {
3699 fn pmvzb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3700}
3701
3702#[rustfmt::skip]
3703pub trait CodeAsmPop<T> {
3704 fn pop(&mut self, op0: T) -> Result<(), IcedError>;
3705}
3706
3707#[rustfmt::skip]
3708pub trait CodeAsmPopa {
3709 fn popa(&mut self) -> Result<(), IcedError>;
3710}
3711
3712#[rustfmt::skip]
3713pub trait CodeAsmPopad {
3714 fn popad(&mut self) -> Result<(), IcedError>;
3715}
3716
3717#[rustfmt::skip]
3718pub trait CodeAsmPopcnt<T, U> {
3719 fn popcnt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3720}
3721
3722#[rustfmt::skip]
3723pub trait CodeAsmPopf {
3724 fn popf(&mut self) -> Result<(), IcedError>;
3725}
3726
3727#[rustfmt::skip]
3728pub trait CodeAsmPopfd {
3729 fn popfd(&mut self) -> Result<(), IcedError>;
3730}
3731
3732#[rustfmt::skip]
3733pub trait CodeAsmPopfq {
3734 fn popfq(&mut self) -> Result<(), IcedError>;
3735}
3736
3737#[rustfmt::skip]
3738pub trait CodeAsmPor<T, U> {
3739 fn por(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3740}
3741
3742#[rustfmt::skip]
3743pub trait CodeAsmPrefetch<T> {
3744 fn prefetch(&mut self, op0: T) -> Result<(), IcedError>;
3745}
3746
3747#[rustfmt::skip]
3748pub trait CodeAsmPrefetchit0<T> {
3749 fn prefetchit0(&mut self, op0: T) -> Result<(), IcedError>;
3750}
3751
3752#[rustfmt::skip]
3753pub trait CodeAsmPrefetchit1<T> {
3754 fn prefetchit1(&mut self, op0: T) -> Result<(), IcedError>;
3755}
3756
3757#[rustfmt::skip]
3758pub trait CodeAsmPrefetchnta<T> {
3759 fn prefetchnta(&mut self, op0: T) -> Result<(), IcedError>;
3760}
3761
3762#[rustfmt::skip]
3763pub trait CodeAsmPrefetcht0<T> {
3764 fn prefetcht0(&mut self, op0: T) -> Result<(), IcedError>;
3765}
3766
3767#[rustfmt::skip]
3768pub trait CodeAsmPrefetcht1<T> {
3769 fn prefetcht1(&mut self, op0: T) -> Result<(), IcedError>;
3770}
3771
3772#[rustfmt::skip]
3773pub trait CodeAsmPrefetcht2<T> {
3774 fn prefetcht2(&mut self, op0: T) -> Result<(), IcedError>;
3775}
3776
3777#[rustfmt::skip]
3778pub trait CodeAsmPrefetchw<T> {
3779 fn prefetchw(&mut self, op0: T) -> Result<(), IcedError>;
3780}
3781
3782#[rustfmt::skip]
3783pub trait CodeAsmPrefetchwt1<T> {
3784 fn prefetchwt1(&mut self, op0: T) -> Result<(), IcedError>;
3785}
3786
3787#[rustfmt::skip]
3788pub trait CodeAsmPsadbw<T, U> {
3789 fn psadbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3790}
3791
3792#[rustfmt::skip]
3793pub trait CodeAsmPshufb<T, U> {
3794 fn pshufb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3795}
3796
3797#[rustfmt::skip]
3798pub trait CodeAsmPshufd<T, U, V> {
3799 fn pshufd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3800}
3801
3802#[rustfmt::skip]
3803pub trait CodeAsmPshufhw<T, U, V> {
3804 fn pshufhw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3805}
3806
3807#[rustfmt::skip]
3808pub trait CodeAsmPshuflw<T, U, V> {
3809 fn pshuflw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3810}
3811
3812#[rustfmt::skip]
3813pub trait CodeAsmPshufw<T, U, V> {
3814 fn pshufw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
3815}
3816
3817#[rustfmt::skip]
3818pub trait CodeAsmPsignb<T, U> {
3819 fn psignb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3820}
3821
3822#[rustfmt::skip]
3823pub trait CodeAsmPsignd<T, U> {
3824 fn psignd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3825}
3826
3827#[rustfmt::skip]
3828pub trait CodeAsmPsignw<T, U> {
3829 fn psignw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3830}
3831
3832#[rustfmt::skip]
3833pub trait CodeAsmPslld<T, U> {
3834 fn pslld(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3835}
3836
3837#[rustfmt::skip]
3838pub trait CodeAsmPslldq<T, U> {
3839 fn pslldq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3840}
3841
3842#[rustfmt::skip]
3843pub trait CodeAsmPsllq<T, U> {
3844 fn psllq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3845}
3846
3847#[rustfmt::skip]
3848pub trait CodeAsmPsllw<T, U> {
3849 fn psllw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3850}
3851
3852#[rustfmt::skip]
3853pub trait CodeAsmPsmash {
3854 fn psmash(&mut self) -> Result<(), IcedError>;
3855}
3856
3857#[rustfmt::skip]
3858pub trait CodeAsmPsrad<T, U> {
3859 fn psrad(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3860}
3861
3862#[rustfmt::skip]
3863pub trait CodeAsmPsraw<T, U> {
3864 fn psraw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3865}
3866
3867#[rustfmt::skip]
3868pub trait CodeAsmPsrld<T, U> {
3869 fn psrld(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3870}
3871
3872#[rustfmt::skip]
3873pub trait CodeAsmPsrldq<T, U> {
3874 fn psrldq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3875}
3876
3877#[rustfmt::skip]
3878pub trait CodeAsmPsrlq<T, U> {
3879 fn psrlq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3880}
3881
3882#[rustfmt::skip]
3883pub trait CodeAsmPsrlw<T, U> {
3884 fn psrlw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3885}
3886
3887#[rustfmt::skip]
3888pub trait CodeAsmPsubb<T, U> {
3889 fn psubb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3890}
3891
3892#[rustfmt::skip]
3893pub trait CodeAsmPsubd<T, U> {
3894 fn psubd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3895}
3896
3897#[rustfmt::skip]
3898pub trait CodeAsmPsubq<T, U> {
3899 fn psubq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3900}
3901
3902#[rustfmt::skip]
3903pub trait CodeAsmPsubsb<T, U> {
3904 fn psubsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3905}
3906
3907#[rustfmt::skip]
3908pub trait CodeAsmPsubsiw<T, U> {
3909 fn psubsiw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3910}
3911
3912#[rustfmt::skip]
3913pub trait CodeAsmPsubsw<T, U> {
3914 fn psubsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3915}
3916
3917#[rustfmt::skip]
3918pub trait CodeAsmPsubusb<T, U> {
3919 fn psubusb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3920}
3921
3922#[rustfmt::skip]
3923pub trait CodeAsmPsubusw<T, U> {
3924 fn psubusw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3925}
3926
3927#[rustfmt::skip]
3928pub trait CodeAsmPsubw<T, U> {
3929 fn psubw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3930}
3931
3932#[rustfmt::skip]
3933pub trait CodeAsmPswapd<T, U> {
3934 fn pswapd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3935}
3936
3937#[rustfmt::skip]
3938pub trait CodeAsmPtest<T, U> {
3939 fn ptest(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3940}
3941
3942#[rustfmt::skip]
3943pub trait CodeAsmPtwrite<T> {
3944 fn ptwrite(&mut self, op0: T) -> Result<(), IcedError>;
3945}
3946
3947#[rustfmt::skip]
3948pub trait CodeAsmPunpckhbw<T, U> {
3949 fn punpckhbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3950}
3951
3952#[rustfmt::skip]
3953pub trait CodeAsmPunpckhdq<T, U> {
3954 fn punpckhdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3955}
3956
3957#[rustfmt::skip]
3958pub trait CodeAsmPunpckhqdq<T, U> {
3959 fn punpckhqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3960}
3961
3962#[rustfmt::skip]
3963pub trait CodeAsmPunpckhwd<T, U> {
3964 fn punpckhwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3965}
3966
3967#[rustfmt::skip]
3968pub trait CodeAsmPunpcklbw<T, U> {
3969 fn punpcklbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3970}
3971
3972#[rustfmt::skip]
3973pub trait CodeAsmPunpckldq<T, U> {
3974 fn punpckldq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3975}
3976
3977#[rustfmt::skip]
3978pub trait CodeAsmPunpcklqdq<T, U> {
3979 fn punpcklqdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3980}
3981
3982#[rustfmt::skip]
3983pub trait CodeAsmPunpcklwd<T, U> {
3984 fn punpcklwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
3985}
3986
3987#[rustfmt::skip]
3988pub trait CodeAsmPush<T> {
3989 fn push(&mut self, op0: T) -> Result<(), IcedError>;
3990}
3991
3992#[rustfmt::skip]
3993pub trait CodeAsmPusha {
3994 fn pusha(&mut self) -> Result<(), IcedError>;
3995}
3996
3997#[rustfmt::skip]
3998pub trait CodeAsmPushad {
3999 fn pushad(&mut self) -> Result<(), IcedError>;
4000}
4001
4002#[rustfmt::skip]
4003pub trait CodeAsmPushf {
4004 fn pushf(&mut self) -> Result<(), IcedError>;
4005}
4006
4007#[rustfmt::skip]
4008pub trait CodeAsmPushfd {
4009 fn pushfd(&mut self) -> Result<(), IcedError>;
4010}
4011
4012#[rustfmt::skip]
4013pub trait CodeAsmPushfq {
4014 fn pushfq(&mut self) -> Result<(), IcedError>;
4015}
4016
4017#[rustfmt::skip]
4018pub trait CodeAsmPvalidate {
4019 fn pvalidate(&mut self) -> Result<(), IcedError>;
4020}
4021
4022#[rustfmt::skip]
4023pub trait CodeAsmPxor<T, U> {
4024 fn pxor(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4025}
4026
4027#[rustfmt::skip]
4028pub trait CodeAsmRcl<T, U> {
4029 fn rcl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4030}
4031
4032#[rustfmt::skip]
4033pub trait CodeAsmRcpps<T, U> {
4034 fn rcpps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4035}
4036
4037#[rustfmt::skip]
4038pub trait CodeAsmRcpss<T, U> {
4039 fn rcpss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4040}
4041
4042#[rustfmt::skip]
4043pub trait CodeAsmRcr<T, U> {
4044 fn rcr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4045}
4046
4047#[rustfmt::skip]
4048pub trait CodeAsmRdfsbase<T> {
4049 fn rdfsbase(&mut self, op0: T) -> Result<(), IcedError>;
4050}
4051
4052#[rustfmt::skip]
4053pub trait CodeAsmRdgsbase<T> {
4054 fn rdgsbase(&mut self, op0: T) -> Result<(), IcedError>;
4055}
4056
4057#[rustfmt::skip]
4058pub trait CodeAsmRdm {
4059 fn rdm(&mut self) -> Result<(), IcedError>;
4060}
4061
4062#[rustfmt::skip]
4063pub trait CodeAsmRdmsr {
4064 fn rdmsr(&mut self) -> Result<(), IcedError>;
4065}
4066
4067#[rustfmt::skip]
4068pub trait CodeAsmRdmsrlist {
4069 fn rdmsrlist(&mut self) -> Result<(), IcedError>;
4070}
4071
4072#[rustfmt::skip]
4073pub trait CodeAsmRdpid<T> {
4074 fn rdpid(&mut self, op0: T) -> Result<(), IcedError>;
4075}
4076
4077#[rustfmt::skip]
4078pub trait CodeAsmRdpkru {
4079 fn rdpkru(&mut self) -> Result<(), IcedError>;
4080}
4081
4082#[rustfmt::skip]
4083pub trait CodeAsmRdpmc {
4084 fn rdpmc(&mut self) -> Result<(), IcedError>;
4085}
4086
4087#[rustfmt::skip]
4088pub trait CodeAsmRdpru {
4089 fn rdpru(&mut self) -> Result<(), IcedError>;
4090}
4091
4092#[rustfmt::skip]
4093pub trait CodeAsmRdrand<T> {
4094 fn rdrand(&mut self, op0: T) -> Result<(), IcedError>;
4095}
4096
4097#[rustfmt::skip]
4098pub trait CodeAsmRdseed<T> {
4099 fn rdseed(&mut self, op0: T) -> Result<(), IcedError>;
4100}
4101
4102#[rustfmt::skip]
4103pub trait CodeAsmRdshr<T> {
4104 fn rdshr(&mut self, op0: T) -> Result<(), IcedError>;
4105}
4106
4107#[rustfmt::skip]
4108pub trait CodeAsmRdsspd<T> {
4109 fn rdsspd(&mut self, op0: T) -> Result<(), IcedError>;
4110}
4111
4112#[rustfmt::skip]
4113pub trait CodeAsmRdsspq<T> {
4114 fn rdsspq(&mut self, op0: T) -> Result<(), IcedError>;
4115}
4116
4117#[rustfmt::skip]
4118pub trait CodeAsmRdtsc {
4119 fn rdtsc(&mut self) -> Result<(), IcedError>;
4120}
4121
4122#[rustfmt::skip]
4123pub trait CodeAsmRdtscp {
4124 fn rdtscp(&mut self) -> Result<(), IcedError>;
4125}
4126
4127#[rustfmt::skip]
4128pub trait CodeAsmRdudbg {
4129 fn rdudbg(&mut self) -> Result<(), IcedError>;
4130}
4131
4132#[rustfmt::skip]
4133pub trait CodeAsmReservednop_0f0d<T, U> {
4134 fn reservednop_0f0d(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4135}
4136
4137#[rustfmt::skip]
4138pub trait CodeAsmReservednop_0f18<T, U> {
4139 fn reservednop_0f18(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4140}
4141
4142#[rustfmt::skip]
4143pub trait CodeAsmReservednop_0f19<T, U> {
4144 fn reservednop_0f19(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4145}
4146
4147#[rustfmt::skip]
4148pub trait CodeAsmReservednop_0f1a<T, U> {
4149 fn reservednop_0f1a(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4150}
4151
4152#[rustfmt::skip]
4153pub trait CodeAsmReservednop_0f1b<T, U> {
4154 fn reservednop_0f1b(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4155}
4156
4157#[rustfmt::skip]
4158pub trait CodeAsmReservednop_0f1c<T, U> {
4159 fn reservednop_0f1c(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4160}
4161
4162#[rustfmt::skip]
4163pub trait CodeAsmReservednop_0f1d<T, U> {
4164 fn reservednop_0f1d(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4165}
4166
4167#[rustfmt::skip]
4168pub trait CodeAsmReservednop_0f1e<T, U> {
4169 fn reservednop_0f1e(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4170}
4171
4172#[rustfmt::skip]
4173pub trait CodeAsmReservednop_0f1f<T, U> {
4174 fn reservednop_0f1f(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4175}
4176
4177#[rustfmt::skip]
4178pub trait CodeAsmRet {
4179 fn ret(&mut self) -> Result<(), IcedError>;
4180}
4181
4182#[rustfmt::skip]
4183pub trait CodeAsmRet1<T> {
4184 fn ret_1(&mut self, op0: T) -> Result<(), IcedError>;
4185}
4186
4187#[rustfmt::skip]
4188pub trait CodeAsmRetf {
4189 fn retf(&mut self) -> Result<(), IcedError>;
4190}
4191
4192#[rustfmt::skip]
4193pub trait CodeAsmRetf1<T> {
4194 fn retf_1(&mut self, op0: T) -> Result<(), IcedError>;
4195}
4196
4197#[rustfmt::skip]
4198pub trait CodeAsmRmpadjust {
4199 fn rmpadjust(&mut self) -> Result<(), IcedError>;
4200}
4201
4202#[rustfmt::skip]
4203pub trait CodeAsmRmpquery {
4204 fn rmpquery(&mut self) -> Result<(), IcedError>;
4205}
4206
4207#[rustfmt::skip]
4208pub trait CodeAsmRmpupdate {
4209 fn rmpupdate(&mut self) -> Result<(), IcedError>;
4210}
4211
4212#[rustfmt::skip]
4213pub trait CodeAsmRol<T, U> {
4214 fn rol(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4215}
4216
4217#[rustfmt::skip]
4218pub trait CodeAsmRor<T, U> {
4219 fn ror(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4220}
4221
4222#[rustfmt::skip]
4223pub trait CodeAsmRorx<T, U, V> {
4224 fn rorx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4225}
4226
4227#[rustfmt::skip]
4228pub trait CodeAsmRoundpd<T, U, V> {
4229 fn roundpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4230}
4231
4232#[rustfmt::skip]
4233pub trait CodeAsmRoundps<T, U, V> {
4234 fn roundps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4235}
4236
4237#[rustfmt::skip]
4238pub trait CodeAsmRoundsd<T, U, V> {
4239 fn roundsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4240}
4241
4242#[rustfmt::skip]
4243pub trait CodeAsmRoundss<T, U, V> {
4244 fn roundss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4245}
4246
4247#[rustfmt::skip]
4248pub trait CodeAsmRsdc<T, U> {
4249 fn rsdc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4250}
4251
4252#[rustfmt::skip]
4253pub trait CodeAsmRsldt<T> {
4254 fn rsldt(&mut self, op0: T) -> Result<(), IcedError>;
4255}
4256
4257#[rustfmt::skip]
4258pub trait CodeAsmRsm {
4259 fn rsm(&mut self) -> Result<(), IcedError>;
4260}
4261
4262#[rustfmt::skip]
4263pub trait CodeAsmRsqrtps<T, U> {
4264 fn rsqrtps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4265}
4266
4267#[rustfmt::skip]
4268pub trait CodeAsmRsqrtss<T, U> {
4269 fn rsqrtss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4270}
4271
4272#[rustfmt::skip]
4273pub trait CodeAsmRstorssp<T> {
4274 fn rstorssp(&mut self, op0: T) -> Result<(), IcedError>;
4275}
4276
4277#[rustfmt::skip]
4278pub trait CodeAsmRsts<T> {
4279 fn rsts(&mut self, op0: T) -> Result<(), IcedError>;
4280}
4281
4282#[rustfmt::skip]
4283pub trait CodeAsmSahf {
4284 fn sahf(&mut self) -> Result<(), IcedError>;
4285}
4286
4287#[rustfmt::skip]
4288pub trait CodeAsmSal<T, U> {
4289 fn sal(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4290}
4291
4292#[rustfmt::skip]
4293pub trait CodeAsmSalc {
4294 fn salc(&mut self) -> Result<(), IcedError>;
4295}
4296
4297#[rustfmt::skip]
4298pub trait CodeAsmSar<T, U> {
4299 fn sar(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4300}
4301
4302#[rustfmt::skip]
4303pub trait CodeAsmSarx<T, U, V> {
4304 fn sarx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4305}
4306
4307#[rustfmt::skip]
4308pub trait CodeAsmSaveprevssp {
4309 fn saveprevssp(&mut self) -> Result<(), IcedError>;
4310}
4311
4312#[rustfmt::skip]
4313pub trait CodeAsmSbb<T, U> {
4314 fn sbb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4315}
4316
4317#[rustfmt::skip]
4318pub trait CodeAsmScasb {
4319 fn scasb(&mut self) -> Result<(), IcedError>;
4320}
4321
4322#[rustfmt::skip]
4323pub trait CodeAsmScasd {
4324 fn scasd(&mut self) -> Result<(), IcedError>;
4325}
4326
4327#[rustfmt::skip]
4328pub trait CodeAsmScasq {
4329 fn scasq(&mut self) -> Result<(), IcedError>;
4330}
4331
4332#[rustfmt::skip]
4333pub trait CodeAsmScasw {
4334 fn scasw(&mut self) -> Result<(), IcedError>;
4335}
4336
4337#[rustfmt::skip]
4338pub trait CodeAsmSeamcall {
4339 fn seamcall(&mut self) -> Result<(), IcedError>;
4340}
4341
4342#[rustfmt::skip]
4343pub trait CodeAsmSeamops {
4344 fn seamops(&mut self) -> Result<(), IcedError>;
4345}
4346
4347#[rustfmt::skip]
4348pub trait CodeAsmSeamret {
4349 fn seamret(&mut self) -> Result<(), IcedError>;
4350}
4351
4352#[rustfmt::skip]
4353pub trait CodeAsmSenduipi<T> {
4354 fn senduipi(&mut self, op0: T) -> Result<(), IcedError>;
4355}
4356
4357#[rustfmt::skip]
4358pub trait CodeAsmSerialize {
4359 fn serialize(&mut self) -> Result<(), IcedError>;
4360}
4361
4362#[rustfmt::skip]
4363pub trait CodeAsmSeta<T> {
4364 fn seta(&mut self, op0: T) -> Result<(), IcedError>;
4365}
4366
4367#[rustfmt::skip]
4368pub trait CodeAsmSetae<T> {
4369 fn setae(&mut self, op0: T) -> Result<(), IcedError>;
4370}
4371
4372#[rustfmt::skip]
4373pub trait CodeAsmSetb<T> {
4374 fn setb(&mut self, op0: T) -> Result<(), IcedError>;
4375}
4376
4377#[rustfmt::skip]
4378pub trait CodeAsmSetbe<T> {
4379 fn setbe(&mut self, op0: T) -> Result<(), IcedError>;
4380}
4381
4382#[rustfmt::skip]
4383pub trait CodeAsmSetc<T> {
4384 fn setc(&mut self, op0: T) -> Result<(), IcedError>;
4385}
4386
4387#[rustfmt::skip]
4388pub trait CodeAsmSete<T> {
4389 fn sete(&mut self, op0: T) -> Result<(), IcedError>;
4390}
4391
4392#[rustfmt::skip]
4393pub trait CodeAsmSetg<T> {
4394 fn setg(&mut self, op0: T) -> Result<(), IcedError>;
4395}
4396
4397#[rustfmt::skip]
4398pub trait CodeAsmSetge<T> {
4399 fn setge(&mut self, op0: T) -> Result<(), IcedError>;
4400}
4401
4402#[rustfmt::skip]
4403pub trait CodeAsmSetl<T> {
4404 fn setl(&mut self, op0: T) -> Result<(), IcedError>;
4405}
4406
4407#[rustfmt::skip]
4408pub trait CodeAsmSetle<T> {
4409 fn setle(&mut self, op0: T) -> Result<(), IcedError>;
4410}
4411
4412#[rustfmt::skip]
4413pub trait CodeAsmSetna<T> {
4414 fn setna(&mut self, op0: T) -> Result<(), IcedError>;
4415}
4416
4417#[rustfmt::skip]
4418pub trait CodeAsmSetnae<T> {
4419 fn setnae(&mut self, op0: T) -> Result<(), IcedError>;
4420}
4421
4422#[rustfmt::skip]
4423pub trait CodeAsmSetnb<T> {
4424 fn setnb(&mut self, op0: T) -> Result<(), IcedError>;
4425}
4426
4427#[rustfmt::skip]
4428pub trait CodeAsmSetnbe<T> {
4429 fn setnbe(&mut self, op0: T) -> Result<(), IcedError>;
4430}
4431
4432#[rustfmt::skip]
4433pub trait CodeAsmSetnc<T> {
4434 fn setnc(&mut self, op0: T) -> Result<(), IcedError>;
4435}
4436
4437#[rustfmt::skip]
4438pub trait CodeAsmSetne<T> {
4439 fn setne(&mut self, op0: T) -> Result<(), IcedError>;
4440}
4441
4442#[rustfmt::skip]
4443pub trait CodeAsmSetng<T> {
4444 fn setng(&mut self, op0: T) -> Result<(), IcedError>;
4445}
4446
4447#[rustfmt::skip]
4448pub trait CodeAsmSetnge<T> {
4449 fn setnge(&mut self, op0: T) -> Result<(), IcedError>;
4450}
4451
4452#[rustfmt::skip]
4453pub trait CodeAsmSetnl<T> {
4454 fn setnl(&mut self, op0: T) -> Result<(), IcedError>;
4455}
4456
4457#[rustfmt::skip]
4458pub trait CodeAsmSetnle<T> {
4459 fn setnle(&mut self, op0: T) -> Result<(), IcedError>;
4460}
4461
4462#[rustfmt::skip]
4463pub trait CodeAsmSetno<T> {
4464 fn setno(&mut self, op0: T) -> Result<(), IcedError>;
4465}
4466
4467#[rustfmt::skip]
4468pub trait CodeAsmSetnp<T> {
4469 fn setnp(&mut self, op0: T) -> Result<(), IcedError>;
4470}
4471
4472#[rustfmt::skip]
4473pub trait CodeAsmSetns<T> {
4474 fn setns(&mut self, op0: T) -> Result<(), IcedError>;
4475}
4476
4477#[rustfmt::skip]
4478pub trait CodeAsmSetnz<T> {
4479 fn setnz(&mut self, op0: T) -> Result<(), IcedError>;
4480}
4481
4482#[rustfmt::skip]
4483pub trait CodeAsmSeto<T> {
4484 fn seto(&mut self, op0: T) -> Result<(), IcedError>;
4485}
4486
4487#[rustfmt::skip]
4488pub trait CodeAsmSetp<T> {
4489 fn setp(&mut self, op0: T) -> Result<(), IcedError>;
4490}
4491
4492#[rustfmt::skip]
4493pub trait CodeAsmSetpe<T> {
4494 fn setpe(&mut self, op0: T) -> Result<(), IcedError>;
4495}
4496
4497#[rustfmt::skip]
4498pub trait CodeAsmSetpo<T> {
4499 fn setpo(&mut self, op0: T) -> Result<(), IcedError>;
4500}
4501
4502#[rustfmt::skip]
4503pub trait CodeAsmSets<T> {
4504 fn sets(&mut self, op0: T) -> Result<(), IcedError>;
4505}
4506
4507#[rustfmt::skip]
4508pub trait CodeAsmSetssbsy {
4509 fn setssbsy(&mut self) -> Result<(), IcedError>;
4510}
4511
4512#[rustfmt::skip]
4513pub trait CodeAsmSetz<T> {
4514 fn setz(&mut self, op0: T) -> Result<(), IcedError>;
4515}
4516
4517#[rustfmt::skip]
4518pub trait CodeAsmSfence {
4519 fn sfence(&mut self) -> Result<(), IcedError>;
4520}
4521
4522#[rustfmt::skip]
4523pub trait CodeAsmSgdt<T> {
4524 fn sgdt(&mut self, op0: T) -> Result<(), IcedError>;
4525}
4526
4527#[rustfmt::skip]
4528pub trait CodeAsmSha1msg1<T, U> {
4529 fn sha1msg1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4530}
4531
4532#[rustfmt::skip]
4533pub trait CodeAsmSha1msg2<T, U> {
4534 fn sha1msg2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4535}
4536
4537#[rustfmt::skip]
4538pub trait CodeAsmSha1nexte<T, U> {
4539 fn sha1nexte(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4540}
4541
4542#[rustfmt::skip]
4543pub trait CodeAsmSha1rnds4<T, U, V> {
4544 fn sha1rnds4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4545}
4546
4547#[rustfmt::skip]
4548pub trait CodeAsmSha256msg1<T, U> {
4549 fn sha256msg1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4550}
4551
4552#[rustfmt::skip]
4553pub trait CodeAsmSha256msg2<T, U> {
4554 fn sha256msg2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4555}
4556
4557#[rustfmt::skip]
4558pub trait CodeAsmSha256rnds2<T, U> {
4559 fn sha256rnds2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4560}
4561
4562#[rustfmt::skip]
4563pub trait CodeAsmShl<T, U> {
4564 fn shl(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4565}
4566
4567#[rustfmt::skip]
4568pub trait CodeAsmShld<T, U, V> {
4569 fn shld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4570}
4571
4572#[rustfmt::skip]
4573pub trait CodeAsmShlx<T, U, V> {
4574 fn shlx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4575}
4576
4577#[rustfmt::skip]
4578pub trait CodeAsmShr<T, U> {
4579 fn shr(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4580}
4581
4582#[rustfmt::skip]
4583pub trait CodeAsmShrd<T, U, V> {
4584 fn shrd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4585}
4586
4587#[rustfmt::skip]
4588pub trait CodeAsmShrx<T, U, V> {
4589 fn shrx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4590}
4591
4592#[rustfmt::skip]
4593pub trait CodeAsmShufpd<T, U, V> {
4594 fn shufpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4595}
4596
4597#[rustfmt::skip]
4598pub trait CodeAsmShufps<T, U, V> {
4599 fn shufps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4600}
4601
4602#[rustfmt::skip]
4603pub trait CodeAsmSidt<T> {
4604 fn sidt(&mut self, op0: T) -> Result<(), IcedError>;
4605}
4606
4607#[rustfmt::skip]
4608pub trait CodeAsmSkinit {
4609 fn skinit(&mut self) -> Result<(), IcedError>;
4610}
4611
4612#[rustfmt::skip]
4613pub trait CodeAsmSldt<T> {
4614 fn sldt(&mut self, op0: T) -> Result<(), IcedError>;
4615}
4616
4617#[rustfmt::skip]
4618pub trait CodeAsmSlwpcb<T> {
4619 fn slwpcb(&mut self, op0: T) -> Result<(), IcedError>;
4620}
4621
4622#[rustfmt::skip]
4623pub trait CodeAsmSmint {
4624 fn smint(&mut self) -> Result<(), IcedError>;
4625}
4626
4627#[rustfmt::skip]
4628pub trait CodeAsmSmint_0f7e {
4629 fn smint_0f7e(&mut self) -> Result<(), IcedError>;
4630}
4631
4632#[rustfmt::skip]
4633pub trait CodeAsmSmsw<T> {
4634 fn smsw(&mut self, op0: T) -> Result<(), IcedError>;
4635}
4636
4637#[rustfmt::skip]
4638pub trait CodeAsmSqrtpd<T, U> {
4639 fn sqrtpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4640}
4641
4642#[rustfmt::skip]
4643pub trait CodeAsmSqrtps<T, U> {
4644 fn sqrtps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4645}
4646
4647#[rustfmt::skip]
4648pub trait CodeAsmSqrtsd<T, U> {
4649 fn sqrtsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4650}
4651
4652#[rustfmt::skip]
4653pub trait CodeAsmSqrtss<T, U> {
4654 fn sqrtss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4655}
4656
4657#[rustfmt::skip]
4658pub trait CodeAsmStac {
4659 fn stac(&mut self) -> Result<(), IcedError>;
4660}
4661
4662#[rustfmt::skip]
4663pub trait CodeAsmStc {
4664 fn stc(&mut self) -> Result<(), IcedError>;
4665}
4666
4667#[rustfmt::skip]
4668pub trait CodeAsmStd {
4669 fn std(&mut self) -> Result<(), IcedError>;
4670}
4671
4672#[rustfmt::skip]
4673pub trait CodeAsmStgi {
4674 fn stgi(&mut self) -> Result<(), IcedError>;
4675}
4676
4677#[rustfmt::skip]
4678pub trait CodeAsmSti {
4679 fn sti(&mut self) -> Result<(), IcedError>;
4680}
4681
4682#[rustfmt::skip]
4683pub trait CodeAsmStmxcsr<T> {
4684 fn stmxcsr(&mut self, op0: T) -> Result<(), IcedError>;
4685}
4686
4687#[rustfmt::skip]
4688pub trait CodeAsmStosb {
4689 fn stosb(&mut self) -> Result<(), IcedError>;
4690}
4691
4692#[rustfmt::skip]
4693pub trait CodeAsmStosd {
4694 fn stosd(&mut self) -> Result<(), IcedError>;
4695}
4696
4697#[rustfmt::skip]
4698pub trait CodeAsmStosq {
4699 fn stosq(&mut self) -> Result<(), IcedError>;
4700}
4701
4702#[rustfmt::skip]
4703pub trait CodeAsmStosw {
4704 fn stosw(&mut self) -> Result<(), IcedError>;
4705}
4706
4707#[rustfmt::skip]
4708pub trait CodeAsmStr<T> {
4709 fn str(&mut self, op0: T) -> Result<(), IcedError>;
4710}
4711
4712#[rustfmt::skip]
4713pub trait CodeAsmSttilecfg<T> {
4714 fn sttilecfg(&mut self, op0: T) -> Result<(), IcedError>;
4715}
4716
4717#[rustfmt::skip]
4718pub trait CodeAsmStui {
4719 fn stui(&mut self) -> Result<(), IcedError>;
4720}
4721
4722#[rustfmt::skip]
4723pub trait CodeAsmSub<T, U> {
4724 fn sub(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4725}
4726
4727#[rustfmt::skip]
4728pub trait CodeAsmSubpd<T, U> {
4729 fn subpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4730}
4731
4732#[rustfmt::skip]
4733pub trait CodeAsmSubps<T, U> {
4734 fn subps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4735}
4736
4737#[rustfmt::skip]
4738pub trait CodeAsmSubsd<T, U> {
4739 fn subsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4740}
4741
4742#[rustfmt::skip]
4743pub trait CodeAsmSubss<T, U> {
4744 fn subss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4745}
4746
4747#[rustfmt::skip]
4748pub trait CodeAsmSvdc<T, U> {
4749 fn svdc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4750}
4751
4752#[rustfmt::skip]
4753pub trait CodeAsmSvldt<T> {
4754 fn svldt(&mut self, op0: T) -> Result<(), IcedError>;
4755}
4756
4757#[rustfmt::skip]
4758pub trait CodeAsmSvts<T> {
4759 fn svts(&mut self, op0: T) -> Result<(), IcedError>;
4760}
4761
4762#[rustfmt::skip]
4763pub trait CodeAsmSwapgs {
4764 fn swapgs(&mut self) -> Result<(), IcedError>;
4765}
4766
4767#[rustfmt::skip]
4768pub trait CodeAsmSyscall {
4769 fn syscall(&mut self) -> Result<(), IcedError>;
4770}
4771
4772#[rustfmt::skip]
4773pub trait CodeAsmSysenter {
4774 fn sysenter(&mut self) -> Result<(), IcedError>;
4775}
4776
4777#[rustfmt::skip]
4778pub trait CodeAsmSysexit {
4779 fn sysexit(&mut self) -> Result<(), IcedError>;
4780}
4781
4782#[rustfmt::skip]
4783pub trait CodeAsmSysexitq {
4784 fn sysexitq(&mut self) -> Result<(), IcedError>;
4785}
4786
4787#[rustfmt::skip]
4788pub trait CodeAsmSysret {
4789 fn sysret(&mut self) -> Result<(), IcedError>;
4790}
4791
4792#[rustfmt::skip]
4793pub trait CodeAsmSysretq {
4794 fn sysretq(&mut self) -> Result<(), IcedError>;
4795}
4796
4797#[rustfmt::skip]
4798pub trait CodeAsmT1mskc<T, U> {
4799 fn t1mskc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4800}
4801
4802#[rustfmt::skip]
4803pub trait CodeAsmTcmmimfp16ps<T, U, V> {
4804 fn tcmmimfp16ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4805}
4806
4807#[rustfmt::skip]
4808pub trait CodeAsmTcmmrlfp16ps<T, U, V> {
4809 fn tcmmrlfp16ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4810}
4811
4812#[rustfmt::skip]
4813pub trait CodeAsmTdcall {
4814 fn tdcall(&mut self) -> Result<(), IcedError>;
4815}
4816
4817#[rustfmt::skip]
4818pub trait CodeAsmTdpbf16ps<T, U, V> {
4819 fn tdpbf16ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4820}
4821
4822#[rustfmt::skip]
4823pub trait CodeAsmTdpbssd<T, U, V> {
4824 fn tdpbssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4825}
4826
4827#[rustfmt::skip]
4828pub trait CodeAsmTdpbsud<T, U, V> {
4829 fn tdpbsud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4830}
4831
4832#[rustfmt::skip]
4833pub trait CodeAsmTdpbusd<T, U, V> {
4834 fn tdpbusd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4835}
4836
4837#[rustfmt::skip]
4838pub trait CodeAsmTdpbuud<T, U, V> {
4839 fn tdpbuud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4840}
4841
4842#[rustfmt::skip]
4843pub trait CodeAsmTdpfp16ps<T, U, V> {
4844 fn tdpfp16ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4845}
4846
4847#[rustfmt::skip]
4848pub trait CodeAsmTest<T, U> {
4849 fn test(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4850}
4851
4852#[rustfmt::skip]
4853pub trait CodeAsmTestui {
4854 fn testui(&mut self) -> Result<(), IcedError>;
4855}
4856
4857#[rustfmt::skip]
4858pub trait CodeAsmTileloadd<T, U> {
4859 fn tileloadd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4860}
4861
4862#[rustfmt::skip]
4863pub trait CodeAsmTileloaddt1<T, U> {
4864 fn tileloaddt1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4865}
4866
4867#[rustfmt::skip]
4868pub trait CodeAsmTilerelease {
4869 fn tilerelease(&mut self) -> Result<(), IcedError>;
4870}
4871
4872#[rustfmt::skip]
4873pub trait CodeAsmTilestored<T, U> {
4874 fn tilestored(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4875}
4876
4877#[rustfmt::skip]
4878pub trait CodeAsmTilezero<T> {
4879 fn tilezero(&mut self, op0: T) -> Result<(), IcedError>;
4880}
4881
4882#[rustfmt::skip]
4883pub trait CodeAsmTlbsync {
4884 fn tlbsync(&mut self) -> Result<(), IcedError>;
4885}
4886
4887#[rustfmt::skip]
4888pub trait CodeAsmTpause<T> {
4889 fn tpause(&mut self, op0: T) -> Result<(), IcedError>;
4890}
4891
4892#[rustfmt::skip]
4893pub trait CodeAsmTzcnt<T, U> {
4894 fn tzcnt(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4895}
4896
4897#[rustfmt::skip]
4898pub trait CodeAsmTzmsk<T, U> {
4899 fn tzmsk(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4900}
4901
4902#[rustfmt::skip]
4903pub trait CodeAsmUcomisd<T, U> {
4904 fn ucomisd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4905}
4906
4907#[rustfmt::skip]
4908pub trait CodeAsmUcomiss<T, U> {
4909 fn ucomiss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4910}
4911
4912#[rustfmt::skip]
4913pub trait CodeAsmUd0 {
4914 fn ud0(&mut self) -> Result<(), IcedError>;
4915}
4916
4917#[rustfmt::skip]
4918pub trait CodeAsmUd02<T, U> {
4919 fn ud0_2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4920}
4921
4922#[rustfmt::skip]
4923pub trait CodeAsmUd1<T, U> {
4924 fn ud1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4925}
4926
4927#[rustfmt::skip]
4928pub trait CodeAsmUd2 {
4929 fn ud2(&mut self) -> Result<(), IcedError>;
4930}
4931
4932#[rustfmt::skip]
4933pub trait CodeAsmUiret {
4934 fn uiret(&mut self) -> Result<(), IcedError>;
4935}
4936
4937#[rustfmt::skip]
4938pub trait CodeAsmUmonitor<T> {
4939 fn umonitor(&mut self, op0: T) -> Result<(), IcedError>;
4940}
4941
4942#[rustfmt::skip]
4943pub trait CodeAsmUmov<T, U> {
4944 fn umov(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4945}
4946
4947#[rustfmt::skip]
4948pub trait CodeAsmUmwait<T> {
4949 fn umwait(&mut self, op0: T) -> Result<(), IcedError>;
4950}
4951
4952#[rustfmt::skip]
4953pub trait CodeAsmUnpckhpd<T, U> {
4954 fn unpckhpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4955}
4956
4957#[rustfmt::skip]
4958pub trait CodeAsmUnpckhps<T, U> {
4959 fn unpckhps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4960}
4961
4962#[rustfmt::skip]
4963pub trait CodeAsmUnpcklpd<T, U> {
4964 fn unpcklpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4965}
4966
4967#[rustfmt::skip]
4968pub trait CodeAsmUnpcklps<T, U> {
4969 fn unpcklps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
4970}
4971
4972#[rustfmt::skip]
4973pub trait CodeAsmV4fmaddps<T, U, V> {
4974 fn v4fmaddps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4975}
4976
4977#[rustfmt::skip]
4978pub trait CodeAsmV4fmaddss<T, U, V> {
4979 fn v4fmaddss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4980}
4981
4982#[rustfmt::skip]
4983pub trait CodeAsmV4fnmaddps<T, U, V> {
4984 fn v4fnmaddps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4985}
4986
4987#[rustfmt::skip]
4988pub trait CodeAsmV4fnmaddss<T, U, V> {
4989 fn v4fnmaddss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4990}
4991
4992#[rustfmt::skip]
4993pub trait CodeAsmVaddpd<T, U, V> {
4994 fn vaddpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
4995}
4996
4997#[rustfmt::skip]
4998pub trait CodeAsmVaddph<T, U, V> {
4999 fn vaddph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5000}
5001
5002#[rustfmt::skip]
5003pub trait CodeAsmVaddps<T, U, V> {
5004 fn vaddps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5005}
5006
5007#[rustfmt::skip]
5008pub trait CodeAsmVaddsd<T, U, V> {
5009 fn vaddsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5010}
5011
5012#[rustfmt::skip]
5013pub trait CodeAsmVaddsh<T, U, V> {
5014 fn vaddsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5015}
5016
5017#[rustfmt::skip]
5018pub trait CodeAsmVaddss<T, U, V> {
5019 fn vaddss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5020}
5021
5022#[rustfmt::skip]
5023pub trait CodeAsmVaddsubpd<T, U, V> {
5024 fn vaddsubpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5025}
5026
5027#[rustfmt::skip]
5028pub trait CodeAsmVaddsubps<T, U, V> {
5029 fn vaddsubps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5030}
5031
5032#[rustfmt::skip]
5033pub trait CodeAsmVaesdec<T, U, V> {
5034 fn vaesdec(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5035}
5036
5037#[rustfmt::skip]
5038pub trait CodeAsmVaesdeclast<T, U, V> {
5039 fn vaesdeclast(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5040}
5041
5042#[rustfmt::skip]
5043pub trait CodeAsmVaesenc<T, U, V> {
5044 fn vaesenc(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5045}
5046
5047#[rustfmt::skip]
5048pub trait CodeAsmVaesenclast<T, U, V> {
5049 fn vaesenclast(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5050}
5051
5052#[rustfmt::skip]
5053pub trait CodeAsmVaesimc<T, U> {
5054 fn vaesimc(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5055}
5056
5057#[rustfmt::skip]
5058pub trait CodeAsmVaeskeygenassist<T, U, V> {
5059 fn vaeskeygenassist(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5060}
5061
5062#[rustfmt::skip]
5063pub trait CodeAsmValignd<T, U, V, W> {
5064 fn valignd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5065}
5066
5067#[rustfmt::skip]
5068pub trait CodeAsmValignq<T, U, V, W> {
5069 fn valignq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5070}
5071
5072#[rustfmt::skip]
5073pub trait CodeAsmVandnpd<T, U, V> {
5074 fn vandnpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5075}
5076
5077#[rustfmt::skip]
5078pub trait CodeAsmVandnps<T, U, V> {
5079 fn vandnps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5080}
5081
5082#[rustfmt::skip]
5083pub trait CodeAsmVandpd<T, U, V> {
5084 fn vandpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5085}
5086
5087#[rustfmt::skip]
5088pub trait CodeAsmVandps<T, U, V> {
5089 fn vandps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5090}
5091
5092#[rustfmt::skip]
5093pub trait CodeAsmVbcstnebf162ps<T, U> {
5094 fn vbcstnebf162ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5095}
5096
5097#[rustfmt::skip]
5098pub trait CodeAsmVbcstnesh2ps<T, U> {
5099 fn vbcstnesh2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5100}
5101
5102#[rustfmt::skip]
5103pub trait CodeAsmVblendmpd<T, U, V> {
5104 fn vblendmpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5105}
5106
5107#[rustfmt::skip]
5108pub trait CodeAsmVblendmps<T, U, V> {
5109 fn vblendmps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5110}
5111
5112#[rustfmt::skip]
5113pub trait CodeAsmVblendpd<T, U, V, W> {
5114 fn vblendpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5115}
5116
5117#[rustfmt::skip]
5118pub trait CodeAsmVblendps<T, U, V, W> {
5119 fn vblendps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5120}
5121
5122#[rustfmt::skip]
5123pub trait CodeAsmVblendvpd<T, U, V, W> {
5124 fn vblendvpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5125}
5126
5127#[rustfmt::skip]
5128pub trait CodeAsmVblendvps<T, U, V, W> {
5129 fn vblendvps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
5130}
5131
5132#[rustfmt::skip]
5133pub trait CodeAsmVbroadcastf128<T, U> {
5134 fn vbroadcastf128(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5135}
5136
5137#[rustfmt::skip]
5138pub trait CodeAsmVbroadcastf32x2<T, U> {
5139 fn vbroadcastf32x2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5140}
5141
5142#[rustfmt::skip]
5143pub trait CodeAsmVbroadcastf32x4<T, U> {
5144 fn vbroadcastf32x4(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5145}
5146
5147#[rustfmt::skip]
5148pub trait CodeAsmVbroadcastf32x8<T, U> {
5149 fn vbroadcastf32x8(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5150}
5151
5152#[rustfmt::skip]
5153pub trait CodeAsmVbroadcastf64x2<T, U> {
5154 fn vbroadcastf64x2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5155}
5156
5157#[rustfmt::skip]
5158pub trait CodeAsmVbroadcastf64x4<T, U> {
5159 fn vbroadcastf64x4(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5160}
5161
5162#[rustfmt::skip]
5163pub trait CodeAsmVbroadcasti128<T, U> {
5164 fn vbroadcasti128(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5165}
5166
5167#[rustfmt::skip]
5168pub trait CodeAsmVbroadcasti32x2<T, U> {
5169 fn vbroadcasti32x2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5170}
5171
5172#[rustfmt::skip]
5173pub trait CodeAsmVbroadcasti32x4<T, U> {
5174 fn vbroadcasti32x4(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5175}
5176
5177#[rustfmt::skip]
5178pub trait CodeAsmVbroadcasti32x8<T, U> {
5179 fn vbroadcasti32x8(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5180}
5181
5182#[rustfmt::skip]
5183pub trait CodeAsmVbroadcasti64x2<T, U> {
5184 fn vbroadcasti64x2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5185}
5186
5187#[rustfmt::skip]
5188pub trait CodeAsmVbroadcasti64x4<T, U> {
5189 fn vbroadcasti64x4(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5190}
5191
5192#[rustfmt::skip]
5193pub trait CodeAsmVbroadcastsd<T, U> {
5194 fn vbroadcastsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5195}
5196
5197#[rustfmt::skip]
5198pub trait CodeAsmVbroadcastss<T, U> {
5199 fn vbroadcastss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
5200}
5201
5202#[rustfmt::skip]
5203pub trait CodeAsmVcmpeq_ospd<T, U, V> {
5204 fn vcmpeq_ospd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5205}
5206
5207#[rustfmt::skip]
5208pub trait CodeAsmVcmpeq_osph<T, U, V> {
5209 fn vcmpeq_osph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5210}
5211
5212#[rustfmt::skip]
5213pub trait CodeAsmVcmpeq_osps<T, U, V> {
5214 fn vcmpeq_osps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5215}
5216
5217#[rustfmt::skip]
5218pub trait CodeAsmVcmpeq_ossd<T, U, V> {
5219 fn vcmpeq_ossd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5220}
5221
5222#[rustfmt::skip]
5223pub trait CodeAsmVcmpeq_ossh<T, U, V> {
5224 fn vcmpeq_ossh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5225}
5226
5227#[rustfmt::skip]
5228pub trait CodeAsmVcmpeq_osss<T, U, V> {
5229 fn vcmpeq_osss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5230}
5231
5232#[rustfmt::skip]
5233pub trait CodeAsmVcmpeq_uqpd<T, U, V> {
5234 fn vcmpeq_uqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5235}
5236
5237#[rustfmt::skip]
5238pub trait CodeAsmVcmpeq_uqph<T, U, V> {
5239 fn vcmpeq_uqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5240}
5241
5242#[rustfmt::skip]
5243pub trait CodeAsmVcmpeq_uqps<T, U, V> {
5244 fn vcmpeq_uqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5245}
5246
5247#[rustfmt::skip]
5248pub trait CodeAsmVcmpeq_uqsd<T, U, V> {
5249 fn vcmpeq_uqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5250}
5251
5252#[rustfmt::skip]
5253pub trait CodeAsmVcmpeq_uqsh<T, U, V> {
5254 fn vcmpeq_uqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5255}
5256
5257#[rustfmt::skip]
5258pub trait CodeAsmVcmpeq_uqss<T, U, V> {
5259 fn vcmpeq_uqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5260}
5261
5262#[rustfmt::skip]
5263pub trait CodeAsmVcmpeq_uspd<T, U, V> {
5264 fn vcmpeq_uspd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5265}
5266
5267#[rustfmt::skip]
5268pub trait CodeAsmVcmpeq_usph<T, U, V> {
5269 fn vcmpeq_usph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5270}
5271
5272#[rustfmt::skip]
5273pub trait CodeAsmVcmpeq_usps<T, U, V> {
5274 fn vcmpeq_usps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5275}
5276
5277#[rustfmt::skip]
5278pub trait CodeAsmVcmpeq_ussd<T, U, V> {
5279 fn vcmpeq_ussd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5280}
5281
5282#[rustfmt::skip]
5283pub trait CodeAsmVcmpeq_ussh<T, U, V> {
5284 fn vcmpeq_ussh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5285}
5286
5287#[rustfmt::skip]
5288pub trait CodeAsmVcmpeq_usss<T, U, V> {
5289 fn vcmpeq_usss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5290}
5291
5292#[rustfmt::skip]
5293pub trait CodeAsmVcmpeqpd<T, U, V> {
5294 fn vcmpeqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5295}
5296
5297#[rustfmt::skip]
5298pub trait CodeAsmVcmpeqph<T, U, V> {
5299 fn vcmpeqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5300}
5301
5302#[rustfmt::skip]
5303pub trait CodeAsmVcmpeqps<T, U, V> {
5304 fn vcmpeqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5305}
5306
5307#[rustfmt::skip]
5308pub trait CodeAsmVcmpeqsd<T, U, V> {
5309 fn vcmpeqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5310}
5311
5312#[rustfmt::skip]
5313pub trait CodeAsmVcmpeqsh<T, U, V> {
5314 fn vcmpeqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5315}
5316
5317#[rustfmt::skip]
5318pub trait CodeAsmVcmpeqss<T, U, V> {
5319 fn vcmpeqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5320}
5321
5322#[rustfmt::skip]
5323pub trait CodeAsmVcmpfalse_ospd<T, U, V> {
5324 fn vcmpfalse_ospd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5325}
5326
5327#[rustfmt::skip]
5328pub trait CodeAsmVcmpfalse_osph<T, U, V> {
5329 fn vcmpfalse_osph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5330}
5331
5332#[rustfmt::skip]
5333pub trait CodeAsmVcmpfalse_osps<T, U, V> {
5334 fn vcmpfalse_osps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5335}
5336
5337#[rustfmt::skip]
5338pub trait CodeAsmVcmpfalse_ossd<T, U, V> {
5339 fn vcmpfalse_ossd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5340}
5341
5342#[rustfmt::skip]
5343pub trait CodeAsmVcmpfalse_ossh<T, U, V> {
5344 fn vcmpfalse_ossh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5345}
5346
5347#[rustfmt::skip]
5348pub trait CodeAsmVcmpfalse_osss<T, U, V> {
5349 fn vcmpfalse_osss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5350}
5351
5352#[rustfmt::skip]
5353pub trait CodeAsmVcmpfalsepd<T, U, V> {
5354 fn vcmpfalsepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5355}
5356
5357#[rustfmt::skip]
5358pub trait CodeAsmVcmpfalseph<T, U, V> {
5359 fn vcmpfalseph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5360}
5361
5362#[rustfmt::skip]
5363pub trait CodeAsmVcmpfalseps<T, U, V> {
5364 fn vcmpfalseps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5365}
5366
5367#[rustfmt::skip]
5368pub trait CodeAsmVcmpfalsesd<T, U, V> {
5369 fn vcmpfalsesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5370}
5371
5372#[rustfmt::skip]
5373pub trait CodeAsmVcmpfalsesh<T, U, V> {
5374 fn vcmpfalsesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5375}
5376
5377#[rustfmt::skip]
5378pub trait CodeAsmVcmpfalsess<T, U, V> {
5379 fn vcmpfalsess(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5380}
5381
5382#[rustfmt::skip]
5383pub trait CodeAsmVcmpge_oqpd<T, U, V> {
5384 fn vcmpge_oqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5385}
5386
5387#[rustfmt::skip]
5388pub trait CodeAsmVcmpge_oqph<T, U, V> {
5389 fn vcmpge_oqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5390}
5391
5392#[rustfmt::skip]
5393pub trait CodeAsmVcmpge_oqps<T, U, V> {
5394 fn vcmpge_oqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5395}
5396
5397#[rustfmt::skip]
5398pub trait CodeAsmVcmpge_oqsd<T, U, V> {
5399 fn vcmpge_oqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5400}
5401
5402#[rustfmt::skip]
5403pub trait CodeAsmVcmpge_oqsh<T, U, V> {
5404 fn vcmpge_oqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5405}
5406
5407#[rustfmt::skip]
5408pub trait CodeAsmVcmpge_oqss<T, U, V> {
5409 fn vcmpge_oqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5410}
5411
5412#[rustfmt::skip]
5413pub trait CodeAsmVcmpgepd<T, U, V> {
5414 fn vcmpgepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5415}
5416
5417#[rustfmt::skip]
5418pub trait CodeAsmVcmpgeph<T, U, V> {
5419 fn vcmpgeph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5420}
5421
5422#[rustfmt::skip]
5423pub trait CodeAsmVcmpgeps<T, U, V> {
5424 fn vcmpgeps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5425}
5426
5427#[rustfmt::skip]
5428pub trait CodeAsmVcmpgesd<T, U, V> {
5429 fn vcmpgesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5430}
5431
5432#[rustfmt::skip]
5433pub trait CodeAsmVcmpgesh<T, U, V> {
5434 fn vcmpgesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5435}
5436
5437#[rustfmt::skip]
5438pub trait CodeAsmVcmpgess<T, U, V> {
5439 fn vcmpgess(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5440}
5441
5442#[rustfmt::skip]
5443pub trait CodeAsmVcmpgt_oqpd<T, U, V> {
5444 fn vcmpgt_oqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5445}
5446
5447#[rustfmt::skip]
5448pub trait CodeAsmVcmpgt_oqph<T, U, V> {
5449 fn vcmpgt_oqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5450}
5451
5452#[rustfmt::skip]
5453pub trait CodeAsmVcmpgt_oqps<T, U, V> {
5454 fn vcmpgt_oqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5455}
5456
5457#[rustfmt::skip]
5458pub trait CodeAsmVcmpgt_oqsd<T, U, V> {
5459 fn vcmpgt_oqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5460}
5461
5462#[rustfmt::skip]
5463pub trait CodeAsmVcmpgt_oqsh<T, U, V> {
5464 fn vcmpgt_oqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5465}
5466
5467#[rustfmt::skip]
5468pub trait CodeAsmVcmpgt_oqss<T, U, V> {
5469 fn vcmpgt_oqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5470}
5471
5472#[rustfmt::skip]
5473pub trait CodeAsmVcmpgtpd<T, U, V> {
5474 fn vcmpgtpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5475}
5476
5477#[rustfmt::skip]
5478pub trait CodeAsmVcmpgtph<T, U, V> {
5479 fn vcmpgtph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5480}
5481
5482#[rustfmt::skip]
5483pub trait CodeAsmVcmpgtps<T, U, V> {
5484 fn vcmpgtps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5485}
5486
5487#[rustfmt::skip]
5488pub trait CodeAsmVcmpgtsd<T, U, V> {
5489 fn vcmpgtsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5490}
5491
5492#[rustfmt::skip]
5493pub trait CodeAsmVcmpgtsh<T, U, V> {
5494 fn vcmpgtsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5495}
5496
5497#[rustfmt::skip]
5498pub trait CodeAsmVcmpgtss<T, U, V> {
5499 fn vcmpgtss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5500}
5501
5502#[rustfmt::skip]
5503pub trait CodeAsmVcmple_oqpd<T, U, V> {
5504 fn vcmple_oqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5505}
5506
5507#[rustfmt::skip]
5508pub trait CodeAsmVcmple_oqph<T, U, V> {
5509 fn vcmple_oqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5510}
5511
5512#[rustfmt::skip]
5513pub trait CodeAsmVcmple_oqps<T, U, V> {
5514 fn vcmple_oqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5515}
5516
5517#[rustfmt::skip]
5518pub trait CodeAsmVcmple_oqsd<T, U, V> {
5519 fn vcmple_oqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5520}
5521
5522#[rustfmt::skip]
5523pub trait CodeAsmVcmple_oqsh<T, U, V> {
5524 fn vcmple_oqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5525}
5526
5527#[rustfmt::skip]
5528pub trait CodeAsmVcmple_oqss<T, U, V> {
5529 fn vcmple_oqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5530}
5531
5532#[rustfmt::skip]
5533pub trait CodeAsmVcmplepd<T, U, V> {
5534 fn vcmplepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5535}
5536
5537#[rustfmt::skip]
5538pub trait CodeAsmVcmpleph<T, U, V> {
5539 fn vcmpleph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5540}
5541
5542#[rustfmt::skip]
5543pub trait CodeAsmVcmpleps<T, U, V> {
5544 fn vcmpleps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5545}
5546
5547#[rustfmt::skip]
5548pub trait CodeAsmVcmplesd<T, U, V> {
5549 fn vcmplesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5550}
5551
5552#[rustfmt::skip]
5553pub trait CodeAsmVcmplesh<T, U, V> {
5554 fn vcmplesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5555}
5556
5557#[rustfmt::skip]
5558pub trait CodeAsmVcmpless<T, U, V> {
5559 fn vcmpless(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5560}
5561
5562#[rustfmt::skip]
5563pub trait CodeAsmVcmplt_oqpd<T, U, V> {
5564 fn vcmplt_oqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5565}
5566
5567#[rustfmt::skip]
5568pub trait CodeAsmVcmplt_oqph<T, U, V> {
5569 fn vcmplt_oqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5570}
5571
5572#[rustfmt::skip]
5573pub trait CodeAsmVcmplt_oqps<T, U, V> {
5574 fn vcmplt_oqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5575}
5576
5577#[rustfmt::skip]
5578pub trait CodeAsmVcmplt_oqsd<T, U, V> {
5579 fn vcmplt_oqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5580}
5581
5582#[rustfmt::skip]
5583pub trait CodeAsmVcmplt_oqsh<T, U, V> {
5584 fn vcmplt_oqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5585}
5586
5587#[rustfmt::skip]
5588pub trait CodeAsmVcmplt_oqss<T, U, V> {
5589 fn vcmplt_oqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5590}
5591
5592#[rustfmt::skip]
5593pub trait CodeAsmVcmpltpd<T, U, V> {
5594 fn vcmpltpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5595}
5596
5597#[rustfmt::skip]
5598pub trait CodeAsmVcmpltph<T, U, V> {
5599 fn vcmpltph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5600}
5601
5602#[rustfmt::skip]
5603pub trait CodeAsmVcmpltps<T, U, V> {
5604 fn vcmpltps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5605}
5606
5607#[rustfmt::skip]
5608pub trait CodeAsmVcmpltsd<T, U, V> {
5609 fn vcmpltsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5610}
5611
5612#[rustfmt::skip]
5613pub trait CodeAsmVcmpltsh<T, U, V> {
5614 fn vcmpltsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5615}
5616
5617#[rustfmt::skip]
5618pub trait CodeAsmVcmpltss<T, U, V> {
5619 fn vcmpltss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5620}
5621
5622#[rustfmt::skip]
5623pub trait CodeAsmVcmpneq_oqpd<T, U, V> {
5624 fn vcmpneq_oqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5625}
5626
5627#[rustfmt::skip]
5628pub trait CodeAsmVcmpneq_oqph<T, U, V> {
5629 fn vcmpneq_oqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5630}
5631
5632#[rustfmt::skip]
5633pub trait CodeAsmVcmpneq_oqps<T, U, V> {
5634 fn vcmpneq_oqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5635}
5636
5637#[rustfmt::skip]
5638pub trait CodeAsmVcmpneq_oqsd<T, U, V> {
5639 fn vcmpneq_oqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5640}
5641
5642#[rustfmt::skip]
5643pub trait CodeAsmVcmpneq_oqsh<T, U, V> {
5644 fn vcmpneq_oqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5645}
5646
5647#[rustfmt::skip]
5648pub trait CodeAsmVcmpneq_oqss<T, U, V> {
5649 fn vcmpneq_oqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5650}
5651
5652#[rustfmt::skip]
5653pub trait CodeAsmVcmpneq_ospd<T, U, V> {
5654 fn vcmpneq_ospd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5655}
5656
5657#[rustfmt::skip]
5658pub trait CodeAsmVcmpneq_osph<T, U, V> {
5659 fn vcmpneq_osph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5660}
5661
5662#[rustfmt::skip]
5663pub trait CodeAsmVcmpneq_osps<T, U, V> {
5664 fn vcmpneq_osps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5665}
5666
5667#[rustfmt::skip]
5668pub trait CodeAsmVcmpneq_ossd<T, U, V> {
5669 fn vcmpneq_ossd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5670}
5671
5672#[rustfmt::skip]
5673pub trait CodeAsmVcmpneq_ossh<T, U, V> {
5674 fn vcmpneq_ossh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5675}
5676
5677#[rustfmt::skip]
5678pub trait CodeAsmVcmpneq_osss<T, U, V> {
5679 fn vcmpneq_osss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5680}
5681
5682#[rustfmt::skip]
5683pub trait CodeAsmVcmpneq_uspd<T, U, V> {
5684 fn vcmpneq_uspd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5685}
5686
5687#[rustfmt::skip]
5688pub trait CodeAsmVcmpneq_usph<T, U, V> {
5689 fn vcmpneq_usph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5690}
5691
5692#[rustfmt::skip]
5693pub trait CodeAsmVcmpneq_usps<T, U, V> {
5694 fn vcmpneq_usps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5695}
5696
5697#[rustfmt::skip]
5698pub trait CodeAsmVcmpneq_ussd<T, U, V> {
5699 fn vcmpneq_ussd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5700}
5701
5702#[rustfmt::skip]
5703pub trait CodeAsmVcmpneq_ussh<T, U, V> {
5704 fn vcmpneq_ussh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5705}
5706
5707#[rustfmt::skip]
5708pub trait CodeAsmVcmpneq_usss<T, U, V> {
5709 fn vcmpneq_usss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5710}
5711
5712#[rustfmt::skip]
5713pub trait CodeAsmVcmpneqpd<T, U, V> {
5714 fn vcmpneqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5715}
5716
5717#[rustfmt::skip]
5718pub trait CodeAsmVcmpneqph<T, U, V> {
5719 fn vcmpneqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5720}
5721
5722#[rustfmt::skip]
5723pub trait CodeAsmVcmpneqps<T, U, V> {
5724 fn vcmpneqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5725}
5726
5727#[rustfmt::skip]
5728pub trait CodeAsmVcmpneqsd<T, U, V> {
5729 fn vcmpneqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5730}
5731
5732#[rustfmt::skip]
5733pub trait CodeAsmVcmpneqsh<T, U, V> {
5734 fn vcmpneqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5735}
5736
5737#[rustfmt::skip]
5738pub trait CodeAsmVcmpneqss<T, U, V> {
5739 fn vcmpneqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5740}
5741
5742#[rustfmt::skip]
5743pub trait CodeAsmVcmpnge_uqpd<T, U, V> {
5744 fn vcmpnge_uqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5745}
5746
5747#[rustfmt::skip]
5748pub trait CodeAsmVcmpnge_uqph<T, U, V> {
5749 fn vcmpnge_uqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5750}
5751
5752#[rustfmt::skip]
5753pub trait CodeAsmVcmpnge_uqps<T, U, V> {
5754 fn vcmpnge_uqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5755}
5756
5757#[rustfmt::skip]
5758pub trait CodeAsmVcmpnge_uqsd<T, U, V> {
5759 fn vcmpnge_uqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5760}
5761
5762#[rustfmt::skip]
5763pub trait CodeAsmVcmpnge_uqsh<T, U, V> {
5764 fn vcmpnge_uqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5765}
5766
5767#[rustfmt::skip]
5768pub trait CodeAsmVcmpnge_uqss<T, U, V> {
5769 fn vcmpnge_uqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5770}
5771
5772#[rustfmt::skip]
5773pub trait CodeAsmVcmpngepd<T, U, V> {
5774 fn vcmpngepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5775}
5776
5777#[rustfmt::skip]
5778pub trait CodeAsmVcmpngeph<T, U, V> {
5779 fn vcmpngeph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5780}
5781
5782#[rustfmt::skip]
5783pub trait CodeAsmVcmpngeps<T, U, V> {
5784 fn vcmpngeps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5785}
5786
5787#[rustfmt::skip]
5788pub trait CodeAsmVcmpngesd<T, U, V> {
5789 fn vcmpngesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5790}
5791
5792#[rustfmt::skip]
5793pub trait CodeAsmVcmpngesh<T, U, V> {
5794 fn vcmpngesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5795}
5796
5797#[rustfmt::skip]
5798pub trait CodeAsmVcmpngess<T, U, V> {
5799 fn vcmpngess(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5800}
5801
5802#[rustfmt::skip]
5803pub trait CodeAsmVcmpngt_uqpd<T, U, V> {
5804 fn vcmpngt_uqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5805}
5806
5807#[rustfmt::skip]
5808pub trait CodeAsmVcmpngt_uqph<T, U, V> {
5809 fn vcmpngt_uqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5810}
5811
5812#[rustfmt::skip]
5813pub trait CodeAsmVcmpngt_uqps<T, U, V> {
5814 fn vcmpngt_uqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5815}
5816
5817#[rustfmt::skip]
5818pub trait CodeAsmVcmpngt_uqsd<T, U, V> {
5819 fn vcmpngt_uqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5820}
5821
5822#[rustfmt::skip]
5823pub trait CodeAsmVcmpngt_uqsh<T, U, V> {
5824 fn vcmpngt_uqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5825}
5826
5827#[rustfmt::skip]
5828pub trait CodeAsmVcmpngt_uqss<T, U, V> {
5829 fn vcmpngt_uqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5830}
5831
5832#[rustfmt::skip]
5833pub trait CodeAsmVcmpngtpd<T, U, V> {
5834 fn vcmpngtpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5835}
5836
5837#[rustfmt::skip]
5838pub trait CodeAsmVcmpngtph<T, U, V> {
5839 fn vcmpngtph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5840}
5841
5842#[rustfmt::skip]
5843pub trait CodeAsmVcmpngtps<T, U, V> {
5844 fn vcmpngtps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5845}
5846
5847#[rustfmt::skip]
5848pub trait CodeAsmVcmpngtsd<T, U, V> {
5849 fn vcmpngtsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5850}
5851
5852#[rustfmt::skip]
5853pub trait CodeAsmVcmpngtsh<T, U, V> {
5854 fn vcmpngtsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5855}
5856
5857#[rustfmt::skip]
5858pub trait CodeAsmVcmpngtss<T, U, V> {
5859 fn vcmpngtss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5860}
5861
5862#[rustfmt::skip]
5863pub trait CodeAsmVcmpnle_uqpd<T, U, V> {
5864 fn vcmpnle_uqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5865}
5866
5867#[rustfmt::skip]
5868pub trait CodeAsmVcmpnle_uqph<T, U, V> {
5869 fn vcmpnle_uqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5870}
5871
5872#[rustfmt::skip]
5873pub trait CodeAsmVcmpnle_uqps<T, U, V> {
5874 fn vcmpnle_uqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5875}
5876
5877#[rustfmt::skip]
5878pub trait CodeAsmVcmpnle_uqsd<T, U, V> {
5879 fn vcmpnle_uqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5880}
5881
5882#[rustfmt::skip]
5883pub trait CodeAsmVcmpnle_uqsh<T, U, V> {
5884 fn vcmpnle_uqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5885}
5886
5887#[rustfmt::skip]
5888pub trait CodeAsmVcmpnle_uqss<T, U, V> {
5889 fn vcmpnle_uqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5890}
5891
5892#[rustfmt::skip]
5893pub trait CodeAsmVcmpnlepd<T, U, V> {
5894 fn vcmpnlepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5895}
5896
5897#[rustfmt::skip]
5898pub trait CodeAsmVcmpnleph<T, U, V> {
5899 fn vcmpnleph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5900}
5901
5902#[rustfmt::skip]
5903pub trait CodeAsmVcmpnleps<T, U, V> {
5904 fn vcmpnleps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5905}
5906
5907#[rustfmt::skip]
5908pub trait CodeAsmVcmpnlesd<T, U, V> {
5909 fn vcmpnlesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5910}
5911
5912#[rustfmt::skip]
5913pub trait CodeAsmVcmpnlesh<T, U, V> {
5914 fn vcmpnlesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5915}
5916
5917#[rustfmt::skip]
5918pub trait CodeAsmVcmpnless<T, U, V> {
5919 fn vcmpnless(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5920}
5921
5922#[rustfmt::skip]
5923pub trait CodeAsmVcmpnlt_uqpd<T, U, V> {
5924 fn vcmpnlt_uqpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5925}
5926
5927#[rustfmt::skip]
5928pub trait CodeAsmVcmpnlt_uqph<T, U, V> {
5929 fn vcmpnlt_uqph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5930}
5931
5932#[rustfmt::skip]
5933pub trait CodeAsmVcmpnlt_uqps<T, U, V> {
5934 fn vcmpnlt_uqps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5935}
5936
5937#[rustfmt::skip]
5938pub trait CodeAsmVcmpnlt_uqsd<T, U, V> {
5939 fn vcmpnlt_uqsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5940}
5941
5942#[rustfmt::skip]
5943pub trait CodeAsmVcmpnlt_uqsh<T, U, V> {
5944 fn vcmpnlt_uqsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5945}
5946
5947#[rustfmt::skip]
5948pub trait CodeAsmVcmpnlt_uqss<T, U, V> {
5949 fn vcmpnlt_uqss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5950}
5951
5952#[rustfmt::skip]
5953pub trait CodeAsmVcmpnltpd<T, U, V> {
5954 fn vcmpnltpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5955}
5956
5957#[rustfmt::skip]
5958pub trait CodeAsmVcmpnltph<T, U, V> {
5959 fn vcmpnltph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5960}
5961
5962#[rustfmt::skip]
5963pub trait CodeAsmVcmpnltps<T, U, V> {
5964 fn vcmpnltps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5965}
5966
5967#[rustfmt::skip]
5968pub trait CodeAsmVcmpnltsd<T, U, V> {
5969 fn vcmpnltsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5970}
5971
5972#[rustfmt::skip]
5973pub trait CodeAsmVcmpnltsh<T, U, V> {
5974 fn vcmpnltsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5975}
5976
5977#[rustfmt::skip]
5978pub trait CodeAsmVcmpnltss<T, U, V> {
5979 fn vcmpnltss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5980}
5981
5982#[rustfmt::skip]
5983pub trait CodeAsmVcmpord_spd<T, U, V> {
5984 fn vcmpord_spd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5985}
5986
5987#[rustfmt::skip]
5988pub trait CodeAsmVcmpord_sph<T, U, V> {
5989 fn vcmpord_sph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5990}
5991
5992#[rustfmt::skip]
5993pub trait CodeAsmVcmpord_sps<T, U, V> {
5994 fn vcmpord_sps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
5995}
5996
5997#[rustfmt::skip]
5998pub trait CodeAsmVcmpord_ssd<T, U, V> {
5999 fn vcmpord_ssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6000}
6001
6002#[rustfmt::skip]
6003pub trait CodeAsmVcmpord_ssh<T, U, V> {
6004 fn vcmpord_ssh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6005}
6006
6007#[rustfmt::skip]
6008pub trait CodeAsmVcmpord_sss<T, U, V> {
6009 fn vcmpord_sss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6010}
6011
6012#[rustfmt::skip]
6013pub trait CodeAsmVcmpordpd<T, U, V> {
6014 fn vcmpordpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6015}
6016
6017#[rustfmt::skip]
6018pub trait CodeAsmVcmpordph<T, U, V> {
6019 fn vcmpordph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6020}
6021
6022#[rustfmt::skip]
6023pub trait CodeAsmVcmpordps<T, U, V> {
6024 fn vcmpordps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6025}
6026
6027#[rustfmt::skip]
6028pub trait CodeAsmVcmpordsd<T, U, V> {
6029 fn vcmpordsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6030}
6031
6032#[rustfmt::skip]
6033pub trait CodeAsmVcmpordsh<T, U, V> {
6034 fn vcmpordsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6035}
6036
6037#[rustfmt::skip]
6038pub trait CodeAsmVcmpordss<T, U, V> {
6039 fn vcmpordss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6040}
6041
6042#[rustfmt::skip]
6043pub trait CodeAsmVcmppd<T, U, V, W> {
6044 fn vcmppd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6045}
6046
6047#[rustfmt::skip]
6048pub trait CodeAsmVcmpph<T, U, V, W> {
6049 fn vcmpph(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6050}
6051
6052#[rustfmt::skip]
6053pub trait CodeAsmVcmpps<T, U, V, W> {
6054 fn vcmpps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6055}
6056
6057#[rustfmt::skip]
6058pub trait CodeAsmVcmpsd<T, U, V, W> {
6059 fn vcmpsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6060}
6061
6062#[rustfmt::skip]
6063pub trait CodeAsmVcmpsh<T, U, V, W> {
6064 fn vcmpsh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6065}
6066
6067#[rustfmt::skip]
6068pub trait CodeAsmVcmpss<T, U, V, W> {
6069 fn vcmpss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6070}
6071
6072#[rustfmt::skip]
6073pub trait CodeAsmVcmptrue_uspd<T, U, V> {
6074 fn vcmptrue_uspd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6075}
6076
6077#[rustfmt::skip]
6078pub trait CodeAsmVcmptrue_usph<T, U, V> {
6079 fn vcmptrue_usph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6080}
6081
6082#[rustfmt::skip]
6083pub trait CodeAsmVcmptrue_usps<T, U, V> {
6084 fn vcmptrue_usps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6085}
6086
6087#[rustfmt::skip]
6088pub trait CodeAsmVcmptrue_ussd<T, U, V> {
6089 fn vcmptrue_ussd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6090}
6091
6092#[rustfmt::skip]
6093pub trait CodeAsmVcmptrue_ussh<T, U, V> {
6094 fn vcmptrue_ussh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6095}
6096
6097#[rustfmt::skip]
6098pub trait CodeAsmVcmptrue_usss<T, U, V> {
6099 fn vcmptrue_usss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6100}
6101
6102#[rustfmt::skip]
6103pub trait CodeAsmVcmptruepd<T, U, V> {
6104 fn vcmptruepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6105}
6106
6107#[rustfmt::skip]
6108pub trait CodeAsmVcmptrueph<T, U, V> {
6109 fn vcmptrueph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6110}
6111
6112#[rustfmt::skip]
6113pub trait CodeAsmVcmptrueps<T, U, V> {
6114 fn vcmptrueps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6115}
6116
6117#[rustfmt::skip]
6118pub trait CodeAsmVcmptruesd<T, U, V> {
6119 fn vcmptruesd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6120}
6121
6122#[rustfmt::skip]
6123pub trait CodeAsmVcmptruesh<T, U, V> {
6124 fn vcmptruesh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6125}
6126
6127#[rustfmt::skip]
6128pub trait CodeAsmVcmptruess<T, U, V> {
6129 fn vcmptruess(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6130}
6131
6132#[rustfmt::skip]
6133pub trait CodeAsmVcmpunord_spd<T, U, V> {
6134 fn vcmpunord_spd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6135}
6136
6137#[rustfmt::skip]
6138pub trait CodeAsmVcmpunord_sph<T, U, V> {
6139 fn vcmpunord_sph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6140}
6141
6142#[rustfmt::skip]
6143pub trait CodeAsmVcmpunord_sps<T, U, V> {
6144 fn vcmpunord_sps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6145}
6146
6147#[rustfmt::skip]
6148pub trait CodeAsmVcmpunord_ssd<T, U, V> {
6149 fn vcmpunord_ssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6150}
6151
6152#[rustfmt::skip]
6153pub trait CodeAsmVcmpunord_ssh<T, U, V> {
6154 fn vcmpunord_ssh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6155}
6156
6157#[rustfmt::skip]
6158pub trait CodeAsmVcmpunord_sss<T, U, V> {
6159 fn vcmpunord_sss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6160}
6161
6162#[rustfmt::skip]
6163pub trait CodeAsmVcmpunordpd<T, U, V> {
6164 fn vcmpunordpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6165}
6166
6167#[rustfmt::skip]
6168pub trait CodeAsmVcmpunordph<T, U, V> {
6169 fn vcmpunordph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6170}
6171
6172#[rustfmt::skip]
6173pub trait CodeAsmVcmpunordps<T, U, V> {
6174 fn vcmpunordps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6175}
6176
6177#[rustfmt::skip]
6178pub trait CodeAsmVcmpunordsd<T, U, V> {
6179 fn vcmpunordsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6180}
6181
6182#[rustfmt::skip]
6183pub trait CodeAsmVcmpunordsh<T, U, V> {
6184 fn vcmpunordsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6185}
6186
6187#[rustfmt::skip]
6188pub trait CodeAsmVcmpunordss<T, U, V> {
6189 fn vcmpunordss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6190}
6191
6192#[rustfmt::skip]
6193pub trait CodeAsmVcomisd<T, U> {
6194 fn vcomisd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6195}
6196
6197#[rustfmt::skip]
6198pub trait CodeAsmVcomish<T, U> {
6199 fn vcomish(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6200}
6201
6202#[rustfmt::skip]
6203pub trait CodeAsmVcomiss<T, U> {
6204 fn vcomiss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6205}
6206
6207#[rustfmt::skip]
6208pub trait CodeAsmVcompresspd<T, U> {
6209 fn vcompresspd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6210}
6211
6212#[rustfmt::skip]
6213pub trait CodeAsmVcompressps<T, U> {
6214 fn vcompressps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6215}
6216
6217#[rustfmt::skip]
6218pub trait CodeAsmVcvtdq2pd<T, U> {
6219 fn vcvtdq2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6220}
6221
6222#[rustfmt::skip]
6223pub trait CodeAsmVcvtdq2ph<T, U> {
6224 fn vcvtdq2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6225}
6226
6227#[rustfmt::skip]
6228pub trait CodeAsmVcvtdq2phx<T, U> {
6229 fn vcvtdq2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6230}
6231
6232#[rustfmt::skip]
6233pub trait CodeAsmVcvtdq2phy<T, U> {
6234 fn vcvtdq2phy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6235}
6236
6237#[rustfmt::skip]
6238pub trait CodeAsmVcvtdq2ps<T, U> {
6239 fn vcvtdq2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6240}
6241
6242#[rustfmt::skip]
6243pub trait CodeAsmVcvtne2ps2bf16<T, U, V> {
6244 fn vcvtne2ps2bf16(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6245}
6246
6247#[rustfmt::skip]
6248pub trait CodeAsmVcvtneebf162ps<T, U> {
6249 fn vcvtneebf162ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6250}
6251
6252#[rustfmt::skip]
6253pub trait CodeAsmVcvtneeph2ps<T, U> {
6254 fn vcvtneeph2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6255}
6256
6257#[rustfmt::skip]
6258pub trait CodeAsmVcvtneobf162ps<T, U> {
6259 fn vcvtneobf162ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6260}
6261
6262#[rustfmt::skip]
6263pub trait CodeAsmVcvtneoph2ps<T, U> {
6264 fn vcvtneoph2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6265}
6266
6267#[rustfmt::skip]
6268pub trait CodeAsmVcvtneps2bf16<T, U> {
6269 fn vcvtneps2bf16(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6270}
6271
6272#[rustfmt::skip]
6273pub trait CodeAsmVcvtneps2bf16x<T, U> {
6274 fn vcvtneps2bf16x(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6275}
6276
6277#[rustfmt::skip]
6278pub trait CodeAsmVcvtneps2bf16y<T, U> {
6279 fn vcvtneps2bf16y(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6280}
6281
6282#[rustfmt::skip]
6283pub trait CodeAsmVcvtpd2dq<T, U> {
6284 fn vcvtpd2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6285}
6286
6287#[rustfmt::skip]
6288pub trait CodeAsmVcvtpd2dqx<T, U> {
6289 fn vcvtpd2dqx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6290}
6291
6292#[rustfmt::skip]
6293pub trait CodeAsmVcvtpd2dqy<T, U> {
6294 fn vcvtpd2dqy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6295}
6296
6297#[rustfmt::skip]
6298pub trait CodeAsmVcvtpd2ph<T, U> {
6299 fn vcvtpd2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6300}
6301
6302#[rustfmt::skip]
6303pub trait CodeAsmVcvtpd2phx<T, U> {
6304 fn vcvtpd2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6305}
6306
6307#[rustfmt::skip]
6308pub trait CodeAsmVcvtpd2phy<T, U> {
6309 fn vcvtpd2phy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6310}
6311
6312#[rustfmt::skip]
6313pub trait CodeAsmVcvtpd2phz<T, U> {
6314 fn vcvtpd2phz(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6315}
6316
6317#[rustfmt::skip]
6318pub trait CodeAsmVcvtpd2ps<T, U> {
6319 fn vcvtpd2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6320}
6321
6322#[rustfmt::skip]
6323pub trait CodeAsmVcvtpd2psx<T, U> {
6324 fn vcvtpd2psx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6325}
6326
6327#[rustfmt::skip]
6328pub trait CodeAsmVcvtpd2psy<T, U> {
6329 fn vcvtpd2psy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6330}
6331
6332#[rustfmt::skip]
6333pub trait CodeAsmVcvtpd2qq<T, U> {
6334 fn vcvtpd2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6335}
6336
6337#[rustfmt::skip]
6338pub trait CodeAsmVcvtpd2udq<T, U> {
6339 fn vcvtpd2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6340}
6341
6342#[rustfmt::skip]
6343pub trait CodeAsmVcvtpd2udqx<T, U> {
6344 fn vcvtpd2udqx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6345}
6346
6347#[rustfmt::skip]
6348pub trait CodeAsmVcvtpd2udqy<T, U> {
6349 fn vcvtpd2udqy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6350}
6351
6352#[rustfmt::skip]
6353pub trait CodeAsmVcvtpd2uqq<T, U> {
6354 fn vcvtpd2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6355}
6356
6357#[rustfmt::skip]
6358pub trait CodeAsmVcvtph2dq<T, U> {
6359 fn vcvtph2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6360}
6361
6362#[rustfmt::skip]
6363pub trait CodeAsmVcvtph2pd<T, U> {
6364 fn vcvtph2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6365}
6366
6367#[rustfmt::skip]
6368pub trait CodeAsmVcvtph2ps<T, U> {
6369 fn vcvtph2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6370}
6371
6372#[rustfmt::skip]
6373pub trait CodeAsmVcvtph2psx<T, U> {
6374 fn vcvtph2psx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6375}
6376
6377#[rustfmt::skip]
6378pub trait CodeAsmVcvtph2qq<T, U> {
6379 fn vcvtph2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6380}
6381
6382#[rustfmt::skip]
6383pub trait CodeAsmVcvtph2udq<T, U> {
6384 fn vcvtph2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6385}
6386
6387#[rustfmt::skip]
6388pub trait CodeAsmVcvtph2uqq<T, U> {
6389 fn vcvtph2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6390}
6391
6392#[rustfmt::skip]
6393pub trait CodeAsmVcvtph2uw<T, U> {
6394 fn vcvtph2uw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6395}
6396
6397#[rustfmt::skip]
6398pub trait CodeAsmVcvtph2w<T, U> {
6399 fn vcvtph2w(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6400}
6401
6402#[rustfmt::skip]
6403pub trait CodeAsmVcvtps2dq<T, U> {
6404 fn vcvtps2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6405}
6406
6407#[rustfmt::skip]
6408pub trait CodeAsmVcvtps2pd<T, U> {
6409 fn vcvtps2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6410}
6411
6412#[rustfmt::skip]
6413pub trait CodeAsmVcvtps2ph<T, U, V> {
6414 fn vcvtps2ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6415}
6416
6417#[rustfmt::skip]
6418pub trait CodeAsmVcvtps2phx<T, U> {
6419 fn vcvtps2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6420}
6421
6422#[rustfmt::skip]
6423pub trait CodeAsmVcvtps2phxx<T, U> {
6424 fn vcvtps2phxx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6425}
6426
6427#[rustfmt::skip]
6428pub trait CodeAsmVcvtps2phxy<T, U> {
6429 fn vcvtps2phxy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6430}
6431
6432#[rustfmt::skip]
6433pub trait CodeAsmVcvtps2qq<T, U> {
6434 fn vcvtps2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6435}
6436
6437#[rustfmt::skip]
6438pub trait CodeAsmVcvtps2udq<T, U> {
6439 fn vcvtps2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6440}
6441
6442#[rustfmt::skip]
6443pub trait CodeAsmVcvtps2uqq<T, U> {
6444 fn vcvtps2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6445}
6446
6447#[rustfmt::skip]
6448pub trait CodeAsmVcvtqq2pd<T, U> {
6449 fn vcvtqq2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6450}
6451
6452#[rustfmt::skip]
6453pub trait CodeAsmVcvtqq2ph<T, U> {
6454 fn vcvtqq2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6455}
6456
6457#[rustfmt::skip]
6458pub trait CodeAsmVcvtqq2phx<T, U> {
6459 fn vcvtqq2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6460}
6461
6462#[rustfmt::skip]
6463pub trait CodeAsmVcvtqq2phy<T, U> {
6464 fn vcvtqq2phy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6465}
6466
6467#[rustfmt::skip]
6468pub trait CodeAsmVcvtqq2phz<T, U> {
6469 fn vcvtqq2phz(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6470}
6471
6472#[rustfmt::skip]
6473pub trait CodeAsmVcvtqq2ps<T, U> {
6474 fn vcvtqq2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6475}
6476
6477#[rustfmt::skip]
6478pub trait CodeAsmVcvtqq2psx<T, U> {
6479 fn vcvtqq2psx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6480}
6481
6482#[rustfmt::skip]
6483pub trait CodeAsmVcvtqq2psy<T, U> {
6484 fn vcvtqq2psy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6485}
6486
6487#[rustfmt::skip]
6488pub trait CodeAsmVcvtsd2sh<T, U, V> {
6489 fn vcvtsd2sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6490}
6491
6492#[rustfmt::skip]
6493pub trait CodeAsmVcvtsd2si<T, U> {
6494 fn vcvtsd2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6495}
6496
6497#[rustfmt::skip]
6498pub trait CodeAsmVcvtsd2ss<T, U, V> {
6499 fn vcvtsd2ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6500}
6501
6502#[rustfmt::skip]
6503pub trait CodeAsmVcvtsd2usi<T, U> {
6504 fn vcvtsd2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6505}
6506
6507#[rustfmt::skip]
6508pub trait CodeAsmVcvtsh2sd<T, U, V> {
6509 fn vcvtsh2sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6510}
6511
6512#[rustfmt::skip]
6513pub trait CodeAsmVcvtsh2si<T, U> {
6514 fn vcvtsh2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6515}
6516
6517#[rustfmt::skip]
6518pub trait CodeAsmVcvtsh2ss<T, U, V> {
6519 fn vcvtsh2ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6520}
6521
6522#[rustfmt::skip]
6523pub trait CodeAsmVcvtsh2usi<T, U> {
6524 fn vcvtsh2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6525}
6526
6527#[rustfmt::skip]
6528pub trait CodeAsmVcvtsi2sd<T, U, V> {
6529 fn vcvtsi2sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6530}
6531
6532#[rustfmt::skip]
6533pub trait CodeAsmVcvtsi2sh<T, U, V> {
6534 fn vcvtsi2sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6535}
6536
6537#[rustfmt::skip]
6538pub trait CodeAsmVcvtsi2ss<T, U, V> {
6539 fn vcvtsi2ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6540}
6541
6542#[rustfmt::skip]
6543pub trait CodeAsmVcvtss2sd<T, U, V> {
6544 fn vcvtss2sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6545}
6546
6547#[rustfmt::skip]
6548pub trait CodeAsmVcvtss2sh<T, U, V> {
6549 fn vcvtss2sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6550}
6551
6552#[rustfmt::skip]
6553pub trait CodeAsmVcvtss2si<T, U> {
6554 fn vcvtss2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6555}
6556
6557#[rustfmt::skip]
6558pub trait CodeAsmVcvtss2usi<T, U> {
6559 fn vcvtss2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6560}
6561
6562#[rustfmt::skip]
6563pub trait CodeAsmVcvttpd2dq<T, U> {
6564 fn vcvttpd2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6565}
6566
6567#[rustfmt::skip]
6568pub trait CodeAsmVcvttpd2dqx<T, U> {
6569 fn vcvttpd2dqx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6570}
6571
6572#[rustfmt::skip]
6573pub trait CodeAsmVcvttpd2dqy<T, U> {
6574 fn vcvttpd2dqy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6575}
6576
6577#[rustfmt::skip]
6578pub trait CodeAsmVcvttpd2qq<T, U> {
6579 fn vcvttpd2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6580}
6581
6582#[rustfmt::skip]
6583pub trait CodeAsmVcvttpd2udq<T, U> {
6584 fn vcvttpd2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6585}
6586
6587#[rustfmt::skip]
6588pub trait CodeAsmVcvttpd2udqx<T, U> {
6589 fn vcvttpd2udqx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6590}
6591
6592#[rustfmt::skip]
6593pub trait CodeAsmVcvttpd2udqy<T, U> {
6594 fn vcvttpd2udqy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6595}
6596
6597#[rustfmt::skip]
6598pub trait CodeAsmVcvttpd2uqq<T, U> {
6599 fn vcvttpd2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6600}
6601
6602#[rustfmt::skip]
6603pub trait CodeAsmVcvttph2dq<T, U> {
6604 fn vcvttph2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6605}
6606
6607#[rustfmt::skip]
6608pub trait CodeAsmVcvttph2qq<T, U> {
6609 fn vcvttph2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6610}
6611
6612#[rustfmt::skip]
6613pub trait CodeAsmVcvttph2udq<T, U> {
6614 fn vcvttph2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6615}
6616
6617#[rustfmt::skip]
6618pub trait CodeAsmVcvttph2uqq<T, U> {
6619 fn vcvttph2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6620}
6621
6622#[rustfmt::skip]
6623pub trait CodeAsmVcvttph2uw<T, U> {
6624 fn vcvttph2uw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6625}
6626
6627#[rustfmt::skip]
6628pub trait CodeAsmVcvttph2w<T, U> {
6629 fn vcvttph2w(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6630}
6631
6632#[rustfmt::skip]
6633pub trait CodeAsmVcvttps2dq<T, U> {
6634 fn vcvttps2dq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6635}
6636
6637#[rustfmt::skip]
6638pub trait CodeAsmVcvttps2qq<T, U> {
6639 fn vcvttps2qq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6640}
6641
6642#[rustfmt::skip]
6643pub trait CodeAsmVcvttps2udq<T, U> {
6644 fn vcvttps2udq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6645}
6646
6647#[rustfmt::skip]
6648pub trait CodeAsmVcvttps2uqq<T, U> {
6649 fn vcvttps2uqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6650}
6651
6652#[rustfmt::skip]
6653pub trait CodeAsmVcvttsd2si<T, U> {
6654 fn vcvttsd2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6655}
6656
6657#[rustfmt::skip]
6658pub trait CodeAsmVcvttsd2usi<T, U> {
6659 fn vcvttsd2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6660}
6661
6662#[rustfmt::skip]
6663pub trait CodeAsmVcvttsh2si<T, U> {
6664 fn vcvttsh2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6665}
6666
6667#[rustfmt::skip]
6668pub trait CodeAsmVcvttsh2usi<T, U> {
6669 fn vcvttsh2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6670}
6671
6672#[rustfmt::skip]
6673pub trait CodeAsmVcvttss2si<T, U> {
6674 fn vcvttss2si(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6675}
6676
6677#[rustfmt::skip]
6678pub trait CodeAsmVcvttss2usi<T, U> {
6679 fn vcvttss2usi(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6680}
6681
6682#[rustfmt::skip]
6683pub trait CodeAsmVcvtudq2pd<T, U> {
6684 fn vcvtudq2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6685}
6686
6687#[rustfmt::skip]
6688pub trait CodeAsmVcvtudq2ph<T, U> {
6689 fn vcvtudq2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6690}
6691
6692#[rustfmt::skip]
6693pub trait CodeAsmVcvtudq2phx<T, U> {
6694 fn vcvtudq2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6695}
6696
6697#[rustfmt::skip]
6698pub trait CodeAsmVcvtudq2phy<T, U> {
6699 fn vcvtudq2phy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6700}
6701
6702#[rustfmt::skip]
6703pub trait CodeAsmVcvtudq2ps<T, U> {
6704 fn vcvtudq2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6705}
6706
6707#[rustfmt::skip]
6708pub trait CodeAsmVcvtuqq2pd<T, U> {
6709 fn vcvtuqq2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6710}
6711
6712#[rustfmt::skip]
6713pub trait CodeAsmVcvtuqq2ph<T, U> {
6714 fn vcvtuqq2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6715}
6716
6717#[rustfmt::skip]
6718pub trait CodeAsmVcvtuqq2phx<T, U> {
6719 fn vcvtuqq2phx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6720}
6721
6722#[rustfmt::skip]
6723pub trait CodeAsmVcvtuqq2phy<T, U> {
6724 fn vcvtuqq2phy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6725}
6726
6727#[rustfmt::skip]
6728pub trait CodeAsmVcvtuqq2phz<T, U> {
6729 fn vcvtuqq2phz(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6730}
6731
6732#[rustfmt::skip]
6733pub trait CodeAsmVcvtuqq2ps<T, U> {
6734 fn vcvtuqq2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6735}
6736
6737#[rustfmt::skip]
6738pub trait CodeAsmVcvtuqq2psx<T, U> {
6739 fn vcvtuqq2psx(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6740}
6741
6742#[rustfmt::skip]
6743pub trait CodeAsmVcvtuqq2psy<T, U> {
6744 fn vcvtuqq2psy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6745}
6746
6747#[rustfmt::skip]
6748pub trait CodeAsmVcvtusi2sd<T, U, V> {
6749 fn vcvtusi2sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6750}
6751
6752#[rustfmt::skip]
6753pub trait CodeAsmVcvtusi2sh<T, U, V> {
6754 fn vcvtusi2sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6755}
6756
6757#[rustfmt::skip]
6758pub trait CodeAsmVcvtusi2ss<T, U, V> {
6759 fn vcvtusi2ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6760}
6761
6762#[rustfmt::skip]
6763pub trait CodeAsmVcvtuw2ph<T, U> {
6764 fn vcvtuw2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6765}
6766
6767#[rustfmt::skip]
6768pub trait CodeAsmVcvtw2ph<T, U> {
6769 fn vcvtw2ph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6770}
6771
6772#[rustfmt::skip]
6773pub trait CodeAsmVdbpsadbw<T, U, V, W> {
6774 fn vdbpsadbw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6775}
6776
6777#[rustfmt::skip]
6778pub trait CodeAsmVdivpd<T, U, V> {
6779 fn vdivpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6780}
6781
6782#[rustfmt::skip]
6783pub trait CodeAsmVdivph<T, U, V> {
6784 fn vdivph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6785}
6786
6787#[rustfmt::skip]
6788pub trait CodeAsmVdivps<T, U, V> {
6789 fn vdivps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6790}
6791
6792#[rustfmt::skip]
6793pub trait CodeAsmVdivsd<T, U, V> {
6794 fn vdivsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6795}
6796
6797#[rustfmt::skip]
6798pub trait CodeAsmVdivsh<T, U, V> {
6799 fn vdivsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6800}
6801
6802#[rustfmt::skip]
6803pub trait CodeAsmVdivss<T, U, V> {
6804 fn vdivss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6805}
6806
6807#[rustfmt::skip]
6808pub trait CodeAsmVdpbf16ps<T, U, V> {
6809 fn vdpbf16ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6810}
6811
6812#[rustfmt::skip]
6813pub trait CodeAsmVdppd<T, U, V, W> {
6814 fn vdppd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6815}
6816
6817#[rustfmt::skip]
6818pub trait CodeAsmVdpps<T, U, V, W> {
6819 fn vdpps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6820}
6821
6822#[rustfmt::skip]
6823pub trait CodeAsmVerr<T> {
6824 fn verr(&mut self, op0: T) -> Result<(), IcedError>;
6825}
6826
6827#[rustfmt::skip]
6828pub trait CodeAsmVerw<T> {
6829 fn verw(&mut self, op0: T) -> Result<(), IcedError>;
6830}
6831
6832#[rustfmt::skip]
6833pub trait CodeAsmVexp2pd<T, U> {
6834 fn vexp2pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6835}
6836
6837#[rustfmt::skip]
6838pub trait CodeAsmVexp2ps<T, U> {
6839 fn vexp2ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6840}
6841
6842#[rustfmt::skip]
6843pub trait CodeAsmVexpandpd<T, U> {
6844 fn vexpandpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6845}
6846
6847#[rustfmt::skip]
6848pub trait CodeAsmVexpandps<T, U> {
6849 fn vexpandps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
6850}
6851
6852#[rustfmt::skip]
6853pub trait CodeAsmVextractf128<T, U, V> {
6854 fn vextractf128(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6855}
6856
6857#[rustfmt::skip]
6858pub trait CodeAsmVextractf32x4<T, U, V> {
6859 fn vextractf32x4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6860}
6861
6862#[rustfmt::skip]
6863pub trait CodeAsmVextractf32x8<T, U, V> {
6864 fn vextractf32x8(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6865}
6866
6867#[rustfmt::skip]
6868pub trait CodeAsmVextractf64x2<T, U, V> {
6869 fn vextractf64x2(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6870}
6871
6872#[rustfmt::skip]
6873pub trait CodeAsmVextractf64x4<T, U, V> {
6874 fn vextractf64x4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6875}
6876
6877#[rustfmt::skip]
6878pub trait CodeAsmVextracti128<T, U, V> {
6879 fn vextracti128(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6880}
6881
6882#[rustfmt::skip]
6883pub trait CodeAsmVextracti32x4<T, U, V> {
6884 fn vextracti32x4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6885}
6886
6887#[rustfmt::skip]
6888pub trait CodeAsmVextracti32x8<T, U, V> {
6889 fn vextracti32x8(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6890}
6891
6892#[rustfmt::skip]
6893pub trait CodeAsmVextracti64x2<T, U, V> {
6894 fn vextracti64x2(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6895}
6896
6897#[rustfmt::skip]
6898pub trait CodeAsmVextracti64x4<T, U, V> {
6899 fn vextracti64x4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6900}
6901
6902#[rustfmt::skip]
6903pub trait CodeAsmVextractps<T, U, V> {
6904 fn vextractps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6905}
6906
6907#[rustfmt::skip]
6908pub trait CodeAsmVfcmaddcph<T, U, V> {
6909 fn vfcmaddcph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6910}
6911
6912#[rustfmt::skip]
6913pub trait CodeAsmVfcmaddcsh<T, U, V> {
6914 fn vfcmaddcsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6915}
6916
6917#[rustfmt::skip]
6918pub trait CodeAsmVfcmulcph<T, U, V> {
6919 fn vfcmulcph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6920}
6921
6922#[rustfmt::skip]
6923pub trait CodeAsmVfcmulcsh<T, U, V> {
6924 fn vfcmulcsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6925}
6926
6927#[rustfmt::skip]
6928pub trait CodeAsmVfixupimmpd<T, U, V, W> {
6929 fn vfixupimmpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6930}
6931
6932#[rustfmt::skip]
6933pub trait CodeAsmVfixupimmps<T, U, V, W> {
6934 fn vfixupimmps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6935}
6936
6937#[rustfmt::skip]
6938pub trait CodeAsmVfixupimmsd<T, U, V, W> {
6939 fn vfixupimmsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6940}
6941
6942#[rustfmt::skip]
6943pub trait CodeAsmVfixupimmss<T, U, V, W> {
6944 fn vfixupimmss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
6945}
6946
6947#[rustfmt::skip]
6948pub trait CodeAsmVfmadd132pd<T, U, V> {
6949 fn vfmadd132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6950}
6951
6952#[rustfmt::skip]
6953pub trait CodeAsmVfmadd132ph<T, U, V> {
6954 fn vfmadd132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6955}
6956
6957#[rustfmt::skip]
6958pub trait CodeAsmVfmadd132ps<T, U, V> {
6959 fn vfmadd132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6960}
6961
6962#[rustfmt::skip]
6963pub trait CodeAsmVfmadd132sd<T, U, V> {
6964 fn vfmadd132sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6965}
6966
6967#[rustfmt::skip]
6968pub trait CodeAsmVfmadd132sh<T, U, V> {
6969 fn vfmadd132sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6970}
6971
6972#[rustfmt::skip]
6973pub trait CodeAsmVfmadd132ss<T, U, V> {
6974 fn vfmadd132ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6975}
6976
6977#[rustfmt::skip]
6978pub trait CodeAsmVfmadd213pd<T, U, V> {
6979 fn vfmadd213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6980}
6981
6982#[rustfmt::skip]
6983pub trait CodeAsmVfmadd213ph<T, U, V> {
6984 fn vfmadd213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6985}
6986
6987#[rustfmt::skip]
6988pub trait CodeAsmVfmadd213ps<T, U, V> {
6989 fn vfmadd213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6990}
6991
6992#[rustfmt::skip]
6993pub trait CodeAsmVfmadd213sd<T, U, V> {
6994 fn vfmadd213sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
6995}
6996
6997#[rustfmt::skip]
6998pub trait CodeAsmVfmadd213sh<T, U, V> {
6999 fn vfmadd213sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7000}
7001
7002#[rustfmt::skip]
7003pub trait CodeAsmVfmadd213ss<T, U, V> {
7004 fn vfmadd213ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7005}
7006
7007#[rustfmt::skip]
7008pub trait CodeAsmVfmadd231pd<T, U, V> {
7009 fn vfmadd231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7010}
7011
7012#[rustfmt::skip]
7013pub trait CodeAsmVfmadd231ph<T, U, V> {
7014 fn vfmadd231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7015}
7016
7017#[rustfmt::skip]
7018pub trait CodeAsmVfmadd231ps<T, U, V> {
7019 fn vfmadd231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7020}
7021
7022#[rustfmt::skip]
7023pub trait CodeAsmVfmadd231sd<T, U, V> {
7024 fn vfmadd231sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7025}
7026
7027#[rustfmt::skip]
7028pub trait CodeAsmVfmadd231sh<T, U, V> {
7029 fn vfmadd231sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7030}
7031
7032#[rustfmt::skip]
7033pub trait CodeAsmVfmadd231ss<T, U, V> {
7034 fn vfmadd231ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7035}
7036
7037#[rustfmt::skip]
7038pub trait CodeAsmVfmaddcph<T, U, V> {
7039 fn vfmaddcph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7040}
7041
7042#[rustfmt::skip]
7043pub trait CodeAsmVfmaddcsh<T, U, V> {
7044 fn vfmaddcsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7045}
7046
7047#[rustfmt::skip]
7048pub trait CodeAsmVfmaddpd<T, U, V, W> {
7049 fn vfmaddpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7050}
7051
7052#[rustfmt::skip]
7053pub trait CodeAsmVfmaddps<T, U, V, W> {
7054 fn vfmaddps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7055}
7056
7057#[rustfmt::skip]
7058pub trait CodeAsmVfmaddsd<T, U, V, W> {
7059 fn vfmaddsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7060}
7061
7062#[rustfmt::skip]
7063pub trait CodeAsmVfmaddss<T, U, V, W> {
7064 fn vfmaddss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7065}
7066
7067#[rustfmt::skip]
7068pub trait CodeAsmVfmaddsub132pd<T, U, V> {
7069 fn vfmaddsub132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7070}
7071
7072#[rustfmt::skip]
7073pub trait CodeAsmVfmaddsub132ph<T, U, V> {
7074 fn vfmaddsub132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7075}
7076
7077#[rustfmt::skip]
7078pub trait CodeAsmVfmaddsub132ps<T, U, V> {
7079 fn vfmaddsub132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7080}
7081
7082#[rustfmt::skip]
7083pub trait CodeAsmVfmaddsub213pd<T, U, V> {
7084 fn vfmaddsub213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7085}
7086
7087#[rustfmt::skip]
7088pub trait CodeAsmVfmaddsub213ph<T, U, V> {
7089 fn vfmaddsub213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7090}
7091
7092#[rustfmt::skip]
7093pub trait CodeAsmVfmaddsub213ps<T, U, V> {
7094 fn vfmaddsub213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7095}
7096
7097#[rustfmt::skip]
7098pub trait CodeAsmVfmaddsub231pd<T, U, V> {
7099 fn vfmaddsub231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7100}
7101
7102#[rustfmt::skip]
7103pub trait CodeAsmVfmaddsub231ph<T, U, V> {
7104 fn vfmaddsub231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7105}
7106
7107#[rustfmt::skip]
7108pub trait CodeAsmVfmaddsub231ps<T, U, V> {
7109 fn vfmaddsub231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7110}
7111
7112#[rustfmt::skip]
7113pub trait CodeAsmVfmaddsubpd<T, U, V, W> {
7114 fn vfmaddsubpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7115}
7116
7117#[rustfmt::skip]
7118pub trait CodeAsmVfmaddsubps<T, U, V, W> {
7119 fn vfmaddsubps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7120}
7121
7122#[rustfmt::skip]
7123pub trait CodeAsmVfmsub132pd<T, U, V> {
7124 fn vfmsub132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7125}
7126
7127#[rustfmt::skip]
7128pub trait CodeAsmVfmsub132ph<T, U, V> {
7129 fn vfmsub132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7130}
7131
7132#[rustfmt::skip]
7133pub trait CodeAsmVfmsub132ps<T, U, V> {
7134 fn vfmsub132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7135}
7136
7137#[rustfmt::skip]
7138pub trait CodeAsmVfmsub132sd<T, U, V> {
7139 fn vfmsub132sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7140}
7141
7142#[rustfmt::skip]
7143pub trait CodeAsmVfmsub132sh<T, U, V> {
7144 fn vfmsub132sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7145}
7146
7147#[rustfmt::skip]
7148pub trait CodeAsmVfmsub132ss<T, U, V> {
7149 fn vfmsub132ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7150}
7151
7152#[rustfmt::skip]
7153pub trait CodeAsmVfmsub213pd<T, U, V> {
7154 fn vfmsub213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7155}
7156
7157#[rustfmt::skip]
7158pub trait CodeAsmVfmsub213ph<T, U, V> {
7159 fn vfmsub213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7160}
7161
7162#[rustfmt::skip]
7163pub trait CodeAsmVfmsub213ps<T, U, V> {
7164 fn vfmsub213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7165}
7166
7167#[rustfmt::skip]
7168pub trait CodeAsmVfmsub213sd<T, U, V> {
7169 fn vfmsub213sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7170}
7171
7172#[rustfmt::skip]
7173pub trait CodeAsmVfmsub213sh<T, U, V> {
7174 fn vfmsub213sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7175}
7176
7177#[rustfmt::skip]
7178pub trait CodeAsmVfmsub213ss<T, U, V> {
7179 fn vfmsub213ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7180}
7181
7182#[rustfmt::skip]
7183pub trait CodeAsmVfmsub231pd<T, U, V> {
7184 fn vfmsub231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7185}
7186
7187#[rustfmt::skip]
7188pub trait CodeAsmVfmsub231ph<T, U, V> {
7189 fn vfmsub231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7190}
7191
7192#[rustfmt::skip]
7193pub trait CodeAsmVfmsub231ps<T, U, V> {
7194 fn vfmsub231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7195}
7196
7197#[rustfmt::skip]
7198pub trait CodeAsmVfmsub231sd<T, U, V> {
7199 fn vfmsub231sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7200}
7201
7202#[rustfmt::skip]
7203pub trait CodeAsmVfmsub231sh<T, U, V> {
7204 fn vfmsub231sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7205}
7206
7207#[rustfmt::skip]
7208pub trait CodeAsmVfmsub231ss<T, U, V> {
7209 fn vfmsub231ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7210}
7211
7212#[rustfmt::skip]
7213pub trait CodeAsmVfmsubadd132pd<T, U, V> {
7214 fn vfmsubadd132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7215}
7216
7217#[rustfmt::skip]
7218pub trait CodeAsmVfmsubadd132ph<T, U, V> {
7219 fn vfmsubadd132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7220}
7221
7222#[rustfmt::skip]
7223pub trait CodeAsmVfmsubadd132ps<T, U, V> {
7224 fn vfmsubadd132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7225}
7226
7227#[rustfmt::skip]
7228pub trait CodeAsmVfmsubadd213pd<T, U, V> {
7229 fn vfmsubadd213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7230}
7231
7232#[rustfmt::skip]
7233pub trait CodeAsmVfmsubadd213ph<T, U, V> {
7234 fn vfmsubadd213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7235}
7236
7237#[rustfmt::skip]
7238pub trait CodeAsmVfmsubadd213ps<T, U, V> {
7239 fn vfmsubadd213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7240}
7241
7242#[rustfmt::skip]
7243pub trait CodeAsmVfmsubadd231pd<T, U, V> {
7244 fn vfmsubadd231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7245}
7246
7247#[rustfmt::skip]
7248pub trait CodeAsmVfmsubadd231ph<T, U, V> {
7249 fn vfmsubadd231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7250}
7251
7252#[rustfmt::skip]
7253pub trait CodeAsmVfmsubadd231ps<T, U, V> {
7254 fn vfmsubadd231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7255}
7256
7257#[rustfmt::skip]
7258pub trait CodeAsmVfmsubaddpd<T, U, V, W> {
7259 fn vfmsubaddpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7260}
7261
7262#[rustfmt::skip]
7263pub trait CodeAsmVfmsubaddps<T, U, V, W> {
7264 fn vfmsubaddps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7265}
7266
7267#[rustfmt::skip]
7268pub trait CodeAsmVfmsubpd<T, U, V, W> {
7269 fn vfmsubpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7270}
7271
7272#[rustfmt::skip]
7273pub trait CodeAsmVfmsubps<T, U, V, W> {
7274 fn vfmsubps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7275}
7276
7277#[rustfmt::skip]
7278pub trait CodeAsmVfmsubsd<T, U, V, W> {
7279 fn vfmsubsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7280}
7281
7282#[rustfmt::skip]
7283pub trait CodeAsmVfmsubss<T, U, V, W> {
7284 fn vfmsubss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7285}
7286
7287#[rustfmt::skip]
7288pub trait CodeAsmVfmulcph<T, U, V> {
7289 fn vfmulcph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7290}
7291
7292#[rustfmt::skip]
7293pub trait CodeAsmVfmulcsh<T, U, V> {
7294 fn vfmulcsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7295}
7296
7297#[rustfmt::skip]
7298pub trait CodeAsmVfnmadd132pd<T, U, V> {
7299 fn vfnmadd132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7300}
7301
7302#[rustfmt::skip]
7303pub trait CodeAsmVfnmadd132ph<T, U, V> {
7304 fn vfnmadd132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7305}
7306
7307#[rustfmt::skip]
7308pub trait CodeAsmVfnmadd132ps<T, U, V> {
7309 fn vfnmadd132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7310}
7311
7312#[rustfmt::skip]
7313pub trait CodeAsmVfnmadd132sd<T, U, V> {
7314 fn vfnmadd132sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7315}
7316
7317#[rustfmt::skip]
7318pub trait CodeAsmVfnmadd132sh<T, U, V> {
7319 fn vfnmadd132sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7320}
7321
7322#[rustfmt::skip]
7323pub trait CodeAsmVfnmadd132ss<T, U, V> {
7324 fn vfnmadd132ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7325}
7326
7327#[rustfmt::skip]
7328pub trait CodeAsmVfnmadd213pd<T, U, V> {
7329 fn vfnmadd213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7330}
7331
7332#[rustfmt::skip]
7333pub trait CodeAsmVfnmadd213ph<T, U, V> {
7334 fn vfnmadd213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7335}
7336
7337#[rustfmt::skip]
7338pub trait CodeAsmVfnmadd213ps<T, U, V> {
7339 fn vfnmadd213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7340}
7341
7342#[rustfmt::skip]
7343pub trait CodeAsmVfnmadd213sd<T, U, V> {
7344 fn vfnmadd213sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7345}
7346
7347#[rustfmt::skip]
7348pub trait CodeAsmVfnmadd213sh<T, U, V> {
7349 fn vfnmadd213sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7350}
7351
7352#[rustfmt::skip]
7353pub trait CodeAsmVfnmadd213ss<T, U, V> {
7354 fn vfnmadd213ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7355}
7356
7357#[rustfmt::skip]
7358pub trait CodeAsmVfnmadd231pd<T, U, V> {
7359 fn vfnmadd231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7360}
7361
7362#[rustfmt::skip]
7363pub trait CodeAsmVfnmadd231ph<T, U, V> {
7364 fn vfnmadd231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7365}
7366
7367#[rustfmt::skip]
7368pub trait CodeAsmVfnmadd231ps<T, U, V> {
7369 fn vfnmadd231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7370}
7371
7372#[rustfmt::skip]
7373pub trait CodeAsmVfnmadd231sd<T, U, V> {
7374 fn vfnmadd231sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7375}
7376
7377#[rustfmt::skip]
7378pub trait CodeAsmVfnmadd231sh<T, U, V> {
7379 fn vfnmadd231sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7380}
7381
7382#[rustfmt::skip]
7383pub trait CodeAsmVfnmadd231ss<T, U, V> {
7384 fn vfnmadd231ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7385}
7386
7387#[rustfmt::skip]
7388pub trait CodeAsmVfnmaddpd<T, U, V, W> {
7389 fn vfnmaddpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7390}
7391
7392#[rustfmt::skip]
7393pub trait CodeAsmVfnmaddps<T, U, V, W> {
7394 fn vfnmaddps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7395}
7396
7397#[rustfmt::skip]
7398pub trait CodeAsmVfnmaddsd<T, U, V, W> {
7399 fn vfnmaddsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7400}
7401
7402#[rustfmt::skip]
7403pub trait CodeAsmVfnmaddss<T, U, V, W> {
7404 fn vfnmaddss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7405}
7406
7407#[rustfmt::skip]
7408pub trait CodeAsmVfnmsub132pd<T, U, V> {
7409 fn vfnmsub132pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7410}
7411
7412#[rustfmt::skip]
7413pub trait CodeAsmVfnmsub132ph<T, U, V> {
7414 fn vfnmsub132ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7415}
7416
7417#[rustfmt::skip]
7418pub trait CodeAsmVfnmsub132ps<T, U, V> {
7419 fn vfnmsub132ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7420}
7421
7422#[rustfmt::skip]
7423pub trait CodeAsmVfnmsub132sd<T, U, V> {
7424 fn vfnmsub132sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7425}
7426
7427#[rustfmt::skip]
7428pub trait CodeAsmVfnmsub132sh<T, U, V> {
7429 fn vfnmsub132sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7430}
7431
7432#[rustfmt::skip]
7433pub trait CodeAsmVfnmsub132ss<T, U, V> {
7434 fn vfnmsub132ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7435}
7436
7437#[rustfmt::skip]
7438pub trait CodeAsmVfnmsub213pd<T, U, V> {
7439 fn vfnmsub213pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7440}
7441
7442#[rustfmt::skip]
7443pub trait CodeAsmVfnmsub213ph<T, U, V> {
7444 fn vfnmsub213ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7445}
7446
7447#[rustfmt::skip]
7448pub trait CodeAsmVfnmsub213ps<T, U, V> {
7449 fn vfnmsub213ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7450}
7451
7452#[rustfmt::skip]
7453pub trait CodeAsmVfnmsub213sd<T, U, V> {
7454 fn vfnmsub213sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7455}
7456
7457#[rustfmt::skip]
7458pub trait CodeAsmVfnmsub213sh<T, U, V> {
7459 fn vfnmsub213sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7460}
7461
7462#[rustfmt::skip]
7463pub trait CodeAsmVfnmsub213ss<T, U, V> {
7464 fn vfnmsub213ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7465}
7466
7467#[rustfmt::skip]
7468pub trait CodeAsmVfnmsub231pd<T, U, V> {
7469 fn vfnmsub231pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7470}
7471
7472#[rustfmt::skip]
7473pub trait CodeAsmVfnmsub231ph<T, U, V> {
7474 fn vfnmsub231ph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7475}
7476
7477#[rustfmt::skip]
7478pub trait CodeAsmVfnmsub231ps<T, U, V> {
7479 fn vfnmsub231ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7480}
7481
7482#[rustfmt::skip]
7483pub trait CodeAsmVfnmsub231sd<T, U, V> {
7484 fn vfnmsub231sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7485}
7486
7487#[rustfmt::skip]
7488pub trait CodeAsmVfnmsub231sh<T, U, V> {
7489 fn vfnmsub231sh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7490}
7491
7492#[rustfmt::skip]
7493pub trait CodeAsmVfnmsub231ss<T, U, V> {
7494 fn vfnmsub231ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7495}
7496
7497#[rustfmt::skip]
7498pub trait CodeAsmVfnmsubpd<T, U, V, W> {
7499 fn vfnmsubpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7500}
7501
7502#[rustfmt::skip]
7503pub trait CodeAsmVfnmsubps<T, U, V, W> {
7504 fn vfnmsubps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7505}
7506
7507#[rustfmt::skip]
7508pub trait CodeAsmVfnmsubsd<T, U, V, W> {
7509 fn vfnmsubsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7510}
7511
7512#[rustfmt::skip]
7513pub trait CodeAsmVfnmsubss<T, U, V, W> {
7514 fn vfnmsubss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7515}
7516
7517#[rustfmt::skip]
7518pub trait CodeAsmVfpclasspd<T, U, V> {
7519 fn vfpclasspd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7520}
7521
7522#[rustfmt::skip]
7523pub trait CodeAsmVfpclasspdx<T, U, V> {
7524 fn vfpclasspdx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7525}
7526
7527#[rustfmt::skip]
7528pub trait CodeAsmVfpclasspdy<T, U, V> {
7529 fn vfpclasspdy(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7530}
7531
7532#[rustfmt::skip]
7533pub trait CodeAsmVfpclasspdz<T, U, V> {
7534 fn vfpclasspdz(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7535}
7536
7537#[rustfmt::skip]
7538pub trait CodeAsmVfpclassph<T, U, V> {
7539 fn vfpclassph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7540}
7541
7542#[rustfmt::skip]
7543pub trait CodeAsmVfpclassphx<T, U, V> {
7544 fn vfpclassphx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7545}
7546
7547#[rustfmt::skip]
7548pub trait CodeAsmVfpclassphy<T, U, V> {
7549 fn vfpclassphy(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7550}
7551
7552#[rustfmt::skip]
7553pub trait CodeAsmVfpclassphz<T, U, V> {
7554 fn vfpclassphz(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7555}
7556
7557#[rustfmt::skip]
7558pub trait CodeAsmVfpclassps<T, U, V> {
7559 fn vfpclassps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7560}
7561
7562#[rustfmt::skip]
7563pub trait CodeAsmVfpclasspsx<T, U, V> {
7564 fn vfpclasspsx(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7565}
7566
7567#[rustfmt::skip]
7568pub trait CodeAsmVfpclasspsy<T, U, V> {
7569 fn vfpclasspsy(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7570}
7571
7572#[rustfmt::skip]
7573pub trait CodeAsmVfpclasspsz<T, U, V> {
7574 fn vfpclasspsz(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7575}
7576
7577#[rustfmt::skip]
7578pub trait CodeAsmVfpclasssd<T, U, V> {
7579 fn vfpclasssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7580}
7581
7582#[rustfmt::skip]
7583pub trait CodeAsmVfpclasssh<T, U, V> {
7584 fn vfpclasssh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7585}
7586
7587#[rustfmt::skip]
7588pub trait CodeAsmVfpclassss<T, U, V> {
7589 fn vfpclassss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7590}
7591
7592#[rustfmt::skip]
7593pub trait CodeAsmVfrczpd<T, U> {
7594 fn vfrczpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7595}
7596
7597#[rustfmt::skip]
7598pub trait CodeAsmVfrczps<T, U> {
7599 fn vfrczps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7600}
7601
7602#[rustfmt::skip]
7603pub trait CodeAsmVfrczsd<T, U> {
7604 fn vfrczsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7605}
7606
7607#[rustfmt::skip]
7608pub trait CodeAsmVfrczss<T, U> {
7609 fn vfrczss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7610}
7611
7612#[rustfmt::skip]
7613pub trait CodeAsmVgatherdpd<T, U> {
7614 fn vgatherdpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7615}
7616
7617#[rustfmt::skip]
7618pub trait CodeAsmVgatherdpd3<T, U, V> {
7619 fn vgatherdpd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7620}
7621
7622#[rustfmt::skip]
7623pub trait CodeAsmVgatherdps<T, U> {
7624 fn vgatherdps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7625}
7626
7627#[rustfmt::skip]
7628pub trait CodeAsmVgatherdps3<T, U, V> {
7629 fn vgatherdps_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7630}
7631
7632#[rustfmt::skip]
7633pub trait CodeAsmVgatherpf0dpd<T> {
7634 fn vgatherpf0dpd(&mut self, op0: T) -> Result<(), IcedError>;
7635}
7636
7637#[rustfmt::skip]
7638pub trait CodeAsmVgatherpf0dps<T> {
7639 fn vgatherpf0dps(&mut self, op0: T) -> Result<(), IcedError>;
7640}
7641
7642#[rustfmt::skip]
7643pub trait CodeAsmVgatherpf0qpd<T> {
7644 fn vgatherpf0qpd(&mut self, op0: T) -> Result<(), IcedError>;
7645}
7646
7647#[rustfmt::skip]
7648pub trait CodeAsmVgatherpf0qps<T> {
7649 fn vgatherpf0qps(&mut self, op0: T) -> Result<(), IcedError>;
7650}
7651
7652#[rustfmt::skip]
7653pub trait CodeAsmVgatherpf1dpd<T> {
7654 fn vgatherpf1dpd(&mut self, op0: T) -> Result<(), IcedError>;
7655}
7656
7657#[rustfmt::skip]
7658pub trait CodeAsmVgatherpf1dps<T> {
7659 fn vgatherpf1dps(&mut self, op0: T) -> Result<(), IcedError>;
7660}
7661
7662#[rustfmt::skip]
7663pub trait CodeAsmVgatherpf1qpd<T> {
7664 fn vgatherpf1qpd(&mut self, op0: T) -> Result<(), IcedError>;
7665}
7666
7667#[rustfmt::skip]
7668pub trait CodeAsmVgatherpf1qps<T> {
7669 fn vgatherpf1qps(&mut self, op0: T) -> Result<(), IcedError>;
7670}
7671
7672#[rustfmt::skip]
7673pub trait CodeAsmVgatherqpd<T, U> {
7674 fn vgatherqpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7675}
7676
7677#[rustfmt::skip]
7678pub trait CodeAsmVgatherqpd3<T, U, V> {
7679 fn vgatherqpd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7680}
7681
7682#[rustfmt::skip]
7683pub trait CodeAsmVgatherqps<T, U> {
7684 fn vgatherqps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7685}
7686
7687#[rustfmt::skip]
7688pub trait CodeAsmVgatherqps3<T, U, V> {
7689 fn vgatherqps_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7690}
7691
7692#[rustfmt::skip]
7693pub trait CodeAsmVgetexppd<T, U> {
7694 fn vgetexppd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7695}
7696
7697#[rustfmt::skip]
7698pub trait CodeAsmVgetexpph<T, U> {
7699 fn vgetexpph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7700}
7701
7702#[rustfmt::skip]
7703pub trait CodeAsmVgetexpps<T, U> {
7704 fn vgetexpps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7705}
7706
7707#[rustfmt::skip]
7708pub trait CodeAsmVgetexpsd<T, U, V> {
7709 fn vgetexpsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7710}
7711
7712#[rustfmt::skip]
7713pub trait CodeAsmVgetexpsh<T, U, V> {
7714 fn vgetexpsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7715}
7716
7717#[rustfmt::skip]
7718pub trait CodeAsmVgetexpss<T, U, V> {
7719 fn vgetexpss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7720}
7721
7722#[rustfmt::skip]
7723pub trait CodeAsmVgetmantpd<T, U, V> {
7724 fn vgetmantpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7725}
7726
7727#[rustfmt::skip]
7728pub trait CodeAsmVgetmantph<T, U, V> {
7729 fn vgetmantph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7730}
7731
7732#[rustfmt::skip]
7733pub trait CodeAsmVgetmantps<T, U, V> {
7734 fn vgetmantps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7735}
7736
7737#[rustfmt::skip]
7738pub trait CodeAsmVgetmantsd<T, U, V, W> {
7739 fn vgetmantsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7740}
7741
7742#[rustfmt::skip]
7743pub trait CodeAsmVgetmantsh<T, U, V, W> {
7744 fn vgetmantsh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7745}
7746
7747#[rustfmt::skip]
7748pub trait CodeAsmVgetmantss<T, U, V, W> {
7749 fn vgetmantss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7750}
7751
7752#[rustfmt::skip]
7753pub trait CodeAsmVgf2p8affineinvqb<T, U, V, W> {
7754 fn vgf2p8affineinvqb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7755}
7756
7757#[rustfmt::skip]
7758pub trait CodeAsmVgf2p8affineqb<T, U, V, W> {
7759 fn vgf2p8affineqb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7760}
7761
7762#[rustfmt::skip]
7763pub trait CodeAsmVgf2p8mulb<T, U, V> {
7764 fn vgf2p8mulb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7765}
7766
7767#[rustfmt::skip]
7768pub trait CodeAsmVhaddpd<T, U, V> {
7769 fn vhaddpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7770}
7771
7772#[rustfmt::skip]
7773pub trait CodeAsmVhaddps<T, U, V> {
7774 fn vhaddps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7775}
7776
7777#[rustfmt::skip]
7778pub trait CodeAsmVhsubpd<T, U, V> {
7779 fn vhsubpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7780}
7781
7782#[rustfmt::skip]
7783pub trait CodeAsmVhsubps<T, U, V> {
7784 fn vhsubps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7785}
7786
7787#[rustfmt::skip]
7788pub trait CodeAsmVinsertf128<T, U, V, W> {
7789 fn vinsertf128(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7790}
7791
7792#[rustfmt::skip]
7793pub trait CodeAsmVinsertf32x4<T, U, V, W> {
7794 fn vinsertf32x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7795}
7796
7797#[rustfmt::skip]
7798pub trait CodeAsmVinsertf32x8<T, U, V, W> {
7799 fn vinsertf32x8(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7800}
7801
7802#[rustfmt::skip]
7803pub trait CodeAsmVinsertf64x2<T, U, V, W> {
7804 fn vinsertf64x2(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7805}
7806
7807#[rustfmt::skip]
7808pub trait CodeAsmVinsertf64x4<T, U, V, W> {
7809 fn vinsertf64x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7810}
7811
7812#[rustfmt::skip]
7813pub trait CodeAsmVinserti128<T, U, V, W> {
7814 fn vinserti128(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7815}
7816
7817#[rustfmt::skip]
7818pub trait CodeAsmVinserti32x4<T, U, V, W> {
7819 fn vinserti32x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7820}
7821
7822#[rustfmt::skip]
7823pub trait CodeAsmVinserti32x8<T, U, V, W> {
7824 fn vinserti32x8(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7825}
7826
7827#[rustfmt::skip]
7828pub trait CodeAsmVinserti64x2<T, U, V, W> {
7829 fn vinserti64x2(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7830}
7831
7832#[rustfmt::skip]
7833pub trait CodeAsmVinserti64x4<T, U, V, W> {
7834 fn vinserti64x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7835}
7836
7837#[rustfmt::skip]
7838pub trait CodeAsmVinsertps<T, U, V, W> {
7839 fn vinsertps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
7840}
7841
7842#[rustfmt::skip]
7843pub trait CodeAsmVlddqu<T, U> {
7844 fn vlddqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7845}
7846
7847#[rustfmt::skip]
7848pub trait CodeAsmVldmxcsr<T> {
7849 fn vldmxcsr(&mut self, op0: T) -> Result<(), IcedError>;
7850}
7851
7852#[rustfmt::skip]
7853pub trait CodeAsmVmaskmovdqu<T, U> {
7854 fn vmaskmovdqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7855}
7856
7857#[rustfmt::skip]
7858pub trait CodeAsmVmaskmovpd<T, U, V> {
7859 fn vmaskmovpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7860}
7861
7862#[rustfmt::skip]
7863pub trait CodeAsmVmaskmovps<T, U, V> {
7864 fn vmaskmovps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7865}
7866
7867#[rustfmt::skip]
7868pub trait CodeAsmVmaxpd<T, U, V> {
7869 fn vmaxpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7870}
7871
7872#[rustfmt::skip]
7873pub trait CodeAsmVmaxph<T, U, V> {
7874 fn vmaxph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7875}
7876
7877#[rustfmt::skip]
7878pub trait CodeAsmVmaxps<T, U, V> {
7879 fn vmaxps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7880}
7881
7882#[rustfmt::skip]
7883pub trait CodeAsmVmaxsd<T, U, V> {
7884 fn vmaxsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7885}
7886
7887#[rustfmt::skip]
7888pub trait CodeAsmVmaxsh<T, U, V> {
7889 fn vmaxsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7890}
7891
7892#[rustfmt::skip]
7893pub trait CodeAsmVmaxss<T, U, V> {
7894 fn vmaxss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7895}
7896
7897#[rustfmt::skip]
7898pub trait CodeAsmVmcall {
7899 fn vmcall(&mut self) -> Result<(), IcedError>;
7900}
7901
7902#[rustfmt::skip]
7903pub trait CodeAsmVmclear<T> {
7904 fn vmclear(&mut self, op0: T) -> Result<(), IcedError>;
7905}
7906
7907#[rustfmt::skip]
7908pub trait CodeAsmVmfunc {
7909 fn vmfunc(&mut self) -> Result<(), IcedError>;
7910}
7911
7912#[rustfmt::skip]
7913pub trait CodeAsmVmgexit {
7914 fn vmgexit(&mut self) -> Result<(), IcedError>;
7915}
7916
7917#[rustfmt::skip]
7918pub trait CodeAsmVminpd<T, U, V> {
7919 fn vminpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7920}
7921
7922#[rustfmt::skip]
7923pub trait CodeAsmVminph<T, U, V> {
7924 fn vminph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7925}
7926
7927#[rustfmt::skip]
7928pub trait CodeAsmVminps<T, U, V> {
7929 fn vminps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7930}
7931
7932#[rustfmt::skip]
7933pub trait CodeAsmVminsd<T, U, V> {
7934 fn vminsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7935}
7936
7937#[rustfmt::skip]
7938pub trait CodeAsmVminsh<T, U, V> {
7939 fn vminsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7940}
7941
7942#[rustfmt::skip]
7943pub trait CodeAsmVminss<T, U, V> {
7944 fn vminss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
7945}
7946
7947#[rustfmt::skip]
7948pub trait CodeAsmVmlaunch {
7949 fn vmlaunch(&mut self) -> Result<(), IcedError>;
7950}
7951
7952#[rustfmt::skip]
7953pub trait CodeAsmVmload {
7954 fn vmload(&mut self) -> Result<(), IcedError>;
7955}
7956
7957#[rustfmt::skip]
7958pub trait CodeAsmVmmcall {
7959 fn vmmcall(&mut self) -> Result<(), IcedError>;
7960}
7961
7962#[rustfmt::skip]
7963pub trait CodeAsmVmovapd<T, U> {
7964 fn vmovapd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7965}
7966
7967#[rustfmt::skip]
7968pub trait CodeAsmVmovaps<T, U> {
7969 fn vmovaps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7970}
7971
7972#[rustfmt::skip]
7973pub trait CodeAsmVmovd<T, U> {
7974 fn vmovd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7975}
7976
7977#[rustfmt::skip]
7978pub trait CodeAsmVmovddup<T, U> {
7979 fn vmovddup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7980}
7981
7982#[rustfmt::skip]
7983pub trait CodeAsmVmovdqa<T, U> {
7984 fn vmovdqa(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7985}
7986
7987#[rustfmt::skip]
7988pub trait CodeAsmVmovdqa32<T, U> {
7989 fn vmovdqa32(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7990}
7991
7992#[rustfmt::skip]
7993pub trait CodeAsmVmovdqa64<T, U> {
7994 fn vmovdqa64(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
7995}
7996
7997#[rustfmt::skip]
7998pub trait CodeAsmVmovdqu<T, U> {
7999 fn vmovdqu(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8000}
8001
8002#[rustfmt::skip]
8003pub trait CodeAsmVmovdqu16<T, U> {
8004 fn vmovdqu16(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8005}
8006
8007#[rustfmt::skip]
8008pub trait CodeAsmVmovdqu32<T, U> {
8009 fn vmovdqu32(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8010}
8011
8012#[rustfmt::skip]
8013pub trait CodeAsmVmovdqu64<T, U> {
8014 fn vmovdqu64(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8015}
8016
8017#[rustfmt::skip]
8018pub trait CodeAsmVmovdqu8<T, U> {
8019 fn vmovdqu8(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8020}
8021
8022#[rustfmt::skip]
8023pub trait CodeAsmVmovhlps<T, U, V> {
8024 fn vmovhlps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8025}
8026
8027#[rustfmt::skip]
8028pub trait CodeAsmVmovhpd<T, U> {
8029 fn vmovhpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8030}
8031
8032#[rustfmt::skip]
8033pub trait CodeAsmVmovhpd3<T, U, V> {
8034 fn vmovhpd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8035}
8036
8037#[rustfmt::skip]
8038pub trait CodeAsmVmovhps<T, U> {
8039 fn vmovhps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8040}
8041
8042#[rustfmt::skip]
8043pub trait CodeAsmVmovhps3<T, U, V> {
8044 fn vmovhps_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8045}
8046
8047#[rustfmt::skip]
8048pub trait CodeAsmVmovlhps<T, U, V> {
8049 fn vmovlhps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8050}
8051
8052#[rustfmt::skip]
8053pub trait CodeAsmVmovlpd<T, U> {
8054 fn vmovlpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8055}
8056
8057#[rustfmt::skip]
8058pub trait CodeAsmVmovlpd3<T, U, V> {
8059 fn vmovlpd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8060}
8061
8062#[rustfmt::skip]
8063pub trait CodeAsmVmovlps<T, U> {
8064 fn vmovlps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8065}
8066
8067#[rustfmt::skip]
8068pub trait CodeAsmVmovlps3<T, U, V> {
8069 fn vmovlps_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8070}
8071
8072#[rustfmt::skip]
8073pub trait CodeAsmVmovmskpd<T, U> {
8074 fn vmovmskpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8075}
8076
8077#[rustfmt::skip]
8078pub trait CodeAsmVmovmskps<T, U> {
8079 fn vmovmskps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8080}
8081
8082#[rustfmt::skip]
8083pub trait CodeAsmVmovntdq<T, U> {
8084 fn vmovntdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8085}
8086
8087#[rustfmt::skip]
8088pub trait CodeAsmVmovntdqa<T, U> {
8089 fn vmovntdqa(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8090}
8091
8092#[rustfmt::skip]
8093pub trait CodeAsmVmovntpd<T, U> {
8094 fn vmovntpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8095}
8096
8097#[rustfmt::skip]
8098pub trait CodeAsmVmovntps<T, U> {
8099 fn vmovntps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8100}
8101
8102#[rustfmt::skip]
8103pub trait CodeAsmVmovq<T, U> {
8104 fn vmovq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8105}
8106
8107#[rustfmt::skip]
8108pub trait CodeAsmVmovsd<T, U> {
8109 fn vmovsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8110}
8111
8112#[rustfmt::skip]
8113pub trait CodeAsmVmovsd3<T, U, V> {
8114 fn vmovsd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8115}
8116
8117#[rustfmt::skip]
8118pub trait CodeAsmVmovsh<T, U> {
8119 fn vmovsh(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8120}
8121
8122#[rustfmt::skip]
8123pub trait CodeAsmVmovsh3<T, U, V> {
8124 fn vmovsh_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8125}
8126
8127#[rustfmt::skip]
8128pub trait CodeAsmVmovshdup<T, U> {
8129 fn vmovshdup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8130}
8131
8132#[rustfmt::skip]
8133pub trait CodeAsmVmovsldup<T, U> {
8134 fn vmovsldup(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8135}
8136
8137#[rustfmt::skip]
8138pub trait CodeAsmVmovss<T, U> {
8139 fn vmovss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8140}
8141
8142#[rustfmt::skip]
8143pub trait CodeAsmVmovss3<T, U, V> {
8144 fn vmovss_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8145}
8146
8147#[rustfmt::skip]
8148pub trait CodeAsmVmovupd<T, U> {
8149 fn vmovupd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8150}
8151
8152#[rustfmt::skip]
8153pub trait CodeAsmVmovups<T, U> {
8154 fn vmovups(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8155}
8156
8157#[rustfmt::skip]
8158pub trait CodeAsmVmovw<T, U> {
8159 fn vmovw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8160}
8161
8162#[rustfmt::skip]
8163pub trait CodeAsmVmpsadbw<T, U, V, W> {
8164 fn vmpsadbw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8165}
8166
8167#[rustfmt::skip]
8168pub trait CodeAsmVmptrld<T> {
8169 fn vmptrld(&mut self, op0: T) -> Result<(), IcedError>;
8170}
8171
8172#[rustfmt::skip]
8173pub trait CodeAsmVmptrst<T> {
8174 fn vmptrst(&mut self, op0: T) -> Result<(), IcedError>;
8175}
8176
8177#[rustfmt::skip]
8178pub trait CodeAsmVmread<T, U> {
8179 fn vmread(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8180}
8181
8182#[rustfmt::skip]
8183pub trait CodeAsmVmresume {
8184 fn vmresume(&mut self) -> Result<(), IcedError>;
8185}
8186
8187#[rustfmt::skip]
8188pub trait CodeAsmVmrun {
8189 fn vmrun(&mut self) -> Result<(), IcedError>;
8190}
8191
8192#[rustfmt::skip]
8193pub trait CodeAsmVmsave {
8194 fn vmsave(&mut self) -> Result<(), IcedError>;
8195}
8196
8197#[rustfmt::skip]
8198pub trait CodeAsmVmulpd<T, U, V> {
8199 fn vmulpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8200}
8201
8202#[rustfmt::skip]
8203pub trait CodeAsmVmulph<T, U, V> {
8204 fn vmulph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8205}
8206
8207#[rustfmt::skip]
8208pub trait CodeAsmVmulps<T, U, V> {
8209 fn vmulps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8210}
8211
8212#[rustfmt::skip]
8213pub trait CodeAsmVmulsd<T, U, V> {
8214 fn vmulsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8215}
8216
8217#[rustfmt::skip]
8218pub trait CodeAsmVmulsh<T, U, V> {
8219 fn vmulsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8220}
8221
8222#[rustfmt::skip]
8223pub trait CodeAsmVmulss<T, U, V> {
8224 fn vmulss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8225}
8226
8227#[rustfmt::skip]
8228pub trait CodeAsmVmwrite<T, U> {
8229 fn vmwrite(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8230}
8231
8232#[rustfmt::skip]
8233pub trait CodeAsmVmxoff {
8234 fn vmxoff(&mut self) -> Result<(), IcedError>;
8235}
8236
8237#[rustfmt::skip]
8238pub trait CodeAsmVmxon<T> {
8239 fn vmxon(&mut self, op0: T) -> Result<(), IcedError>;
8240}
8241
8242#[rustfmt::skip]
8243pub trait CodeAsmVorpd<T, U, V> {
8244 fn vorpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8245}
8246
8247#[rustfmt::skip]
8248pub trait CodeAsmVorps<T, U, V> {
8249 fn vorps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8250}
8251
8252#[rustfmt::skip]
8253pub trait CodeAsmVp2intersectd<T, U, V> {
8254 fn vp2intersectd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8255}
8256
8257#[rustfmt::skip]
8258pub trait CodeAsmVp2intersectq<T, U, V> {
8259 fn vp2intersectq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8260}
8261
8262#[rustfmt::skip]
8263pub trait CodeAsmVp4dpwssd<T, U, V> {
8264 fn vp4dpwssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8265}
8266
8267#[rustfmt::skip]
8268pub trait CodeAsmVp4dpwssds<T, U, V> {
8269 fn vp4dpwssds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8270}
8271
8272#[rustfmt::skip]
8273pub trait CodeAsmVpabsb<T, U> {
8274 fn vpabsb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8275}
8276
8277#[rustfmt::skip]
8278pub trait CodeAsmVpabsd<T, U> {
8279 fn vpabsd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8280}
8281
8282#[rustfmt::skip]
8283pub trait CodeAsmVpabsq<T, U> {
8284 fn vpabsq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8285}
8286
8287#[rustfmt::skip]
8288pub trait CodeAsmVpabsw<T, U> {
8289 fn vpabsw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8290}
8291
8292#[rustfmt::skip]
8293pub trait CodeAsmVpackssdw<T, U, V> {
8294 fn vpackssdw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8295}
8296
8297#[rustfmt::skip]
8298pub trait CodeAsmVpacksswb<T, U, V> {
8299 fn vpacksswb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8300}
8301
8302#[rustfmt::skip]
8303pub trait CodeAsmVpackusdw<T, U, V> {
8304 fn vpackusdw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8305}
8306
8307#[rustfmt::skip]
8308pub trait CodeAsmVpackuswb<T, U, V> {
8309 fn vpackuswb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8310}
8311
8312#[rustfmt::skip]
8313pub trait CodeAsmVpaddb<T, U, V> {
8314 fn vpaddb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8315}
8316
8317#[rustfmt::skip]
8318pub trait CodeAsmVpaddd<T, U, V> {
8319 fn vpaddd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8320}
8321
8322#[rustfmt::skip]
8323pub trait CodeAsmVpaddq<T, U, V> {
8324 fn vpaddq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8325}
8326
8327#[rustfmt::skip]
8328pub trait CodeAsmVpaddsb<T, U, V> {
8329 fn vpaddsb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8330}
8331
8332#[rustfmt::skip]
8333pub trait CodeAsmVpaddsw<T, U, V> {
8334 fn vpaddsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8335}
8336
8337#[rustfmt::skip]
8338pub trait CodeAsmVpaddusb<T, U, V> {
8339 fn vpaddusb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8340}
8341
8342#[rustfmt::skip]
8343pub trait CodeAsmVpaddusw<T, U, V> {
8344 fn vpaddusw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8345}
8346
8347#[rustfmt::skip]
8348pub trait CodeAsmVpaddw<T, U, V> {
8349 fn vpaddw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8350}
8351
8352#[rustfmt::skip]
8353pub trait CodeAsmVpalignr<T, U, V, W> {
8354 fn vpalignr(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8355}
8356
8357#[rustfmt::skip]
8358pub trait CodeAsmVpand<T, U, V> {
8359 fn vpand(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8360}
8361
8362#[rustfmt::skip]
8363pub trait CodeAsmVpandd<T, U, V> {
8364 fn vpandd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8365}
8366
8367#[rustfmt::skip]
8368pub trait CodeAsmVpandn<T, U, V> {
8369 fn vpandn(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8370}
8371
8372#[rustfmt::skip]
8373pub trait CodeAsmVpandnd<T, U, V> {
8374 fn vpandnd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8375}
8376
8377#[rustfmt::skip]
8378pub trait CodeAsmVpandnq<T, U, V> {
8379 fn vpandnq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8380}
8381
8382#[rustfmt::skip]
8383pub trait CodeAsmVpandq<T, U, V> {
8384 fn vpandq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8385}
8386
8387#[rustfmt::skip]
8388pub trait CodeAsmVpavgb<T, U, V> {
8389 fn vpavgb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8390}
8391
8392#[rustfmt::skip]
8393pub trait CodeAsmVpavgw<T, U, V> {
8394 fn vpavgw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8395}
8396
8397#[rustfmt::skip]
8398pub trait CodeAsmVpblendd<T, U, V, W> {
8399 fn vpblendd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8400}
8401
8402#[rustfmt::skip]
8403pub trait CodeAsmVpblendmb<T, U, V> {
8404 fn vpblendmb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8405}
8406
8407#[rustfmt::skip]
8408pub trait CodeAsmVpblendmd<T, U, V> {
8409 fn vpblendmd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8410}
8411
8412#[rustfmt::skip]
8413pub trait CodeAsmVpblendmq<T, U, V> {
8414 fn vpblendmq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8415}
8416
8417#[rustfmt::skip]
8418pub trait CodeAsmVpblendmw<T, U, V> {
8419 fn vpblendmw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8420}
8421
8422#[rustfmt::skip]
8423pub trait CodeAsmVpblendvb<T, U, V, W> {
8424 fn vpblendvb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8425}
8426
8427#[rustfmt::skip]
8428pub trait CodeAsmVpblendw<T, U, V, W> {
8429 fn vpblendw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8430}
8431
8432#[rustfmt::skip]
8433pub trait CodeAsmVpbroadcastb<T, U> {
8434 fn vpbroadcastb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8435}
8436
8437#[rustfmt::skip]
8438pub trait CodeAsmVpbroadcastd<T, U> {
8439 fn vpbroadcastd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8440}
8441
8442#[rustfmt::skip]
8443pub trait CodeAsmVpbroadcastmb2q<T, U> {
8444 fn vpbroadcastmb2q(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8445}
8446
8447#[rustfmt::skip]
8448pub trait CodeAsmVpbroadcastmw2d<T, U> {
8449 fn vpbroadcastmw2d(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8450}
8451
8452#[rustfmt::skip]
8453pub trait CodeAsmVpbroadcastq<T, U> {
8454 fn vpbroadcastq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8455}
8456
8457#[rustfmt::skip]
8458pub trait CodeAsmVpbroadcastw<T, U> {
8459 fn vpbroadcastw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
8460}
8461
8462#[rustfmt::skip]
8463pub trait CodeAsmVpclmulhqhqdq<T, U, V> {
8464 fn vpclmulhqhqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8465}
8466
8467#[rustfmt::skip]
8468pub trait CodeAsmVpclmulhqlqdq<T, U, V> {
8469 fn vpclmulhqlqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8470}
8471
8472#[rustfmt::skip]
8473pub trait CodeAsmVpclmullqhqdq<T, U, V> {
8474 fn vpclmullqhqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8475}
8476
8477#[rustfmt::skip]
8478pub trait CodeAsmVpclmullqlqdq<T, U, V> {
8479 fn vpclmullqlqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8480}
8481
8482#[rustfmt::skip]
8483pub trait CodeAsmVpclmulqdq<T, U, V, W> {
8484 fn vpclmulqdq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8485}
8486
8487#[rustfmt::skip]
8488pub trait CodeAsmVpcmov<T, U, V, W> {
8489 fn vpcmov(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8490}
8491
8492#[rustfmt::skip]
8493pub trait CodeAsmVpcmpb<T, U, V, W> {
8494 fn vpcmpb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8495}
8496
8497#[rustfmt::skip]
8498pub trait CodeAsmVpcmpd<T, U, V, W> {
8499 fn vpcmpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8500}
8501
8502#[rustfmt::skip]
8503pub trait CodeAsmVpcmpeqb<T, U, V> {
8504 fn vpcmpeqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8505}
8506
8507#[rustfmt::skip]
8508pub trait CodeAsmVpcmpeqd<T, U, V> {
8509 fn vpcmpeqd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8510}
8511
8512#[rustfmt::skip]
8513pub trait CodeAsmVpcmpeqq<T, U, V> {
8514 fn vpcmpeqq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8515}
8516
8517#[rustfmt::skip]
8518pub trait CodeAsmVpcmpequb<T, U, V> {
8519 fn vpcmpequb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8520}
8521
8522#[rustfmt::skip]
8523pub trait CodeAsmVpcmpequd<T, U, V> {
8524 fn vpcmpequd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8525}
8526
8527#[rustfmt::skip]
8528pub trait CodeAsmVpcmpequq<T, U, V> {
8529 fn vpcmpequq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8530}
8531
8532#[rustfmt::skip]
8533pub trait CodeAsmVpcmpequw<T, U, V> {
8534 fn vpcmpequw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8535}
8536
8537#[rustfmt::skip]
8538pub trait CodeAsmVpcmpeqw<T, U, V> {
8539 fn vpcmpeqw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8540}
8541
8542#[rustfmt::skip]
8543pub trait CodeAsmVpcmpestri<T, U, V> {
8544 fn vpcmpestri(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8545}
8546
8547#[rustfmt::skip]
8548pub trait CodeAsmVpcmpestri64<T, U, V> {
8549 fn vpcmpestri64(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8550}
8551
8552#[rustfmt::skip]
8553pub trait CodeAsmVpcmpestrm<T, U, V> {
8554 fn vpcmpestrm(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8555}
8556
8557#[rustfmt::skip]
8558pub trait CodeAsmVpcmpestrm64<T, U, V> {
8559 fn vpcmpestrm64(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8560}
8561
8562#[rustfmt::skip]
8563pub trait CodeAsmVpcmpfalseb<T, U, V> {
8564 fn vpcmpfalseb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8565}
8566
8567#[rustfmt::skip]
8568pub trait CodeAsmVpcmpfalsed<T, U, V> {
8569 fn vpcmpfalsed(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8570}
8571
8572#[rustfmt::skip]
8573pub trait CodeAsmVpcmpfalseq<T, U, V> {
8574 fn vpcmpfalseq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8575}
8576
8577#[rustfmt::skip]
8578pub trait CodeAsmVpcmpfalseub<T, U, V> {
8579 fn vpcmpfalseub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8580}
8581
8582#[rustfmt::skip]
8583pub trait CodeAsmVpcmpfalseud<T, U, V> {
8584 fn vpcmpfalseud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8585}
8586
8587#[rustfmt::skip]
8588pub trait CodeAsmVpcmpfalseuq<T, U, V> {
8589 fn vpcmpfalseuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8590}
8591
8592#[rustfmt::skip]
8593pub trait CodeAsmVpcmpfalseuw<T, U, V> {
8594 fn vpcmpfalseuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8595}
8596
8597#[rustfmt::skip]
8598pub trait CodeAsmVpcmpfalsew<T, U, V> {
8599 fn vpcmpfalsew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8600}
8601
8602#[rustfmt::skip]
8603pub trait CodeAsmVpcmpgtb<T, U, V> {
8604 fn vpcmpgtb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8605}
8606
8607#[rustfmt::skip]
8608pub trait CodeAsmVpcmpgtd<T, U, V> {
8609 fn vpcmpgtd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8610}
8611
8612#[rustfmt::skip]
8613pub trait CodeAsmVpcmpgtq<T, U, V> {
8614 fn vpcmpgtq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8615}
8616
8617#[rustfmt::skip]
8618pub trait CodeAsmVpcmpgtw<T, U, V> {
8619 fn vpcmpgtw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8620}
8621
8622#[rustfmt::skip]
8623pub trait CodeAsmVpcmpistri<T, U, V> {
8624 fn vpcmpistri(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8625}
8626
8627#[rustfmt::skip]
8628pub trait CodeAsmVpcmpistrm<T, U, V> {
8629 fn vpcmpistrm(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8630}
8631
8632#[rustfmt::skip]
8633pub trait CodeAsmVpcmpleb<T, U, V> {
8634 fn vpcmpleb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8635}
8636
8637#[rustfmt::skip]
8638pub trait CodeAsmVpcmpled<T, U, V> {
8639 fn vpcmpled(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8640}
8641
8642#[rustfmt::skip]
8643pub trait CodeAsmVpcmpleq<T, U, V> {
8644 fn vpcmpleq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8645}
8646
8647#[rustfmt::skip]
8648pub trait CodeAsmVpcmpleub<T, U, V> {
8649 fn vpcmpleub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8650}
8651
8652#[rustfmt::skip]
8653pub trait CodeAsmVpcmpleud<T, U, V> {
8654 fn vpcmpleud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8655}
8656
8657#[rustfmt::skip]
8658pub trait CodeAsmVpcmpleuq<T, U, V> {
8659 fn vpcmpleuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8660}
8661
8662#[rustfmt::skip]
8663pub trait CodeAsmVpcmpleuw<T, U, V> {
8664 fn vpcmpleuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8665}
8666
8667#[rustfmt::skip]
8668pub trait CodeAsmVpcmplew<T, U, V> {
8669 fn vpcmplew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8670}
8671
8672#[rustfmt::skip]
8673pub trait CodeAsmVpcmpltb<T, U, V> {
8674 fn vpcmpltb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8675}
8676
8677#[rustfmt::skip]
8678pub trait CodeAsmVpcmpltd<T, U, V> {
8679 fn vpcmpltd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8680}
8681
8682#[rustfmt::skip]
8683pub trait CodeAsmVpcmpltq<T, U, V> {
8684 fn vpcmpltq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8685}
8686
8687#[rustfmt::skip]
8688pub trait CodeAsmVpcmpltub<T, U, V> {
8689 fn vpcmpltub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8690}
8691
8692#[rustfmt::skip]
8693pub trait CodeAsmVpcmpltud<T, U, V> {
8694 fn vpcmpltud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8695}
8696
8697#[rustfmt::skip]
8698pub trait CodeAsmVpcmpltuq<T, U, V> {
8699 fn vpcmpltuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8700}
8701
8702#[rustfmt::skip]
8703pub trait CodeAsmVpcmpltuw<T, U, V> {
8704 fn vpcmpltuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8705}
8706
8707#[rustfmt::skip]
8708pub trait CodeAsmVpcmpltw<T, U, V> {
8709 fn vpcmpltw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8710}
8711
8712#[rustfmt::skip]
8713pub trait CodeAsmVpcmpneqb<T, U, V> {
8714 fn vpcmpneqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8715}
8716
8717#[rustfmt::skip]
8718pub trait CodeAsmVpcmpneqd<T, U, V> {
8719 fn vpcmpneqd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8720}
8721
8722#[rustfmt::skip]
8723pub trait CodeAsmVpcmpneqq<T, U, V> {
8724 fn vpcmpneqq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8725}
8726
8727#[rustfmt::skip]
8728pub trait CodeAsmVpcmpnequb<T, U, V> {
8729 fn vpcmpnequb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8730}
8731
8732#[rustfmt::skip]
8733pub trait CodeAsmVpcmpnequd<T, U, V> {
8734 fn vpcmpnequd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8735}
8736
8737#[rustfmt::skip]
8738pub trait CodeAsmVpcmpnequq<T, U, V> {
8739 fn vpcmpnequq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8740}
8741
8742#[rustfmt::skip]
8743pub trait CodeAsmVpcmpnequw<T, U, V> {
8744 fn vpcmpnequw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8745}
8746
8747#[rustfmt::skip]
8748pub trait CodeAsmVpcmpneqw<T, U, V> {
8749 fn vpcmpneqw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8750}
8751
8752#[rustfmt::skip]
8753pub trait CodeAsmVpcmpnleb<T, U, V> {
8754 fn vpcmpnleb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8755}
8756
8757#[rustfmt::skip]
8758pub trait CodeAsmVpcmpnled<T, U, V> {
8759 fn vpcmpnled(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8760}
8761
8762#[rustfmt::skip]
8763pub trait CodeAsmVpcmpnleq<T, U, V> {
8764 fn vpcmpnleq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8765}
8766
8767#[rustfmt::skip]
8768pub trait CodeAsmVpcmpnleub<T, U, V> {
8769 fn vpcmpnleub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8770}
8771
8772#[rustfmt::skip]
8773pub trait CodeAsmVpcmpnleud<T, U, V> {
8774 fn vpcmpnleud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8775}
8776
8777#[rustfmt::skip]
8778pub trait CodeAsmVpcmpnleuq<T, U, V> {
8779 fn vpcmpnleuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8780}
8781
8782#[rustfmt::skip]
8783pub trait CodeAsmVpcmpnleuw<T, U, V> {
8784 fn vpcmpnleuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8785}
8786
8787#[rustfmt::skip]
8788pub trait CodeAsmVpcmpnlew<T, U, V> {
8789 fn vpcmpnlew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8790}
8791
8792#[rustfmt::skip]
8793pub trait CodeAsmVpcmpnltb<T, U, V> {
8794 fn vpcmpnltb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8795}
8796
8797#[rustfmt::skip]
8798pub trait CodeAsmVpcmpnltd<T, U, V> {
8799 fn vpcmpnltd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8800}
8801
8802#[rustfmt::skip]
8803pub trait CodeAsmVpcmpnltq<T, U, V> {
8804 fn vpcmpnltq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8805}
8806
8807#[rustfmt::skip]
8808pub trait CodeAsmVpcmpnltub<T, U, V> {
8809 fn vpcmpnltub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8810}
8811
8812#[rustfmt::skip]
8813pub trait CodeAsmVpcmpnltud<T, U, V> {
8814 fn vpcmpnltud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8815}
8816
8817#[rustfmt::skip]
8818pub trait CodeAsmVpcmpnltuq<T, U, V> {
8819 fn vpcmpnltuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8820}
8821
8822#[rustfmt::skip]
8823pub trait CodeAsmVpcmpnltuw<T, U, V> {
8824 fn vpcmpnltuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8825}
8826
8827#[rustfmt::skip]
8828pub trait CodeAsmVpcmpnltw<T, U, V> {
8829 fn vpcmpnltw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8830}
8831
8832#[rustfmt::skip]
8833pub trait CodeAsmVpcmpq<T, U, V, W> {
8834 fn vpcmpq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8835}
8836
8837#[rustfmt::skip]
8838pub trait CodeAsmVpcmptrueb<T, U, V> {
8839 fn vpcmptrueb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8840}
8841
8842#[rustfmt::skip]
8843pub trait CodeAsmVpcmptrued<T, U, V> {
8844 fn vpcmptrued(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8845}
8846
8847#[rustfmt::skip]
8848pub trait CodeAsmVpcmptrueq<T, U, V> {
8849 fn vpcmptrueq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8850}
8851
8852#[rustfmt::skip]
8853pub trait CodeAsmVpcmptrueub<T, U, V> {
8854 fn vpcmptrueub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8855}
8856
8857#[rustfmt::skip]
8858pub trait CodeAsmVpcmptrueud<T, U, V> {
8859 fn vpcmptrueud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8860}
8861
8862#[rustfmt::skip]
8863pub trait CodeAsmVpcmptrueuq<T, U, V> {
8864 fn vpcmptrueuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8865}
8866
8867#[rustfmt::skip]
8868pub trait CodeAsmVpcmptrueuw<T, U, V> {
8869 fn vpcmptrueuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8870}
8871
8872#[rustfmt::skip]
8873pub trait CodeAsmVpcmptruew<T, U, V> {
8874 fn vpcmptruew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8875}
8876
8877#[rustfmt::skip]
8878pub trait CodeAsmVpcmpub<T, U, V, W> {
8879 fn vpcmpub(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8880}
8881
8882#[rustfmt::skip]
8883pub trait CodeAsmVpcmpud<T, U, V, W> {
8884 fn vpcmpud(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8885}
8886
8887#[rustfmt::skip]
8888pub trait CodeAsmVpcmpuq<T, U, V, W> {
8889 fn vpcmpuq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8890}
8891
8892#[rustfmt::skip]
8893pub trait CodeAsmVpcmpuw<T, U, V, W> {
8894 fn vpcmpuw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8895}
8896
8897#[rustfmt::skip]
8898pub trait CodeAsmVpcmpw<T, U, V, W> {
8899 fn vpcmpw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8900}
8901
8902#[rustfmt::skip]
8903pub trait CodeAsmVpcomb<T, U, V, W> {
8904 fn vpcomb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8905}
8906
8907#[rustfmt::skip]
8908pub trait CodeAsmVpcomd<T, U, V, W> {
8909 fn vpcomd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
8910}
8911
8912#[rustfmt::skip]
8913pub trait CodeAsmVpcomeqb<T, U, V> {
8914 fn vpcomeqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8915}
8916
8917#[rustfmt::skip]
8918pub trait CodeAsmVpcomeqd<T, U, V> {
8919 fn vpcomeqd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8920}
8921
8922#[rustfmt::skip]
8923pub trait CodeAsmVpcomeqq<T, U, V> {
8924 fn vpcomeqq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8925}
8926
8927#[rustfmt::skip]
8928pub trait CodeAsmVpcomequb<T, U, V> {
8929 fn vpcomequb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8930}
8931
8932#[rustfmt::skip]
8933pub trait CodeAsmVpcomequd<T, U, V> {
8934 fn vpcomequd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8935}
8936
8937#[rustfmt::skip]
8938pub trait CodeAsmVpcomequq<T, U, V> {
8939 fn vpcomequq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8940}
8941
8942#[rustfmt::skip]
8943pub trait CodeAsmVpcomequw<T, U, V> {
8944 fn vpcomequw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8945}
8946
8947#[rustfmt::skip]
8948pub trait CodeAsmVpcomeqw<T, U, V> {
8949 fn vpcomeqw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8950}
8951
8952#[rustfmt::skip]
8953pub trait CodeAsmVpcomfalseb<T, U, V> {
8954 fn vpcomfalseb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8955}
8956
8957#[rustfmt::skip]
8958pub trait CodeAsmVpcomfalsed<T, U, V> {
8959 fn vpcomfalsed(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8960}
8961
8962#[rustfmt::skip]
8963pub trait CodeAsmVpcomfalseq<T, U, V> {
8964 fn vpcomfalseq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8965}
8966
8967#[rustfmt::skip]
8968pub trait CodeAsmVpcomfalseub<T, U, V> {
8969 fn vpcomfalseub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8970}
8971
8972#[rustfmt::skip]
8973pub trait CodeAsmVpcomfalseud<T, U, V> {
8974 fn vpcomfalseud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8975}
8976
8977#[rustfmt::skip]
8978pub trait CodeAsmVpcomfalseuq<T, U, V> {
8979 fn vpcomfalseuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8980}
8981
8982#[rustfmt::skip]
8983pub trait CodeAsmVpcomfalseuw<T, U, V> {
8984 fn vpcomfalseuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8985}
8986
8987#[rustfmt::skip]
8988pub trait CodeAsmVpcomfalsew<T, U, V> {
8989 fn vpcomfalsew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8990}
8991
8992#[rustfmt::skip]
8993pub trait CodeAsmVpcomgeb<T, U, V> {
8994 fn vpcomgeb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
8995}
8996
8997#[rustfmt::skip]
8998pub trait CodeAsmVpcomged<T, U, V> {
8999 fn vpcomged(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9000}
9001
9002#[rustfmt::skip]
9003pub trait CodeAsmVpcomgeq<T, U, V> {
9004 fn vpcomgeq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9005}
9006
9007#[rustfmt::skip]
9008pub trait CodeAsmVpcomgeub<T, U, V> {
9009 fn vpcomgeub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9010}
9011
9012#[rustfmt::skip]
9013pub trait CodeAsmVpcomgeud<T, U, V> {
9014 fn vpcomgeud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9015}
9016
9017#[rustfmt::skip]
9018pub trait CodeAsmVpcomgeuq<T, U, V> {
9019 fn vpcomgeuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9020}
9021
9022#[rustfmt::skip]
9023pub trait CodeAsmVpcomgeuw<T, U, V> {
9024 fn vpcomgeuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9025}
9026
9027#[rustfmt::skip]
9028pub trait CodeAsmVpcomgew<T, U, V> {
9029 fn vpcomgew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9030}
9031
9032#[rustfmt::skip]
9033pub trait CodeAsmVpcomgtb<T, U, V> {
9034 fn vpcomgtb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9035}
9036
9037#[rustfmt::skip]
9038pub trait CodeAsmVpcomgtd<T, U, V> {
9039 fn vpcomgtd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9040}
9041
9042#[rustfmt::skip]
9043pub trait CodeAsmVpcomgtq<T, U, V> {
9044 fn vpcomgtq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9045}
9046
9047#[rustfmt::skip]
9048pub trait CodeAsmVpcomgtub<T, U, V> {
9049 fn vpcomgtub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9050}
9051
9052#[rustfmt::skip]
9053pub trait CodeAsmVpcomgtud<T, U, V> {
9054 fn vpcomgtud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9055}
9056
9057#[rustfmt::skip]
9058pub trait CodeAsmVpcomgtuq<T, U, V> {
9059 fn vpcomgtuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9060}
9061
9062#[rustfmt::skip]
9063pub trait CodeAsmVpcomgtuw<T, U, V> {
9064 fn vpcomgtuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9065}
9066
9067#[rustfmt::skip]
9068pub trait CodeAsmVpcomgtw<T, U, V> {
9069 fn vpcomgtw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9070}
9071
9072#[rustfmt::skip]
9073pub trait CodeAsmVpcomleb<T, U, V> {
9074 fn vpcomleb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9075}
9076
9077#[rustfmt::skip]
9078pub trait CodeAsmVpcomled<T, U, V> {
9079 fn vpcomled(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9080}
9081
9082#[rustfmt::skip]
9083pub trait CodeAsmVpcomleq<T, U, V> {
9084 fn vpcomleq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9085}
9086
9087#[rustfmt::skip]
9088pub trait CodeAsmVpcomleub<T, U, V> {
9089 fn vpcomleub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9090}
9091
9092#[rustfmt::skip]
9093pub trait CodeAsmVpcomleud<T, U, V> {
9094 fn vpcomleud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9095}
9096
9097#[rustfmt::skip]
9098pub trait CodeAsmVpcomleuq<T, U, V> {
9099 fn vpcomleuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9100}
9101
9102#[rustfmt::skip]
9103pub trait CodeAsmVpcomleuw<T, U, V> {
9104 fn vpcomleuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9105}
9106
9107#[rustfmt::skip]
9108pub trait CodeAsmVpcomlew<T, U, V> {
9109 fn vpcomlew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9110}
9111
9112#[rustfmt::skip]
9113pub trait CodeAsmVpcomltb<T, U, V> {
9114 fn vpcomltb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9115}
9116
9117#[rustfmt::skip]
9118pub trait CodeAsmVpcomltd<T, U, V> {
9119 fn vpcomltd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9120}
9121
9122#[rustfmt::skip]
9123pub trait CodeAsmVpcomltq<T, U, V> {
9124 fn vpcomltq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9125}
9126
9127#[rustfmt::skip]
9128pub trait CodeAsmVpcomltub<T, U, V> {
9129 fn vpcomltub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9130}
9131
9132#[rustfmt::skip]
9133pub trait CodeAsmVpcomltud<T, U, V> {
9134 fn vpcomltud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9135}
9136
9137#[rustfmt::skip]
9138pub trait CodeAsmVpcomltuq<T, U, V> {
9139 fn vpcomltuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9140}
9141
9142#[rustfmt::skip]
9143pub trait CodeAsmVpcomltuw<T, U, V> {
9144 fn vpcomltuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9145}
9146
9147#[rustfmt::skip]
9148pub trait CodeAsmVpcomltw<T, U, V> {
9149 fn vpcomltw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9150}
9151
9152#[rustfmt::skip]
9153pub trait CodeAsmVpcomneqb<T, U, V> {
9154 fn vpcomneqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9155}
9156
9157#[rustfmt::skip]
9158pub trait CodeAsmVpcomneqd<T, U, V> {
9159 fn vpcomneqd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9160}
9161
9162#[rustfmt::skip]
9163pub trait CodeAsmVpcomneqq<T, U, V> {
9164 fn vpcomneqq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9165}
9166
9167#[rustfmt::skip]
9168pub trait CodeAsmVpcomnequb<T, U, V> {
9169 fn vpcomnequb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9170}
9171
9172#[rustfmt::skip]
9173pub trait CodeAsmVpcomnequd<T, U, V> {
9174 fn vpcomnequd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9175}
9176
9177#[rustfmt::skip]
9178pub trait CodeAsmVpcomnequq<T, U, V> {
9179 fn vpcomnequq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9180}
9181
9182#[rustfmt::skip]
9183pub trait CodeAsmVpcomnequw<T, U, V> {
9184 fn vpcomnequw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9185}
9186
9187#[rustfmt::skip]
9188pub trait CodeAsmVpcomneqw<T, U, V> {
9189 fn vpcomneqw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9190}
9191
9192#[rustfmt::skip]
9193pub trait CodeAsmVpcompressb<T, U> {
9194 fn vpcompressb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9195}
9196
9197#[rustfmt::skip]
9198pub trait CodeAsmVpcompressd<T, U> {
9199 fn vpcompressd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9200}
9201
9202#[rustfmt::skip]
9203pub trait CodeAsmVpcompressq<T, U> {
9204 fn vpcompressq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9205}
9206
9207#[rustfmt::skip]
9208pub trait CodeAsmVpcompressw<T, U> {
9209 fn vpcompressw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9210}
9211
9212#[rustfmt::skip]
9213pub trait CodeAsmVpcomq<T, U, V, W> {
9214 fn vpcomq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9215}
9216
9217#[rustfmt::skip]
9218pub trait CodeAsmVpcomtrueb<T, U, V> {
9219 fn vpcomtrueb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9220}
9221
9222#[rustfmt::skip]
9223pub trait CodeAsmVpcomtrued<T, U, V> {
9224 fn vpcomtrued(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9225}
9226
9227#[rustfmt::skip]
9228pub trait CodeAsmVpcomtrueq<T, U, V> {
9229 fn vpcomtrueq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9230}
9231
9232#[rustfmt::skip]
9233pub trait CodeAsmVpcomtrueub<T, U, V> {
9234 fn vpcomtrueub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9235}
9236
9237#[rustfmt::skip]
9238pub trait CodeAsmVpcomtrueud<T, U, V> {
9239 fn vpcomtrueud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9240}
9241
9242#[rustfmt::skip]
9243pub trait CodeAsmVpcomtrueuq<T, U, V> {
9244 fn vpcomtrueuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9245}
9246
9247#[rustfmt::skip]
9248pub trait CodeAsmVpcomtrueuw<T, U, V> {
9249 fn vpcomtrueuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9250}
9251
9252#[rustfmt::skip]
9253pub trait CodeAsmVpcomtruew<T, U, V> {
9254 fn vpcomtruew(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9255}
9256
9257#[rustfmt::skip]
9258pub trait CodeAsmVpcomub<T, U, V, W> {
9259 fn vpcomub(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9260}
9261
9262#[rustfmt::skip]
9263pub trait CodeAsmVpcomud<T, U, V, W> {
9264 fn vpcomud(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9265}
9266
9267#[rustfmt::skip]
9268pub trait CodeAsmVpcomuq<T, U, V, W> {
9269 fn vpcomuq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9270}
9271
9272#[rustfmt::skip]
9273pub trait CodeAsmVpcomuw<T, U, V, W> {
9274 fn vpcomuw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9275}
9276
9277#[rustfmt::skip]
9278pub trait CodeAsmVpcomw<T, U, V, W> {
9279 fn vpcomw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9280}
9281
9282#[rustfmt::skip]
9283pub trait CodeAsmVpconflictd<T, U> {
9284 fn vpconflictd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9285}
9286
9287#[rustfmt::skip]
9288pub trait CodeAsmVpconflictq<T, U> {
9289 fn vpconflictq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9290}
9291
9292#[rustfmt::skip]
9293pub trait CodeAsmVpdpbssd<T, U, V> {
9294 fn vpdpbssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9295}
9296
9297#[rustfmt::skip]
9298pub trait CodeAsmVpdpbssds<T, U, V> {
9299 fn vpdpbssds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9300}
9301
9302#[rustfmt::skip]
9303pub trait CodeAsmVpdpbsud<T, U, V> {
9304 fn vpdpbsud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9305}
9306
9307#[rustfmt::skip]
9308pub trait CodeAsmVpdpbsuds<T, U, V> {
9309 fn vpdpbsuds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9310}
9311
9312#[rustfmt::skip]
9313pub trait CodeAsmVpdpbusd<T, U, V> {
9314 fn vpdpbusd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9315}
9316
9317#[rustfmt::skip]
9318pub trait CodeAsmVpdpbusds<T, U, V> {
9319 fn vpdpbusds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9320}
9321
9322#[rustfmt::skip]
9323pub trait CodeAsmVpdpbuud<T, U, V> {
9324 fn vpdpbuud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9325}
9326
9327#[rustfmt::skip]
9328pub trait CodeAsmVpdpbuuds<T, U, V> {
9329 fn vpdpbuuds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9330}
9331
9332#[rustfmt::skip]
9333pub trait CodeAsmVpdpwssd<T, U, V> {
9334 fn vpdpwssd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9335}
9336
9337#[rustfmt::skip]
9338pub trait CodeAsmVpdpwssds<T, U, V> {
9339 fn vpdpwssds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9340}
9341
9342#[rustfmt::skip]
9343pub trait CodeAsmVpdpwsud<T, U, V> {
9344 fn vpdpwsud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9345}
9346
9347#[rustfmt::skip]
9348pub trait CodeAsmVpdpwsuds<T, U, V> {
9349 fn vpdpwsuds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9350}
9351
9352#[rustfmt::skip]
9353pub trait CodeAsmVpdpwusd<T, U, V> {
9354 fn vpdpwusd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9355}
9356
9357#[rustfmt::skip]
9358pub trait CodeAsmVpdpwusds<T, U, V> {
9359 fn vpdpwusds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9360}
9361
9362#[rustfmt::skip]
9363pub trait CodeAsmVpdpwuud<T, U, V> {
9364 fn vpdpwuud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9365}
9366
9367#[rustfmt::skip]
9368pub trait CodeAsmVpdpwuuds<T, U, V> {
9369 fn vpdpwuuds(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9370}
9371
9372#[rustfmt::skip]
9373pub trait CodeAsmVperm2f128<T, U, V, W> {
9374 fn vperm2f128(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9375}
9376
9377#[rustfmt::skip]
9378pub trait CodeAsmVperm2i128<T, U, V, W> {
9379 fn vperm2i128(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9380}
9381
9382#[rustfmt::skip]
9383pub trait CodeAsmVpermb<T, U, V> {
9384 fn vpermb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9385}
9386
9387#[rustfmt::skip]
9388pub trait CodeAsmVpermd<T, U, V> {
9389 fn vpermd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9390}
9391
9392#[rustfmt::skip]
9393pub trait CodeAsmVpermi2b<T, U, V> {
9394 fn vpermi2b(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9395}
9396
9397#[rustfmt::skip]
9398pub trait CodeAsmVpermi2d<T, U, V> {
9399 fn vpermi2d(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9400}
9401
9402#[rustfmt::skip]
9403pub trait CodeAsmVpermi2pd<T, U, V> {
9404 fn vpermi2pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9405}
9406
9407#[rustfmt::skip]
9408pub trait CodeAsmVpermi2ps<T, U, V> {
9409 fn vpermi2ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9410}
9411
9412#[rustfmt::skip]
9413pub trait CodeAsmVpermi2q<T, U, V> {
9414 fn vpermi2q(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9415}
9416
9417#[rustfmt::skip]
9418pub trait CodeAsmVpermi2w<T, U, V> {
9419 fn vpermi2w(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9420}
9421
9422#[rustfmt::skip]
9423pub trait CodeAsmVpermil2pd<T, U, V, W, X> {
9424 fn vpermil2pd(&mut self, op0: T, op1: U, op2: V, op3: W, op4: X) -> Result<(), IcedError>;
9425}
9426
9427#[rustfmt::skip]
9428pub trait CodeAsmVpermil2ps<T, U, V, W, X> {
9429 fn vpermil2ps(&mut self, op0: T, op1: U, op2: V, op3: W, op4: X) -> Result<(), IcedError>;
9430}
9431
9432#[rustfmt::skip]
9433pub trait CodeAsmVpermilpd<T, U, V> {
9434 fn vpermilpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9435}
9436
9437#[rustfmt::skip]
9438pub trait CodeAsmVpermilps<T, U, V> {
9439 fn vpermilps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9440}
9441
9442#[rustfmt::skip]
9443pub trait CodeAsmVpermpd<T, U, V> {
9444 fn vpermpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9445}
9446
9447#[rustfmt::skip]
9448pub trait CodeAsmVpermps<T, U, V> {
9449 fn vpermps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9450}
9451
9452#[rustfmt::skip]
9453pub trait CodeAsmVpermq<T, U, V> {
9454 fn vpermq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9455}
9456
9457#[rustfmt::skip]
9458pub trait CodeAsmVpermt2b<T, U, V> {
9459 fn vpermt2b(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9460}
9461
9462#[rustfmt::skip]
9463pub trait CodeAsmVpermt2d<T, U, V> {
9464 fn vpermt2d(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9465}
9466
9467#[rustfmt::skip]
9468pub trait CodeAsmVpermt2pd<T, U, V> {
9469 fn vpermt2pd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9470}
9471
9472#[rustfmt::skip]
9473pub trait CodeAsmVpermt2ps<T, U, V> {
9474 fn vpermt2ps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9475}
9476
9477#[rustfmt::skip]
9478pub trait CodeAsmVpermt2q<T, U, V> {
9479 fn vpermt2q(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9480}
9481
9482#[rustfmt::skip]
9483pub trait CodeAsmVpermt2w<T, U, V> {
9484 fn vpermt2w(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9485}
9486
9487#[rustfmt::skip]
9488pub trait CodeAsmVpermw<T, U, V> {
9489 fn vpermw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9490}
9491
9492#[rustfmt::skip]
9493pub trait CodeAsmVpexpandb<T, U> {
9494 fn vpexpandb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9495}
9496
9497#[rustfmt::skip]
9498pub trait CodeAsmVpexpandd<T, U> {
9499 fn vpexpandd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9500}
9501
9502#[rustfmt::skip]
9503pub trait CodeAsmVpexpandq<T, U> {
9504 fn vpexpandq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9505}
9506
9507#[rustfmt::skip]
9508pub trait CodeAsmVpexpandw<T, U> {
9509 fn vpexpandw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9510}
9511
9512#[rustfmt::skip]
9513pub trait CodeAsmVpextrb<T, U, V> {
9514 fn vpextrb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9515}
9516
9517#[rustfmt::skip]
9518pub trait CodeAsmVpextrd<T, U, V> {
9519 fn vpextrd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9520}
9521
9522#[rustfmt::skip]
9523pub trait CodeAsmVpextrq<T, U, V> {
9524 fn vpextrq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9525}
9526
9527#[rustfmt::skip]
9528pub trait CodeAsmVpextrw<T, U, V> {
9529 fn vpextrw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9530}
9531
9532#[rustfmt::skip]
9533pub trait CodeAsmVpgatherdd<T, U> {
9534 fn vpgatherdd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9535}
9536
9537#[rustfmt::skip]
9538pub trait CodeAsmVpgatherdd3<T, U, V> {
9539 fn vpgatherdd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9540}
9541
9542#[rustfmt::skip]
9543pub trait CodeAsmVpgatherdq<T, U> {
9544 fn vpgatherdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9545}
9546
9547#[rustfmt::skip]
9548pub trait CodeAsmVpgatherdq3<T, U, V> {
9549 fn vpgatherdq_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9550}
9551
9552#[rustfmt::skip]
9553pub trait CodeAsmVpgatherqd<T, U> {
9554 fn vpgatherqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9555}
9556
9557#[rustfmt::skip]
9558pub trait CodeAsmVpgatherqd3<T, U, V> {
9559 fn vpgatherqd_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9560}
9561
9562#[rustfmt::skip]
9563pub trait CodeAsmVpgatherqq<T, U> {
9564 fn vpgatherqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9565}
9566
9567#[rustfmt::skip]
9568pub trait CodeAsmVpgatherqq3<T, U, V> {
9569 fn vpgatherqq_3(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9570}
9571
9572#[rustfmt::skip]
9573pub trait CodeAsmVphaddbd<T, U> {
9574 fn vphaddbd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9575}
9576
9577#[rustfmt::skip]
9578pub trait CodeAsmVphaddbq<T, U> {
9579 fn vphaddbq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9580}
9581
9582#[rustfmt::skip]
9583pub trait CodeAsmVphaddbw<T, U> {
9584 fn vphaddbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9585}
9586
9587#[rustfmt::skip]
9588pub trait CodeAsmVphaddd<T, U, V> {
9589 fn vphaddd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9590}
9591
9592#[rustfmt::skip]
9593pub trait CodeAsmVphadddq<T, U> {
9594 fn vphadddq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9595}
9596
9597#[rustfmt::skip]
9598pub trait CodeAsmVphaddsw<T, U, V> {
9599 fn vphaddsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9600}
9601
9602#[rustfmt::skip]
9603pub trait CodeAsmVphaddubd<T, U> {
9604 fn vphaddubd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9605}
9606
9607#[rustfmt::skip]
9608pub trait CodeAsmVphaddubq<T, U> {
9609 fn vphaddubq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9610}
9611
9612#[rustfmt::skip]
9613pub trait CodeAsmVphaddubw<T, U> {
9614 fn vphaddubw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9615}
9616
9617#[rustfmt::skip]
9618pub trait CodeAsmVphaddudq<T, U> {
9619 fn vphaddudq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9620}
9621
9622#[rustfmt::skip]
9623pub trait CodeAsmVphadduwd<T, U> {
9624 fn vphadduwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9625}
9626
9627#[rustfmt::skip]
9628pub trait CodeAsmVphadduwq<T, U> {
9629 fn vphadduwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9630}
9631
9632#[rustfmt::skip]
9633pub trait CodeAsmVphaddw<T, U, V> {
9634 fn vphaddw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9635}
9636
9637#[rustfmt::skip]
9638pub trait CodeAsmVphaddwd<T, U> {
9639 fn vphaddwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9640}
9641
9642#[rustfmt::skip]
9643pub trait CodeAsmVphaddwq<T, U> {
9644 fn vphaddwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9645}
9646
9647#[rustfmt::skip]
9648pub trait CodeAsmVphminposuw<T, U> {
9649 fn vphminposuw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9650}
9651
9652#[rustfmt::skip]
9653pub trait CodeAsmVphsubbw<T, U> {
9654 fn vphsubbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9655}
9656
9657#[rustfmt::skip]
9658pub trait CodeAsmVphsubd<T, U, V> {
9659 fn vphsubd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9660}
9661
9662#[rustfmt::skip]
9663pub trait CodeAsmVphsubdq<T, U> {
9664 fn vphsubdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9665}
9666
9667#[rustfmt::skip]
9668pub trait CodeAsmVphsubsw<T, U, V> {
9669 fn vphsubsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9670}
9671
9672#[rustfmt::skip]
9673pub trait CodeAsmVphsubw<T, U, V> {
9674 fn vphsubw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9675}
9676
9677#[rustfmt::skip]
9678pub trait CodeAsmVphsubwd<T, U> {
9679 fn vphsubwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9680}
9681
9682#[rustfmt::skip]
9683pub trait CodeAsmVpinsrb<T, U, V, W> {
9684 fn vpinsrb(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9685}
9686
9687#[rustfmt::skip]
9688pub trait CodeAsmVpinsrd<T, U, V, W> {
9689 fn vpinsrd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9690}
9691
9692#[rustfmt::skip]
9693pub trait CodeAsmVpinsrq<T, U, V, W> {
9694 fn vpinsrq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9695}
9696
9697#[rustfmt::skip]
9698pub trait CodeAsmVpinsrw<T, U, V, W> {
9699 fn vpinsrw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9700}
9701
9702#[rustfmt::skip]
9703pub trait CodeAsmVplzcntd<T, U> {
9704 fn vplzcntd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9705}
9706
9707#[rustfmt::skip]
9708pub trait CodeAsmVplzcntq<T, U> {
9709 fn vplzcntq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9710}
9711
9712#[rustfmt::skip]
9713pub trait CodeAsmVpmacsdd<T, U, V, W> {
9714 fn vpmacsdd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9715}
9716
9717#[rustfmt::skip]
9718pub trait CodeAsmVpmacsdqh<T, U, V, W> {
9719 fn vpmacsdqh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9720}
9721
9722#[rustfmt::skip]
9723pub trait CodeAsmVpmacsdql<T, U, V, W> {
9724 fn vpmacsdql(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9725}
9726
9727#[rustfmt::skip]
9728pub trait CodeAsmVpmacssdd<T, U, V, W> {
9729 fn vpmacssdd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9730}
9731
9732#[rustfmt::skip]
9733pub trait CodeAsmVpmacssdqh<T, U, V, W> {
9734 fn vpmacssdqh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9735}
9736
9737#[rustfmt::skip]
9738pub trait CodeAsmVpmacssdql<T, U, V, W> {
9739 fn vpmacssdql(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9740}
9741
9742#[rustfmt::skip]
9743pub trait CodeAsmVpmacsswd<T, U, V, W> {
9744 fn vpmacsswd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9745}
9746
9747#[rustfmt::skip]
9748pub trait CodeAsmVpmacssww<T, U, V, W> {
9749 fn vpmacssww(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9750}
9751
9752#[rustfmt::skip]
9753pub trait CodeAsmVpmacswd<T, U, V, W> {
9754 fn vpmacswd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9755}
9756
9757#[rustfmt::skip]
9758pub trait CodeAsmVpmacsww<T, U, V, W> {
9759 fn vpmacsww(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9760}
9761
9762#[rustfmt::skip]
9763pub trait CodeAsmVpmadcsswd<T, U, V, W> {
9764 fn vpmadcsswd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9765}
9766
9767#[rustfmt::skip]
9768pub trait CodeAsmVpmadcswd<T, U, V, W> {
9769 fn vpmadcswd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
9770}
9771
9772#[rustfmt::skip]
9773pub trait CodeAsmVpmadd52huq<T, U, V> {
9774 fn vpmadd52huq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9775}
9776
9777#[rustfmt::skip]
9778pub trait CodeAsmVpmadd52luq<T, U, V> {
9779 fn vpmadd52luq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9780}
9781
9782#[rustfmt::skip]
9783pub trait CodeAsmVpmaddubsw<T, U, V> {
9784 fn vpmaddubsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9785}
9786
9787#[rustfmt::skip]
9788pub trait CodeAsmVpmaddwd<T, U, V> {
9789 fn vpmaddwd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9790}
9791
9792#[rustfmt::skip]
9793pub trait CodeAsmVpmaskmovd<T, U, V> {
9794 fn vpmaskmovd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9795}
9796
9797#[rustfmt::skip]
9798pub trait CodeAsmVpmaskmovq<T, U, V> {
9799 fn vpmaskmovq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9800}
9801
9802#[rustfmt::skip]
9803pub trait CodeAsmVpmaxsb<T, U, V> {
9804 fn vpmaxsb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9805}
9806
9807#[rustfmt::skip]
9808pub trait CodeAsmVpmaxsd<T, U, V> {
9809 fn vpmaxsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9810}
9811
9812#[rustfmt::skip]
9813pub trait CodeAsmVpmaxsq<T, U, V> {
9814 fn vpmaxsq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9815}
9816
9817#[rustfmt::skip]
9818pub trait CodeAsmVpmaxsw<T, U, V> {
9819 fn vpmaxsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9820}
9821
9822#[rustfmt::skip]
9823pub trait CodeAsmVpmaxub<T, U, V> {
9824 fn vpmaxub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9825}
9826
9827#[rustfmt::skip]
9828pub trait CodeAsmVpmaxud<T, U, V> {
9829 fn vpmaxud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9830}
9831
9832#[rustfmt::skip]
9833pub trait CodeAsmVpmaxuq<T, U, V> {
9834 fn vpmaxuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9835}
9836
9837#[rustfmt::skip]
9838pub trait CodeAsmVpmaxuw<T, U, V> {
9839 fn vpmaxuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9840}
9841
9842#[rustfmt::skip]
9843pub trait CodeAsmVpminsb<T, U, V> {
9844 fn vpminsb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9845}
9846
9847#[rustfmt::skip]
9848pub trait CodeAsmVpminsd<T, U, V> {
9849 fn vpminsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9850}
9851
9852#[rustfmt::skip]
9853pub trait CodeAsmVpminsq<T, U, V> {
9854 fn vpminsq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9855}
9856
9857#[rustfmt::skip]
9858pub trait CodeAsmVpminsw<T, U, V> {
9859 fn vpminsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9860}
9861
9862#[rustfmt::skip]
9863pub trait CodeAsmVpminub<T, U, V> {
9864 fn vpminub(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9865}
9866
9867#[rustfmt::skip]
9868pub trait CodeAsmVpminud<T, U, V> {
9869 fn vpminud(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9870}
9871
9872#[rustfmt::skip]
9873pub trait CodeAsmVpminuq<T, U, V> {
9874 fn vpminuq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9875}
9876
9877#[rustfmt::skip]
9878pub trait CodeAsmVpminuw<T, U, V> {
9879 fn vpminuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
9880}
9881
9882#[rustfmt::skip]
9883pub trait CodeAsmVpmovb2m<T, U> {
9884 fn vpmovb2m(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9885}
9886
9887#[rustfmt::skip]
9888pub trait CodeAsmVpmovd2m<T, U> {
9889 fn vpmovd2m(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9890}
9891
9892#[rustfmt::skip]
9893pub trait CodeAsmVpmovdb<T, U> {
9894 fn vpmovdb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9895}
9896
9897#[rustfmt::skip]
9898pub trait CodeAsmVpmovdw<T, U> {
9899 fn vpmovdw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9900}
9901
9902#[rustfmt::skip]
9903pub trait CodeAsmVpmovm2b<T, U> {
9904 fn vpmovm2b(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9905}
9906
9907#[rustfmt::skip]
9908pub trait CodeAsmVpmovm2d<T, U> {
9909 fn vpmovm2d(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9910}
9911
9912#[rustfmt::skip]
9913pub trait CodeAsmVpmovm2q<T, U> {
9914 fn vpmovm2q(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9915}
9916
9917#[rustfmt::skip]
9918pub trait CodeAsmVpmovm2w<T, U> {
9919 fn vpmovm2w(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9920}
9921
9922#[rustfmt::skip]
9923pub trait CodeAsmVpmovmskb<T, U> {
9924 fn vpmovmskb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9925}
9926
9927#[rustfmt::skip]
9928pub trait CodeAsmVpmovq2m<T, U> {
9929 fn vpmovq2m(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9930}
9931
9932#[rustfmt::skip]
9933pub trait CodeAsmVpmovqb<T, U> {
9934 fn vpmovqb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9935}
9936
9937#[rustfmt::skip]
9938pub trait CodeAsmVpmovqd<T, U> {
9939 fn vpmovqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9940}
9941
9942#[rustfmt::skip]
9943pub trait CodeAsmVpmovqw<T, U> {
9944 fn vpmovqw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9945}
9946
9947#[rustfmt::skip]
9948pub trait CodeAsmVpmovsdb<T, U> {
9949 fn vpmovsdb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9950}
9951
9952#[rustfmt::skip]
9953pub trait CodeAsmVpmovsdw<T, U> {
9954 fn vpmovsdw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9955}
9956
9957#[rustfmt::skip]
9958pub trait CodeAsmVpmovsqb<T, U> {
9959 fn vpmovsqb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9960}
9961
9962#[rustfmt::skip]
9963pub trait CodeAsmVpmovsqd<T, U> {
9964 fn vpmovsqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9965}
9966
9967#[rustfmt::skip]
9968pub trait CodeAsmVpmovsqw<T, U> {
9969 fn vpmovsqw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9970}
9971
9972#[rustfmt::skip]
9973pub trait CodeAsmVpmovswb<T, U> {
9974 fn vpmovswb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9975}
9976
9977#[rustfmt::skip]
9978pub trait CodeAsmVpmovsxbd<T, U> {
9979 fn vpmovsxbd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9980}
9981
9982#[rustfmt::skip]
9983pub trait CodeAsmVpmovsxbq<T, U> {
9984 fn vpmovsxbq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9985}
9986
9987#[rustfmt::skip]
9988pub trait CodeAsmVpmovsxbw<T, U> {
9989 fn vpmovsxbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9990}
9991
9992#[rustfmt::skip]
9993pub trait CodeAsmVpmovsxdq<T, U> {
9994 fn vpmovsxdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
9995}
9996
9997#[rustfmt::skip]
9998pub trait CodeAsmVpmovsxwd<T, U> {
9999 fn vpmovsxwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10000}
10001
10002#[rustfmt::skip]
10003pub trait CodeAsmVpmovsxwq<T, U> {
10004 fn vpmovsxwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10005}
10006
10007#[rustfmt::skip]
10008pub trait CodeAsmVpmovusdb<T, U> {
10009 fn vpmovusdb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10010}
10011
10012#[rustfmt::skip]
10013pub trait CodeAsmVpmovusdw<T, U> {
10014 fn vpmovusdw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10015}
10016
10017#[rustfmt::skip]
10018pub trait CodeAsmVpmovusqb<T, U> {
10019 fn vpmovusqb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10020}
10021
10022#[rustfmt::skip]
10023pub trait CodeAsmVpmovusqd<T, U> {
10024 fn vpmovusqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10025}
10026
10027#[rustfmt::skip]
10028pub trait CodeAsmVpmovusqw<T, U> {
10029 fn vpmovusqw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10030}
10031
10032#[rustfmt::skip]
10033pub trait CodeAsmVpmovuswb<T, U> {
10034 fn vpmovuswb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10035}
10036
10037#[rustfmt::skip]
10038pub trait CodeAsmVpmovw2m<T, U> {
10039 fn vpmovw2m(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10040}
10041
10042#[rustfmt::skip]
10043pub trait CodeAsmVpmovwb<T, U> {
10044 fn vpmovwb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10045}
10046
10047#[rustfmt::skip]
10048pub trait CodeAsmVpmovzxbd<T, U> {
10049 fn vpmovzxbd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10050}
10051
10052#[rustfmt::skip]
10053pub trait CodeAsmVpmovzxbq<T, U> {
10054 fn vpmovzxbq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10055}
10056
10057#[rustfmt::skip]
10058pub trait CodeAsmVpmovzxbw<T, U> {
10059 fn vpmovzxbw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10060}
10061
10062#[rustfmt::skip]
10063pub trait CodeAsmVpmovzxdq<T, U> {
10064 fn vpmovzxdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10065}
10066
10067#[rustfmt::skip]
10068pub trait CodeAsmVpmovzxwd<T, U> {
10069 fn vpmovzxwd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10070}
10071
10072#[rustfmt::skip]
10073pub trait CodeAsmVpmovzxwq<T, U> {
10074 fn vpmovzxwq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10075}
10076
10077#[rustfmt::skip]
10078pub trait CodeAsmVpmuldq<T, U, V> {
10079 fn vpmuldq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10080}
10081
10082#[rustfmt::skip]
10083pub trait CodeAsmVpmulhrsw<T, U, V> {
10084 fn vpmulhrsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10085}
10086
10087#[rustfmt::skip]
10088pub trait CodeAsmVpmulhuw<T, U, V> {
10089 fn vpmulhuw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10090}
10091
10092#[rustfmt::skip]
10093pub trait CodeAsmVpmulhw<T, U, V> {
10094 fn vpmulhw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10095}
10096
10097#[rustfmt::skip]
10098pub trait CodeAsmVpmulld<T, U, V> {
10099 fn vpmulld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10100}
10101
10102#[rustfmt::skip]
10103pub trait CodeAsmVpmullq<T, U, V> {
10104 fn vpmullq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10105}
10106
10107#[rustfmt::skip]
10108pub trait CodeAsmVpmullw<T, U, V> {
10109 fn vpmullw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10110}
10111
10112#[rustfmt::skip]
10113pub trait CodeAsmVpmultishiftqb<T, U, V> {
10114 fn vpmultishiftqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10115}
10116
10117#[rustfmt::skip]
10118pub trait CodeAsmVpmuludq<T, U, V> {
10119 fn vpmuludq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10120}
10121
10122#[rustfmt::skip]
10123pub trait CodeAsmVpopcntb<T, U> {
10124 fn vpopcntb(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10125}
10126
10127#[rustfmt::skip]
10128pub trait CodeAsmVpopcntd<T, U> {
10129 fn vpopcntd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10130}
10131
10132#[rustfmt::skip]
10133pub trait CodeAsmVpopcntq<T, U> {
10134 fn vpopcntq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10135}
10136
10137#[rustfmt::skip]
10138pub trait CodeAsmVpopcntw<T, U> {
10139 fn vpopcntw(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10140}
10141
10142#[rustfmt::skip]
10143pub trait CodeAsmVpor<T, U, V> {
10144 fn vpor(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10145}
10146
10147#[rustfmt::skip]
10148pub trait CodeAsmVpord<T, U, V> {
10149 fn vpord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10150}
10151
10152#[rustfmt::skip]
10153pub trait CodeAsmVporq<T, U, V> {
10154 fn vporq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10155}
10156
10157#[rustfmt::skip]
10158pub trait CodeAsmVpperm<T, U, V, W> {
10159 fn vpperm(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10160}
10161
10162#[rustfmt::skip]
10163pub trait CodeAsmVprold<T, U, V> {
10164 fn vprold(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10165}
10166
10167#[rustfmt::skip]
10168pub trait CodeAsmVprolq<T, U, V> {
10169 fn vprolq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10170}
10171
10172#[rustfmt::skip]
10173pub trait CodeAsmVprolvd<T, U, V> {
10174 fn vprolvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10175}
10176
10177#[rustfmt::skip]
10178pub trait CodeAsmVprolvq<T, U, V> {
10179 fn vprolvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10180}
10181
10182#[rustfmt::skip]
10183pub trait CodeAsmVprord<T, U, V> {
10184 fn vprord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10185}
10186
10187#[rustfmt::skip]
10188pub trait CodeAsmVprorq<T, U, V> {
10189 fn vprorq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10190}
10191
10192#[rustfmt::skip]
10193pub trait CodeAsmVprorvd<T, U, V> {
10194 fn vprorvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10195}
10196
10197#[rustfmt::skip]
10198pub trait CodeAsmVprorvq<T, U, V> {
10199 fn vprorvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10200}
10201
10202#[rustfmt::skip]
10203pub trait CodeAsmVprotb<T, U, V> {
10204 fn vprotb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10205}
10206
10207#[rustfmt::skip]
10208pub trait CodeAsmVprotd<T, U, V> {
10209 fn vprotd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10210}
10211
10212#[rustfmt::skip]
10213pub trait CodeAsmVprotq<T, U, V> {
10214 fn vprotq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10215}
10216
10217#[rustfmt::skip]
10218pub trait CodeAsmVprotw<T, U, V> {
10219 fn vprotw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10220}
10221
10222#[rustfmt::skip]
10223pub trait CodeAsmVpsadbw<T, U, V> {
10224 fn vpsadbw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10225}
10226
10227#[rustfmt::skip]
10228pub trait CodeAsmVpscatterdd<T, U> {
10229 fn vpscatterdd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10230}
10231
10232#[rustfmt::skip]
10233pub trait CodeAsmVpscatterdq<T, U> {
10234 fn vpscatterdq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10235}
10236
10237#[rustfmt::skip]
10238pub trait CodeAsmVpscatterqd<T, U> {
10239 fn vpscatterqd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10240}
10241
10242#[rustfmt::skip]
10243pub trait CodeAsmVpscatterqq<T, U> {
10244 fn vpscatterqq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10245}
10246
10247#[rustfmt::skip]
10248pub trait CodeAsmVpshab<T, U, V> {
10249 fn vpshab(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10250}
10251
10252#[rustfmt::skip]
10253pub trait CodeAsmVpshad<T, U, V> {
10254 fn vpshad(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10255}
10256
10257#[rustfmt::skip]
10258pub trait CodeAsmVpshaq<T, U, V> {
10259 fn vpshaq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10260}
10261
10262#[rustfmt::skip]
10263pub trait CodeAsmVpshaw<T, U, V> {
10264 fn vpshaw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10265}
10266
10267#[rustfmt::skip]
10268pub trait CodeAsmVpshlb<T, U, V> {
10269 fn vpshlb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10270}
10271
10272#[rustfmt::skip]
10273pub trait CodeAsmVpshld<T, U, V> {
10274 fn vpshld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10275}
10276
10277#[rustfmt::skip]
10278pub trait CodeAsmVpshldd<T, U, V, W> {
10279 fn vpshldd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10280}
10281
10282#[rustfmt::skip]
10283pub trait CodeAsmVpshldq<T, U, V, W> {
10284 fn vpshldq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10285}
10286
10287#[rustfmt::skip]
10288pub trait CodeAsmVpshldvd<T, U, V> {
10289 fn vpshldvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10290}
10291
10292#[rustfmt::skip]
10293pub trait CodeAsmVpshldvq<T, U, V> {
10294 fn vpshldvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10295}
10296
10297#[rustfmt::skip]
10298pub trait CodeAsmVpshldvw<T, U, V> {
10299 fn vpshldvw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10300}
10301
10302#[rustfmt::skip]
10303pub trait CodeAsmVpshldw<T, U, V, W> {
10304 fn vpshldw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10305}
10306
10307#[rustfmt::skip]
10308pub trait CodeAsmVpshlq<T, U, V> {
10309 fn vpshlq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10310}
10311
10312#[rustfmt::skip]
10313pub trait CodeAsmVpshlw<T, U, V> {
10314 fn vpshlw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10315}
10316
10317#[rustfmt::skip]
10318pub trait CodeAsmVpshrdd<T, U, V, W> {
10319 fn vpshrdd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10320}
10321
10322#[rustfmt::skip]
10323pub trait CodeAsmVpshrdq<T, U, V, W> {
10324 fn vpshrdq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10325}
10326
10327#[rustfmt::skip]
10328pub trait CodeAsmVpshrdvd<T, U, V> {
10329 fn vpshrdvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10330}
10331
10332#[rustfmt::skip]
10333pub trait CodeAsmVpshrdvq<T, U, V> {
10334 fn vpshrdvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10335}
10336
10337#[rustfmt::skip]
10338pub trait CodeAsmVpshrdvw<T, U, V> {
10339 fn vpshrdvw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10340}
10341
10342#[rustfmt::skip]
10343pub trait CodeAsmVpshrdw<T, U, V, W> {
10344 fn vpshrdw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10345}
10346
10347#[rustfmt::skip]
10348pub trait CodeAsmVpshufb<T, U, V> {
10349 fn vpshufb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10350}
10351
10352#[rustfmt::skip]
10353pub trait CodeAsmVpshufbitqmb<T, U, V> {
10354 fn vpshufbitqmb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10355}
10356
10357#[rustfmt::skip]
10358pub trait CodeAsmVpshufd<T, U, V> {
10359 fn vpshufd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10360}
10361
10362#[rustfmt::skip]
10363pub trait CodeAsmVpshufhw<T, U, V> {
10364 fn vpshufhw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10365}
10366
10367#[rustfmt::skip]
10368pub trait CodeAsmVpshuflw<T, U, V> {
10369 fn vpshuflw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10370}
10371
10372#[rustfmt::skip]
10373pub trait CodeAsmVpsignb<T, U, V> {
10374 fn vpsignb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10375}
10376
10377#[rustfmt::skip]
10378pub trait CodeAsmVpsignd<T, U, V> {
10379 fn vpsignd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10380}
10381
10382#[rustfmt::skip]
10383pub trait CodeAsmVpsignw<T, U, V> {
10384 fn vpsignw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10385}
10386
10387#[rustfmt::skip]
10388pub trait CodeAsmVpslld<T, U, V> {
10389 fn vpslld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10390}
10391
10392#[rustfmt::skip]
10393pub trait CodeAsmVpslldq<T, U, V> {
10394 fn vpslldq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10395}
10396
10397#[rustfmt::skip]
10398pub trait CodeAsmVpsllq<T, U, V> {
10399 fn vpsllq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10400}
10401
10402#[rustfmt::skip]
10403pub trait CodeAsmVpsllvd<T, U, V> {
10404 fn vpsllvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10405}
10406
10407#[rustfmt::skip]
10408pub trait CodeAsmVpsllvq<T, U, V> {
10409 fn vpsllvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10410}
10411
10412#[rustfmt::skip]
10413pub trait CodeAsmVpsllvw<T, U, V> {
10414 fn vpsllvw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10415}
10416
10417#[rustfmt::skip]
10418pub trait CodeAsmVpsllw<T, U, V> {
10419 fn vpsllw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10420}
10421
10422#[rustfmt::skip]
10423pub trait CodeAsmVpsrad<T, U, V> {
10424 fn vpsrad(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10425}
10426
10427#[rustfmt::skip]
10428pub trait CodeAsmVpsraq<T, U, V> {
10429 fn vpsraq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10430}
10431
10432#[rustfmt::skip]
10433pub trait CodeAsmVpsravd<T, U, V> {
10434 fn vpsravd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10435}
10436
10437#[rustfmt::skip]
10438pub trait CodeAsmVpsravq<T, U, V> {
10439 fn vpsravq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10440}
10441
10442#[rustfmt::skip]
10443pub trait CodeAsmVpsravw<T, U, V> {
10444 fn vpsravw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10445}
10446
10447#[rustfmt::skip]
10448pub trait CodeAsmVpsraw<T, U, V> {
10449 fn vpsraw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10450}
10451
10452#[rustfmt::skip]
10453pub trait CodeAsmVpsrld<T, U, V> {
10454 fn vpsrld(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10455}
10456
10457#[rustfmt::skip]
10458pub trait CodeAsmVpsrldq<T, U, V> {
10459 fn vpsrldq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10460}
10461
10462#[rustfmt::skip]
10463pub trait CodeAsmVpsrlq<T, U, V> {
10464 fn vpsrlq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10465}
10466
10467#[rustfmt::skip]
10468pub trait CodeAsmVpsrlvd<T, U, V> {
10469 fn vpsrlvd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10470}
10471
10472#[rustfmt::skip]
10473pub trait CodeAsmVpsrlvq<T, U, V> {
10474 fn vpsrlvq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10475}
10476
10477#[rustfmt::skip]
10478pub trait CodeAsmVpsrlvw<T, U, V> {
10479 fn vpsrlvw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10480}
10481
10482#[rustfmt::skip]
10483pub trait CodeAsmVpsrlw<T, U, V> {
10484 fn vpsrlw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10485}
10486
10487#[rustfmt::skip]
10488pub trait CodeAsmVpsubb<T, U, V> {
10489 fn vpsubb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10490}
10491
10492#[rustfmt::skip]
10493pub trait CodeAsmVpsubd<T, U, V> {
10494 fn vpsubd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10495}
10496
10497#[rustfmt::skip]
10498pub trait CodeAsmVpsubq<T, U, V> {
10499 fn vpsubq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10500}
10501
10502#[rustfmt::skip]
10503pub trait CodeAsmVpsubsb<T, U, V> {
10504 fn vpsubsb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10505}
10506
10507#[rustfmt::skip]
10508pub trait CodeAsmVpsubsw<T, U, V> {
10509 fn vpsubsw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10510}
10511
10512#[rustfmt::skip]
10513pub trait CodeAsmVpsubusb<T, U, V> {
10514 fn vpsubusb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10515}
10516
10517#[rustfmt::skip]
10518pub trait CodeAsmVpsubusw<T, U, V> {
10519 fn vpsubusw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10520}
10521
10522#[rustfmt::skip]
10523pub trait CodeAsmVpsubw<T, U, V> {
10524 fn vpsubw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10525}
10526
10527#[rustfmt::skip]
10528pub trait CodeAsmVpternlogd<T, U, V, W> {
10529 fn vpternlogd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10530}
10531
10532#[rustfmt::skip]
10533pub trait CodeAsmVpternlogq<T, U, V, W> {
10534 fn vpternlogq(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10535}
10536
10537#[rustfmt::skip]
10538pub trait CodeAsmVptest<T, U> {
10539 fn vptest(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10540}
10541
10542#[rustfmt::skip]
10543pub trait CodeAsmVptestmb<T, U, V> {
10544 fn vptestmb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10545}
10546
10547#[rustfmt::skip]
10548pub trait CodeAsmVptestmd<T, U, V> {
10549 fn vptestmd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10550}
10551
10552#[rustfmt::skip]
10553pub trait CodeAsmVptestmq<T, U, V> {
10554 fn vptestmq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10555}
10556
10557#[rustfmt::skip]
10558pub trait CodeAsmVptestmw<T, U, V> {
10559 fn vptestmw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10560}
10561
10562#[rustfmt::skip]
10563pub trait CodeAsmVptestnmb<T, U, V> {
10564 fn vptestnmb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10565}
10566
10567#[rustfmt::skip]
10568pub trait CodeAsmVptestnmd<T, U, V> {
10569 fn vptestnmd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10570}
10571
10572#[rustfmt::skip]
10573pub trait CodeAsmVptestnmq<T, U, V> {
10574 fn vptestnmq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10575}
10576
10577#[rustfmt::skip]
10578pub trait CodeAsmVptestnmw<T, U, V> {
10579 fn vptestnmw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10580}
10581
10582#[rustfmt::skip]
10583pub trait CodeAsmVpunpckhbw<T, U, V> {
10584 fn vpunpckhbw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10585}
10586
10587#[rustfmt::skip]
10588pub trait CodeAsmVpunpckhdq<T, U, V> {
10589 fn vpunpckhdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10590}
10591
10592#[rustfmt::skip]
10593pub trait CodeAsmVpunpckhqdq<T, U, V> {
10594 fn vpunpckhqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10595}
10596
10597#[rustfmt::skip]
10598pub trait CodeAsmVpunpckhwd<T, U, V> {
10599 fn vpunpckhwd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10600}
10601
10602#[rustfmt::skip]
10603pub trait CodeAsmVpunpcklbw<T, U, V> {
10604 fn vpunpcklbw(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10605}
10606
10607#[rustfmt::skip]
10608pub trait CodeAsmVpunpckldq<T, U, V> {
10609 fn vpunpckldq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10610}
10611
10612#[rustfmt::skip]
10613pub trait CodeAsmVpunpcklqdq<T, U, V> {
10614 fn vpunpcklqdq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10615}
10616
10617#[rustfmt::skip]
10618pub trait CodeAsmVpunpcklwd<T, U, V> {
10619 fn vpunpcklwd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10620}
10621
10622#[rustfmt::skip]
10623pub trait CodeAsmVpxor<T, U, V> {
10624 fn vpxor(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10625}
10626
10627#[rustfmt::skip]
10628pub trait CodeAsmVpxord<T, U, V> {
10629 fn vpxord(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10630}
10631
10632#[rustfmt::skip]
10633pub trait CodeAsmVpxorq<T, U, V> {
10634 fn vpxorq(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10635}
10636
10637#[rustfmt::skip]
10638pub trait CodeAsmVrangepd<T, U, V, W> {
10639 fn vrangepd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10640}
10641
10642#[rustfmt::skip]
10643pub trait CodeAsmVrangeps<T, U, V, W> {
10644 fn vrangeps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10645}
10646
10647#[rustfmt::skip]
10648pub trait CodeAsmVrangesd<T, U, V, W> {
10649 fn vrangesd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10650}
10651
10652#[rustfmt::skip]
10653pub trait CodeAsmVrangess<T, U, V, W> {
10654 fn vrangess(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10655}
10656
10657#[rustfmt::skip]
10658pub trait CodeAsmVrcp14pd<T, U> {
10659 fn vrcp14pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10660}
10661
10662#[rustfmt::skip]
10663pub trait CodeAsmVrcp14ps<T, U> {
10664 fn vrcp14ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10665}
10666
10667#[rustfmt::skip]
10668pub trait CodeAsmVrcp14sd<T, U, V> {
10669 fn vrcp14sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10670}
10671
10672#[rustfmt::skip]
10673pub trait CodeAsmVrcp14ss<T, U, V> {
10674 fn vrcp14ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10675}
10676
10677#[rustfmt::skip]
10678pub trait CodeAsmVrcp28pd<T, U> {
10679 fn vrcp28pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10680}
10681
10682#[rustfmt::skip]
10683pub trait CodeAsmVrcp28ps<T, U> {
10684 fn vrcp28ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10685}
10686
10687#[rustfmt::skip]
10688pub trait CodeAsmVrcp28sd<T, U, V> {
10689 fn vrcp28sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10690}
10691
10692#[rustfmt::skip]
10693pub trait CodeAsmVrcp28ss<T, U, V> {
10694 fn vrcp28ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10695}
10696
10697#[rustfmt::skip]
10698pub trait CodeAsmVrcpph<T, U> {
10699 fn vrcpph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10700}
10701
10702#[rustfmt::skip]
10703pub trait CodeAsmVrcpps<T, U> {
10704 fn vrcpps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10705}
10706
10707#[rustfmt::skip]
10708pub trait CodeAsmVrcpsh<T, U, V> {
10709 fn vrcpsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10710}
10711
10712#[rustfmt::skip]
10713pub trait CodeAsmVrcpss<T, U, V> {
10714 fn vrcpss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10715}
10716
10717#[rustfmt::skip]
10718pub trait CodeAsmVreducepd<T, U, V> {
10719 fn vreducepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10720}
10721
10722#[rustfmt::skip]
10723pub trait CodeAsmVreduceph<T, U, V> {
10724 fn vreduceph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10725}
10726
10727#[rustfmt::skip]
10728pub trait CodeAsmVreduceps<T, U, V> {
10729 fn vreduceps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10730}
10731
10732#[rustfmt::skip]
10733pub trait CodeAsmVreducesd<T, U, V, W> {
10734 fn vreducesd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10735}
10736
10737#[rustfmt::skip]
10738pub trait CodeAsmVreducesh<T, U, V, W> {
10739 fn vreducesh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10740}
10741
10742#[rustfmt::skip]
10743pub trait CodeAsmVreducess<T, U, V, W> {
10744 fn vreducess(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10745}
10746
10747#[rustfmt::skip]
10748pub trait CodeAsmVrndscalepd<T, U, V> {
10749 fn vrndscalepd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10750}
10751
10752#[rustfmt::skip]
10753pub trait CodeAsmVrndscaleph<T, U, V> {
10754 fn vrndscaleph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10755}
10756
10757#[rustfmt::skip]
10758pub trait CodeAsmVrndscaleps<T, U, V> {
10759 fn vrndscaleps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10760}
10761
10762#[rustfmt::skip]
10763pub trait CodeAsmVrndscalesd<T, U, V, W> {
10764 fn vrndscalesd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10765}
10766
10767#[rustfmt::skip]
10768pub trait CodeAsmVrndscalesh<T, U, V, W> {
10769 fn vrndscalesh(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10770}
10771
10772#[rustfmt::skip]
10773pub trait CodeAsmVrndscaless<T, U, V, W> {
10774 fn vrndscaless(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10775}
10776
10777#[rustfmt::skip]
10778pub trait CodeAsmVroundpd<T, U, V> {
10779 fn vroundpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10780}
10781
10782#[rustfmt::skip]
10783pub trait CodeAsmVroundps<T, U, V> {
10784 fn vroundps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10785}
10786
10787#[rustfmt::skip]
10788pub trait CodeAsmVroundsd<T, U, V, W> {
10789 fn vroundsd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10790}
10791
10792#[rustfmt::skip]
10793pub trait CodeAsmVroundss<T, U, V, W> {
10794 fn vroundss(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10795}
10796
10797#[rustfmt::skip]
10798pub trait CodeAsmVrsqrt14pd<T, U> {
10799 fn vrsqrt14pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10800}
10801
10802#[rustfmt::skip]
10803pub trait CodeAsmVrsqrt14ps<T, U> {
10804 fn vrsqrt14ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10805}
10806
10807#[rustfmt::skip]
10808pub trait CodeAsmVrsqrt14sd<T, U, V> {
10809 fn vrsqrt14sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10810}
10811
10812#[rustfmt::skip]
10813pub trait CodeAsmVrsqrt14ss<T, U, V> {
10814 fn vrsqrt14ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10815}
10816
10817#[rustfmt::skip]
10818pub trait CodeAsmVrsqrt28pd<T, U> {
10819 fn vrsqrt28pd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10820}
10821
10822#[rustfmt::skip]
10823pub trait CodeAsmVrsqrt28ps<T, U> {
10824 fn vrsqrt28ps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10825}
10826
10827#[rustfmt::skip]
10828pub trait CodeAsmVrsqrt28sd<T, U, V> {
10829 fn vrsqrt28sd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10830}
10831
10832#[rustfmt::skip]
10833pub trait CodeAsmVrsqrt28ss<T, U, V> {
10834 fn vrsqrt28ss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10835}
10836
10837#[rustfmt::skip]
10838pub trait CodeAsmVrsqrtph<T, U> {
10839 fn vrsqrtph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10840}
10841
10842#[rustfmt::skip]
10843pub trait CodeAsmVrsqrtps<T, U> {
10844 fn vrsqrtps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10845}
10846
10847#[rustfmt::skip]
10848pub trait CodeAsmVrsqrtsh<T, U, V> {
10849 fn vrsqrtsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10850}
10851
10852#[rustfmt::skip]
10853pub trait CodeAsmVrsqrtss<T, U, V> {
10854 fn vrsqrtss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10855}
10856
10857#[rustfmt::skip]
10858pub trait CodeAsmVscalefpd<T, U, V> {
10859 fn vscalefpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10860}
10861
10862#[rustfmt::skip]
10863pub trait CodeAsmVscalefph<T, U, V> {
10864 fn vscalefph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10865}
10866
10867#[rustfmt::skip]
10868pub trait CodeAsmVscalefps<T, U, V> {
10869 fn vscalefps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10870}
10871
10872#[rustfmt::skip]
10873pub trait CodeAsmVscalefsd<T, U, V> {
10874 fn vscalefsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10875}
10876
10877#[rustfmt::skip]
10878pub trait CodeAsmVscalefsh<T, U, V> {
10879 fn vscalefsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10880}
10881
10882#[rustfmt::skip]
10883pub trait CodeAsmVscalefss<T, U, V> {
10884 fn vscalefss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10885}
10886
10887#[rustfmt::skip]
10888pub trait CodeAsmVscatterdpd<T, U> {
10889 fn vscatterdpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10890}
10891
10892#[rustfmt::skip]
10893pub trait CodeAsmVscatterdps<T, U> {
10894 fn vscatterdps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10895}
10896
10897#[rustfmt::skip]
10898pub trait CodeAsmVscatterpf0dpd<T> {
10899 fn vscatterpf0dpd(&mut self, op0: T) -> Result<(), IcedError>;
10900}
10901
10902#[rustfmt::skip]
10903pub trait CodeAsmVscatterpf0dps<T> {
10904 fn vscatterpf0dps(&mut self, op0: T) -> Result<(), IcedError>;
10905}
10906
10907#[rustfmt::skip]
10908pub trait CodeAsmVscatterpf0qpd<T> {
10909 fn vscatterpf0qpd(&mut self, op0: T) -> Result<(), IcedError>;
10910}
10911
10912#[rustfmt::skip]
10913pub trait CodeAsmVscatterpf0qps<T> {
10914 fn vscatterpf0qps(&mut self, op0: T) -> Result<(), IcedError>;
10915}
10916
10917#[rustfmt::skip]
10918pub trait CodeAsmVscatterpf1dpd<T> {
10919 fn vscatterpf1dpd(&mut self, op0: T) -> Result<(), IcedError>;
10920}
10921
10922#[rustfmt::skip]
10923pub trait CodeAsmVscatterpf1dps<T> {
10924 fn vscatterpf1dps(&mut self, op0: T) -> Result<(), IcedError>;
10925}
10926
10927#[rustfmt::skip]
10928pub trait CodeAsmVscatterpf1qpd<T> {
10929 fn vscatterpf1qpd(&mut self, op0: T) -> Result<(), IcedError>;
10930}
10931
10932#[rustfmt::skip]
10933pub trait CodeAsmVscatterpf1qps<T> {
10934 fn vscatterpf1qps(&mut self, op0: T) -> Result<(), IcedError>;
10935}
10936
10937#[rustfmt::skip]
10938pub trait CodeAsmVscatterqpd<T, U> {
10939 fn vscatterqpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10940}
10941
10942#[rustfmt::skip]
10943pub trait CodeAsmVscatterqps<T, U> {
10944 fn vscatterqps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10945}
10946
10947#[rustfmt::skip]
10948pub trait CodeAsmVsha512msg1<T, U> {
10949 fn vsha512msg1(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10950}
10951
10952#[rustfmt::skip]
10953pub trait CodeAsmVsha512msg2<T, U> {
10954 fn vsha512msg2(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
10955}
10956
10957#[rustfmt::skip]
10958pub trait CodeAsmVsha512rnds2<T, U, V> {
10959 fn vsha512rnds2(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10960}
10961
10962#[rustfmt::skip]
10963pub trait CodeAsmVshuff32x4<T, U, V, W> {
10964 fn vshuff32x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10965}
10966
10967#[rustfmt::skip]
10968pub trait CodeAsmVshuff64x2<T, U, V, W> {
10969 fn vshuff64x2(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10970}
10971
10972#[rustfmt::skip]
10973pub trait CodeAsmVshufi32x4<T, U, V, W> {
10974 fn vshufi32x4(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10975}
10976
10977#[rustfmt::skip]
10978pub trait CodeAsmVshufi64x2<T, U, V, W> {
10979 fn vshufi64x2(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10980}
10981
10982#[rustfmt::skip]
10983pub trait CodeAsmVshufpd<T, U, V, W> {
10984 fn vshufpd(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10985}
10986
10987#[rustfmt::skip]
10988pub trait CodeAsmVshufps<T, U, V, W> {
10989 fn vshufps(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
10990}
10991
10992#[rustfmt::skip]
10993pub trait CodeAsmVsm3msg1<T, U, V> {
10994 fn vsm3msg1(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
10995}
10996
10997#[rustfmt::skip]
10998pub trait CodeAsmVsm3msg2<T, U, V> {
10999 fn vsm3msg2(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11000}
11001
11002#[rustfmt::skip]
11003pub trait CodeAsmVsm3rnds2<T, U, V, W> {
11004 fn vsm3rnds2(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
11005}
11006
11007#[rustfmt::skip]
11008pub trait CodeAsmVsm4key4<T, U, V> {
11009 fn vsm4key4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11010}
11011
11012#[rustfmt::skip]
11013pub trait CodeAsmVsm4rnds4<T, U, V> {
11014 fn vsm4rnds4(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11015}
11016
11017#[rustfmt::skip]
11018pub trait CodeAsmVsqrtpd<T, U> {
11019 fn vsqrtpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11020}
11021
11022#[rustfmt::skip]
11023pub trait CodeAsmVsqrtph<T, U> {
11024 fn vsqrtph(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11025}
11026
11027#[rustfmt::skip]
11028pub trait CodeAsmVsqrtps<T, U> {
11029 fn vsqrtps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11030}
11031
11032#[rustfmt::skip]
11033pub trait CodeAsmVsqrtsd<T, U, V> {
11034 fn vsqrtsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11035}
11036
11037#[rustfmt::skip]
11038pub trait CodeAsmVsqrtsh<T, U, V> {
11039 fn vsqrtsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11040}
11041
11042#[rustfmt::skip]
11043pub trait CodeAsmVsqrtss<T, U, V> {
11044 fn vsqrtss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11045}
11046
11047#[rustfmt::skip]
11048pub trait CodeAsmVstmxcsr<T> {
11049 fn vstmxcsr(&mut self, op0: T) -> Result<(), IcedError>;
11050}
11051
11052#[rustfmt::skip]
11053pub trait CodeAsmVsubpd<T, U, V> {
11054 fn vsubpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11055}
11056
11057#[rustfmt::skip]
11058pub trait CodeAsmVsubph<T, U, V> {
11059 fn vsubph(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11060}
11061
11062#[rustfmt::skip]
11063pub trait CodeAsmVsubps<T, U, V> {
11064 fn vsubps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11065}
11066
11067#[rustfmt::skip]
11068pub trait CodeAsmVsubsd<T, U, V> {
11069 fn vsubsd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11070}
11071
11072#[rustfmt::skip]
11073pub trait CodeAsmVsubsh<T, U, V> {
11074 fn vsubsh(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11075}
11076
11077#[rustfmt::skip]
11078pub trait CodeAsmVsubss<T, U, V> {
11079 fn vsubss(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11080}
11081
11082#[rustfmt::skip]
11083pub trait CodeAsmVtestpd<T, U> {
11084 fn vtestpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11085}
11086
11087#[rustfmt::skip]
11088pub trait CodeAsmVtestps<T, U> {
11089 fn vtestps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11090}
11091
11092#[rustfmt::skip]
11093pub trait CodeAsmVucomisd<T, U> {
11094 fn vucomisd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11095}
11096
11097#[rustfmt::skip]
11098pub trait CodeAsmVucomish<T, U> {
11099 fn vucomish(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11100}
11101
11102#[rustfmt::skip]
11103pub trait CodeAsmVucomiss<T, U> {
11104 fn vucomiss(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11105}
11106
11107#[rustfmt::skip]
11108pub trait CodeAsmVunpckhpd<T, U, V> {
11109 fn vunpckhpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11110}
11111
11112#[rustfmt::skip]
11113pub trait CodeAsmVunpckhps<T, U, V> {
11114 fn vunpckhps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11115}
11116
11117#[rustfmt::skip]
11118pub trait CodeAsmVunpcklpd<T, U, V> {
11119 fn vunpcklpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11120}
11121
11122#[rustfmt::skip]
11123pub trait CodeAsmVunpcklps<T, U, V> {
11124 fn vunpcklps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11125}
11126
11127#[rustfmt::skip]
11128pub trait CodeAsmVxorpd<T, U, V> {
11129 fn vxorpd(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11130}
11131
11132#[rustfmt::skip]
11133pub trait CodeAsmVxorps<T, U, V> {
11134 fn vxorps(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
11135}
11136
11137#[rustfmt::skip]
11138pub trait CodeAsmVzeroall {
11139 fn vzeroall(&mut self) -> Result<(), IcedError>;
11140}
11141
11142#[rustfmt::skip]
11143pub trait CodeAsmVzeroupper {
11144 fn vzeroupper(&mut self) -> Result<(), IcedError>;
11145}
11146
11147#[rustfmt::skip]
11148pub trait CodeAsmWait {
11149 fn wait(&mut self) -> Result<(), IcedError>;
11150}
11151
11152#[rustfmt::skip]
11153pub trait CodeAsmWbinvd {
11154 fn wbinvd(&mut self) -> Result<(), IcedError>;
11155}
11156
11157#[rustfmt::skip]
11158pub trait CodeAsmWbnoinvd {
11159 fn wbnoinvd(&mut self) -> Result<(), IcedError>;
11160}
11161
11162#[rustfmt::skip]
11163pub trait CodeAsmWrfsbase<T> {
11164 fn wrfsbase(&mut self, op0: T) -> Result<(), IcedError>;
11165}
11166
11167#[rustfmt::skip]
11168pub trait CodeAsmWrgsbase<T> {
11169 fn wrgsbase(&mut self, op0: T) -> Result<(), IcedError>;
11170}
11171
11172#[rustfmt::skip]
11173pub trait CodeAsmWrmsr {
11174 fn wrmsr(&mut self) -> Result<(), IcedError>;
11175}
11176
11177#[rustfmt::skip]
11178pub trait CodeAsmWrmsrlist {
11179 fn wrmsrlist(&mut self) -> Result<(), IcedError>;
11180}
11181
11182#[rustfmt::skip]
11183pub trait CodeAsmWrmsrns {
11184 fn wrmsrns(&mut self) -> Result<(), IcedError>;
11185}
11186
11187#[rustfmt::skip]
11188pub trait CodeAsmWrpkru {
11189 fn wrpkru(&mut self) -> Result<(), IcedError>;
11190}
11191
11192#[rustfmt::skip]
11193pub trait CodeAsmWrshr<T> {
11194 fn wrshr(&mut self, op0: T) -> Result<(), IcedError>;
11195}
11196
11197#[rustfmt::skip]
11198pub trait CodeAsmWrssd<T, U> {
11199 fn wrssd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11200}
11201
11202#[rustfmt::skip]
11203pub trait CodeAsmWrssq<T, U> {
11204 fn wrssq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11205}
11206
11207#[rustfmt::skip]
11208pub trait CodeAsmWrudbg {
11209 fn wrudbg(&mut self) -> Result<(), IcedError>;
11210}
11211
11212#[rustfmt::skip]
11213pub trait CodeAsmWrussd<T, U> {
11214 fn wrussd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11215}
11216
11217#[rustfmt::skip]
11218pub trait CodeAsmWrussq<T, U> {
11219 fn wrussq(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11220}
11221
11222#[rustfmt::skip]
11223pub trait CodeAsmXabort<T> {
11224 fn xabort(&mut self, op0: T) -> Result<(), IcedError>;
11225}
11226
11227#[rustfmt::skip]
11228pub trait CodeAsmXadd<T, U> {
11229 fn xadd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11230}
11231
11232#[rustfmt::skip]
11233pub trait CodeAsmXbegin<T> {
11234 fn xbegin(&mut self, op0: T) -> Result<(), IcedError>;
11235}
11236
11237#[rustfmt::skip]
11238pub trait CodeAsmXbts<T, U> {
11239 fn xbts(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11240}
11241
11242#[rustfmt::skip]
11243pub trait CodeAsmXchg<T, U> {
11244 fn xchg(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11245}
11246
11247#[rustfmt::skip]
11248pub trait CodeAsmXcryptcbc {
11249 fn xcryptcbc(&mut self) -> Result<(), IcedError>;
11250}
11251
11252#[rustfmt::skip]
11253pub trait CodeAsmXcryptcfb {
11254 fn xcryptcfb(&mut self) -> Result<(), IcedError>;
11255}
11256
11257#[rustfmt::skip]
11258pub trait CodeAsmXcryptctr {
11259 fn xcryptctr(&mut self) -> Result<(), IcedError>;
11260}
11261
11262#[rustfmt::skip]
11263pub trait CodeAsmXcryptecb {
11264 fn xcryptecb(&mut self) -> Result<(), IcedError>;
11265}
11266
11267#[rustfmt::skip]
11268pub trait CodeAsmXcryptofb {
11269 fn xcryptofb(&mut self) -> Result<(), IcedError>;
11270}
11271
11272#[rustfmt::skip]
11273pub trait CodeAsmXend {
11274 fn xend(&mut self) -> Result<(), IcedError>;
11275}
11276
11277#[rustfmt::skip]
11278pub trait CodeAsmXgetbv {
11279 fn xgetbv(&mut self) -> Result<(), IcedError>;
11280}
11281
11282#[rustfmt::skip]
11283pub trait CodeAsmXor<T, U> {
11284 fn xor(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11285}
11286
11287#[rustfmt::skip]
11288pub trait CodeAsmXorpd<T, U> {
11289 fn xorpd(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11290}
11291
11292#[rustfmt::skip]
11293pub trait CodeAsmXorps<T, U> {
11294 fn xorps(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
11295}
11296
11297#[rustfmt::skip]
11298pub trait CodeAsmXresldtrk {
11299 fn xresldtrk(&mut self) -> Result<(), IcedError>;
11300}
11301
11302#[rustfmt::skip]
11303pub trait CodeAsmXrstor<T> {
11304 fn xrstor(&mut self, op0: T) -> Result<(), IcedError>;
11305}
11306
11307#[rustfmt::skip]
11308pub trait CodeAsmXrstor64<T> {
11309 fn xrstor64(&mut self, op0: T) -> Result<(), IcedError>;
11310}
11311
11312#[rustfmt::skip]
11313pub trait CodeAsmXrstors<T> {
11314 fn xrstors(&mut self, op0: T) -> Result<(), IcedError>;
11315}
11316
11317#[rustfmt::skip]
11318pub trait CodeAsmXrstors64<T> {
11319 fn xrstors64(&mut self, op0: T) -> Result<(), IcedError>;
11320}
11321
11322#[rustfmt::skip]
11323pub trait CodeAsmXsave<T> {
11324 fn xsave(&mut self, op0: T) -> Result<(), IcedError>;
11325}
11326
11327#[rustfmt::skip]
11328pub trait CodeAsmXsave64<T> {
11329 fn xsave64(&mut self, op0: T) -> Result<(), IcedError>;
11330}
11331
11332#[rustfmt::skip]
11333pub trait CodeAsmXsavec<T> {
11334 fn xsavec(&mut self, op0: T) -> Result<(), IcedError>;
11335}
11336
11337#[rustfmt::skip]
11338pub trait CodeAsmXsavec64<T> {
11339 fn xsavec64(&mut self, op0: T) -> Result<(), IcedError>;
11340}
11341
11342#[rustfmt::skip]
11343pub trait CodeAsmXsaveopt<T> {
11344 fn xsaveopt(&mut self, op0: T) -> Result<(), IcedError>;
11345}
11346
11347#[rustfmt::skip]
11348pub trait CodeAsmXsaveopt64<T> {
11349 fn xsaveopt64(&mut self, op0: T) -> Result<(), IcedError>;
11350}
11351
11352#[rustfmt::skip]
11353pub trait CodeAsmXsaves<T> {
11354 fn xsaves(&mut self, op0: T) -> Result<(), IcedError>;
11355}
11356
11357#[rustfmt::skip]
11358pub trait CodeAsmXsaves64<T> {
11359 fn xsaves64(&mut self, op0: T) -> Result<(), IcedError>;
11360}
11361
11362#[rustfmt::skip]
11363pub trait CodeAsmXsetbv {
11364 fn xsetbv(&mut self) -> Result<(), IcedError>;
11365}
11366
11367#[rustfmt::skip]
11368pub trait CodeAsmXsha1 {
11369 fn xsha1(&mut self) -> Result<(), IcedError>;
11370}
11371
11372#[rustfmt::skip]
11373pub trait CodeAsmXsha256 {
11374 fn xsha256(&mut self) -> Result<(), IcedError>;
11375}
11376
11377#[rustfmt::skip]
11378pub trait CodeAsmXsha512 {
11379 fn xsha512(&mut self) -> Result<(), IcedError>;
11380}
11381
11382#[rustfmt::skip]
11383pub trait CodeAsmXsha512_alt {
11384 fn xsha512_alt(&mut self) -> Result<(), IcedError>;
11385}
11386
11387#[rustfmt::skip]
11388pub trait CodeAsmXstore {
11389 fn xstore(&mut self) -> Result<(), IcedError>;
11390}
11391
11392#[rustfmt::skip]
11393pub trait CodeAsmXstore_alt {
11394 fn xstore_alt(&mut self) -> Result<(), IcedError>;
11395}
11396
11397#[rustfmt::skip]
11398pub trait CodeAsmXsusldtrk {
11399 fn xsusldtrk(&mut self) -> Result<(), IcedError>;
11400}
11401
11402#[rustfmt::skip]
11403pub trait CodeAsmXtest {
11404 fn xtest(&mut self) -> Result<(), IcedError>;
11405}
11406
11407#[rustfmt::skip]
11408pub trait CodeAsmZero_bytes {
11409 fn zero_bytes(&mut self) -> Result<(), IcedError>;
11410}