diff options
author | Doug Evans <dje@google.com> | 1998-01-05 16:02:58 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-05 16:02:58 +0000 |
commit | 7d645eb277ab66b694438d773cfe2b2ea12ddff9 (patch) | |
tree | 6e0ed0816321d18d5327a0c28c5cba9551d75e84 /gas/testsuite | |
parent | 71af45ecf2efe763fc48aea7cd0b3b1d9e24ef7b (diff) | |
download | gdb-7d645eb277ab66b694438d773cfe2b2ea12ddff9.zip gdb-7d645eb277ab66b694438d773cfe2b2ea12ddff9.tar.gz gdb-7d645eb277ab66b694438d773cfe2b2ea12ddff9.tar.bz2 |
snapshot
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/txvu/basic-1.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/txvu/basic-1.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/gas/txvu/basic-1.d b/gas/testsuite/gas/txvu/basic-1.d index 0c7acea..54bb9a7 100644 --- a/gas/testsuite/gas/txvu/basic-1.d +++ b/gas/testsuite/gas/txvu/basic-1.d @@ -7,7 +7,7 @@ Disassembly of section .text: 0* <foo>: - *0: fd a1 ca 01 abs.xyz vf10,vf20 || waitp + *0: fd a1 ca 01 abs.xyz vf10xyz,vf20xyz || waitp *4: bf 07 00 80 - *8: a8 a2 fe 01 add.xyzw vf10,vf20,vf30 || waitq + *8: a8 a2 fe 01 add.xyzw vf10xyzw,vf20xyzw,vf30xyzw || waitq *c: bf 03 00 80 diff --git a/gas/testsuite/gas/txvu/basic-1.s b/gas/testsuite/gas/txvu/basic-1.s index 3c58dd8..ecf5aaa 100644 --- a/gas/testsuite/gas/txvu/basic-1.s +++ b/gas/testsuite/gas/txvu/basic-1.s @@ -1,5 +1,5 @@ ; Simple testsuite, to get something going. foo: - abs.xyz vf10,vf20 | waitp - add.xyzw vf10,vf20,vf30 | waitq + abs.xyz vf10xyz,vf20xyz | waitp + add.xyzw vf10xyzw,vf20xyzw,vf30xyzw | waitq |