aboutsummaryrefslogtreecommitdiff
path: root/test/bitfield-load-unsigned.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitfield-load-unsigned.qbe')
-rw-r--r--test/bitfield-load-unsigned.qbe14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/bitfield-load-unsigned.qbe b/test/bitfield-load-unsigned.qbe
new file mode 100644
index 0000000..c4ea94b
--- /dev/null
+++ b/test/bitfield-load-unsigned.qbe
@@ -0,0 +1,14 @@
+export
+function $f() {
+@start.1
+@body.2
+ %.1 =l copy $s
+ %.2 =l mul 0, 1
+ %.3 =l add %.1, %.2
+ %.4 =l copy %.3
+ %.5 =w loaduw %.4
+ %.6 =w shl %.5, 13
+ %.7 =w shr %.6, 17
+ ret
+}
+export data $s = align 4 { z 4 }