Add a test case for ".declare" pragma

This commit is contained in:
Homer Hsing
2012-09-18 16:28:27 +08:00
committed by Damien Lespiau
parent c3bcc7dbeb
commit 131f61f2ef
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
.declare X1 Base=g123.4 ElementSize=4 SrcRegion=<8,8,1> DstRegion=<1> Type=F
add g0<1>:f X1 1.23:f;
add g0<1>:f X1 g1<8,8,1>:f;
add X1 g0<8,8,1>:f g1<8,8,1>:f;