author | Paul Cercueil <paul@crapouillou.net> | 2024年05月01日 15:07:02 +0200 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2024年05月02日 11:24:13 -0300 |
commit | e6823b06c215744c56c6d2ff7771b2a997bb6d8d (patch) | |
tree | 072e1a4cfc5813cfbdd3fdf826c0bfdc90f7df07 | |
parent | ec02f673ded7d8a962b62a9911a940a5c9f9c81a (diff) | |
download | lightning-e6823b06c215744c56c6d2ff7771b2a997bb6d8d.tar.gz |
-rw-r--r-- | check/float.tst | 6 |
diff --git a/check/float.tst b/check/float.tst index 69a6caf..3465780 100644 --- a/check/float.tst +++ b/check/float.tst @@ -49,12 +49,12 @@ T##op##r##t##r0##f0##f1##l: \ b##op##r##t bT##op##r##t##r0##f0##f1##l %f0 %f1 \ calli @abort \ bT##op##r##t##r0##f0##f1##l: \ - movi##t %f1 li \ + movi##t %f0 li \ op##i##t %r0 %f0 ri \ bnei T##op##i##t##r0##f0##f1##l %r0 0 \ calli @abort \ T##op##i##t##r0##f0##f1##l: \ - movi##t %f1 li \ + movi##t %f0 li \ b##op##i##t bT##op##i##t##r0##f0##f1##l %f0 ri \ calli @abort \ bT##op##i##t##r0##f0##f1##l: \ @@ -64,7 +64,7 @@ bT##op##i##t##r0##f0##f1##l: \ beqi F##op##r##t##r0##f0##f1##l %r0 1 \ calli @abort \ F##op##r##t##r0##f0##f1##l: \ - movi##t %f1 li \ + movi##t %f0 li \ op##i##t %r0 %f0 ri \ beqi F##op##i##t##r0##f0##f1##l %r0 1 \ calli @abort \ |