Home | History | Annotate | Download | only in R600

Lines Matching full:sop2

64 class sop2 <bits<7> si, bits<7> vi = si> {
566 SOP2<outs, ins, "", pattern>,
579 class SOP2_Real_si<sop2 op, string opName, dag outs, dag ins, string asm> :
580 SOP2<outs, ins, asm, []>,
586 class SOP2_Real_vi<sop2 op, string opName, dag outs, dag ins, string asm> :
587 SOP2<outs, ins, asm, []>,
593 multiclass SOP2_SELECT_32 <sop2 op, string opName, list<dag> pattern> {
606 multiclass SOP2_m <sop2 op, string opName, dag outs, dag ins, string asm,
617 multiclass SOP2_32 <sop2 op, string opName, list<dag> pattern> : SOP2_m <
622 multiclass SOP2_64 <sop2 op, string opName, list<dag> pattern> : SOP2_m <
627 multiclass SOP2_64_32 <sop2 op, string opName, list<dag> pattern> : SOP2_m <