Update to new style, no | separator.
This commit is contained in:
parent
b3521ecfeb
commit
70e6bc8737
@ -7,7 +7,7 @@
|
|||||||
Disassembly of section .text:
|
Disassembly of section .text:
|
||||||
|
|
||||||
0* <foo>:
|
0* <foo>:
|
||||||
*0: fd a1 ca 01 abs.xyz vf10xyz,vf20xyz || waitp
|
*0: fd a1 ca 01 abs.xyz vf10xyz,vf20xyz[ ]*waitp
|
||||||
*4: bf 07 00 80
|
*4: bf 07 00 80
|
||||||
*8: a8 a2 fe 01 add.xyzw vf10xyzw,vf20xyzw,vf30xyzw || waitq
|
*8: a8 a2 fe 01 add.xyzw vf10xyzw,vf20xyzw,vf30xyzw[ ]*waitq
|
||||||
*c: bf 03 00 80
|
*c: bf 03 00 80
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; Simple testsuite, to get something going.
|
; Simple testsuite, to get something going.
|
||||||
|
|
||||||
foo:
|
foo:
|
||||||
abs.xyz vf10xyz,vf20xyz | waitp
|
abs.xyz vf10xyz,vf20xyz waitp
|
||||||
add.xyzw vf10xyzw,vf20xyzw,vf30xyzw | waitq
|
add.xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq
|
||||||
|
Loading…
Reference in New Issue
Block a user