From eddc4693e49f70cd214b7645cb9fce54a89fbb6c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 11 Feb 2019 18:43:18 -0800 Subject: Initial import --- tests/uint32-to-float.qbe | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/uint32-to-float.qbe (limited to 'tests/uint32-to-float.qbe') diff --git a/tests/uint32-to-float.qbe b/tests/uint32-to-float.qbe new file mode 100644 index 0000000..0e90531 --- /dev/null +++ b/tests/uint32-to-float.qbe @@ -0,0 +1,9 @@ +export +function s $f() { +@start.1 +@body.2 + %.1 =w call $g() + %.2 =l extuw %.1 + %.3 =s sltof %.2 + ret %.3 +} -- cgit v1.2.3