Lines Matching refs:pfx

1 	.macro pfx insn:vararg  macro
11 pfx adc $1, (%eax)
12 pfx adc $0x89, (%eax)
13 pfx adc $0x1234, (%eax)
14 pfx adc $0x12345678, (%eax)
15 pfx add $1, (%eax)
16 pfx add $0x89, (%eax)
17 pfx add $0x1234, (%eax)
18 pfx add $0x12345678, (%eax)
19 pfx and $1, (%eax)
20 pfx and $0x89, (%eax)
21 pfx and $0x1234, (%eax)
22 pfx and $0x12345678, (%eax)
23 pfx bt $1, (%eax)
24 pfx btc $1, (%eax)
25 pfx btr $1, (%eax)
26 pfx bts $1, (%eax)
27 pfx call *(%eax)
28 pfx cmp $1, (%eax)
29 pfx cmp $0x89, (%eax)
30 pfx cmp $0x1234, (%eax)
31 pfx cmp $0x12345678, (%eax)
32 pfx cmps
33 pfx cmps %es:(%edi), (%esi)
34 pfx crc32 (%eax), %eax
37 pfx dec (%eax)
38 pfx div (%eax)
39 pfx fadd (%eax)
40 pfx fcom (%eax)
41 pfx fcomp (%eax)
42 pfx fdiv (%eax)
43 pfx fdivr (%eax)
44 pfx fiadd (%eax)
45 pfx ficom (%eax)
46 pfx ficomp (%eax)
47 pfx fidiv (%eax)
48 pfx fidivr (%eax)
49 pfx fild (%eax)
50 pfx fimul (%eax)
51 pfx fist (%eax)
52 pfx fistp (%eax)
53 pfx fisttp (%eax)
54 pfx fisub (%eax)
55 pfx fisubr (%eax)
56 pfx fld (%eax)
57 pfx fmul (%eax)
58 pfx fst (%eax)
59 pfx fstp (%eax)
60 pfx fsub (%eax)
61 pfx fsubr (%eax)
62 pfx idiv (%eax)
63 pfx imul (%eax)
64 pfx in $0
65 pfx in %dx
66 pfx inc (%eax)
67 pfx ins
68 pfx ins %dx, %es:(%edi)
69 pfx jmp *(%eax)
70 pfx lgdt (%eax)
71 pfx lidt (%eax)
72 pfx lldt (%eax)
73 pfx lmsw (%eax)
74 pfx lods
75 pfx lods (%esi)
76 pfx ltr (%eax)
77 pfx mov $0x12, (%eax)
78 pfx mov $0x1234, (%eax)
79 pfx mov $0x12345678, (%eax)
80 pfx mov %es, (%eax)
81 pfx mov (%eax), %es
82 pfx movs
83 pfx movs (%esi), %es:(%edi)
85 pfx movsx (%eax), %eax
87 pfx movzx (%eax), %eax
88 pfx mul (%eax)
89 pfx neg (%eax)
90 pfx nop (%eax)
91 pfx not (%eax)
92 pfx or $1, (%eax)
93 pfx or $0x89, (%eax)
94 pfx or $0x1234, (%eax)
95 pfx or $0x12345678, (%eax)
96 pfx out $0
97 pfx out %dx
98 pfx outs
99 pfx outs (%esi), %dx
100 pfx pop (%eax)
101 pfx pop %es
103 pfx push (%eax)
104 pfx push %es
105 pfx rcl $1, (%eax)
106 pfx rcl $2, (%eax)
107 pfx rcl %cl, (%eax)
108 pfx rcl (%eax)
109 pfx rcr $1, (%eax)
110 pfx rcr $2, (%eax)
111 pfx rcr %cl, (%eax)
112 pfx rcr (%eax)
113 pfx rol $1, (%eax)
114 pfx rol $2, (%eax)
115 pfx rol %cl, (%eax)
116 pfx rol (%eax)
117 pfx ror $1, (%eax)
118 pfx ror $2, (%eax)
119 pfx ror %cl, (%eax)
120 pfx ror (%eax)
121 pfx sbb $1, (%eax)
122 pfx sbb $0x89, (%eax)
123 pfx sbb $0x1234, (%eax)
124 pfx sbb $0x12345678, (%eax)
125 pfx scas
126 pfx scas %es:(%edi)
127 pfx sal $1, (%eax)
128 pfx sal $2, (%eax)
129 pfx sal %cl, (%eax)
130 pfx sal (%eax)
131 pfx sar $1, (%eax)
132 pfx sar $2, (%eax)
133 pfx sar %cl, (%eax)
134 pfx sar (%eax)
135 pfx shl $1, (%eax)
136 pfx shl $2, (%eax)
137 pfx shl %cl, (%eax)
138 pfx shl (%eax)
139 pfx shr $1, (%eax)
140 pfx shr $2, (%eax)
141 pfx shr %cl, (%eax)
142 pfx shr (%eax)
143 pfx stos
144 pfx stos %es:(%edi)
145 pfx sub $1, (%eax)
146 pfx sub $0x89, (%eax)
147 pfx sub $0x1234, (%eax)
148 pfx sub $0x12345678, (%eax)
149 pfx test $0x89, (%eax)
150 pfx test $0x1234, (%eax)
151 pfx test $0x12345678, (%eax)
158 pfx xor $1, (%eax)
159 pfx xor $0x89, (%eax)
160 pfx xor $0x1234, (%eax)
161 pfx xor $0x12345678, (%eax)