diff options
| author | Brian Campbell | 2019-06-24 17:45:21 +0100 |
|---|---|---|
| committer | Brian Campbell | 2019-06-24 17:45:21 +0100 |
| commit | 379447a8934f6dcdd7f70b589e765e5588d4dbc6 (patch) | |
| tree | 29741c6cf63fb39be72ea39f99aa1f72782ad46d /aarch64_small/mono-splices/SignExtend.sail | |
| parent | f493e3f3d43b9e410b21bf9cecb04f968dff9a20 (diff) | |
Rules and supporting files for building aarch64_small monomorphised Isabelle
Diffstat (limited to 'aarch64_small/mono-splices/SignExtend.sail')
| -rw-r--r-- | aarch64_small/mono-splices/SignExtend.sail | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aarch64_small/mono-splices/SignExtend.sail b/aarch64_small/mono-splices/SignExtend.sail new file mode 100644 index 00000000..6a263563 --- /dev/null +++ b/aarch64_small/mono-splices/SignExtend.sail @@ -0,0 +1,3 @@ +function SignExtend (N,x) = { + return(extsv(x)) +} |
