summaryrefslogtreecommitdiff
path: root/aarch64/mono/ZeroExtend__0.sail
diff options
context:
space:
mode:
authorBrian Campbell2018-02-16 15:57:27 +0000
committerBrian Campbell2018-02-16 15:58:21 +0000
commitd864aa242ac00ecee08d6d2792a0803ba5450d86 (patch)
tree8a7ee43bff6dc10cc3a48cac871ddbe78b74bf97 /aarch64/mono/ZeroExtend__0.sail
parent00ca0aa4dce0abdcba574ce907e9a8a62d9d2255 (diff)
Add alternative definitions of aarch64 functions for monomorphisation
Diffstat (limited to 'aarch64/mono/ZeroExtend__0.sail')
-rw-r--r--aarch64/mono/ZeroExtend__0.sail7
1 files changed, 7 insertions, 0 deletions
diff --git a/aarch64/mono/ZeroExtend__0.sail b/aarch64/mono/ZeroExtend__0.sail
new file mode 100644
index 00000000..c84868a0
--- /dev/null
+++ b/aarch64/mono/ZeroExtend__0.sail
@@ -0,0 +1,7 @@
+val ZeroExtend__0 : forall ('M : Int) ('N : Int), 'M >= 0 & 'N >= 0.
+ (bits('M), atom('N)) -> bits('N) effect {escape}
+
+function ZeroExtend__0 (x, N) = {
+ assert(true);
+ extzv(x)
+} \ No newline at end of file