diff options
Diffstat (limited to 'src/intel/tools/tests/gen5/pln.asm')
-rw-r--r-- | src/intel/tools/tests/gen5/pln.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/tools/tests/gen5/pln.asm b/src/intel/tools/tests/gen5/pln.asm new file mode 100644 index 00000000000..e730b2dd1fc --- /dev/null +++ b/src/intel/tools/tests/gen5/pln.asm @@ -0,0 +1,4 @@ +pln(8) g2<1>F g3.4<0,1,0>F g8<8,8,1>F { align1 }; +pln(16) g10<1>F g3.4<0,1,0>F g6<8,8,1>F { align1 compr }; +pln(8) m4<1>F g5.4<0,1,0>F g6<8,8,1>F { align1 }; +pln(16) m4<1>F g5.4<0,1,0>F g6<8,8,1>F { align1 compr4 }; |