diff options
author | Doug Evans <dje@google.com> | 1998-01-26 06:33:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-26 06:33:18 +0000 |
commit | 0ca3c05121f6a98c0517e0c5ae516a236493cb10 (patch) | |
tree | b5ea42fe0e381c3a125c1aef687b32462cec7291 /gas/testsuite | |
parent | b5d20cf65dae0158ee637b38143651af2bae4e2a (diff) | |
download | gdb-0ca3c05121f6a98c0517e0c5ae516a236493cb10.zip gdb-0ca3c05121f6a98c0517e0c5ae516a236493cb10.tar.gz gdb-0ca3c05121f6a98c0517e0c5ae516a236493cb10.tar.bz2 |
use .vu pseduo-op
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/txvu/basic-1.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/txvu/br-1.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/txvu/lower-1.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/txvu/upper-1.s | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/gas/txvu/basic-1.s b/gas/testsuite/gas/txvu/basic-1.s index b565846..1d0878b 100644 --- a/gas/testsuite/gas/txvu/basic-1.s +++ b/gas/testsuite/gas/txvu/basic-1.s @@ -1,5 +1,6 @@ ; Simple testsuite, to get something going. + .vu foo: abs.xyz vf10xyz,vf20xyz waitp add.xyzw vf10xyzw,vf20xyzw,vf30xyzw waitq diff --git a/gas/testsuite/gas/txvu/br-1.s b/gas/testsuite/gas/txvu/br-1.s index 101ac86..b452d65 100644 --- a/gas/testsuite/gas/txvu/br-1.s +++ b/gas/testsuite/gas/txvu/br-1.s @@ -1,5 +1,6 @@ ; Branch tests + .vu foo: nop b foo1 nop nop diff --git a/gas/testsuite/gas/txvu/lower-1.s b/gas/testsuite/gas/txvu/lower-1.s index 429feea..705c6bb 100644 --- a/gas/testsuite/gas/txvu/lower-1.s +++ b/gas/testsuite/gas/txvu/lower-1.s @@ -1,4 +1,5 @@ ; Each lower instruction, once each. + .vu foo: NOP B 0x3ff NOP BAL VI03, 0x3ff diff --git a/gas/testsuite/gas/txvu/upper-1.s b/gas/testsuite/gas/txvu/upper-1.s index 9a58988..9825968 100644 --- a/gas/testsuite/gas/txvu/upper-1.s +++ b/gas/testsuite/gas/txvu/upper-1.s @@ -1,4 +1,5 @@ ; One version of each upper instruction + .vu foo: ABS.xyz VF01xyz , VF00xyz NOP ADD.xyz VF02xyz , VF00xyz , VF01xyz NOP |