diff options
Diffstat (limited to 'aarch64/mono/ZeroExtend__0.sail')
| -rw-r--r-- | aarch64/mono/ZeroExtend__0.sail | 7 |
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 |
