Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 Serge 1
RCP temp[0].x, const[1].x___;
2
RCP temp[0].y, const[1]._y__;
3
MUL temp[1].xy, const[0].xx__, temp[0].xy__;
4
MOV output[0].xy, temp[1].xy;
5
=