From 0ca3c05121f6a98c0517e0c5ae516a236493cb10 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 26 Jan 1998 06:33:18 +0000 Subject: [PATCH] use .vu pseduo-op --- gas/testsuite/gas/txvu/basic-1.s | 1 + gas/testsuite/gas/txvu/br-1.s | 1 + gas/testsuite/gas/txvu/lower-1.s | 1 + gas/testsuite/gas/txvu/upper-1.s | 1 + 4 files changed, 4 insertions(+) diff --git a/gas/testsuite/gas/txvu/basic-1.s b/gas/testsuite/gas/txvu/basic-1.s index b565846ca35..1d0878bd74d 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 101ac86a55c..b452d6545ae 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 429feeafb46..705c6bba9a7 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 9a589881616..9825968d6a2 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 -- 2.30.2