use .vu pseduo-op
This commit is contained in:
parent
b5d20cf65d
commit
0ca3c05121
4 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
; Simple testsuite, to get something going.
|
||||
|
||||
.vu
|
||||
foo:
|
||||
abs.xyz vf10xyz,vf20xyz waitp
|
||||
add.xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
; Branch tests
|
||||
|
||||
.vu
|
||||
foo:
|
||||
nop b foo1
|
||||
nop nop
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; Each lower instruction, once each.
|
||||
.vu
|
||||
foo:
|
||||
NOP B 0x3ff
|
||||
NOP BAL VI03, 0x3ff
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; One version of each upper instruction
|
||||
.vu
|
||||
foo:
|
||||
ABS.xyz VF01xyz , VF00xyz NOP
|
||||
ADD.xyz VF02xyz , VF00xyz , VF01xyz NOP
|
||||
|
|
Loading…
Reference in a new issue