summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/avr/torture/vals-ur.def')
-rw-r--r--gcc/testsuite/gcc.target/avr/torture/vals-ur.def17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/avr/torture/vals-ur.def b/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
new file mode 100644
index 0000000000..d6ea8f1c50
--- /dev/null
+++ b/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
@@ -0,0 +1,17 @@
+VAL (01, 0x0)
+VAL (02, 0x1)
+VAL (03, 0x3f)
+VAL (04, 0x80)
+VAL (07, 0x4000)
+VAL (08, 0xc000)
+VAL (10, 0x7fff)
+VAL (12, 0x7f80)
+VAL (14, 0x7f81)
+VAL (16, 0x7f7f)
+VAL (20, 0x3e80)
+VAL (22, 0x3f80)
+VAL (26, 0x3f00)
+VAL (32, 0x100)
+
+VAL (99, 0x8000)
+