diff options
Diffstat (limited to 'testsuite/test.orc')
-rw-r--r-- | testsuite/test.orc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/test.orc b/testsuite/test.orc index fcfe26d..c0a0a8a 100644 --- a/testsuite/test.orc +++ b/testsuite/test.orc @@ -2228,3 +2228,16 @@ ldresnearb d1, s1, p1, p2 ldreslinb d1, s1, p1, p2 + +.function test_float_constant_1 +.dest 4 d1 +.const 4 c1 2.0 + +copyl d1, c1 + + +.function test_float_constant_2 +.dest 4 d1 + +copyl d1, 2.0 + |