• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1fabs st0.ps[1234.5678] : => st0.ps[1234.5678]
2fabs st0.ps[-1234.5678] : => st0.ps[1234.5678]
3fabs st0.pd[12345678.87654321] : => st0.pd[12345678.87654321]
4fabs st0.pd[-12345678.87654321] : => st0.pd[12345678.87654321]
5fadds st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[9999.9999]
6fadds st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[7530.8643]
7fadds st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[-7530.8643]
8fadds st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[-9999.9999]
9faddl st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[8888888.8888888]
10faddl st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[6419753.3580246]
11faddl st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-6419753.3580246]
12faddl st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-8888888.8888888]
13fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
14fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
15fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
16fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
17fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
18fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
19fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
20fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
21fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
22fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643]
23fadd st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[-7530.8643]
24fadd st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[-9999.9999]
25fadd st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[8888888.8888888]
26fadd st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[6419753.3580246]
27fadd st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-6419753.3580246]
28fadd st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-8888888.8888888]
29faddp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999]
30faddp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643]
31faddp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-7530.8643]
32faddp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999]
33faddp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[8888888.8888888]
34faddp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[6419753.3580246]
35faddp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-6419753.3580246]
36faddp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-8888888.8888888]
37faddp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[9999.9999]
38faddp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[7530.8643]
39faddp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[-7530.8643]
40faddp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[-9999.9999]
41faddp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[8888888.8888888]
42faddp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[6419753.3580246]
43faddp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-6419753.3580246]
44faddp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-8888888.8888888]
45fiadds st0.ps[1234.5678] : m16.sw[4321] => st0.ps[5555.5678]
46fiadds st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[3086.4322]
47fiadds st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-3086.4322]
48fiadds st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[-5555.5678]
49fiadds st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[1238888.7654321]
50fiadds st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-1230246.7654321]
51fiadds st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[1230246.7654321]
52fiadds st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[-1238888.7654321]
53fiaddl st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[87655555.5678]
54fiaddl st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[87653086.4322]
55fiaddl st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[-87653086.4322]
56fiaddl st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[-87655555.5678]
57fiaddl st0.pd[1234567.7654321] : m32.sd[87654321] => st0.pd[88888888.7654321]
58fiaddl st0.pd[-1234567.7654321] : m32.sd[87654321] => st0.pd[86419753.2345679]
59fiaddl st0.pd[1234567.7654321] : m32.sd[-87654321] => st0.pd[-86419753.2345679]
60fiaddl st0.pd[-1234567.7654321] : m32.sd[-87654321] => st0.pd[-88888888.7654321]
61fcoms st0.ps[1234.5678] : m32.ps[1234.5676] => st0.ps[1234.5678] fpusw[0x4700,0x0000]
62fcoms st0.ps[1234.5678] : m32.ps[1234.5679] => st0.ps[1234.5678] fpusw[0x4700,0x0100]
63fcoms st0.ps[1234.5678] : m32.ps[1234.5678] => st0.ps[1234.5678] fpusw[0x4700,0x4000]
64fcoml st0.pd[1234567.7654321] : m64.pd[1234567.7654320] => st0.pd[1234567.7654321] fpusw[0x4700,0x0000]
65fcoml st0.pd[1234567.7654321] : m64.pd[1234567.7654322] => st0.pd[1234567.7654321] fpusw[0x4700,0x0100]
66fcoml st0.pd[1234567.7654321] : m64.pd[1234567.7654321] => st0.pd[1234567.7654321] fpusw[0x4700,0x4000]
67fcomps st1.ps[8765.4321] st0.ps[1234.5678] : m32.ps[1234.5676] => st0.ps[8765.4321] fpusw[0x4700,0x0000]
68fcomps st1.ps[8765.4321] st0.ps[1234.5678] : m32.ps[1234.5679] => st0.ps[8765.4321] fpusw[0x4700,0x0100]
69fcomps st1.ps[8765.4321] st0.ps[1234.5678] : m32.ps[1234.5678] => st0.ps[8765.4321] fpusw[0x4700,0x4000]
70fcompl st1.pd[7654321.1234567] st0.pd[1234567.7654321] : m64.pd[1234567.7654320] => st0.pd[7654321.1234567] fpusw[0x4700,0x0000]
71fcompl st1.pd[7654321.1234567] st0.pd[1234567.7654321] : m64.pd[1234567.7654322] => st0.pd[7654321.1234567] fpusw[0x4700,0x0100]
72fcompl st1.pd[7654321.1234567] st0.pd[1234567.7654321] : m64.pd[1234567.7654321] => st0.pd[7654321.1234567] fpusw[0x4700,0x4000]
73fcomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
74fcomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
75fcomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
76fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
77fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
78fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
79fcomip st2.ps[1234.5678] st0.ps[1234.5679] => st1.ps[1234.5679] eflags[0x45,0x00]
80fcomip st2.ps[1234.5678] st0.ps[1234.5676] => st1.ps[1234.5676] eflags[0x45,0x01]
81fcomip st2.ps[1234.5678] st0.ps[1234.5678] => st1.ps[1234.5678] eflags[0x45,0x40]
82fcomip st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st1.pd[1234567.7654321] eflags[0x45,0x00]
83fcomip st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st1.pd[1234567.7654321] eflags[0x45,0x01]
84fcomip st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st1.pd[1234567.7654321] eflags[0x45,0x40]
85fucomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
86fucomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
87fucomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
88fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
89fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
90fucomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
91fucomip st2.ps[1234.5678] st0.ps[1234.5679] => st1.ps[1234.5679] eflags[0x45,0x00]
92fucomip st2.ps[1234.5678] st0.ps[1234.5676] => st1.ps[1234.5676] eflags[0x45,0x01]
93fucomip st2.ps[1234.5678] st0.ps[1234.5678] => st1.ps[1234.5678] eflags[0x45,0x40]
94fucomip st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st1.pd[1234567.7654321] eflags[0x45,0x00]
95fucomip st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st1.pd[1234567.7654321] eflags[0x45,0x01]
96fucomip st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st1.pd[1234567.7654321] eflags[0x45,0x40]
97fchs st0.ps[1234.5678] : => st0.ps[-1234.5678]
98fchs st0.ps[-1234.5678] : => st0.ps[1234.5678]
99fchs st0.pd[12345678.87654321] : => st0.pd[-12345678.87654321]
100fchs st0.pd[-12345678.87654321] : => st0.pd[12345678.87654321]
101fdivs st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[0.140845058853402]
102fdivs st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[-0.140845058853402]
103fdivs st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[-0.140845058853402]
104fdivs st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[0.140845058853402]
105fdivl st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[0.16129030197711]
106fdivl st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[-0.16129030197711]
107fdivl st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-0.16129030197711]
108fdivl st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[0.16129030197711]
109fdiv st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[0.140845058853402]
110fdiv st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[-0.140845058853402]
111fdiv st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-0.140845058853402]
112fdiv st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[0.140845058853402]
113fdiv st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[0.16129030197711]
114fdiv st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[-0.16129030197711]
115fdiv st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-0.16129030197711]
116fdiv st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[0.16129030197711]
117fdiv st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[7.10000058320005]
118fdiv st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-7.10000058320005]
119fdiv st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[-7.10000058320005]
120fdiv st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[7.10000058320005]
121fdiv st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[6.20000079200001]
122fdiv st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[-6.20000079200001]
123fdiv st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-6.20000079200001]
124fdiv st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[6.20000079200001]
125fdivp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[0.140845058853402]
126fdivp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-0.140845058853402]
127fdivp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-0.140845058853402]
128fdivp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[0.140845058853402]
129fdivp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[0.16129030197711]
130fdivp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-0.16129030197711]
131fdivp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-0.16129030197711]
132fdivp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[0.16129030197711]
133fdivp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[0.140845058853402]
134fdivp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-0.140845058853402]
135fdivp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[-0.140845058853402]
136fdivp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[0.140845058853402]
137fdivp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[0.16129030197711]
138fdivp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[-0.16129030197711]
139fdivp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-0.16129030197711]
140fdivp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[0.16129030197711]
141fidivs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[0.285713445961583]
142fidivs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-0.285713445961583]
143fidivs st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-0.285713445961583]
144fidivs st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[0.285713445961583]
145fidivs st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[285.713437961606]
146fidivs st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-285.713437961606]
147fidivs st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[-285.713437961606]
148fidivs st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[285.713437961606]
149fidivl st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[0.0000140845058853402]
150fidivl st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[-0.0000140845058853402]
151fidivl st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[-0.0000140845058853402]
152fidivl st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[0.0000140845058853402]
153fidivl st0.pd[1234567.7654321] : m32.sd[654321] => st0.pd[1.88679220968317]
154fidivl st0.pd[-1234567.7654321] : m32.sd[654321] => st0.pd[-1.88679220968317]
155fidivl st0.pd[1234567.7654321] : m32.sd[-654321] => st0.pd[-1.88679220968317]
156fidivl st0.pd[-1234567.7654321] : m32.sd[-654321] => st0.pd[1.88679220968317]
157fdivrs st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[7.10000058320005]
158fdivrs st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[-7.10000058320005]
159fdivrs st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[-7.10000058320005]
160fdivrs st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[7.10000058320005]
161fdivrl st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[6.20000079200001]
162fdivrl st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[-6.20000079200001]
163fdivrl st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-6.20000079200001]
164fdivrl st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[6.20000079200001]
165fdivr st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[7.10000058320005]
166fdivr st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[-7.10000058320005]
167fdivr st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7.10000058320005]
168fdivr st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[7.10000058320005]
169fdivr st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6.20000079200001]
170fdivr st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[-6.20000079200001]
171fdivr st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6.20000079200001]
172fdivr st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[6.20000079200001]
173fdivr st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[0.140845058853402]
174fdivr st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-0.140845058853402]
175fdivr st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[-0.140845058853402]
176fdivr st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[0.140845058853402]
177fdivr st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[0.16129030197711]
178fdivr st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[-0.16129030197711]
179fdivr st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-0.16129030197711]
180fdivr st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[0.16129030197711]
181fdivrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7.10000058320005]
182fdivrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-7.10000058320005]
183fdivrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-7.10000058320005]
184fdivrp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7.10000058320005]
185fdivrp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[6.20000079200001]
186fdivrp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6.20000079200001]
187fdivrp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-6.20000079200001]
188fdivrp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6.20000079200001]
189fdivrp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[7.10000058320005]
190fdivrp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-7.10000058320005]
191fdivrp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[-7.10000058320005]
192fdivrp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[7.10000058320005]
193fdivrp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[6.20000079200001]
194fdivrp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[-6.20000079200001]
195fdivrp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-6.20000079200001]
196fdivrp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[6.20000079200001]
197fidivrs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[3.50001028700084]
198fidivrs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-3.50001028700084]
199fidivrs st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-3.50001028700084]
200fidivrs st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[3.50001028700084]
201fidivrs st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[0.00350001038500114]
202fidivrs st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-0.00350001038500114]
203fidivrs st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[-0.00350001038500114]
204fidivrs st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[0.00350001038500114]
205fidivrl st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[71000.0058320005]
206fidivrl st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[-71000.0058320005]
207fidivrl st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[-71000.0058320005]
208fidivrl st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[71000.0058320005]
209fidivrl st0.pd[1234567.7654321] : m32.sd[654321] => st0.pd[0.530000068300007]
210fidivrl st0.pd[-1234567.7654321] : m32.sd[654321] => st0.pd[-0.530000068300007]
211fidivrl st0.pd[1234567.7654321] : m32.sd[-654321] => st0.pd[-0.530000068300007]
212fidivrl st0.pd[-1234567.7654321] : m32.sd[-654321] => st0.pd[0.530000068300007]
213filds m16.sw[12345] => st0.ps[12345.0]
214filds m16.sw[-12345] => st0.ps[-12345.0]
215filds m16.sw[12345] => st0.pd[12345.0]
216filds m16.sw[-12345] => st0.pd[-12345.0]
217fildl m32.sd[12345678] => st0.ps[12345678.0]
218fildl m32.sd[-12345678] => st0.ps[-12345678.0]
219fildl m32.sd[12345678] => st0.pd[12345678.0]
220fildl m32.sd[-12345678] => st0.pd[-12345678.0]
221fildq m64.sq[123456787654321] => st0.ps[123456787654321.0]
222fildq m64.sq[-123456787654321] => st0.ps[-123456787654321.0]
223fildq m64.sq[123456787654321] => st0.pd[123456787654321.0]
224fildq m64.sq[-123456787654321] => st0.pd[-123456787654321.0]
225fists fpucw[0xc00,0x000] st0.ps[1234.5678] : m16.sw[0] => 0.sw[1235] st0.ps[1234.5678]
226fists fpucw[0xc00,0x000] st0.ps[-1234.5678] : m16.sw[0] => 0.sw[-1235] st0.ps[-1234.5678]
227fists fpucw[0xc00,0x400] st0.ps[1234.5678] : m16.sw[0] => 0.sw[1234] st0.ps[1234.5678]
228fists fpucw[0xc00,0x400] st0.ps[-1234.5678] : m16.sw[0] => 0.sw[-1235] st0.ps[-1234.5678]
229fists fpucw[0xc00,0x800] st0.ps[1234.5678] : m16.sw[0] => 0.sw[1235] st0.ps[1234.5678]
230fists fpucw[0xc00,0x800] st0.ps[-1234.5678] : m16.sw[0] => 0.sw[-1234] st0.ps[-1234.5678]
231fists fpucw[0xc00,0xc00] st0.ps[1234.5678] : m16.sw[0] => 0.sw[1234] st0.ps[1234.5678]
232fists fpucw[0xc00,0xc00] st0.ps[-1234.5678] : m16.sw[0] => 0.sw[-1234] st0.ps[-1234.5678]
233fistl fpucw[0xc00,0x000] st0.pd[1234567.7654321] : m32.sd[0] => 0.sd[1234568] st0.pd[1234567.7654321]
234fistl fpucw[0xc00,0x000] st0.pd[-1234567.7654321] : m32.sd[0] => 0.sd[-1234568] st0.pd[-1234567.7654321]
235fistl fpucw[0xc00,0x400] st0.pd[1234567.7654321] : m32.sd[0] => 0.sd[1234567] st0.pd[1234567.7654321]
236fistl fpucw[0xc00,0x400] st0.pd[-1234567.7654321] : m32.sd[0] => 0.sd[-1234568] st0.pd[-1234567.7654321]
237fistl fpucw[0xc00,0x800] st0.pd[1234567.7654321] : m32.sd[0] => 0.sd[1234568] st0.pd[1234567.7654321]
238fistl fpucw[0xc00,0x800] st0.pd[-1234567.7654321] : m32.sd[0] => 0.sd[-1234567] st0.pd[-1234567.7654321]
239fistl fpucw[0xc00,0xc00] st0.pd[1234567.7654321] : m32.sd[0] => 0.sd[1234567] st0.pd[1234567.7654321]
240fistl fpucw[0xc00,0xc00] st0.pd[-1234567.7654321] : m32.sd[0] => 0.sd[-1234567] st0.pd[-1234567.7654321]
241fistps fpucw[0xc00,0x000] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1235] st0.ps[1111.1111]
242fistps fpucw[0xc00,0x000] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1235] st0.ps[1111.1111]
243fistps fpucw[0xc00,0x400] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[1111.1111]
244fistps fpucw[0xc00,0x400] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1235] st0.ps[1111.1111]
245fistps fpucw[0xc00,0x800] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1235] st0.ps[1111.1111]
246fistps fpucw[0xc00,0x800] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1111.1111]
247fistps fpucw[0xc00,0xc00] st0.ps[1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[1234] st0.ps[1111.1111]
248fistps fpucw[0xc00,0xc00] st0.ps[-1234.5678] st1.ps[1111.1111] : m16.sw[0] => 0.sw[-1234] st0.ps[1111.1111]
249fistpl fpucw[0xc00,0x000] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
250fistpl fpucw[0xc00,0x000] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
251fistpl fpucw[0xc00,0x400] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
252fistpl fpucw[0xc00,0x400] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234568] st0.ps[1111.1111]
253fistpl fpucw[0xc00,0x800] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234568] st0.ps[1111.1111]
254fistpl fpucw[0xc00,0x800] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
255fistpl fpucw[0xc00,0xc00] st0.pd[1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[1234567] st0.ps[1111.1111]
256fistpl fpucw[0xc00,0xc00] st0.pd[-1234567.7654321] st1.ps[1111.1111] : m32.sd[0] => 0.sd[-1234567] st0.ps[1111.1111]
257fistpq fpucw[0xc00,0x000] st0.pd[123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[123456787654322] st0.ps[1111.1111]
258fistpq fpucw[0xc00,0x000] st0.pd[-123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[-123456787654322] st0.ps[1111.1111]
259fistpq fpucw[0xc00,0x400] st0.pd[123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[123456787654321] st0.ps[1111.1111]
260fistpq fpucw[0xc00,0x400] st0.pd[-123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[-123456787654322] st0.ps[1111.1111]
261fistpq fpucw[0xc00,0x800] st0.pd[123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[123456787654322] st0.ps[1111.1111]
262fistpq fpucw[0xc00,0x800] st0.pd[-123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[-123456787654321] st0.ps[1111.1111]
263fistpq fpucw[0xc00,0xc00] st0.pd[123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[123456787654321] st0.ps[1111.1111]
264fistpq fpucw[0xc00,0xc00] st0.pd[-123456787654321.6] st1.ps[1111.1111] : m64.sq[0] => 0.sq[-123456787654321] st0.ps[1111.1111]
265flds m32.ps[1234.5678] => st0.ps[1234.5678]
266flds m32.ps[-1234.5678] => st0.ps[-1234.5678]
267fldl m64.pd[1234567.7654321] => st0.pd[1234567.7654321]
268fldl m64.pd[-1234567.7654321] => st0.pd[-1234567.7654321]
269fld st2.ps[1234.5678] => st0.ps[1234.5678] st3.ps[1234.5678]
270fld st2.ps[-1234.5678] => st0.ps[-1234.5678] st3.ps[-1234.5678]
271fld st2.pd[1234567.7654321] => st0.pd[1234567.7654321] st3.pd[1234567.7654321]
272fld1 => st0.pd[1.0]
273fldl2t => st0.pd[3.321928094887362]
274fldl2e => st0.pd[1.442695040888963]
275fldpi => st0.pd[3.141592653589793]
276fldlg2 => st0.pd[0.3010299956639812]
277fldln2 => st0.pd[0.6931471805599453]
278fldz => st0.pd[0.0]
279fmuls st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[10821520.2237464]
280fmuls st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[-10821520.2237464]
281fmuls st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[-10821520.2237464]
282fmuls st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[10821520.2237464]
283fmull st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[9449778125285.66]
284fmull st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[-9449778125285.66]
285fmull st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-9449778125285.66]
286fmull st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[9449778125285.66]
287fmul st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[10821520.2237464]
288fmul st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[-10821520.2237464]
289fmul st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-10821520.2237464]
290fmul st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[10821520.2237464]
291fmul st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[9449778125285.66]
292fmul st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[-9449778125285.66]
293fmul st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-9449778125285.66]
294fmul st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[9449778125285.66]
295fmul st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[10821520.2237464]
296fmul st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-10821520.2237464]
297fmul st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[-10821520.2237464]
298fmul st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[10821520.2237464]
299fmul st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[9449778125285.66]
300fmul st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[-9449778125285.66]
301fmul st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-9449778125285.66]
302fmul st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[9449778125285.66]
303fmulp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[10821520.2237464]
304fmulp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-10821520.2237464]
305fmulp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-10821520.2237464]
306fmulp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[10821520.2237464]
307fmulp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[9449778125285.66]
308fmulp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-9449778125285.66]
309fmulp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-9449778125285.66]
310fmulp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[9449778125285.66]
311fmulp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[10821520.2237464]
312fmulp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-10821520.2237464]
313fmulp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[-10821520.2237464]
314fmulp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[10821520.2237464]
315fmulp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[9449778125285.66]
316fmulp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[-9449778125285.66]
317fmulp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-9449778125285.66]
318fmulp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[9449778125285.66]
319fimuls st0.ps[1234.5678] : m16.sw[4321] => st0.ps[5334567.4638]
320fimuls st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-5334567.4638]
321fimuls st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-5334567.4638]
322fimuls st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[5334567.4638]
323fimuls st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[5334567314.4321]
324fimuls st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-5334567314.4321]
325fimuls st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[-5334567314.4321]
326fimuls st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[5334567314.4321]
327fimull st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[108215202237.464]
328fimull st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[-108215202237.464]
329fimull st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[-108215202237.464]
330fimull st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[108215202237.464]
331fimull st0.pd[1234567.7654321] : m32.sd[654321] => st0.pd[807803614845.297]
332fimull st0.pd[-1234567.7654321] : m32.sd[654321] => st0.pd[-807803614845.297]
333fimull st0.pd[1234567.7654321] : m32.sd[-654321] => st0.pd[-807803614845.297]
334fimull st0.pd[-1234567.7654321] : m32.sd[-654321] => st0.pd[807803614845.297]
335frndint fpucw[0xc00,0x000] st0.ps[1234.5678] : => st0.ps[1235.0]
336frndint fpucw[0xc00,0x000] st0.ps[-1234.5678] : => st0.ps[-1235.0]
337frndint fpucw[0xc00,0x400] st0.ps[1234.5678] : => st0.ps[1234.0]
338frndint fpucw[0xc00,0x400] st0.ps[-1234.5678] : => st0.ps[-1235.0]
339frndint fpucw[0xc00,0x800] st0.ps[1234.5678] : => st0.ps[1235.0]
340frndint fpucw[0xc00,0x800] st0.ps[-1234.5678] : => st0.ps[-1234.0]
341frndint fpucw[0xc00,0xc00] st0.ps[1234.5678] : => st0.ps[1234.0]
342frndint fpucw[0xc00,0xc00] st0.ps[-1234.5678] : => st0.ps[-1234.0]
343frndint fpucw[0xc00,0x000] st0.pd[1234567.7654321] : => st0.pd[1234568.0]
344frndint fpucw[0xc00,0x000] st0.pd[-1234567.7654321] : => st0.pd[-1234568.0]
345frndint fpucw[0xc00,0x400] st0.pd[1234567.7654321] : => st0.pd[1234567.0]
346frndint fpucw[0xc00,0x400] st0.pd[-1234567.7654321] : => st0.pd[-1234568.0]
347frndint fpucw[0xc00,0x800] st0.pd[1234567.7654321] : => st0.pd[1234568.0]
348frndint fpucw[0xc00,0x800] st0.pd[-1234567.7654321] : => st0.pd[-1234567.0]
349frndint fpucw[0xc00,0xc00] st0.pd[1234567.7654321] : => st0.pd[1234567.0]
350frndint fpucw[0xc00,0xc00] st0.pd[-1234567.7654321] : => st0.pd[-1234567.0]
351fsubs st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[-7530.8643]
352fsubs st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[-9999.9990]
353fsubs st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[9999.9999]
354fsubs st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[7530.8643]
355fsubl st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[-6419753.3580246]
356fsubl st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[-8888888.8888888]
357fsubl st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[8888888.8888888]
358fsubl st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[6419753.3580246]
359fsub st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[-7530.8643]
360fsub st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[-9999.9999]
361fsub st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[9999.9999]
362fsub st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[7530.8643]
363fsub st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[-6419753.3580246]
364fsub st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[-8888888.8888888]
365fsub st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[8888888.8888888]
366fsub st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[6419753.3580246]
367fsub st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643]
368fsub st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
369fsub st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[-9999.9999]
370fsub st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[-7530.8643]
371fsub st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[6419753.3580246]
372fsub st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[8888888.8888888]
373fsub st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-8888888.8888888]
374fsub st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[-6419753.3580246]
375fsubp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[-7530.8643]
376fsubp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-9999.9999]
377fsubp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[9999.9999]
378fsubp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7530.8643]
379fsubp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6419753.3580246]
380fsubp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-8888888.8888888]
381fsubp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[8888888.8888888]
382fsubp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6419753.3580246]
383fsubp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[-7530.8643]
384fsubp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-9999.9999]
385fsubp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[9999.9999]
386fsubp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[7530.8643]
387fsubp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[-6419753.3580246]
388fsubp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[-8888888.8888888]
389fsubp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[8888888.8888888]
390fsubp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[6419753.3580246]
391fisubs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[-3086.4322]
392fisubs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[-5555.5678]
393fisubs st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[5555.5678]
394fisubs st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[3086.4322]
395fisubs st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[1230246.7654321]
396fisubs st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[-1238888.7654321]
397fisubs st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[1238888.7654321]
398fisubs st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[-1230246.7654321]
399fisubl st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[-87653086.4322]
400fisubl st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[-87655555.5678]
401fisubl st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[87655555.5678]
402fisubl st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[87653086.4322]
403fisubl st0.pd[1234567.7654321] : m32.sd[87654321] => st0.pd[-86419753.2345679]
404fisubl st0.pd[-1234567.7654321] : m32.sd[87654321] => st0.pd[-88888888.7654321]
405fisubl st0.pd[1234567.7654321] : m32.sd[-87654321] => st0.pd[88888888.7654321]
406fisubl st0.pd[-1234567.7654321] : m32.sd[-87654321] => st0.pd[86419753.2345679]
407fsubrs st0.ps[1234.5678] : m32.ps[8765.4321] => st0.ps[7530.8643]
408fsubrs st0.ps[-1234.5678] : m32.ps[8765.4321] => st0.ps[9999.9990]
409fsubrs st0.ps[1234.5678] : m32.ps[-8765.4321] => st0.ps[-9999.9999]
410fsubrs st0.ps[-1234.5678] : m32.ps[-8765.4321] => st0.ps[-7530.8643]
411fsubrl st0.pd[1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[6419753.3580246]
412fsubrl st0.pd[-1234567.7654321] : m64.pd[7654321.1234567] => st0.pd[8888888.8888888]
413fsubrl st0.pd[1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-8888888.8888888]
414fsubrl st0.pd[-1234567.7654321] : m64.pd[-7654321.1234567] => st0.pd[-6419753.3580246]
415fsubr st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
416fsubr st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
417fsubr st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
418fsubr st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
419fsubr st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
420fsubr st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
421fsubr st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
422fsubr st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
423fsubr st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[-7530.8643]
424fsubr st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[-9999.9999]
425fsubr st2.ps[1234.5678] st0.ps[-8765.4321] => st0.ps[9999.9999]
426fsubr st2.ps[-1234.5678] st0.ps[-8765.4321] => st0.ps[7530.8643]
427fsubr st2.pd[1234567.7654321] st0.pd[7654321.1234567] => st0.pd[-6419753.3580246]
428fsubr st2.pd[-1234567.7654321] st0.pd[7654321.1234567] => st0.pd[-8888888.8888888]
429fsubr st2.pd[1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[8888888.8888888]
430fsubr st2.pd[-1234567.7654321] st0.pd[-7654321.1234567] => st0.pd[6419753.3580246]
431fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643]
432fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999]
433fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999]
434fsubrp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[-7530.8643]
435fsubrp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[6419753.3580246]
436fsubrp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[8888888.8888888]
437fsubrp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-8888888.8888888]
438fsubrp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-6419753.3580246]
439fsubrp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[7530.8643]
440fsubrp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[9999.9999]
441fsubrp st0.ps[1234.5678] st1.ps[-8765.4321] : => st0.ps[-9999.9999]
442fsubrp st0.ps[-1234.5678] st1.ps[-8765.4321] : => st0.ps[-7530.8643]
443fsubrp st0.pd[1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[6419753.3580246]
444fsubrp st0.pd[-1234567.7654321] st1.pd[7654321.1234567] : => st0.pd[8888888.8888888]
445fsubrp st0.pd[1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-8888888.8888888]
446fsubrp st0.pd[-1234567.7654321] st1.pd[-7654321.1234567] : => st0.pd[-6419753.3580246]
447fisubrs st0.ps[1234.5678] : m16.sw[4321] => st0.ps[3086.4322]
448fisubrs st0.ps[-1234.5678] : m16.sw[4321] => st0.ps[5555.5678]
449fisubrs st0.ps[1234.5678] : m16.sw[-4321] => st0.ps[-5555.5678]
450fisubrs st0.ps[-1234.5678] : m16.sw[-4321] => st0.ps[-3086.4322]
451fisubrs st0.pd[1234567.7654321] : m16.sw[4321] => st0.pd[-1230246.7654321]
452fisubrs st0.pd[-1234567.7654321] : m16.sw[4321] => st0.pd[1238888.7654321]
453fisubrs st0.pd[1234567.7654321] : m16.sw[-4321] => st0.pd[-1238888.7654321]
454fisubrs st0.pd[-1234567.7654321] : m16.sw[-4321] => st0.pd[1230246.7654321]
455fisubrl st0.ps[1234.5678] : m32.sd[87654321] => st0.ps[87655555.5678]
456fisubrl st0.ps[-1234.5678] : m32.sd[87654321] => st0.ps[87653086.4322]
457fisubrl st0.ps[1234.5678] : m32.sd[-87654321] => st0.ps[-87653086.4322]
458fisubrl st0.ps[-1234.5678] : m32.sd[-87654321] => st0.ps[-87655555.5678]
459fisubrl st0.pd[1234567.7654321] : m32.sd[87654321] => st0.pd[86419753.2345679]
460fisubrl st0.pd[-1234567.7654321] : m32.sd[87654321] => st0.pd[88888888.7654321]
461fisubrl st0.pd[1234567.7654321] : m32.sd[-87654321] => st0.pd[-88888888.7654321]
462fisubrl st0.pd[-1234567.7654321] : m32.sd[-87654321] => st0.pd[-86419753.2345679]
463fxch st0.ps[1234.5678] : st2.ps[8765.4321] => st0.ps[8765.4321] st2.ps[1234.5678]
464fxch st0.pd[1234567.7654321] : st2.pd[7654321.1234567] => st0.pd[7654321.1234567] st2.pd[1234567.7654321]
465