sparc: initial support for Alloc/Free nodes
[libfirm] / ir / be / sparc / sparc_spec.pl
1 # Creation: 2006/02/13
2 # $Id$
3
4 $arch = "sparc";
5
6 $mode_gp      = "mode_Iu";
7 $mode_flags   = "mode_Bu";
8 $mode_fpflags = "mode_Bu";
9 $mode_fp      = "mode_F";
10 $mode_fp2     = "mode_D";
11 $mode_fp4     = "mode_E"; # not correct, we need to register a new mode
12
13 # available SPARC registers: 8 globals, 24 window regs (8 ins, 8 outs, 8 locals)
14 %reg_classes = (
15         gp => [
16                 { name => "g0" },
17                 { name => "g1" },
18                 { name => "g2" },
19                 { name => "g3" },
20                 { name => "g4" },
21                 { name => "g5" },
22                 { name => "g6" },
23                 { name => "g7" },
24
25                 { name => "o0" },
26                 { name => "o1" },
27                 { name => "o2" },
28                 { name => "o3" },
29                 { name => "o4" },
30                 { name => "o5" },
31                 { name => "sp" },
32                 { name => "o7" },
33
34                 { name => "l0" },
35                 { name => "l1" },
36                 { name => "l2" },
37                 { name => "l3" },
38                 { name => "l4" },
39                 { name => "l5" },
40                 { name => "l6" },
41                 { name => "l7" },
42
43                 { name => "i0" },
44                 { name => "i1" },
45                 { name => "i2" },
46                 { name => "i3" },
47                 { name => "i4" },
48                 { name => "i5" },
49                 { name => "frame_pointer", realname => "fp" },
50                 { name => "i7" },
51                 { mode => $mode_gp }
52         ],
53         fpflags_class => [
54                 { name => "fpflags" },
55                 { mode => $mode_fpflags, flags => "manual_ra" }
56         ],
57         flags_class => [
58                 { name => "flags" },
59                 { mode => $mode_flags, flags => "manual_ra" }
60         ],
61         mul_div_high_res => [
62                 { name => "y" },
63                 { mode => $mode_gp, flags => "manual_ra" }
64         ],
65         # fp registers can be accessed any time
66         fp => [
67                 { name => "f0" },
68                 { name => "f1" },
69                 { name => "f2" },
70                 { name => "f3" },
71                 { name => "f4" },
72                 { name => "f5" },
73                 { name => "f6" },
74                 { name => "f7" },
75                 { name => "f8" },
76                 { name => "f9" },
77                 { name => "f10" },
78                 { name => "f11" },
79                 { name => "f12" },
80                 { name => "f13" },
81                 { name => "f14" },
82                 { name => "f15" },
83                 { name => "f16" },
84                 { name => "f17" },
85                 { name => "f18" },
86                 { name => "f19" },
87                 { name => "f20" },
88                 { name => "f21" },
89                 { name => "f22" },
90                 { name => "f23" },
91                 { name => "f24" },
92                 { name => "f25" },
93                 { name => "f26" },
94                 { name => "f27" },
95                 { name => "f28" },
96                 { name => "f29" },
97                 { name => "f30" },
98                 { name => "f31" },
99                 { mode => $mode_fp }
100         ]
101 ); # %reg_classes
102
103 %emit_templates = (
104 # emit source reg or imm dep. on node's arity
105         RI  => "${arch}_emit_reg_or_imm(node, -1);",
106         R1I => "${arch}_emit_reg_or_imm(node, 1);",
107         S0  => "${arch}_emit_source_register(node, 0);",
108         S1  => "${arch}_emit_source_register(node, 1);",
109         D0  => "${arch}_emit_dest_register(node, 0);",
110         HIM => "${arch}_emit_high_immediate(node);",
111         LM  => "${arch}_emit_load_mode(node);",
112         SM  => "${arch}_emit_store_mode(node);",
113         FLSM => "${arch}_emit_float_load_store_mode(node);",
114         FPM  => "${arch}_emit_fp_mode_suffix(node);",
115         FCONVS => "${arch}_emit_fp_conv_source(node);",
116         FCONVD => "${arch}_emit_fp_conv_destination(node);",
117         O1     => "${arch}_emit_offset(node, 1);",
118         O2     => "${arch}_emit_offset(node, 2);",
119 );
120
121 $default_attr_type = "sparc_attr_t";
122 $default_copy_attr = "sparc_copy_attr";
123
124
125 %init_attr = (
126         sparc_attr_t             => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);",
127         sparc_load_store_attr_t  => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);",
128         sparc_jmp_cond_attr_t    => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);",
129         sparc_switch_jmp_attr_t  => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);\n".
130                                     "\tinit_sparc_switch_jmp_attributes(res, default_pn, jump_table);\n",
131         sparc_fp_attr_t          => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);\n".
132                                     "\tinit_sparc_fp_attributes(res, fp_mode);\n",
133         sparc_fp_conv_attr_t     => "\tinit_sparc_attributes(res, irn_flags_, in_reqs, exec_units, n_res);".
134                                     "\tinit_sparc_fp_conv_attributes(res, src_mode, dest_mode);\n",
135 );
136
137 %compare_attr = (
138         sparc_attr_t            => "cmp_attr_sparc",
139         sparc_load_store_attr_t => "cmp_attr_sparc_load_store",
140         sparc_jmp_cond_attr_t   => "cmp_attr_sparc_jmp_cond",
141         sparc_switch_jmp_attr_t => "cmp_attr_sparc_switch_jmp",
142         sparc_fp_attr_t         => "cmp_attr_sparc_fp",
143         sparc_fp_conv_attr_t    => "cmp_attr_sparc_fp_conv",
144 );
145
146 %custom_irn_flags = (
147         modifies_flags    => "(arch_irn_flags_t)sparc_arch_irn_flag_modifies_flags",
148         modifies_fp_flags => "(arch_irn_flags_t)sparc_arch_irn_flag_modifies_fp_flags",
149 );
150
151 my %cmp_operand_constructors = (
152         imm => {
153                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
154                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
155                 reg_req    => { in => [ "gp" ], out => [ "flags" ] },
156                 ins        => [ "left" ],
157         },
158         reg => {
159                 reg_req    => { in => [ "gp", "gp" ], out => [ "flags" ] },
160                 ins        => [ "left", "right" ],
161         },
162 );
163
164 my %binop_operand_constructors = (
165         imm => {
166                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
167                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
168                 reg_req    => { in => [ "gp" ], out => [ "gp" ] },
169                 ins        => [ "left" ],
170         },
171         reg => {
172                 reg_req    => { in => [ "gp", "gp" ], out => [ "gp" ] },
173                 ins        => [ "left", "right" ],
174         },
175 );
176
177 my %binopcc_operand_constructors = (
178         imm => {
179                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
180                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
181                 reg_req    => { in => [ "gp" ], out => [ "gp", "flags" ] },
182                 ins        => [ "left" ],
183         },
184         reg => {
185                 reg_req    => { in => [ "gp", "gp" ], out => [ "gp", "flags" ] },
186                 ins        => [ "left", "right" ],
187         },
188 );
189
190 my %binopx_operand_constructors = (
191         imm => {
192                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
193                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
194                 reg_req    => { in => [ "gp", "flags" ], out => [ "gp" ] },
195                 ins        => [ "left", "carry" ],
196         },
197         reg => {
198                 reg_req    => { in => [ "gp", "gp", "flags" ], out => [ "gp" ] },
199                 ins        => [ "left", "right", "carry" ],
200         },
201 );
202
203
204 my %binopcczero_operand_constructors = (
205         imm => {
206                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
207                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
208                 reg_req    => { in => [ "gp" ], out => [ "flags" ] },
209                 ins        => [ "left" ],
210         },
211         reg => {
212                 reg_req    => { in => [ "gp", "gp" ], out => [ "flags" ] },
213                 ins        => [ "left", "right" ],
214         },
215 );
216
217 my %div_operand_constructors = (
218         imm => {
219                 attr       => "ir_entity *immediate_entity, int32_t immediate_value",
220                 custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
221                 reg_req    => { in => [ "gp", "gp" ], out => [ "gp" ] },
222         },
223         reg => {
224                 reg_req    => { in => [ "gp", "gp", "gp" ], out => [ "gp" ] },
225         },
226 );
227
228 my %float_binop_constructors = (
229         s => {
230                 reg_req => { in => [ "fp", "fp" ], out => [ "fp" ] },
231                 mode    => $mode_fp,
232         },
233         d => {
234                 reg_req => { in => [ "fp:a|2", "fp:a|2" ], out => [ "fp:a|2" ] },
235                 mode    => $mode_fp2,
236         },
237         q => {
238                 reg_req => { in => [ "fp:a|4", "fp:a|4" ], out => [ "fp:a|4" ] },
239                 mode    => $mode_fp4,
240         }
241 );
242
243 my %float_unop_constructors = (
244         s => {
245                 reg_req => { in => [ "fp" ], out => [ "fp" ] },
246                 mode    => $mode_fp,
247         },
248         d => {
249                 reg_req => { in => [ "fp:a|2" ], out => [ "fp:a|2" ] },
250                 mode    => $mode_fp2,
251         },
252         q => {
253                 reg_req => { in => [ "fp:a|4" ], out => [ "fp:a|4" ] },
254                 mode    => $mode_fp4,
255         }
256 );
257
258 %nodes = (
259
260 Add => {
261         irn_flags    => [ "rematerializable" ],
262         mode         => $mode_gp,
263         emit         => '. add %S0, %R1I, %D0',
264         constructors => \%binop_operand_constructors,
265 },
266
267 AddCC => {
268         irn_flags    => [ "rematerializable" ],
269         emit         => '. addcc %S0, %R1I, %D0',
270         outs         => [ "res", "flags" ],
271         constructors => \%binopcc_operand_constructors,
272 },
273
274 AddX => {
275         # At the moment not rematerializable because of assert in beflags.c/
276         # (it claims that spiller can't rematerialize flag stuff correctly)
277         #irn_flags    => [ "rematerializable" ],
278         emit         => '. addx %S0, %R1I, %D0',
279         constructors => \%binopx_operand_constructors,
280         mode         => $mode_gp,
281 },
282
283 AddCC_t => {
284         ins       => [ "left", "right" ],
285         outs      => [ "res", "flags" ],
286         attr_type => "",
287 },
288
289 AddX_t => {
290         ins       => [ "left", "right", "flags_input" ],
291         attr_type => "",
292 },
293
294 Sub => {
295         irn_flags    => [ "rematerializable" ],
296         mode         => $mode_gp,
297         emit         => '. sub %S0, %R1I, %D0',
298         constructors => \%binop_operand_constructors,
299 },
300
301 SubCC => {
302         irn_flags    => [ "rematerializable" ],
303         emit         => '. subcc %S0, %R1I, %D0',
304         outs         => [ "res", "flags" ],
305         constructors => \%binopcc_operand_constructors,
306 },
307
308 SubX => {
309         # Not rematerializable (see AddX)
310         emit         => '. subx %S0, %R1I, %D0',
311         constructors => \%binopx_operand_constructors,
312         mode         => $mode_gp,
313 },
314
315 SubCC_t => {
316         ins       => [ "left", "right" ],
317         outs      => [ "res", "flags" ],
318         attr_type => "",
319 },
320
321 SubX_t => {
322         ins       => [ "left", "right", "flags_input" ],
323         attr_type => "",
324 },
325
326 # Load / Store
327 Ld => {
328         op_flags  => [ "labeled" ],
329         state     => "exc_pinned",
330         constructors => {
331                 imm => {
332                         reg_req    => { in => [ "gp", "none" ], out => [ "gp", "none" ] },
333                         ins        => [ "ptr", "mem" ],
334                         attr       => "ir_mode *ls_mode, ir_entity *entity, int32_t offset, bool is_frame_entity",
335                         custominit => "init_sparc_load_store_attributes(res, ls_mode, entity, offset, is_frame_entity, false);",
336                 },
337                 reg => {
338                         reg_req    => { in => [ "gp", "gp", "none" ], out => [ "gp", "none" ] },
339                         ins        => [ "ptr", "ptr2", "mem" ],
340                         attr       => "ir_mode *ls_mode",
341                         custominit => "init_sparc_load_store_attributes(res, ls_mode, NULL, 0, false, true);",
342                 },
343         },
344         ins       => [ "ptr", "mem" ],
345         outs      => [ "res", "M" ],
346         attr_type => "sparc_load_store_attr_t",
347         emit      => '. ld%LM [%S0%O1], %D0'
348 },
349
350 SetHi => {
351         irn_flags  => [ "rematerializable" ],
352         outs       => [ "res" ],
353         mode       => $mode_gp,
354         reg_req    => { in => [], out => [ "gp" ] },
355         attr       => "ir_entity *entity, int32_t immediate_value",
356         custominit => "sparc_set_attr_imm(res, entity, immediate_value);",
357         emit       => '. sethi %HIM, %D0'
358 },
359
360 St => {
361         op_flags  => [ "labeled" ],
362         mode      => "mode_M",
363         state     => "exc_pinned",
364         constructors => {
365                 imm => {
366                         reg_req    => { in => [ "gp", "gp", "none" ], out => [ "none" ] },
367                         ins        => [ "val", "ptr", "mem" ],
368                         attr       => "ir_mode *ls_mode, ir_entity *entity, int32_t offset, bool is_frame_entity",
369                         custominit => "init_sparc_load_store_attributes(res, ls_mode, entity, offset, is_frame_entity, false);",
370                 },
371                 reg => {
372                         reg_req    => { in => [ "gp", "gp", "gp", "none" ], out => [ "none" ] },
373                         ins        => [ "val", "ptr", "ptr2", "mem" ],
374                         attr       => "ir_mode *ls_mode",
375                         custominit => "init_sparc_load_store_attributes(res, ls_mode, NULL, 0, false, true);",
376                 },
377         },
378         ins       => [ "val", "ptr", "mem" ],
379         outs      => [ "M" ],
380         attr_type => "sparc_load_store_attr_t",
381         emit      => '. st%SM %S0, [%S1%O2]'
382 },
383
384 Save => {
385         emit      => '. save %S0, %R1I, %D0',
386         outs      => [ "stack" ],
387         ins       => [ "stack" ],
388         constructors => {
389                 imm => {
390                         attr       => "ir_entity *immediate_entity, int32_t immediate_value",
391                         custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
392                         reg_req    => { in => [ "sp" ], out => [ "sp:I|S" ] },
393                         ins        => [ "stack" ],
394                 },
395                 reg => {
396                         reg_req    => { in => [ "sp", "gp" ], out => [ "sp:I|S" ] },
397                         ins        => [ "stack", "increment" ],
398                 }
399         },
400         mode => $mode_gp,
401 },
402
403 Restore => {
404         emit => '. restore %S0, %R1I, %D0',
405         outs => [ "stack" ],
406         ins  => [ "stack" ],
407         constructors => {
408                 imm => {
409                         attr       => "ir_entity *immediate_entity, int32_t immediate_value",
410                         custominit => "sparc_set_attr_imm(res, immediate_entity, immediate_value);",
411                         reg_req    => { in => [ "sp" ], out => [ "sp:I|S" ] },
412                         ins        => [ "stack" ],
413                 },
414                 reg => {
415                         reg_req    => { in => [ "sp", "gp" ], out => [ "sp:I|S" ] },
416                         ins        => [ "stack", "increment" ],
417                 }
418         },
419         mode => $mode_gp,
420 },
421
422 RestoreZero => {
423         reg_req => { in => [ "frame_pointer" ], out => [ "sp:I|S" ] },
424         ins     => [ "frame_pointer" ],
425         outs    => [ "stack" ],
426         emit    => '. restore',
427         mode    => $mode_gp,
428 },
429
430 SubSP => {
431         reg_req => { in => [ "sp", "gp" ], out => [ "sp:I|S" ] },
432         ins     => [ "stack", "size" ],
433         outs    => [ "stack" ],
434         emit    => ". sub %S0, %S1, %D0\n",
435         mode    => $mode_gp,
436 },
437
438 AddSP => {
439         reg_req => { in => [ "sp", "gp" ], out => [ "sp:I|S" ] },
440         ins     => [ "stack", "size" ],
441         outs    => [ "stack" ],
442         emit    => ". add %S0, %S1, %D0\n",
443         mode    => $mode_gp,
444 },
445
446 FrameAddr => {
447         op_flags   => [ "constlike" ],
448         irn_flags  => [ "rematerializable" ],
449         attr       => "ir_entity *entity, int32_t offset",
450         reg_req    => { in => [ "gp" ], out => [ "gp" ] },
451         ins        => [ "base" ],
452         attr_type  => "sparc_attr_t",
453         custominit => "sparc_set_attr_imm(res, entity, offset);",
454         mode       => $mode_gp,
455 },
456
457 Bicc => {
458         op_flags  => [ "labeled", "cfopcode", "forking" ],
459         state     => "pinned",
460         mode      => "mode_T",
461         attr_type => "sparc_jmp_cond_attr_t",
462         attr      => "ir_relation relation, bool is_unsigned",
463         init_attr => "\tinit_sparc_jmp_cond_attr(res, relation, is_unsigned);",
464         reg_req   => { in => [ "flags" ], out => [ "none", "none" ] },
465         ins       => [ "flags" ],
466         outs      => [ "false", "true" ],
467 },
468
469 fbfcc => {
470         op_flags  => [ "labeled", "cfopcode", "forking" ],
471         state     => "pinned",
472         mode      => "mode_T",
473         attr_type => "sparc_jmp_cond_attr_t",
474         attr      => "ir_relation relation",
475         init_attr => "\tinit_sparc_jmp_cond_attr(res, relation, false);",
476         reg_req   => { in => [ "fpflags" ], out => [ "none", "none" ] },
477         ins       => [ "flags" ],
478         outs      => [ "false", "true" ],
479 },
480
481 Ba => {
482         state     => "pinned",
483         op_flags  => [ "cfopcode" ],
484         irn_flags => [ "simple_jump" ],
485         reg_req   => { out => [ "none" ] },
486         mode      => "mode_X",
487 },
488
489 Start => {
490         state     => "pinned",
491         out_arity => "variable",
492         ins       => [],
493 },
494
495 # This is a JumpLink instruction, but with the addition that you can add custom
496 # register constraints to model your calling conventions
497 Return => {
498         state     => "pinned",
499         op_flags  => [ "cfopcode" ],
500         arity     => "variable",
501         mode      => "mode_X",
502         constructors => {
503                 imm => {
504                         attr       => "ir_entity *entity, int32_t offset",
505                         custominit => "\tsparc_set_attr_imm(res, entity, offset);",
506                         arity     => "variable",
507                         reg_req   => { out => [ "none" ] },
508                 },
509                 reg => {
510                         arity     => "variable",
511                         reg_req   => { out => [ "none" ] },
512                 }
513         },
514 },
515
516 Call => {
517         irn_flags => [ "modifies_flags", "modifies_fp_flags" ],
518         state     => "exc_pinned",
519         arity     => "variable",
520         out_arity => "variable",
521         constructors => {
522                 imm => {
523                         attr       => "ir_entity *entity, int32_t offset, bool aggregate_return",
524                         custominit => "\tsparc_set_attr_imm(res, entity, offset);".
525                                       "\tif (aggregate_return) arch_add_irn_flags(res, sparc_arch_irn_flag_aggregate_return);",
526                         arity     => "variable",
527                         out_arity => "variable",
528                 },
529                 reg => {
530                         attr       => "bool aggregate_return",
531                         arity      => "variable",
532                         out_arity  => "variable",
533                         custominit => "\tif (aggregate_return) arch_add_irn_flags(res, sparc_arch_irn_flag_aggregate_return);",
534                 }
535         },
536 },
537
538 Cmp => {  # aka SubccZero
539         irn_flags    => [ "rematerializable", "modifies_flags" ],
540         emit         => '. cmp %S0, %R1I',
541         mode         => $mode_flags,
542         constructors => \%binopcczero_operand_constructors,
543 },
544
545 SwitchJmp => {
546         op_flags     => [ "labeled", "cfopcode", "forking" ],
547         state        => "pinned",
548         mode         => "mode_T",
549         reg_req      => { in => [ "gp" ], out => [ ] },
550         attr_type    => "sparc_switch_jmp_attr_t",
551         attr         => "long default_pn, ir_entity *jump_table",
552         init_attr => "info->out_infos = NULL;", # XXX ugly hack for out requirements
553 },
554
555 Sll => {
556         irn_flags    => [ "rematerializable" ],
557         mode         => $mode_gp,
558         emit         => '. sll %S0, %R1I, %D0',
559         constructors => \%binop_operand_constructors,
560 },
561
562 Srl => {
563         irn_flags    => [ "rematerializable" ],
564         mode         => $mode_gp,
565         emit         => '. srl %S0, %R1I, %D0',
566         constructors => \%binop_operand_constructors,
567 },
568
569 Sra => {
570         irn_flags    => [ "rematerializable" ],
571         mode         => $mode_gp,
572         emit         => '. sra %S0, %R1I, %D0',
573         constructors => \%binop_operand_constructors,
574 },
575
576 And => {
577         irn_flags    => [ "rematerializable" ],
578         mode         => $mode_gp,
579         emit         => '. and %S0, %R1I, %D0',
580         constructors => \%binop_operand_constructors,
581 },
582
583 AndCCZero => {
584         irn_flags    => [ "rematerializable", "modifies_flags" ],
585         emit         => '. andcc %S0, %R1I, %%g0',
586         mode         => $mode_flags,
587         constructors => \%binopcczero_operand_constructors,
588 },
589
590 AndN => {
591         irn_flags => [ "rematerializable" ],
592         mode      => $mode_gp,
593         emit      => '. andn %S0, %R1I, %D0',
594         constructors => \%binop_operand_constructors,
595 },
596
597 AndNCCZero => {
598         irn_flags    => [ "rematerializable", "modifies_flags" ],
599         emit         => '. andncc %S0, %R1I, %%g0',
600         mode         => $mode_flags,
601         constructors => \%binopcczero_operand_constructors,
602 },
603
604 Or => {
605         irn_flags    => [ "rematerializable" ],
606         mode         => $mode_gp,
607         emit         => '. or %S0, %R1I, %D0',
608         constructors => \%binop_operand_constructors,
609 },
610
611 OrCCZero => {
612         irn_flags    => [ "rematerializable", "modifies_flags" ],
613         emit         => '. orcc %S0, %R1I, %%g0',
614         mode         => $mode_flags,
615         constructors => \%binopcczero_operand_constructors,
616 },
617
618 OrN => {
619         irn_flags => [ "rematerializable" ],
620         mode      => $mode_gp,
621         emit      => '. orn %S0, %R1I, %D0',
622         constructors => \%binop_operand_constructors,
623 },
624
625 OrNCCZero => {
626         irn_flags    => [ "rematerializable", "modifies_flags" ],
627         emit         => '. orncc %S0, %R1I, %%g0',
628         mode         => $mode_flags,
629         constructors => \%binopcczero_operand_constructors,
630 },
631
632 Xor => {
633         irn_flags    => [ "rematerializable" ],
634         mode         => $mode_gp,
635         emit         => '. xor %S0, %R1I, %D0',
636         constructors => \%binop_operand_constructors,
637 },
638
639 XorCCZero => {
640         irn_flags    => [ "rematerializable", "modifies_flags" ],
641         emit         => '. xorcc %S0, %R1I, %%g0',
642         mode         => $mode_flags,
643         constructors => \%binopcczero_operand_constructors,
644 },
645
646 XNor => {
647         irn_flags => [ "rematerializable" ],
648         mode      => $mode_gp,
649         emit      => '. xnor %S0, %R1I, %D0',
650         constructors => \%binop_operand_constructors,
651 },
652
653 XNorCCZero => {
654         irn_flags    => [ "rematerializable", "modifies_flags" ],
655         emit         => '. xnorcc %S0, %R1I, %%g0',
656         mode         => $mode_flags,
657         constructors => \%binopcczero_operand_constructors,
658 },
659
660 Mul => {
661         irn_flags    => [ "rematerializable" ],
662         mode         => $mode_gp,
663         emit         => '. smul %S0, %R1I, %D0',
664         constructors => \%binop_operand_constructors,
665 },
666
667 Mulh => {
668         irn_flags    => [ "rematerializable" ],
669         outs         => [ "low", "high" ],
670         constructors => \%binop_operand_constructors,
671 },
672
673 SDiv => {
674         irn_flags    => [ "rematerializable" ],
675         state        => "exc_pinned",
676         ins          => [ "dividend_high", "dividend_low", "divisor" ],
677         outs         => [ "res", "M" ],
678         constructors => \%div_operand_constructors,
679 },
680
681 UDiv => {
682         irn_flags    => [ "rematerializable" ],
683         state        => "exc_pinned",
684         ins          => [ "dividend_high", "dividend_low", "divisor" ],
685         outs         => [ "res", "M" ],
686         constructors => \%div_operand_constructors,
687 },
688
689 fcmp => {
690         irn_flags => [ "rematerializable", "modifies_fp_flags" ],
691         emit      => '. fcmp%FPM %S0, %S1',
692         attr_type => "sparc_fp_attr_t",
693         attr      => "ir_mode *fp_mode",
694         mode      => $mode_fpflags,
695         constructors => {
696                 s => {
697                         reg_req => { in => [ "fp", "fp" ], out => [ "fpflags" ] },
698                 },
699                 d => {
700                         reg_req => { in => [ "fp:a|2", "fp:a|2" ], out => [ "fpflags" ] },
701                 },
702                 q => {
703                         reg_req => { in => [ "fp:a|4", "fp:a|4" ], out => [ "fpflags" ] },
704                 },
705         },
706 },
707
708 fadd => {
709         op_flags     => [ "commutative" ],
710         irn_flags    => [ "rematerializable" ],
711         emit         => '. fadd%FPM %S0, %S1, %D0',
712         attr_type    => "sparc_fp_attr_t",
713         attr         => "ir_mode *fp_mode",
714         ins          => [ "left", "right" ],
715         constructors => \%float_binop_constructors,
716 },
717
718 fsub => {
719         irn_flags    => [ "rematerializable" ],
720         emit         => '. fsub%FPM %S0, %S1, %D0',
721         attr_type    => "sparc_fp_attr_t",
722         attr         => "ir_mode *fp_mode",
723         ins          => [ "left", "right" ],
724         constructors => \%float_binop_constructors,
725 },
726
727 fmul => {
728         irn_flags    => [ "rematerializable" ],
729         op_flags     => [ "commutative" ],
730         emit         =>'. fmul%FPM %S0, %S1, %D0',
731         attr_type    => "sparc_fp_attr_t",
732         attr         => "ir_mode *fp_mode",
733         ins          => [ "left", "right" ],
734         constructors => \%float_binop_constructors,
735 },
736
737 fdiv => {
738         irn_flags    => [ "rematerializable" ],
739         emit         => '. fdiv%FPM %S0, %S1, %D0',
740         attr_type    => "sparc_fp_attr_t",
741         attr         => "ir_mode *fp_mode",
742         ins          => [ "left", "right" ],
743         outs         => [ "res", "M" ],
744         constructors => {
745                 s => {
746                         reg_req => { in => [ "fp", "fp" ], out => [ "fp", "none" ] },
747                 },
748                 d => {
749                         reg_req => { in => [ "fp:a|2", "fp:a|2" ], out => [ "fp:a|2", "none" ] },
750                 },
751                 q => {
752                         reg_req => { in => [ "fp:a|4", "fp:a|4" ], out => [ "fp:a|4", "none" ] },
753                 }
754         },
755 },
756
757 fneg => {
758         irn_flags => [ "rematerializable" ],
759         reg_req   => { in => [ "fp" ], out => [ "fp" ] },
760         # note that we only need the first register even for wide-values
761         emit      => '. fnegs %S0, %D0',
762         attr_type => "sparc_fp_attr_t",
763         attr      => "ir_mode *fp_mode",
764         ins          => [ "val" ],
765         constructors => \%float_unop_constructors,
766 },
767
768 "fabs" => {
769         irn_flags    => [ "rematerializable" ],
770         # note that we only need the first register even for wide-values
771         emit         => '. fabs %S0, %D0',
772         attr_type    => "sparc_fp_attr_t",
773         attr         => "ir_mode *fp_mode",
774         ins          => [ "val" ],
775         constructors => \%float_unop_constructors,
776 },
777
778 fftof => {
779         irn_flags => [ "rematerializable" ],
780         emit      => '. f%FCONVS%.to%FCONVD %S0, %D0',
781         attr_type => "sparc_fp_conv_attr_t",
782         attr      => "ir_mode *src_mode, ir_mode *dest_mode",
783         constructors => {
784                 s_d => {
785                         reg_req => { in => [ "fp" ], out => [ "fp:a|2" ] },
786                         mode    => $mode_fp2,
787                 },
788                 s_q => {
789                         reg_req => { in => [ "fp" ], out => [ "fp:a|2" ] },
790                         mode    => $mode_fp4,
791                 },
792                 d_s => {
793                         reg_req => { in => [ "fp:a|2" ], out => [ "fp" ] },
794                         mode    => $mode_fp,
795                 },
796                 d_q => {
797                         reg_req => { in => [ "fp:a|2" ], out => [ "fp:a|4" ] },
798                         mode    => $mode_fp4,
799                 },
800                 q_s => {
801                         reg_req => { in => [ "fp:a|4" ], out => [ "fp" ] },
802                         mode    => $mode_fp,
803                 },
804                 q_d => {
805                         reg_req => { in => [ "fp:a|4" ], out => [ "fp:a|2" ] },
806                         mode    => $mode_fp2,
807                 },
808         },
809 },
810
811 fitof => {
812         irn_flags => [ "rematerializable" ],
813         emit      => '. fito%FPM %S0, %D0',
814         attr_type => "sparc_fp_attr_t",
815         attr      => "ir_mode *fp_mode",
816         constructors => {
817                 s => {
818                         reg_req => { in => [ "fp" ], out => [ "fp" ] },
819                         mode    => $mode_fp,
820                 },
821                 d => {
822                         reg_req => { in => [ "fp" ], out => [ "fp:a|2" ] },
823                         mode    => $mode_fp2,
824                 },
825                 q => {
826                         reg_req => { in => [ "fp" ], out => [ "fp:a|4" ] },
827                         mode    => $mode_fp4,
828                 },
829         },
830 },
831
832 fftoi => {
833         irn_flags => [ "rematerializable" ],
834         emit      => '. f%FPM%.toi %S0, %D0',
835         attr_type => "sparc_fp_attr_t",
836         attr      => "ir_mode *fp_mode",
837         mode      => $mode_gp,
838         constructors => {
839                 s => {
840                         reg_req => { in => [ "fp" ], out => [ "fp" ] },
841                 },
842                 d => {
843                         reg_req => { in => [ "fp:a|2" ], out => [ "fp" ] },
844                 },
845                 q => {
846                         reg_req => { in => [ "fp:a|4" ], out => [ "fp" ] },
847                 },
848         },
849 },
850
851 Ldf => {
852         op_flags  => [ "labeled" ],
853         state     => "exc_pinned",
854         constructors => {
855                 s => {
856                         reg_req => { in => [ "gp", "none" ], out => [ "fp", "none" ] },
857                 },
858                 d => {
859                         reg_req => { in => [ "gp", "none" ], out => [ "fp:a|2", "none" ] },
860                 },
861                 q => {
862                         reg_req => { in => [ "gp", "none" ], out => [ "fp:a|4", "none" ] },
863                 },
864         },
865         ins       => [ "ptr", "mem" ],
866         outs      => [ "res", "M" ],
867         attr_type => "sparc_load_store_attr_t",
868         attr      => "ir_mode *ls_mode, ir_entity *entity, int32_t offset, bool is_frame_entity",
869         custominit => "init_sparc_load_store_attributes(res, ls_mode, entity, offset, is_frame_entity, false);",
870         emit      => '. ld%FLSM [%S0%O1], %D0'
871 },
872
873 Stf => {
874         op_flags  => [ "labeled" ],
875         state     => "exc_pinned",
876         constructors => {
877                 s => {
878                         reg_req => { in => [ "fp",     "gp", "none" ], out => [ "none" ] },
879                 },
880                 d => {
881                         reg_req => { in => [ "fp:a|2", "gp", "none" ], out => [ "none" ] },
882                 },
883                 q => {
884                         reg_req => { in => [ "fp:a|4", "gp", "none" ], out => [ "none" ] },
885                 },
886         },
887         ins       => [ "val", "ptr", "mem" ],
888         outs      => [ "M" ],
889         attr_type => "sparc_load_store_attr_t",
890         attr      => "ir_mode *ls_mode, ir_entity *entity, int32_t offset, bool is_frame_entity",
891         custominit => "init_sparc_load_store_attributes(res, ls_mode, entity, offset, is_frame_entity, false);",
892         emit      => '. st%FLSM %S0, [%S1%O2]',
893         mode      => 'mode_M',
894 },
895
896 ); # end of %nodes